NSX-T Data Center REST API
RealizationFailure (type)
{
"description": "Policy object that have failed to realize",
"id": "RealizationFailure",
"module_id": "ConsistencyCheck",
"properties": {
"path": {
"description": "Path of the policy object",
"readonly": true,
"required": true,
"title": "Path of the policy object",
"type": "string"
},
"status": {
"description": "Last seen failure status of the policy object",
"readonly": true,
"required": true,
"title": "Last seen failure status of the policy object",
"type": "string"
},
"timestamp": {
"$ref": "EpochMsTimestamp",
"description": "Timestamp when the failure was last seen of the policy object",
"readonly": true,
"required": true,
"title": "Timestamp when the failure was last seen of the policy object"
}
},
"title": "Policy object that have failed to realize",
"type": "object"
}