API Guide

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"
},
{
"@odata.type": "#NetworkService.Node",
"@odata.id": "/api/NetworkService/MultiChassisDomain/Topology/
Nodes('Switch%3ADPM4XC1')",
"Id": "Switch:DPM4XC1",
"Type": "NETWORK_IOM",
"ParentNodeId": "SKY00201234567890123456789012345",
"Location": "IOM-B2",
"NodeInformation":
{
"@odata.type": "#NetworkService.NodeInformation",
"Status": 1000,
"Type": "WeaverSwitch",
"ServiceTag": "DPM4XC1",
"DeviceId": 25005,
"Model": "MX9116n Fabric Engine",
"Slot": "IOM-B2",
"SwitchMode": "Fabric",
"PowerState": 17,
"Name": "IOM-B2"
},
"ChildNodes@odata.navigationLink": "/api/NetworkService/
MultiChassisDomain/Topology/Nodes('Switch%3ADPM4XC1')/ChildNodes"
}
]
}
NOTE:
The "Type": "WeaverSwitch” attribute is applicable to MX9116N IOMs and Type:
“ModularSwitch”, is applicable to MX5108N IOMs. The “Type” attribute is not applicable to FC
and PassThrough IOMs.
452 APIs specific to OpenManage Enterprise – Modular Edition