API Guide
"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": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
GET /fabrics-intents/{id}
Retrieves the configured fabric intent.
API
GET /fabrics-intents/{id}
Description This API retrieves a fabric intent represented by the requested id.
Parameters
Table 28. API parameters
Filter name Description
*id
string
(path)
Unique identifier of the fabric intent. For example:
41%3A51771177706553346
Responses 200 — Response to get a fabric intent
{
"id": "41%3A51771177706553346",
"name": "intent-demo",
"wiring_diagram_id": "210:51771176547909632",
"description": "",
"user_info": {
"created_by": "admin@sfd.local",
"created_at": 1579931812368,
"last_updated_by": null,
"last_updated_at": null
},
"fabric-type": "NOT_DEFINED",
Fabrics-intents 61










