API Guide

Table Of Contents
Table 163. Attributes (continued)
Attribute name Description
Name The target uplink name
Description The target uplink description
MediaType Indicates, type of uplink. For more information, see /api/
NetworkService/UplinkTypes.
NativeVLAN VLAN number, user intends to configure uplink with, as
untagged network.
Ports/Id The identifier associated to switch port (interface) that the
user intends to associate with the given uplink.
Networks/Id The identifier that is associated to the network profile that
the user intends to associate with the given uplink as tagged
networks.
NOTE: One or more identifiers may be provided as input
for ports and networks attribute.
DELETE method for Uplinks(Id)
This method deletes a specific uplink.
Description
Deletes a specific uplink.
Privilege FABRIC_MANAGEMENT
HTTP response
codes
204
/api/NetworkService/Fabrics(Id)/Uplinks(Id)/Ports
This URI represents the uplink ports of a specific uplink in a fabric.
GET method for Ports for a specific uplink
This method returns the uplink ports of a specific uplink in a fabric.
Description
Returns the uplink ports.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#Collection(NetworkService.Port)",
"@odata.count": 4,
"value":
[
{
"@odata.type": "#NetworkService.Port",
"@odata.id": "/api/NetworkService/
Fabrics('43be623e-0d74-4f6d-87b3-3ea40bf6372d')/Uplinks('bda43da9-
d6d8-4fc5-98b7-cb9030e8008e')/Ports('1ZB1XC2%3Aethernet1%2F1%2F41')",
"Id": "1ZB1XC2:ethernet1/1/41",
"Name": "",
"Description": "",
"Type": "PhysicalEthernet",
"MediaType": "Ethernet",
466 APIs specific to OpenManage Enterprise Modular Edition