API Guide

/api/DiscoveryConfigService/Actions/
DiscoveryConfigService.DiscoverNodes
This URI is used to discover the servers manually after the servers initiate contact with the OpenManage Enterprise console and the
credentials of the servers are added to the console.
POST method for DiscoveryConfigService.DiscoverNodes
Description This method is used to discover the servers manually after the servers initiate contact with the OpenManage
Enterprise console and the credentials of the servers are added to the console.
Privilege DISCOVERY_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"NodeId": [1, 2]
}
/api/DiscoveryConfigService/Actions/
DiscoveryConfigService.DeleteSignaledNodes
This URI deletes the servers that are discovered by using the server-initiated discovery feature.
POST method for DiscoveryConfigService.DeleteSignaledNodes
Description
This method deletes the servers that are discovered by using the server-initiated discovery feature.
Privilege DISCOVERY_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"NodeId": [1, 2]
}
/api/DiscoveryConfigService/SignaledNodes
This URI is used to view the information, and status of the servers added by using the server-initiated discovery feature.
GET method for SignaledNodes
Description
This method is used to view the information, and status of the servers added by using the server-initiated
discovery feature.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
$metadata#Collection(DiscoveryConfigService.AnnouncedTarget)
HYPERLINK "mailto:%22,%0d%22@odata.count" "@odata.count": 2,
"value":[
{
"@odata.type": "#DiscoveryConfigService.AnnouncedTarget",
"@odata.id": "/api/DiscoveryConfigService/SignaledNodes(27)",
"Id": 27,
APIs specific to OpenManage Enterprise 565