API Guide

Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
/api/$metadata#NetworkService.Topology/$entity",
"@odata.type": "#NetworkService.Topology",
"@odata.id": "/api/NetworkService/MultiChassisDomain/Topology",
"Nodes@odata.navigationLink": "/api/NetworkService/MultiChassisDomain/
Topology/Nodes"
}
/api/NetworkService/MultiChassisDomain/Topology/
Nodes
This URI represents all the nodes in an MCM group.
GET method for Nodes in an MCM group
This method returns the details of all the nodes in an MCM group.
Description
Returns the list of nodes in an MCM group and their details.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/$metadata#Collection(NetworkService.Node)",
"@odata.count": 2,
"value":
[
{
"@odata.type": "#NetworkService.Node",
"@odata.id": "/api/NetworkService/MultiChassisDomain/Topology/
Nodes('Chassis%3ASKY002P1234567890123456789012345')",
"Id": "Chassis:SKY002P1234567890123456789012345",
"Type": "CHASSIS",
"ParentNodeId": null,
"Location": null,
"NodeInformation":
{
"@odata.type": "#NetworkService.NodeInformation",
"Status": 4000,
"MCMRole": "MEMBER",
"ServiceTag": "SKY002P1234567890123456789012345",
"DeviceId": 25155,
"Model": "POWEREDGE MX7000",
"PowerState": 17,
"Name": "MX-SKY002P1234567890123456789012345"
},
"ChildNodes@odata.navigationLink": "/api/NetworkService/
MultiChassisDomain/Topology/Nodes('Chassis
%3ASKY002P1234567890123456789012345')/ChildNodes"
},
{
"@odata.type": "#NetworkService.Node",
"@odata.id": "/api/NetworkService/MultiChassisDomain/Topology/
348
APIs specific to OpenManage Enterprise - Modular Edition