System Job Templates REST Endpoints
System Job Templates
REST API endpoints for System Job Templates
- Create a Notification Template for a System Job Template
- Method: postPath:
/api/v2/system_job_templates/{id}/notification_templates_error/ - Create a Notification Template for a System Job Template
- Method: postPath:
/api/v2/system_job_templates/{id}/notification_templates_started/ - Create a Notification Template for a System Job Template
- Method: postPath:
/api/v2/system_job_templates/{id}/notification_templates_success/ - Create a Schedule for a System Job Template
- Method: postPath:
/api/v2/system_job_templates/{id}/schedules/ - List Notification Templates for a System Job Template
- Method: getPath:
/api/v2/system_job_templates/{id}/notification_templates_error/ - List Notification Templates for a System Job Template
- Method: getPath:
/api/v2/system_job_templates/{id}/notification_templates_started/ - List Notification Templates for a System Job Template
- Method: getPath:
/api/v2/system_job_templates/{id}/notification_templates_success/ - List Schedules for a System Job Template
- Method: getPath:
/api/v2/system_job_templates/{id}/schedules/ - List System Job Templates
- Method: getPath:
/api/v2/system_job_templates/ - List System Jobs for a System Job Template
- Method: getPath:
/api/v2/system_job_templates/{id}/jobs/ - Retrieve a System Job Template
- Method: getPath:
/api/v2/system_job_templates/{id}/ - Launch a Job Template
- Method: getPath:
/api/v2/system_job_templates/{id}/launch/ - Launch a Job Template
- Method: postPath:
/api/v2/system_job_templates/{id}/launch/