- V2
-
V1
- Account
- Admin
- AdminUpload
- Analysis
- ApiResource
- ApiScope
- Assets
- AuditLog
- Auth
- AuthToken
- Avatar
- BatchDownloadDocuments
- CacheMeta
- Caching
- CheckUpdate
- ClaimMapping
- Client
- Collections
- Config
- CustomizeProperties
- Dashboard
- DashboardView
- DataMonitoring
- DataProvider
- DataSource
- DataSourceAPI
- DataSourceFile
- DataSourcePreview
- Dataset
- DatasetExport
- DatasetPreview
- Design
- DesignApi
- DesignTemplates
- DocumentBinder
- Documents
- EmbededReport
- Export
- ExportTemplate
- ExternalLoginProvider
- ExternalUser
- FloorPlanView
- GraphQl
- Group
- HealthCheck
- Heartbeat
- Hierarchy
- Home
- IdentityResource
- Import
- Integration
- InternalDocuments
- LanguagePackage
- LanguageResource
- LocalDeployment
- ModelDrafts
- ModelEditor
- Node
- Notification
- Permission
- Pivot
- PluginAssets
- Preview
- PushDataset
- QueryEndpoint
-
QueueMonitor
- ReferenceResolving
- Reports
- Resource
- Resources
- Role
- RoleDocumentColumns
- SceneView
- Schedule
- ScheduleTemplate
- SchedulesApi
- SecurityProvider
- Semantic
- Session
- Settings
- SharedResources
- StreamingDatasetApi
- SystemConfig
- SystemConfigs
- Tenant
- TenantModification
- Theme
- ThemeFiles
- Token
- Upload
- UploadTheme
- User
- UserFunctions
- View
- VisualSandbox
- WebPages
- WorkerJob
- WorkersRegistrar
- overview
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 | ||
displayDocNameNullable | 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