Reference Guide

Table Of Contents
"SourceNode": "Switch-A",
"SourceInterface": "ethernet1/1/37",
"DestinationNode": "Switch-B",
"DestinationInterface": "ethernet1/1/37"
},
{
"SourceNode": "Switch-A",
"SourceInterface": "ethernet1/1/38",
"DestinationNode": "Switch-B",
"DestinationInterface": "ethernet1/1/38"
},
{
"SourceNode": "Switch-A",
"SourceInterface": "ethernet1/1/40",
"DestinationNode": "Switch-B",
"DestinationInterface": "ethernet1/1/40"
},
{
"SourceNode": "Switch-A",
"SourceInterface": "ethernet1/1/39",
"DestinationNode": "Switch-B",
"DestinationInterface": "ethernet1/1/39"
}
],
"FabricDesignNode":
[
{
"NodeName": "Switch-A",
"ChassisName": "Chassis-X",
"Slot": "Slot-A1",
"Type": "MX9116n"
},
{
"NodeName": "Switch-B",
"ChassisName": "Chassis-Y",
"Slot": "Slot-A2",
"Type": "MX9116n"
}
]
}
/api/NetworkService/FabricDesigns(arg1)
This URI represents fabric design details for a specific fabric.
GET method for a specific fabric design
This method fetches fabric designs for a particular fabric.
Description
Fetches fabric designs for a particular fabric
Privilege VIEW
HTTPS response
code
200
Example
response body
{
"@odata.context": "/api/$metadata#NetworkService.FabricDesign",
"@odata.type": "#NetworkService.FabricDesign",
"@odata.id": "/api/NetworkService/
FabricDesigns('2xMX9116n_Fabric_Switching_Engines_in_same_chassis')",
"Name": "2xMX9116n_Fabric_Switching_Engines_in_same_chassis",
"NetworkLink": [
{
"SourceNode": "Switch-A",
"SourceInterface": "ethernet1/1/37",
520 APIs specific to OpenManage Enterprise Modular Edition