API Guide

Table Of Contents
Example
response body
{
"@odata.id": "/api/NetworkService/MultiChassisDomain",
"Topology":
{
"@odata.id": "/api/NetworkService/MultiChassisDomain/Topology"
},
"ValidationErrors@odata.navigationLink": "/api/NetworkService/
MultiChassisDomain/ValidationErrors"
}
/api/NetworkService/MultiChassisDomain/Topology
This URI represents the topology of an MCM group.
GET method for Topology in a multichassis domain
This method returns the topology of a group with multiple chassis.
Description Returns the topology of a group.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
/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
response body
{
"@odata.context": "/api/$metadata#Collection(NetworkService.Node)",
"@odata.count": 2,
"value":
[
{
"@odata.type": "#NetworkService.Node",
"@odata.id": "/api/NetworkService/MultiChassisDomain/Topology/
Nodes('Chassis%3ASKY002P1234567890123456789012345')",
492 APIs specific to OpenManage Enterprise Modular Edition