API Guide

PUT /fabrics-intents/{id}
Updates the configured fabric intent.
API
PUT /fabrics-intents/{id}
Description This API updates the fabric intent.
Parameters
Table 29. API parameters
Filter name Description
*id
string
(path)
Unique identifier of the fabric intent. For example:
41:3A51771222128001037
body For example:
{
"name": "intent-L3-new",
"wiring_diagram_id":
"210:51771176547909632",
"description": ""
}
Responses 200 — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
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"
]
}
]
}
Fabrics-intents
63