API Guide

]
}
POST method for Uplinks for a specific fabric
This method creates an uplink.
Description Creates an uplink.
Privilege FABRIC_MANAGEMENT
HTTP response
codes
201
Example
Input:
{
"Name":"Fabric-1",
"Description":"This is a fabric.",
"MediaType":"Ethernet",
"Ports":
[
{
"Id":"8KWYERN1:e102-009-0"
}
],
"Networks":
[
{
"Id":8756
}
]
}
Output:
Uplink Id
Table 143. Attributes
Attribute name Description
ID The identifier of the fabric.
Name The fabric name.
Description The fabric name description.
MediaType Type of the uplink. For more information, see api/
NetworkService/UplinkTypes.
ID (Ports) Port ID(s).
ID (Networks) Network ID(s).
/api/NetworkService/Fabrics(Id)/Uplinks(Id)
This URI represents a specific uplink in a fabric.
GET method for Uplinks(Id)
This method returns a specific uplink from a specific fabric.
Description
Returns a specific uplink from a specific fabric.
Privilege VIEW
HTTP response
codes
200
326 APIs specific to OpenManage Enterprise - Modular Edition