API Guide

Table Of Contents
Example
Input:
Output:
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.EnumerationEntry)",
"@odata.count": 5,
"value":
[
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "1000",
"Name": "NORMAL"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "3000",
"Name": "WARNING"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "4000",
"Name": "CRITICAL"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2000",
"Name": "UNKNOWN"
},
{
"@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
Input:
Output:
{
"@odata.id": "/api/NetworkService/MultiChassisDomain",
"Topology":
{
"@odata.id": "/api/NetworkService/MultiChassisDomain/Topology"
},
"ValidationErrors@odata.navigationLink": "/api/NetworkService/
MultiChassisDomain/ValidationErrors"
}
APIs specific to OpenManage Enterprise - Modular Edition 339