NSX-T Data Center REST API
VpcIntentRealizationStatus (type)
{
"extends": {
"$ref": "StatusEnum"
},
"id": "VpcIntentRealizationStatus",
"module_id": "PolicyVpcStatistics",
"properties": {
"parent_path": {
"required": false,
"title": "Policy parent path of the resource.",
"type": "string"
},
"path": {
"required": false,
"title": "Policy path of the object",
"type": "string"
},
"realization_id": {
"required": false,
"title": "Realization id of this object",
"type": "string"
},
"realized_entity_path": {
"required": false,
"title": "Path that is used to fetch the Realization details of the entity.",
"type": "string"
},
"status": {
"enum": [
"SUCCESS",
"ERROR",
"UNINITIALIZED",
"IN_PROGRESS",
"UNKNOWN"
],
"required": false,
"title": "Status of this object",
"type": "string"
}
},
"title": "VPC Status and Status of children for a given VPC",
"type": "object"
}