API Guide

Table Of Contents
"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/Nodes('Chassis%3ASKY00201234567890123456789012345')",
"Id": "Chassis:SKY00201234567890123456789012345",
"Type": "CHASSIS",
"ParentNodeId": null,
"Location": null,
"NodeInformation":
{
"@odata.type": "#NetworkService.NodeInformation",
"Status": 4000,
"MCMRole": "LEAD",
"ServiceTag": "SKY00201234567890123456789012345",
"DeviceId": 25003,
"Model": "POWEREDGE MX7000",
"PowerState": 17,
"Name": "MX-SKY00201234567890123456789012345"
},
"ChildNodes@odata.navigationLink":
"/api/NetworkService/MultiChassisDomain/Topology/
Nodes('Chassis%3ASKY00201234567890123456789012345')/ChildNodes"
}
]
}
/api/NetworkService/MultiChassisDomain/Topology/Nodes(Id)
This URI represents a chassis node in an MCM group.
GET method for Nodes(Id) in an MCM group
This method returns the details of a chassis node in an MCM group.
Description
Returns the details of a chassis node in an MCM group.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#NetworkService.Node/$entity",
"@odata.type": "#NetworkService.Node",
"@odata.id": "/api/NetworkService/MultiChassisDomain/Topology/
Nodes('Chassis:SKY00201234567890123456789012345')",
APIs specific to OpenManage Enterprise Modular Edition 493