API Guide
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"
]
}
]
}
POST /fabrics-intents/{id}/check-deploy-impact
Checks the impact of the specified fabric intent deployment.
API
POST /fabrics-intents/{id}/check-deploy-impact
Description This API checks the impact of this fabric intent before deployment. Before deploying fabric intent, check can be
done if the deployment of this fabric intent is service impacting or not.
Parameters
Table 32. API parameters
Filter name Description
*id
string
(path)
Unique identifier of the fabric intent. For example:
41:3A51771215306326025
Responses 200 — Success response to check deploy impact
{
"impact": "NONE"
}
Fabrics-intents 67










