API Guide

},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2070",
"Name": "Failed"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2080",
"Name": "New"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2090",
"Name": "Warning"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2100",
"Name": "Aborted"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2101",
"Name": "Paused"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2102",
"Name": "Stopped"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "2103",
"Name": "Canceled"
}
]
}
/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",
APIs specific to OpenManage Enterprise - Modular Edition 425