API Guide
/api/NetworkService/Actions/NetworkService.RemoveFabrics
POST method for NetworkService.RemoveFabrics
This method deletes multiple fabrics.
Description Deletes multiple fabrics.
Privilege FABRIC_MANAGEMENT
HTTP response
codes
204
Example request
body
{
"FabricIds":["Fabric-1","Fabric-2']
}
Example
response body
{
"Fabric-1": true,
"Fabric-2": true
}
/api/NetworkService/Actions/NetworkService.RemoveUplinks
POST method for NetworkService.RemoveUplinks
This method deletes multiple fabric uplinks.
Description
Deletes multiple fabric uplinks.
Privilege FABRIC_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"FabricId":"FabricId",
"UplinkIds":["id1","id2"]
}
Example
response body
{
"id1": true,
"id2": true
}
434 APIs specific to OpenManage Enterprise – Modular Edition