JOC API

Version 1.13.10

Download RAML
JOC API
/schedules
POST

Schedules (volatile part)


Parameters in the POST body schema

Name Type Description Example Default
jobschedulerId required, string JobScheduler Master ID scheduler
regex optional, string Regular expression to filter the collection .*
schedules optional, array Filtered response by a collection of schedules specified by its path
Some other parameters such as folders and regex are ignored if this parameter is defined.
[{
"schedule":"/test/weekdays"
}]
state optional, array Filtered all schedules with states such as active and inactive. ["ACTIVE"]
folders optional, array collection of folder objects [{
"folder": "/sos",
"recursive": true
}]