API Guide

Table Of Contents
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
}
/api/NetworkService/Fabrics(Id)/Topology/Nodes(Id)/ChildNodes
This URI represents the child nodes for a specific node of a fabric topology.
GET method for ChildNodes
This method returns the child nodes for a specific node of a fabric topology.
Description
Returns the child nodes.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#Collection(NetworkService.Node)",
"@odata.count": 2,
"value":
[
APIs specific to OpenManage Enterprise Modular Edition 485