API Guide

Table Of Contents
/api/JobService/Actions/JobService.Delete
This API represents information about deleted jobs.
POST method for /api/JobService/Actions/JobService.Delete
This method returns information about deleted jobs.
Description Returns information about deleted jobs.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
204
Example
response body
{
"JobIds": [],
"AllJobs": true,
"Filters": {
"Status": 2020,
"State": "",
"JobType": "",
"StartTime": "",
"EndTime": ""
}
}
/api/JobService/Actions/JobService.Cancel
This API represents information about jobs that are canceled.
POST method for canceled jobs
This method returns information about jobs that are canceled.
Description
Returns information about a canceled job.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
201
Example
response body
{
"JobIds": [],
"AllJobs": true,
"Filters": {
"Status": 2020,
"State": "",
"JobType": "",
"StartTime": "",
"EndTime": ""
}
}
382 Monitor