QueueService
Provides insights into Deploy's task queue: queued tasks, queue summary.
GET | /queue/summary | Aggregate summary of the tasks currently running and waiting in the queue. |
GET | /queue/tasks | Lists all the QueuedTasks waiting in the task queue. |
GET /queue/summary
Aggregate summary of the tasks currently running and waiting in the queue.
- Response body
- TaskQueueSummary - A TaskQueueSummary
- Content type: application/xml
GET /queue/tasks
Lists all the QueuedTasks
waiting in the task queue.
- Response body
- List of QueuedTask - A List of QueuedTasks
- Content type: application/xml