API Guide

"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",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
GET /fabrics-intents/{id}/deploy-status
Retrieves the current deploy status of the fabric-intent.
API
GET /fabrics-intents/{id}/deploy-status
Description This API returns the progression on the current deployment of the fabric intent. If the fabric intent is already
deployed, this API will return the last deployment progression.
Parameters
Table 38. API parameters
Filter name Description
*id
string (path)
Unique identifier of the fabric intent.
41:51771215306326025
Fabrics-intents 77