Schedules REST Endpoints

Schedules

REST API endpoints for Schedules

Create a Credential for a Schedule
Method: post
Path: /api/v2/schedules/{id}/credentials/
Create a Label for a Schedule
Method: post
Path: /api/v2/schedules/{id}/labels/
Create an Instance Group for a Schedule
Method: post
Path: /api/v2/schedules/{id}/instance_groups/
Delete a Schedule
Method: delete
Path: /api/v2/schedules/{id}/
List Credentials for a Schedule
Method: get
Path: /api/v2/schedules/{id}/credentials/
List Instance Groups for a Schedule
Method: get
Path: /api/v2/schedules/{id}/instance_groups/
List Labels for a Schedule
Method: get
Path: /api/v2/schedules/{id}/labels/
List Schedules
Method: get
Path: /api/v2/schedules/
List Unified Jobs for a Schedule
Method: get
Path: /api/v2/schedules/{id}/jobs/
Retrieve a Schedule
Method: get
Path: /api/v2/schedules/{id}/
Schedule Details ================ The Following Lists the Expected Format and Details of Our Rrules
Method: post
Path: /api/v2/schedules/
Schedules Preview Create
Method: post
Path: /api/v2/schedules/preview/
Schedules Zoneinfo List
Method: get
Path: /api/v2/schedules/zoneinfo/
Update a Schedule
Method: patch
Path: /api/v2/schedules/{id}/
Update a Schedule
Method: put
Path: /api/v2/schedules/{id}/