API Guide
/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:
{
"id1": true,
"id2": true
}
/api/NetworkService/FabricDesigns(Id)/
NetworkService.GetApplicableNodes
POST method for GetApplicableNodes
This method returns the available nodes applicable to a fabric design.
Description
Returns applicable nodes.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example
Input:
Output:
{
"DesignCriteria":
[
{
"Criterion":
{
"NodeName":"Switch-A","ChassisName":"Chassis-X","Slot":"Slot-
A1","Type":"WeaverSwitch"
},
"ApplicableNodes":
[
{
"ServiceTag":"DPM4XC2","Slot":"IOM-B2","ChassisName":"MX-
SKY002P1234567890123456789012345","ChassisServiceTag":"SKY002P1234567890123456789012345"
}
]
},
{
"Criterion":
{
340 APIs specific to OpenManage Enterprise - Modular Edition