JOC API

Version 1.13.10

Download RAML
JOC API
/plan/from_run_time
POST

planned starts from runtime


Parameters in the POST body schema

Name Type Description Example Default
jobschedulerId required, string JobScheduler Master ID scheduler
runTime required, object run time in JSON format
dateFrom optional, string The value has to have the format YYYY-MM-DD
Returns only dates younger than this date.
If this value is undefined or empty then the current date is used.
2017-01-01
dateTo required, string The value has to have the format YYYY-MM-DD
Returns only dates older than this date.
2017-12-31