API Guide

Responses 200 — Deploy status response of the fabric intent
{
"deployment_state": "FAILED",
"timestamp": {
"start_time": 1579987357,
"start_time_iso": "2020-01-25 21:22:37 UTC",
"end_time": 1579987422,
"end_time_iso": "2020-01-25 21:23:42 UTC"
},
"deployment_count": {
"success_count": 0,
"in_progress_count": 0,
"error_count": 6
},
"deployment_progression": [
{
"id": "2:51771176555151441",
"name": "sc2-t2-s5224-l3",
"progress": 100,
"status": "FAILED",
"timestamp": {
"start_time": 1579987375738,
"start_time_iso": "52037-10-21 22:08:58 UTC",
"end_time": 1579987405500,
"end_time_iso": "52037-10-22 06:25:00 UTC"
},
"messages": [
{
"id": null,
"message": "Failed to configure entity : BGP_NEIGHBOR : reason :
SFD_AGENT_OPERATION_FAILURE"
},
{
"id": null,
"message": "Failed to configure entity : BGP_NEIGHBOR : reason :
SFD_AGENT_OPERATION_FAILURE"
}
}
]
}
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"
]
}
]
}
404 — Requested entity does not exist
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
78
Fabrics-intents