API Guide

api/NetworkService/Fabrics(arg1)/
NetworkService.GetApplicableUplinkUntaggedNetworks
This API gets the untagged networks that can be added to the uplink.
POST method for getting untagged networks
This method gets the applicable untagged networks that can be added to the uplink.
Description Gets the applicable untagged networks that can be added to the uplink.
Privilege VIEW
HTTP Response
Code
Example
response body
{
"UplinkType":1
}
/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"
},
APIs specific to OpenManage Enterprise Modular Edition 423