API Guide

Table Of Contents
"Topology":
{
"@odata.id": "/api/NetworkService/
Fabrics('31db245a-9865-4a23-9697-4902cd2d5421')/Topology"
},
"ISLLinks@odata.navigationLink": "/api/NetworkService/
Fabrics('31db245a-9865-4a23-9697-4902cd2d5421')/ISLLinks"
}
PUT method for Fabrics(Id)
This method updates a fabric.
Description Updates a specific fabric.
Privilege FABRIC_MANAGEMENT
HTTP response
codes
200
Example
Input:
{
"Id":"123e4567-e89b-12d3-a456-426655440000",
"Name":"Fabric-1",
"Description":"This is a fabric.",
"FabricDesignMapping":
[
{
"DesignNode":" Switch-A",
"PhysicalNode":"8KWYERN1"
},
{
"DesignNode":" Switch-B",
"PhysicalNode":"9KWYJRN1"
}
],
"FabricDesign":
{
"Name":"2xMX9116n_Fabric_Switching_Engines_in_same_chassis "
}
}
Output:
TRUE
Table 135. Attributes
Attribute name Description
ID The identifier of the fabric.
Name The fabric name.
Description The fabric name description.
DesignNode DesignNode must be identical to the name provided in the
selected fabric design.
PhysicalNode Service Tag of the switch that you want to configure for the
given fabric.
FabricDesign
Name (FabricDesign) The fabric design name.
312 APIs specific to OpenManage Enterprise - Modular Edition