API Guide

Table Of Contents
/api/NetworkService/FabricHealthStatuses
This URI represents the possible health states of the fabric.
GET method for FabricHealthStatuses
This method returns the possible health states of the fabric.
Description Returns the possible health states of the fabric.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@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
APIs specific to OpenManage Enterprise Modular Edition 491