API Guide

Table Of Contents
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,
"ServiceTag": "B600",
"HasCredentials": true,
"IpAddress": "10.35.0.50",
"Status": "Discovered",
"AnnouncedTime": "2019-12-17 11:56:30.998267",
"DiscoveryTime": "2019-12-17 11:56:30.998267",
"TaskId": 10096,
"CreatedBy": "admin",
"CreatedOn": "2019-12-17 11:56:30.998267"
},
{
"@odata.type": "#DiscoveryConfigService.AnnouncedTarget",
"@odata.id": "/api/DiscoveryConfigService/SignaledNodes(26)",
"Id": 26,
"ServiceTag": "B700",
"HasCredentials": true,
"IpAddress": "10.35.0.51",
"Status": "Discovered",
"AnnouncedTime": "2019-12-17 11:56:30.997381",
"DiscoveryTime": "2019-12-17 11:56:30.997381",
"TaskId": 10096,
"CreatedBy": "admin",
"CreatedOn": "2019-12-17 11:56:30.997381"
}
]
}
608
APIs specific to OpenManage Enterprise