API Guide
Topology
Physical topology of the fabric.
Topics:
• GET /topology/status
• POST /topology/upload
• GET /topology
GET /topology/status
Retrieves the overall status of the fabric.
API
GET /topology/status
Description Fabric creation designs topology, discovery of physical switches, and configuration of the switches. This API can
be invoked at any time to know the status of the fabric. This API provides status of each step in creation of the
fabric.
Parameters None
Response 200 — Success or error response
{
"design": {
"status": "NOT_DONE",
"imported": true
},
"inventory": {
"switches_designed_count": 0,
"switches_discovered_count": 0,
"additional_switches_discovered": 0,
"connections_designed_count": 0,
"connections_discovered_count": 0,
"additional_connections_discovered": 0
},
"network": {
"states": {
"operational": "NONE"
}
}
}
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
23
184 Topology










