API Guide

Table Of Contents
the links are connected as per design.",
"Timestamp": "1531891792"
}
]
}
/api/NetworkService/Fabrics(Id)/Uplinks
This URI represents the uplinks of a specific fabric.
GET method for Uplinks for a specific fabric
This method returns the uplinks of a specific fabric.
Description Returns the uplinks of a specific fabric.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#Collection(NetworkService.Uplink)",
"@odata.count": 1,
"value":
[
{
"@odata.type": "#NetworkService.Uplink",
"@odata.id": "/api/NetworkService/Fabrics('0bebadec-b61b-4b16-
b354-5196396a4a18')/Uplinks('1dc73ef9-946c-4784-b1c7-2abd50bf3253')",
"Id": "1dc73ef9-946c-4784-b1c7-2abd50bf3253",
"Name": "tt",
"Description": "tt",
"MediaType": "Ethernet",
"NativeVLAN": 0,
"Summary":
{
"PortCount": 2,
"NetworkCount": 1
},
"Ports@odata.navigationLink":
"/api/NetworkService/Fabrics('0bebadec-b61b-4b16-b354-5196396a4a18')/
Uplinks('1dc73ef9-946c-4784-b1c7-2abd50bf3253')/Ports",
"Networks@odata.navigationLink":
"/api/NetworkService/Fabrics('0bebadec-b61b-4b16-b354-5196396a4a18')/
Uplinks('1dc73ef9-946c-4784-b1c7-2abd50bf3253')/Networks"
}
]
}
POST method for Uplinks for a specific fabric
This method creates an uplink.
Description
Creates an uplink.
Privilege FABRIC_MANAGEMENT
HTTP response
code
201
462 APIs specific to OpenManage Enterprise Modular Edition