API Guide

Table Of Contents
/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
{
"JobName":"Update Asset Tag",
"JobDescription":"Update Device Asset Tag",
"Schedule":"startnow",
"State":"Enabled",
"Targets":[
{
"Id":10068,
"Data":"",
"TargetType":
{ "Id":1000, "Name":"DEVICE" }
}
],
"Params":[
{ "Key":"operationName", "Value":"SET_ASSET_TAG" }
,
{ "Key":"assetTag", "Value":"BXZYJN1-BYJNN1BX" }
],
"JobType":
{ "Id":3, "Name":"DeviceAction_Task" }
}
384 Monitor