API Guide

"Description": "update 01",
"OverrideLLDPConfiguration": "Disabled",
"FabricDesignMapping": [
{
"DesignNode": "Switch-A",
"PhysicalNode": "CBJXLN2"
},
{
"DesignNode": "Switch-B",
"PhysicalNode": "F13RPK2"
}
],
"FabricDesign": {
"Name": "2xMX9116n_Fabric_Switching_Engines_in_different_chassis"
}
}
Example for
creating fabric
Example response body
{
"Name": "Fabric 1",
"Description": "Description 01",
"OverrideLLDPConfiguration": "Disabled",
"FabricDesignMapping": [
{
"DesignNode": "Switch-A",
"PhysicalNode": "CBJXLN2"
},
{
"DesignNode": "Switch-B",
"PhysicalNode": "F13RPK2"
}
],
"FabricDesign": {
"Name": "2xMX9116n_Fabric_Switching_Engines_in_different_chassis"
}
}
To get the value of FabricDesign.Name, use the /api/NetworkService/FabricDesigns API. The structure of
FabricDesignMapping changes depending on the fabric design. Within FabricDesignMapping, the value of PhysicalNode
must be set from the result of /api/NetworkService/FabricDesigns('DesiredDesign')/
NetworkService.GetApplicableNodes.
Table 153. Attributes
Attribute Description
OverrideLLDPConfiguration value must be "Disabled" or "Enabled". By enabling this
configuration, Fabric Management Address is included in LLDP
Messages.
NOTE: Some software networking solutions require a
single management address to be transmitted by all
Ethernet switches to represent the entire fabric. Enable
this feature only when connecting to such a solution.
/api/NetworkService/FabricDesign
This URI represents the fabric designs.
GET method for FabricDesign
This method returns a list of the fabric designs.
Description
Returns a list of fabric designs.
APIs specific to OpenManage Enterprise Modular Edition 407