API Guide

Table Of Contents
"JobType":
{
"Id": 8,
"Name": "Inventory_Task",
"Internal": false
},
"JobStatus":
{
"Id": 2080,
"Name": "New"
},
"Targets":
[
{
"JobId": 26097,
"Id": 25915,
"Data": "",
"TargetType":
{
"Id": 1000,
"Name": "DEVICE"
}
}
],
"Params": [],
"Visible": true,
"Editable": true,
"Builtin": false
}
Table 124. Attributes
Attribute Description
Id ID of the job.
JobName Name for the job.
JobDescription Description for the job.
Schedule The schedule to start the job.
State Enabled state for the job. It should be enabled.
JobType Id of job type.
JobName Name of the job type.
DELETE method for Jobs(Id)
This method deletes a specific job.
Description
Deletes a job.
Privilege JOB_MANAGEMENT
HTTP response
codes
204
Table 125. Attributes
Attribute Description
Id ID of the job to be deleted.
426 Monitor