API Guide
}
]
}
default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
POST /topology/upload
Retrieves the overall status of the fabric.
API
GET /topology/status
Description This API is the design file to upload. SFD learns the design and then provides the next steps to perform.
Parameters None
Responses 201 — Response to the topology upload
{
"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"
}
}
}
400 — Invalid request - uploaded file not valid
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
Topology
185










