Jobs
The following resources are available for performing task and job management functions.
- /flows/settings
Use this REST API to retrieve the activity-flow status and to enable or disable activity flows. - /tasks
Use this REST API to cancel a list of jobs (tasks) or to retrieve information about all jobs (tasks) and their subtasks. - /tasks/{job_list}
Use this REST API to retrieve information about all jobs (tasks) and its subtasks or to retrieve information about, cancel, or delete one or more specific jobs. - /tasks/{job_id}/notes
Use this REST API to retrieve the note history, create a note, delete all notes, and change the job state of a specific job (task). - /tasks/locks
Use this REST API to retrieve information about job (task) locks for all managed devices. Job locks are a mechanism for checking whether a resource is being occupied by a job. Use this API if you are performing an operation against a device, and you do not want other operations to use the same device while you are using it. - /tasks/schedules
Use this REST API to retrieve information about scheduled jobs (tasks) or create a scheduled job. - /tasks/schedules/{job_id}
Use this REST API to retrieve information about or modify a specific scheduled job (task) or delete one or more scheduled jobs. - /tasks/schedules/actions
Use this REST API to retrieve a list of actions that can be scheduled as jobs and to register a new predefined action at the runtime.
Give documentation feedback