Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTTP Method and URI

Code Block
GET /api/state

Syntax

Code Block
<localhost>:8192/api/state

Request Example

Curl request example:

Code Block
curl http://10.10.100.19:8192/api/state | python -m json.tool

 

URL request example:

Code Block
http://10.10.100.19:8192/api/state



Response Example 

Code Block
{

    "pendingTasksactiveTasks": [], 

    "killableTasks": [], 

    "stagingTaskspendingTasks": [

      ],
  "activeTasks":[
nm.medium.ea564a5b-3a77-47dc-a7fe-2ff88ae2d5ed"

    ], 

    "killableTasksstagingTasks": []
  ]
}