JOC API

Version 1.11.2

Download RAML
JOC API
/jobs/p
POST

Returns a collection of jobs (permanent part) filtered by a period


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, string collection of folder objects [{
"folder": "/sos",
"recursive": true
}]
jobs optional, array Filtered response by a collection of jobs specified by its job path.
All other parameters such as folders are ignored if this parameter is defined.
[{
"job":"/sos/reporting/Inventory"
}]
isOrderJob optional; boolean Determines if the specified job is an order job or not.