API Guide

Table Of Contents
"Summary":
{
"PortCount": 4,
"NetworkCount": 2
},
"Ports@odata.navigationLink":
"/api/NetworkService/Fabrics('43be623e-0d74-4f6d-87b3-3ea40bf6372d')/
Uplinks('bda43da9-d6d8-4fc5-98b7-cb9030e8008e')/Ports",
"Networks@odata.navigationLink":
"/api/NetworkService/Fabrics('43be623e-0d74-4f6d-87b3-3ea40bf6372d')/
Uplinks('bda43da9-d6d8-4fc5-98b7-cb9030e8008e')/Networks"
}
POST method for Uplinks(Id)
This method creates an uplink .
Description Updates a specific uplink.
Privilege DEVICE_CONFIGURATION
HTTP response
code
204
Example request
body
{
"Id":null,
"Name":"Uplink-Test modified",
"Description":"This is a fabric.",
"MediaType":"FCoE",
"UfdEnable":"Disabled",
"Ports":[
{
"Id":"10WYERN4:eth1/1/1"
},
{
"Id":"10WYERN4:eth1/1/2"
}
],
"Networks":[
{
"Id":2345
}
]
}
PUT method for Uplinks(Id)
This method updates a specific uplink.
Description
Updates a specific uplink.
Privilege FABRIC_MANAGEMENT
HTTP response
code
200
Example request
body
{
"Id": "363ade54-a434-4e54-bf8e-0a2eefc5d2f7",
"Name": "Ether",
"Description": "Ethernet_Uplink",
"MediaType": "Ethernet",
"NativeVLAN": 1,
"Ports": [
{
"Id": "8Z3D0T2:ethernet1/1/41"
464 APIs specific to OpenManage Enterprise Modular Edition