Schedules
Schedule your xRunBooks via our API
Last updated
Was this helpful?
Schedule your xRunBooks via our API
Last updated
Was this helpful?
List schedules
A successful response.
next_page_token represents the pagination token to retrieve the next page of results. If the value is "", it means no further results for the request.
page_count is the number of pages.
total_count is the total number of schedules.
Creates and returns a Schedule object on Success and error on failure
Schedule contains basic details about a schedule.
A successful response.
Schedule contains basic details about a schedule.
Get details about a particular schedule
schedule_id is the id of the schedule.
A successful response.
Schedule contains basic details about a schedule.
Deletes a particular schedule
schedule_id is the id of the schedule.
A successful response.
Update certain fields of a schedule.
schedule_id is the id of schedule.
schedule is the details of the schedule.
id is the id of the schedule.
proxy_id is the id of the proxy under which the schedule should be created.
environment_name is the name of the environment under which the schedule should be created.
runbook_id is the id of the runbook under which the schedule should be created.
runbook_name is the name of the runbook under which the schedule should be created.
input_schema is the workflow's input schema.
params are params for creating a calendar.
last_run captures the time it was last run.
last_updated captures the time it was last updated.
A successful response.
Schedule contains basic details about a schedule.