JOC API

Version 1.13.10

Download RAML
JOC API
/job_chains
POST

Collection of job chains (volatile part)


Parameters in the POST body schema

Name Type Description Example Default
jobschedulerId required, string JobScheduler Master ID scheduler
compact optional, boolean Response has a compact version if this parameter is true false
regex optional, string Regular expression to filter the collection .
folders optional, array collection of folder objects [{
"folder": "/sos",
"recursive": true
}]
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"
}]
states optional, array Filtered all job chains with states such as active and stopped. [stopped]
maxOrders optional, integer If compact=false then a collection of orders are responsed for each job chain node.
This parameter limits the number of order in the orders collection of each node.
If this parameter undefined then the number of orders are unlimited.
5
job optional, object Filter the job chain collection which contains jobs according as regular expression or folders similar to above parameters regex and folders {
"regex":"^/sos/reporting/."
}