API Guide
Example
response body
{
"Id": 26097,
"JobName": "Inventory Task",
"JobDescription": "Inventory Task",
"NextRun": null,
"LastRun": "2018-09-14 15:31:13.094",
"StartTime": null,
"EndTime": null,
"Schedule": "startnow",
"State": "Enabled",
"CreatedBy": "root",
"UpdatedBy": "root",
"LastRunStatus":
{
"Id": 2060,
"Name": "Completed"
},
"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 116. 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.
Monitor 325