API Guide

Table Of Contents
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 162. 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
Example
response body
{
"@odata.context": "/api/$metadata#NetworkService.Uplink/$entity",
"@odata.type": "#NetworkService.Uplink",
"@odata.id":
"/api/NetworkService/Fabrics('43be623e-0d74-4f6d-87b3-3ea40bf6372d')/
Uplinks('bda43da9-d6d8-4fc5-98b7-cb9030e8008e')",
"Id": "bda43da9-d6d8-4fc5-98b7-cb9030e8008e",
"Name": "test",
"Description": "test",
"MediaType": "Ethernet",
"NativeVLAN": 0,
APIs specific to OpenManage Enterprise Modular Edition 463