JOC API

Version 1.13.10

Download RAML
JOC API
/orders/overview/snapshot
POST

Summary with number of

  • pending orders
  • running orders
  • suspended orders
  • orders with setback
  • waiting for resource orders
  • blacklist orders

Parameters in the POST body schema

Name Type Description Example Default
jobschedulerId required, string JobScheduler Master ID scheduler
jobChains optional, array Filtered response by a collection of job chains specified by its path
Some other parameters such as folders and regex are ignored if this parameter is defined.
[{
"jobChain":"/sos/reporting/Inventory"
}]
folders optional, array collection of folder objects [{
"folder": "/sos",
"recursive": true
}]