API Guide

HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#NetworkService.Uplink/$entity",
"@odata.type": "#NetworkService.Uplink",
"@odata.id": "/api/NetworkService/
Fabrics('43be623e-0d74-4f6d-87b3-3ea40bf6372d')/Uplinks('bda43da9-
d6d8-4fc5-98b7-cb9030e8008e')",
"Id": "bda43da9-d6d8-4fc5-98b7-cb9030e8008e",
"Name": "test",
"Description": "test",
"MediaType": "Ethernet",
"NativeVLAN": 0,
"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.
464 APIs specific to OpenManage Enterprise Modular Edition