NSX-T Data Center REST API
RealizationEntity (type)
{
"extends": {
"$ref": "VpcIntentRealizationStatus"
},
"id": "RealizationEntity",
"module_id": "PolicyVpcStatistics",
"properties": {
"entity_type": {
"required": false,
"title": "Entity type of the realization intent.",
"type": "string"
},
"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"
},
"reason": {
"$ref": "VpcStatusReason",
"required": false,
"title": "Message containing error code, message ,status of the realization."
},
"status": {
"enum": [
"SUCCESS",
"ERROR",
"UNINITIALIZED",
"IN_PROGRESS",
"UNKNOWN"
],
"required": false,
"title": "Status of this object",
"type": "string"
}
},
"title": "Details of a realization entity, including Id, path and reason for failure, in case of a failure.",
"type": "object"
}