API Guide

Table Of Contents
DELETE method for Fabrics(Id)
This method deletes a specific fabric.
Description Deletes a specific fabric.
Privilege FABRIC_MANAGEMENT
HTTP response
codes
204
Example
Input:
Output:
/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
Input:
Output:
{
"@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",
"DestinationNode": "Switch-B",
"DestinationInterface": "ethernet1/1/40"
},
{
"SourceNode": "Switch-A",
"SourceInterface": "ethernet1/1/39",
"DestinationNode": "Switch-B",
"DestinationInterface": "ethernet1/1/39"
}
],
APIs specific to OpenManage Enterprise - Modular Edition
313