API Guide

"ChassisName": "Chassis-X",
"Slot": "Slot-A1",
"Type": "WeaverSwitch"
},
{
"NodeName": "Switch-B",
"ChassisName": "Chassis-Y",
"Slot": "Slot-A2",
"Type": "WeaverSwitch"
}
]
}
]
}
/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
Input:
Output:
{
"@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": [],
APIs specific to OpenManage Enterprise - Modular Edition
303