API Guide
"StartTime": "2017-06-06 10:00:00.00",
"EndTime": "2017-06-07 10:00:00.00"
}
}
Or
{
"AllJobs": true,
}
/api/JobService/Actions/JobService.Schedule
This API represents the job schedule information.
POST method for job schedule
This method returns the job schedule information.
Description Returns information about job schedules.
Privilege JOB_MANAGEMENT
HTTP response
codes
201
Example response
body
{
"JobIds": [],
"AllJobs": true,
"Filters": {
"Status": 2020,
"State": "",
"JobType": "",
"StartTime": "",
"EndTime": ""
}
}
/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": ""
}
}
328 Monitor