API Guide

Table Of Contents
"Id":"8KWYERN1:e102-009-0"
}
],
"Networks":
[
{
"Id":8756
}
]
}
Output:
Uplink Id
Table 136. 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
Input:
Output:
{
"@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,
"Summary":
{
"PortCount": 4,
"NetworkCount": 2
},
"Ports@odata.navigationLink": "/api/NetworkService/
Fabrics('43be623e-0d74-4f6d-87b3-3ea40bf6372d')/Uplinks('bda43da9-
318 APIs specific to OpenManage Enterprise - Modular Edition