QueueMonitor
QueueMonitor
[GET] /api/queuestats
Response
Status Code: 200
Success
Models
Ƭ QueueMonitorController+Stats
Name | Type | Description | Example |
---|---|---|---|
workersNullable | WorkerInfo | ||
tasksNullable | QueueMonitorController+CommonTaskInfo |
Ƭ WorkerInfo
Name | Type | Description | Example |
---|---|---|---|
idNullable | string | ||
urlNullable | string | ||
lastSeen | ISO DateTime Sting | ||
tasksInProgress | int32 | ||
displayNameNullable | string | ||
specializationsNullable | Array<string> |
Ƭ QueueMonitorController+CommonTaskInfo
Name | Type | Description | Example |
---|---|---|---|
taskID | TaskID | ||
workerUrlNullable | string | ||
workerIDNullable | string | ||
initiatorNullable | string | ||
documentNameNullable | string | ||
documentIdNullable | string | ||
documentTypeNullable | string | ||
startTime | ISO DateTime Sting | ||
endTimeNullable | ISO DateTime Sting | ||
progressNullable | string | ||
errorMessageNullable | string | ||
descriptionNullable | string | ||
breakStatus | TaskStatus | ||
status | TaskStatus | ||
type | QueueMonitorController+CommonTaskInfo+TaskType |
Ƭ TaskID
Name | Type | Description | Example |
---|---|---|---|
parent | TaskID | ||
idNullable | string |
Ƭ TaskStatus
Enum:
NotStarted
WaitingForActivation
WaitingToRun
Started
ReadingResult
Verifying
Canceled
Failed
Finished
Ƭ QueueMonitorController+CommonTaskInfo+TaskType
Enum:
Queue
Scheduler