API Guide

Table Of Contents
Table 161. Attributes (continued)
Attribute name Description
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.
DELETE method for Fabrics(Id)
This method deletes a specific fabric.
Description Deletes a specific fabric.
Privilege FABRIC_MANAGEMENT
HTTP response
codes
204
/api/NetworkService/Fabrics(Id)/FabricDesigns
This URI represents the fabric design for a specific fabric.
GET method for FabricDesigns for a specific fabric
This method returns the fabric design of a specific fabric.
Description
Returns the fabric design of a specific fabric.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#NetworkService.FabricDesign/$entity",
"@odata.type": "#NetworkService.FabricDesign",
"@odata.id": "/api/NetworkService/
Fabrics('30aec2da-07d6-4f1c-865c-616c27e71301')/FabricDesign",
"Name": "2NodeHERedundant",
"NetworkLink":
[
{
"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",
458 APIs specific to OpenManage Enterprise Modular Edition