API Guide

/api/NetworkService/Actions/
NetworkService.DeleteServerNetworks
This API enables you to delete network profiles from an existing interface profile for one or many targeted servers.
POST method for deleting server networks
This method enables you to delete network profiles from an existing interface profile for one or many targeted servers. To run this API,
you must have a server profile with NICs that were deployed using the server deployment process, on the system.
Description Deletes network profiles from an existing interface profile for one or many targeted servers.
Privilege FABRIC_MANAGEMENT
HTTP Response
Code
200
Example request
body
{
"ServersServiceTag":["PFSTN16","PFSTN17","PFSTN18"],
"ServerProfile":{
"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"
468 APIs specific to OpenManage Enterprise – Modular Edition