All REST Endpoints
Job Management
- Restart Job
- Method: postPath:
/v1/jobs/{jobid}/restart
- Retrieve Job Status
- Method: getPath:
/v1/jobs/{jobid}/status
- Stop Job
- Method: postPath:
/v1/jobs/{jobid}/stop
Tasks
- Execute Task
- Method: postPath:
/v1/tasksByName/{taskName}/jobs