API Guide

Table Of Contents
/api/JobService/Actions/JobService.Pause
This API represents information about jobs that are stopped momentarily.
POST method for /api/JobService/Actions/JobService.Pause
This method returns information about jobs that are stopped momentarily.
Description Returns information about jobs that are stopped momentarily.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
204
Example
response code
{
"JobIds": [],
"AllJobs": true,
"Filters": {
"Status": 2020,
"State": "",
"JobType": "",
"StartTime": "",
"EndTime": ""
}
}
/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": ""
}
}
Monitor 383