API Guide

],
"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/{fabric-intent-id}/
deployments/{deployment-id}
Retrieves the deployment status of a specific fabric-intent using the fabric-intent ID.
API
GET /fabrics-intents/{fabric-intent-id}/deployments/{deployment-id}
Description This API returns the fabric intent deployment status using the ID of the fabric intent.
Parameters
Table 39. API parameters
Filter name Description
fabric-intent-id
string
path
Unique identifier of the fabric intent. For example:
41:51771177706553346
deployment-id Unique identifier of the fabric intent deployment. For
example:
151:51773025513308176
Responses 200 — Deploy status response for the fabric intent
{
"deployment_state": "FAILED",
"timestamp": {
"start_time": 1579987357,
"start_time_iso": "2020-01-25 21:22:37 UTC",
Fabrics-intents 79