API Guide

HTTP response
codes
201
Example response
body
{
"JobIds": [],
"AllJobs": true,
"Filters": {
"Status": 2020,
"State": "",
"JobType": "",
"StartTime": "",
"EndTime": ""
}
}
/api/JobService/Actions/JobService.ExecuteAction
This API creates and runs jobs such as quick deploy, and compliance report. Create a job model payload to create and run the job to which
the model is associated.
POST method for /api/JobService/Actions/
JobService.ExecuteAction
This method returns status jobs that are performed in the system.
Description
Returns status of jobs that are performed in the system.
Privilege DEVICE_MANAGEMENT
HTTP response
codes
202
Example response
body
{
"Id": 0,
"JobName": "Execute Action ",
"JobDescription": "Execute Action",
"Schedule": "startnow",
"State": "Enabled",
"JobType": {
"Name": "<JobType>"
},
"Targets": [
{
"Id": <device_id>,
"Data": "",
"TargetType": {
"Id": 1000 ,
"Name": "DEVICE"
}
}
],
"Params": [
{
"Key": "operationName",
"Value": "SET_COMMENT_IN_LOG"
}
]
}
330 Monitor