API Guide

Table Of Contents
"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:SKY00201234567890123456789012345')/ChildNodes"
}
/api/NetworkService/MultiChassisDomain/Topology/Nodes(Id)/
ChildNodes
This URI represents the switch nodes for a specific chassis node in an MCM group.
GET method for ChildNodes in an MCM group
This method returns the list of switch nodes for a specific chassis node.
Description
Returns the switch nodes for a specific chassis node.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#Collection(NetworkService.Node)",
"@odata.count": 2,
"value":
[
{
"@odata.type": "#NetworkService.Node",
"@odata.id": "/api/NetworkService/MultiChassisDomain/Topology/
Nodes('Switch%3A1ZB1XC2')",
"Id": "Switch:1ZB1XC2",
"Type": "NETWORK_IOM",
"ParentNodeId": "SKY00201234567890123456789012345",
"Location": "IOM-B1",
"NodeInformation":
{
"@odata.type": "#NetworkService.NodeInformation",
"Status": 1000,
"Type": "WeaverSwitch",
"ServiceTag": "1ZB1XC2",
"DeviceId": 25004,
"Model": "MX9116n Fabric Engine",
"Slot": "IOM-B1",
"SwitchMode": "Fabric",
"PowerState": 17,
"Name": "IOM-B1"
},
"ChildNodes@odata.navigationLink": "/api/NetworkService/
MultiChassisDomain/Topology/Nodes('Switch%3A1ZB1XC2')/ChildNodes"
494
APIs specific to OpenManage Enterprise Modular Edition