Reference Guide
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"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "NoTeaming",
"Name": "NoTeaming"
},
{
"@odata.type": "#NetworkService.EnumerationEntry",
"Id": "Other",
"Name": "Other"
}
]
}
api/NetworkService/ServerProfiles
This URI lists all server profiles by ID and service tag.
GET method for server profiles
This method lists all server profiles by ID and service tag.
Description
Lists all server profiles by ID and service tag.
Privilege
HTTP response
code
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.ServerProfile)",
"@odata.count": 15,
"value":[
{
"@odata.type": "#NetworkService.ServerProfile",
"@odata.id": "/api/NetworkService/ServerProfiles('8ZJC0T2')",
"Id": "8ZJC0T2",
500 APIs specific to OpenManage Enterprise – Modular Edition