Reference Guide
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "5000",
"Name": "NOSTATUS"
}
]
}
/api/NetworkService/MultiChassisDomain
GET method for MultiChassisDomain
This method provides access to the multi-chassis topology and validation errors.
Description Provides access to the multi-chassis topology and validation errors.
Privilege VIEW
HTTP response
codes
200
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"
}
APIs specific to OpenManage Enterprise – Modular Edition 491