API Guide
"ServiceTag": "DPM4XC1",
"DeviceId": 25005,
"Model": "MX9116n Fabric Engine",
"Slot": "IOM-B2",
"SwitchMode": "Fabric",
"PowerState": 17,
"Name": "IOM-B2"
},
"ChildNodes@odata.navigationLink": "/api/NetworkService/
Fabrics('43be623e-0d74-4f6d-87b3-3ea40bf6372d')/Topology/Nodes('Switch
%3ADPM4XC1')/ChildNodes"
}
]
}
/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
Input:
{
"FabricIds":["Fabric-1","Fabric-2']
}
Output:
{
"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
Input:
{
"FabricId":"FabricId",
"UplinkIds":["id1","id2"]
}
Output:
APIs specific to OpenManage Enterprise - Modular Edition 323