Jobs REST Endpoints
Jobs
REST API endpoints for Jobs
- Create a Schedule Based on a Job
- Method: getPath:
/api/v2/jobs/{id}/create_schedule/
- Create a Schedule Based on a Job
- Method: postPath:
/api/v2/jobs/{id}/create_schedule/
- Delete a Job
- Method: deletePath:
/api/v2/jobs/{id}/
- Determine if a Job Can Be Canceled
- Method: getPath:
/api/v2/jobs/{id}/cancel/
- Jobs Cancel Create
- Method: postPath:
/api/v2/jobs/{id}/cancel/
- List Activity Streams for a Job
- Method: getPath:
/api/v2/jobs/{id}/activity_stream/
- List Credentials for a Job
- Method: getPath:
/api/v2/jobs/{id}/credentials/
- List Job Events for a Job
- Method: getPath:
/api/v2/jobs/{id}/job_events/
- List Job Host Summaries for a Job
- Method: getPath:
/api/v2/jobs/{id}/job_host_summaries/
- List Jobs
- Method: getPath:
/api/v2/jobs/
- List Labels for a Job
- Method: getPath:
/api/v2/jobs/{id}/labels/
- List Notifications for a Job
- Method: getPath:
/api/v2/jobs/{id}/notifications/
- Relaunch a Job
- Method: getPath:
/api/v2/jobs/{id}/relaunch/
- Relaunch a Job
- Method: postPath:
/api/v2/jobs/{id}/relaunch/
- Retrieve a Job
- Method: getPath:
/api/v2/jobs/{id}/
- Retrieve Job Stdout
- Method: getPath:
/api/v2/jobs/{id}/stdout/
- View a Summary of Children Events
- Method: getPath:
/api/v2/jobs/{id}/job_events/children_summary/