Developers Guide

Table Of Contents
}
Monitor
Discovery service
/api/DiscoveryConfigService/Jobs
This URI represents the information of discovery tasks.
GET method for Jobs
This method returns the discovery job information with discovery request details.
Description Returns the discovery job information.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(DiscoveryConfigService.DiscoveryJob)",
"@odata.count": 5,
"value": [
{
"@odata.type": "#DiscoveryConfigService.DiscoveryJob",
"@odata.id": "/api/DiscoveryConfigService/Jobs(25249)",
"JobId": 25249,
"JobName": "Discovery-2017033110553636",
"JobDescription": "Discovery-2017033110553636",
"JobSchedule": "",
"JobStartTime": "2018-09-14 01:24:25.322",
"JobEndTime": null,
"JobProgress": "89",
"JobStatusId": 2050,
"JobNextRun": null,
"JobEnabled": true,
"UpdatedBy": "admin",
"LastUpdateTime": "2018-09-14 01:24:25.338",
"DiscoveryConfigGroupId": 8,
"DiscoveryConfigExpectedDeviceCount": 256,
"DiscoveryConfigDiscoveredDeviceCount": 0,
"DiscoveryConfigEmailRecipient": null,
"DiscoveredDevicesByType": []
},
{
"@odata.type": "#DiscoveryConfigService.DiscoveryJob",
"@odata.id": "/api/DiscoveryConfigService/Jobs(25125)",
"JobId": 25125,
"JobName": "Discovery-201809131357033",
"JobDescription": "Discovery-201809131357033",
"JobSchedule": "",
"JobStartTime": "2018-09-13 18:57:19.374",
"JobEndTime": "2018-09-13 19:12:24.776",
"JobProgress": "100",
"JobStatusId": 2090,
"JobNextRun": "2018-09-13 18:57:19.235",
"JobEnabled": true,
"UpdatedBy": "admin",
698
APIs specific to OpenManage Enterprise