JOC API

Version 1.11.2

Download RAML
JOC API
/orders/overview/snapshot/event
POST

Summary with number of

  • pending orders
  • running orders
  • suspended orders
  • orders with setback
  • waiting for resource orders
  • blacklist orders
NOTE
The response comes not immediatly.
It comes when a value has changed but the latest after one minute.
It uses the envent from the JobScheduler.

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
All other parameters such as folders are ignored if this parameter is defined.
[{
"jobChain":"/sos/reporting/Inventory"
}]
folders optional, string collection of folder objects [{
"folder": "/sos",
"recursive": true
}]
close optional, boolean This parameter finished a still unresponsed previous request of ./event "close":false false