API Guide

Table Of Contents
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.EnumerationEntry)",
"@odata.count": 5,
"value":
[
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Spinner",
"Name": "Spinner"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Unknown",
"Name": "Unknown"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "EndHost",
"Name": "EndHost"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Uplink",
"Name": "Uplink"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "ISL",
"Name": "ISL"
}
]
}
api/NetworkService/ServerProfileBondingTechnologies
This URI represents the server bonding technologies.
GET method for server bonding technologies
This method gets all applicable server bonding technologies.
Description
Gets all applicable server bonding technologies. Returns and empty list if the IOM containing the Fabric
Manager.
Privilege VIEW
HTTP Response
Code
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.EnumerationEntry)",
"@odata.count": 3,
"value": [
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "LACP",
"Name": "LACP"
},
500 APIs specific to OpenManage Enterprise Modular Edition