API Guide

Fabrics
SFD fabrics.
Topics:
GET /fabrics
GET /fabrics
Retrieves a summary of all fabrics.
API
GET /fabrics
Description Fabric object is created when any fabric intent is deployed. This fabric object points to the FabricIntent which is
active and gives Operational state of the FabricIntent.
Request
parameters
None
Response error
codes
200 — Response for get all fabric objects
{
"data": [
{
"id": "string",
"name": "string",
"state": "NOT_DEPLOYED",
"operational_state": "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"
]
}
]
}
default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
9
56 Fabrics