Jobs endpoints
Use the jobs
endpoints to examine jobs and their
details.
You can:
- GET /jobs: Retrieve details about all known jobs.
- GET /jobs/<job-id>: Retrieve details about a specific job.
- GET /jobs/<job-id>/nodes: Retrieve information about nodes associated with a specific job.
- GET /jobs/<job-id>/report: Retrieve a summary of a specific job.
- GET /jobs/<job-id>/events: Retrieve a list of events that occurred during a specific job.
For details about plan jobs, use the Plan jobs endpoints.
To stop an in-progress job, use POST /command/stop.