API Guide
"Id": "DPM4XC1:ethernet1/1/42",
"Name": "",
"Description": "",
"PortNumber": "DPM4XC1:ethernet1/1/42"
}
]
}
]
}
Table 145. Attributes
Attribute name Description
UplinkType ID of the uplink type. For more information, see /api/
NetworkService/UplinkTypes).
/api/NetworkService/UplinkTypes
This URI represents the uplink types.
GET method for UplinkTypes
This method returns the uplink types.
Description
Returns the uplink types.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/$metadata#Collection(NetworkService.UplinkType)",
"@odata.count": 4,
"value":
[
{
"@odata.type": "#NetworkService.UplinkType",
"Id": 1,
"Name": "Ethernet"
},
{
"@odata.type": "#NetworkService.UplinkType",
"Id": 2,
"Name": "FCoE"
},
{
"@odata.type": "#NetworkService.UplinkType",
"Id": 3,
"Name": "FC Gateway"
},
{
"@odata.type": "#NetworkService.UplinkType",
"Id": 4,
"Name": "FC Direct Attach"
}
]
}
APIs specific to OpenManage Enterprise - Modular Edition
343