API Guide

Table Of Contents
"ServerInterfaceProfiles":[
{
"Id":"NIC.Mezzanine.1A-2-1",
"Networks":[
{"Id":25077},
{"Id":25080}
]
},
{
"Id":"NIC.Mezzanine.1A-1-1",
"Networks":[ {"Id":27372}]
}
]
}
}
Example
response body
{
"JobId": 25546
}
/api/NetworkService/FeatureCapabilities
This API gets all feature capabilities of the IOM running Fabric Manager.
GET method for feature capabilities
This method gets all feature capabilities of the IOMs running Fabric Manager. To run this API, you must have an existing server
profile with NICs that were deployed using the server deployment process, on the system.
Description
Gets all feature capabilities of IOMs running Fabric Manager.
Privilege VIEW
HTTP Response
Code
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkService.FeatureCapability)",
"@odata.count": 4,
"value": [
{
"@odata.type": "#NetworkService.FeatureCapability",
"Name": "ServerBondingConfiguration"
},
{
"@odata.type": "#NetworkService.FeatureCapability",
"Name": "PortVLANConfiguration"
},
{
"@odata.type": "#NetworkService.FeatureCapability",
"Name": "FabricLLDPConfiguration"
},
{
"@odata.type": "#NetworkService.FeatureCapability",
"Name": "FCoEUplinkUntaggedVlanConfiguration"
}
]
}
APIs specific to OpenManage Enterprise Modular Edition 511