Developers Guide

Table Of Contents
"ChildNodes@odata.navigationLink": "/api/
NetworkService/Fabrics('43be623e-0d74-4f6d-87b3-3ea40bf6372d')/Topology/
Nodes('Switch%3ADPM4XC1')/ChildNodes"
}
]
}
/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
response body
{
"DesignCriteria":
[
{
"Criterion":
{
"NodeName":"Switch-A","ChassisName":"Chassis-X","Slot":"Slot-
A1","Type":"MX9116n"
},
"ApplicableNodes":
[
{
"ServiceTag":"DPM4XC2","Slot":"IOM-B2","ChassisName":"MX-
SKY002P1234567890123456789012345","ChassisServiceTag":"SKY002P1234567890123456789012345"
}
]
},
{
"Criterion":
{
"NodeName":"Switch-B","ChassisName":"Chassis-Y","Slot":"Slot-
A2","Type":"MX9116n"
},
"ApplicableNodes":
[
{
"ServiceTag":"DPM4XC2","Slot":"IOM-B2","ChassisName":"MX-
SKY002P1234567890123456789012345","ChassisServiceTag":"SKY002P1234567890123456789012345"
}
]
}
]
}
582
APIs specific to OpenManage Enterprise Modular Edition