API Guide

Table Of Contents
/api/DiscoveryConfigService/Actions/
DiscoveryConfigService.SignalNodePresence
This URI is used by iDRAC to initiate contact with OpenManage Enterprise console. However, this API is accessible from the
OpenManage Enterprise console only when the client certificate of the servers is signed by the Dell CA.
POST method for DiscoveryConfigService.SignalNodePresence
Description This method is used by iDRAC to initiate contact with OpenManage Enterprise console. However, this API
is accessible from the OpenManage Enterprise console only when the client certificate of the servers is
signed by the Dell CA.
Privilege Privilege is not required for this API.
HTTP response
codes
200
Example request
body
{
"ServiceTag": "B600",
"RedfishPort": 443,
"IPv4Addresses": ["10.35.0.30"],
"IPv6Addresses": ["3001:db8::69", "2001:db8::5:c0e5"],
"WebSSLCertificate": "---BEGIN CERTIFICATE--SSL certificate
contents--END CERTIFICATE---"
}
/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.
APIs specific to OpenManage Enterprise 607