API Guide
Parameters
Table 36. API parameters
Filter name Description
*id
string
(path)
Unique identifier of the fabric intent. For example:
41:51771215306326025
Responses 200 — Validate response for the fabric intent
{
"deployable": true,
"messages": [
{
"id": "fabric_intent_validate_success",
"message": "Fabric Intent was validated successfully."
}
]
}
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"
]
}
]
}
404 — Requested entity does not exist
{
"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",
Fabrics-intents
75










