Job Templates REST Endpoints
Job Templates
REST API endpoints for Job Templates
- Create a Credential for a Job Template
- Method: postPath:
/api/v2/job_templates/{id}/credentials/ - Create a Job Template
- Method: postPath:
/api/v2/job_templates/ - Create a Label for a Job Template
- Method: postPath:
/api/v2/job_templates/{id}/labels/ - Create a Notification Template for a Job Template
- Method: postPath:
/api/v2/job_templates/{id}/notification_templates_error/ - Create a Notification Template for a Job Template
- Method: postPath:
/api/v2/job_templates/{id}/notification_templates_started/ - Create a Notification Template for a Job Template
- Method: postPath:
/api/v2/job_templates/{id}/notification_templates_success/ - Create a Schedule for a Job Template
- Method: postPath:
/api/v2/job_templates/{id}/schedules/ - Create a Workflow Job for a Job Template
- Method: postPath:
/api/v2/job_templates/{id}/slice_workflow_jobs/ - Create an Instance Group for a Job Template
- Method: postPath:
/api/v2/job_templates/{id}/instance_groups/ - Delete a Job Template
- Method: deletePath:
/api/v2/job_templates/{id}/ - List Activity Streams for a Job Template
- Method: getPath:
/api/v2/job_templates/{id}/activity_stream/ - List Credentials for a Job Template
- Method: getPath:
/api/v2/job_templates/{id}/credentials/ - List Instance Groups for a Job Template
- Method: getPath:
/api/v2/job_templates/{id}/instance_groups/ - List Job Templates
- Method: getPath:
/api/v2/job_templates/ - List Jobs for a Job Template
- Method: getPath:
/api/v2/job_templates/{id}/jobs/ - List Labels for a Job Template
- Method: getPath:
/api/v2/job_templates/{id}/labels/ - List Notification Templates for a Job Template
- Method: getPath:
/api/v2/job_templates/{id}/notification_templates_error/ - List Notification Templates for a Job Template
- Method: getPath:
/api/v2/job_templates/{id}/notification_templates_started/ - List Notification Templates for a Job Template
- Method: getPath:
/api/v2/job_templates/{id}/notification_templates_success/ - List Roles for a Job Template
- Method: getPath:
/api/v2/job_templates/{id}/object_roles/ - List Schedules for a Job Template
- Method: getPath:
/api/v2/job_templates/{id}/schedules/ - List Users
- Method: getPath:
/api/v2/job_templates/{id}/access_list/ - List Workflow Jobs for a Job Template
- Method: getPath:
/api/v2/job_templates/{id}/slice_workflow_jobs/ - Retrieve a Job Template
- Method: getPath:
/api/v2/job_templates/{id}/ - Update a Job Template
- Method: patchPath:
/api/v2/job_templates/{id}/ - Update a Job Template
- Method: putPath:
/api/v2/job_templates/{id}/ - Job Templates Copy Create
- Method: postPath:
/api/v2/job_templates/{id}/copy/ - Job Templates Copy List
- Method: getPath:
/api/v2/job_templates/{id}/copy/ - Job Templates Github Create
- Method: postPath:
/api/v2/job_templates/{id}/github/ - Job Templates Gitlab Create
- Method: postPath:
/api/v2/job_templates/{id}/gitlab/ - Job Templates Webhook Key Create
- Method: postPath:
/api/v2/job_templates/{id}/webhook_key/ - Job Templates Webhook Key List
- Method: getPath:
/api/v2/job_templates/{id}/webhook_key/ - Launch a Job Template
- Method: getPath:
/api/v2/job_templates/{id}/launch/ - Launch a Job Template
- Method: postPath:
/api/v2/job_templates/{id}/launch/ - POST Requests to This Resource Should Include the Full Specification for a Job Template's Survey
- Method: deletePath:
/api/v2/job_templates/{id}/survey_spec/ - POST Requests to This Resource Should Include the Full Specification for a Job Template's Survey
- Method: getPath:
/api/v2/job_templates/{id}/survey_spec/ - POST Requests to This Resource Should Include the Full Specification for a Job Template's Survey
- Method: postPath:
/api/v2/job_templates/{id}/survey_spec/ - The Job Template Callback Allows for Ephemeral Hosts to Launch a New Job.
- Method: getPath:
/api/v2/job_templates/{id}/callback/ - The Job Template Callback Allows for Ephemeral Hosts to Launch a New Job.
- Method: postPath:
/api/v2/job_templates/{id}/callback/