Developers Guide

Table Of Contents
/api/JobService/Actions/JobService.Resume
This API returns information about jobs that are resumed.
POST method for resumed jobs
This method returns information about jobs that are resumed.
Description Returns information about jobs that are resumed.
Privilege DEVICE_CONFIGURATION
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
{
"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" }
],
Monitor 471