API Guide
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
POST /fabrics-intents/{id}/deploy
Requests deployment for a specific fabric intent to the topology.
API
POST /fabrics-intents/{id}/deploy
Description This API starts deploying the configuration on the switches in the topology.
Parameters
Table 37. API parameters
Filter name Description
*id
string
(path)
Unique identifier of the fabric intent. For example:
41:51771215306326025
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",
76
Fabrics-intents










