API Guide

]
}
Output:
{
"Id": 26097,
"JobName": "Inventory Task Device",
"JobDescription": "Inventory Task Device",
"NextRun": null,
"LastRun": null,
"StartTime": null,
"EndTime": null,
"Schedule": "startnow",
"State": "Enabled",
"CreatedBy": "root",
"UpdatedBy": null,
"LastRunStatus":
{
"Id": 2200,
"Name": "NotRun"
},
"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
}
/api/JobService/Jobs(Id)
This URI represents the details of a job.
GET method for Jobs(Id)
This method returns the details of a specific job.
Description
Returns details of a job.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Monitor 231