Reference Guide

Table Of Contents
/api/NetworkService/Fabrics
This URI represents the fabrics.
GET method for Fabrics
This method returns a list of the fabrics.
Description Returns a list of fabrics.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#Collection(NetworkService.Fabric)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#NetworkService.Fabric",
"@odata.id": "/api/NetworkService/Fabrics('9c7b2839-
abe4-40bc-adf9-c53e747516a5')",
"Id": "9c7b2839-abe4-40bc-adf9-c53e747516a5",
"Name": "TEst",
"Description": "",
"OverrideLLDPConfiguration": "Disabled",
"ScaleVLANProfile": "Disabled",
"Summary": {
"NodeCount": 2,
"ServerCount": 2,
"UplinkCount": 0
},
"LifeCycleStatus": [
{
"Activity": "Upgrade",
"Status": "2060"
},
{
"Activity": "Create",
"Status": "2060"
}
],
"Health": {
"Status": "4000",
"Issues": [
{
"MessageId": "NFAB0017",
"Message": "The SmartFabric is not healthy
because all InterSwitch Links are not connected.",
"MessageArgs": [],
"Severity": "Warning",
"Resolution": "Make sure that the VLTi cables
for all ISLs are connected and operational as per the selected fabric
design.",
"Category": "Audit",
"DetailedDescription": "The SmartFabric is not
healthy because one or more VLTi links are not connected.",
"TimeStamp": "2020-04-20T07:30:12Z"
},
{
"MessageId": "NFAB0018",
"Message": "The SmartFabric is not healthy
because atleast one uplink must be configured.",
"MessageArgs": [],
"Severity": "Warning",
"Resolution": "Make sure at least one uplink is
configured for the SmartFabric.",
512
APIs specific to OpenManage Enterprise Modular Edition