Schedules REST Endpoints
Schedules
REST API endpoints for Schedules
- Create a Credential for a Schedule
- Method: postPath:
/api/v2/schedules/{id}/credentials/
- Create a Label for a Schedule
- Method: postPath:
/api/v2/schedules/{id}/labels/
- Create an Instance Group for a Schedule
- Method: postPath:
/api/v2/schedules/{id}/instance_groups/
- Delete a Schedule
- Method: deletePath:
/api/v2/schedules/{id}/
- List Credentials for a Schedule
- Method: getPath:
/api/v2/schedules/{id}/credentials/
- List Instance Groups for a Schedule
- Method: getPath:
/api/v2/schedules/{id}/instance_groups/
- List Labels for a Schedule
- Method: getPath:
/api/v2/schedules/{id}/labels/
- List Schedules
- Method: getPath:
/api/v2/schedules/
- List Unified Jobs for a Schedule
- Method: getPath:
/api/v2/schedules/{id}/jobs/
- Retrieve a Schedule
- Method: getPath:
/api/v2/schedules/{id}/
- Schedule Details ================ The Following Lists the Expected Format and Details of Our Rrules
- Method: postPath:
/api/v2/schedules/
- Schedules Preview Create
- Method: postPath:
/api/v2/schedules/preview/
- Schedules Zoneinfo List
- Method: getPath:
/api/v2/schedules/zoneinfo/
- Update a Schedule
- Method: patchPath:
/api/v2/schedules/{id}/
- Update a Schedule
- Method: putPath:
/api/v2/schedules/{id}/