API Guide
Example
Input:
Output:
{
"@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"
}
PUT method for Uplinks(Id)
This method updates a specific uplink.
Description
Updates a specific uplink.
Privilege FABRIC_MANAGEMENT
HTTP response
codes
201
Example
Input:
{
"Id":"123e4567-e89b-12d3-a456-426655440012",
"Name":"Fabric-1",
"Description":"This is a fabric.",
"MediaType":"Ethernet",
"Ports":
[
{
"Id":"8KWYERN1:e102-009-0"
}
],
"Networks":
[
{
"Id":8315
}
]
}
Output:
TRUE
DELETE method for Uplinks(Id)
This method deletes a specific uplink.
Description
Deletes a specific uplink.
Privilege FABRIC_MANAGEMENT
APIs specific to OpenManage Enterprise - Modular Edition 311