API Guide

Table Of Contents
"DiscoveryConfigEmailRecipient": null,
"DiscoveredDevicesByType": [
{
"DeviceType": "SERVER",
"Count": 1
}
]
}
]
}
Table 182. Attributes
Attribute Description
JobId ID of the discovery job.
JobName Name of the discovery job.
JobSchedule Discovery job schedule information.
JobStartTime Start time of the discovery job.
JobEndTime Completion time of the discovery job.
JobProgress Percentage of discovery job completion.
JobStatusId Status of the discovery job. For example, Complete, Failed,
and so on.
JobNextRun If discovery job is scheduled, returns the next schedule time.
LastUpdateTime Last updated time of the discovery job.
DiscoveryConfigExpectedDeviceCount Total number of devices expected to be discovered by the job.
DiscoveryConfigDiscoveredDeviceCount Total number of devices discovered by the job.
/api/DiscoveryConfigService/DiscoveryConfigGroups
This URI creates a discovery job.
POST method for DiscoveryConfigGroups
This method creates a discovery job.
Description
Creates a discovery job.
Privilege DISCOVERY_MANAGEMENT
HTTP response
codes
201
Example request
body
{
"DiscoveryConfigGroupName":"Discovery-2017033110553636",
"DiscoveryConfigGroupDescription":"null",
"DiscoveryConfigModels":[
{
"DiscoveryConfigId":331105536,
"DiscoveryConfigDescription":"",
"DiscoveryConfigStatus":"",
"DiscoveryConfigTargets":[
{
"DiscoveryConfigTargetId":0,
"NetworkAddressDetail":"xx.xx.xx.xx-xx.xx.xx.xx",
"AddressType":30,
"Disabled":false,
APIs specific to OpenManage Enterprise 599