Plan jobs endpoints
Use the plan_jobs
endpoints to examine plan jobs and
their details.
You can:
- GET /plan_jobs: Retrieve details about all known plan jobs.
- GET /plan_jobs/<job-id>: Retrieve details about a specific plan job.
- GET /plan_jobs/<job-id>/events: Retrieve a list of events that occurred during a specific plan job.
- GET /plan_jobs/<job-id>/event/<event-id>: Retrieve the details of a specific event for a specific plan job.
For details about jobs that aren't plan jobs, use the Jobs endpoints .
To stop an in-progress plan job, use POST /command/stop_plan.