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 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":
[
{
"@odata.type": "#NetworkService.Node",
"@odata.id": "/api/NetworkService/
Fabrics('43be623e-0d74-4f6d-87b3-3ea40bf6372d')/Topology/Nodes('Switch
%3A1ZB1XC2')",
"Id": "Switch:1ZB1XC2",
"Type": "NETWORK_IOM",
"ParentNodeId": "SKY00201234567890123456789012345",
"Location": "IOM-B1",
"NodeInformation":
{
"@odata.type": "#NetworkService.NodeInformation",
"Status": 1000,
"Type": "WeaverSwitch",
"ServiceTag": "1ZB1XC2",
"DeviceId": 25004,
"Model": "MX9116n Fabric Engine",
APIs specific to OpenManage Enterprise – Modular Edition 443