API Guide

Table Of Contents
/api/NetworkService/Fabrics(Id)
This URI represents a specific fabric in the fabric collection.
GET method for Fabrics(Id)
This method returns a specific fabric from the collection of fabrics.
Description Returns a specific fabric.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#NetworkService.Fabric/$entity",
"@odata.type": "#NetworkService.Fabric",
"@odata.id": "/api/NetworkService/
Fabrics('31db245a-9865-4a23-9697-4902cd2d5421')",
"Id": "31db245a-9865-4a23-9697-4902cd2d5421",
"Name": "Chassis 19 Fabric-B",
"Description": "MX5108 C19-B1/B2",
"Summary":
{
"NodeCount": 2,
"ServerCount": 5,
"UplinkCount": 1
},
"LifeCycleStatus":
[
{
"Activity": "Upgrade",
"Status": "2060"
},
{
"Activity": "Create",
"Status": "2060"
}
],
"Health":
{
"Status": "4000",
"Issues":
[
{
"MessageId": "NFAB0017",
"Message": "The network fabric is not healthy because all ISLs
are not connected.",
"MessageArgs": [],
"Severity": "Warning",
"Resolution": "Make sure that all the ISLs are connected as
per the specification.",
"Category": "Audit",
"DetailedDescription": "",
"TimeStamp": "2018-07-12T18:47:56Z"
}
]
},
"FabricDesignMapping":
[
{
"DesignNode": "Switch-A",
"PhysicalNode": "41F2MN2"
},
{
"DesignNode": "Switch-B",
"PhysicalNode": "41F4MN2"
456
APIs specific to OpenManage Enterprise Modular Edition