API Guide

Table Of Contents
}
]
}
POST method for Uplinks for a specific fabric
This method creates an uplink.
Description Creates an uplink.
Privilege FABRIC_MANAGEMENT
HTTP response
code
201
Example request
body
{
"Name":"Uplink_Ethernet_Fabric-B",
"Description":"Ethernet Uplink created from REST.",
"MediaType":"Ethernet",
"Ports":[
{
"Id": "6ZB1XC2:ethernet1/1/41"
},
{
"Id": "5ZB1XC2:ethernet1/1/41"
}
],
"Networks":[
{
"Id":95614
}
]
}
Example
response body
Uplink Id
Table 163. 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.
526 APIs specific to OpenManage Enterprise Modular Edition