NSX-T Data Center REST API
ConsistencyCheckRealizationFailure (type)
{ "description": "Consistency checks for realization failures", "id": "ConsistencyCheckRealizationFailure", "module_id": "ConsistencyCheck", "properties": { "realization_failures": { "description": "List of policy objects that have failed to realize", "items": { "$ref": "RealizationFailure" }, "readonly": true, "required": false, "title": "List of policy objects that have failed to realize", "type": "array" }, "total": { "description": "Total number of policy objects that have failed to realize", "readonly": true, "required": true, "title": "Total number of policy objects that have failed to realize", "type": "integer" }, "warning_msg": { "description": "Warning message indicating the number of policy objects that have failed realization", "readonly": true, "required": false, "title": "Warning message indicating the number of policy objects that have failed realization", "type": "string" } }, "title": "Consistency checks for realization failures", "type": "object" }