You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The State REST API uses the GET /api/state HTTP method and URI to retrieve a snapshot of the Myriad Scheduler state including pending, staging, active, and killable tasks.

HTTP Method and URI

GET /api/state

Request Example

URL request example:

http://10.10.100.19:8192/api/state



Response Example

 

{
  "pendingTasks":[
  ],
  "stagingTasks":[
  ],
  "activeTasks":[
  ],
  "killableTasks":[
  ]
}
  • No labels