API Guide

Table Of Contents
},
"TrapDestination": false,
"ChassisIdentifier": null
}
Table 183. Attributes
Attribute name Description
GroupId Group Id
DiscoveryName Discovery Name
Description Definition for discovery Task
Schedule Discovery job schedule information
TaskId Id of the job
ConnectionProfileId Connection profile Id
DeviceTypeList List of all device types
DiscoveryConfiglist Config details
Server-initiated discovery
/api/DiscoveryConfigService/Actions/
DiscoveryConfigService.UploadNodeInfo
This URI uploads or creates the server credentials to the OpenManage Enterprise console.
POST method for ConfigService.UploadNodeInfo
Description
This method uploads the server credentials to the OpenManage Enterprise console.
Privilege DISCOVERY_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"AnnouncedTarget": [{
"ServiceTag": "D700",
"UserName": "root",
"Password": "calvin",
"CredentialType": "WSMAN"
},
{
"ServiceTag": "D600",
"UserName": "root",
"Password": "calvin",
"CredentialType": "WSMAN"
}]
}
606 APIs specific to OpenManage Enterprise