API Guide
"Id": "41F4MN2:ethernet1/1/9",
"Source":
{
"ChassisName": "Chassis-19",
"ChassisServiceTag": "GYFJ9N2",
"Slot": "IOM-B2",
"PortNumber": "41F4MN2:ethernet1/1/9",
"PortName": null
},
"Destination":
{
"ChassisName": "Chassis-19",
"ChassisServiceTag": "GYFJ9N2",
"Slot": "IOM-B1",
"PortNumber": "41F2MN2:ethernet1/1/9",
"PortName": null
}
}
]
}
/api/NetworkService/Fabrics(Id)/Topology
This URI represents the topology of the nodes and switches.
GET method for Topology for a fabric
This method returns the topology of all the nodes and switches in a fabric.
Description
Returns a topology of the nodes and switches.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/$metadata#NetworkService.Topology/$entity",
"@odata.type": "#NetworkService.Topology",
"@odata.id": "/api/NetworkService/
Fabrics('43be623e-0d74-4f6d-87b3-3ea40bf6372d')/Topology",
"Nodes@odata.navigationLink": "/api/NetworkService/
Fabrics('43be623e-0d74-4f6d-87b3-3ea40bf6372d')/Topology/Nodes"
}
/api/NetworkService/Fabrics(Id)/Topology/Nodes
This URI represents the nodes for a fabric topology.
GET method for Nodes
This method returns all the nodes for a topology of a specific fabric.
Description
Returns the nodes for a fabric topology.
Privilege VIEW
HTTP response
codes
200
Example
Input:
APIs specific to OpenManage Enterprise - Modular Edition 335