API Guide
/api/NetworkService/Fabrics(Id)/
NetworkService.GetApplicableUplinkPorts
POST method for GetApplicableUplinkPorts
This method returns the available uplink ports applicable to a fabric design.
Description Returns applicable uplink ports.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
204
Example request
body
{
"UplinkType":1
}
Example response
body
{
"ApplicableUplinkPorts":
[
{
"NodeServiceTag": "1ZB1XC2",
"Ports":
[
{
"Id": "1ZB1XC2:ethernet1/1/44",
"Name": "",
"Description": "",
"PortNumber": "1ZB1XC2:ethernet1/1/44"
},
{
"Id": "1ZB1XC2:ethernet1/1/42",
"Name": "",
"Description": "",
"PortNumber": "1ZB1XC2:ethernet1/1/42"
},
{
"Id": "1ZB1XC2:ethernet1/1/43",
"Name": "",
"Description": "",
"PortNumber": "1ZB1XC2:ethernet1/1/43"
},
{
"Id": "1ZB1XC2:ethernet1/1/37",
"Name": "",
"Description": "",
"PortNumber": "1ZB1XC2:ethernet1/1/37"
},
{
"Id": "1ZB1XC2:ethernet1/1/36",
"Name": "",
"Description": "",
"PortNumber": "1ZB1XC2:ethernet1/1/36"
},
{
"Id": "1ZB1XC2:ethernet1/1/35",
"Name": "",
"Description": "",
"PortNumber": "1ZB1XC2:ethernet1/1/35"
}
]
},
{
432
APIs specific to OpenManage Enterprise – Modular Edition