NSX-T Data Center Global Manager REST API
ConsolidatedStatusNsxT (type)
{
"additionalProperties": false,
"description": "Consolidated Realized Status for NSX-T enforcement points. The enforced_status field is optional and only populated when the include_enforced_status query parameter is set to true.",
"extends": {
"$ref": "ConsolidatedStatusPerEnforcementPoint"
},
"id": "ConsolidatedStatusNsxT",
"module_id": "PolicyRealizationStatus",
"polymorphic-type-descriptor": {
"type-identifier": "ConsolidatedStatusNsxT"
},
"properties": {
"alarm": {
"$ref": "PolicyRuntimeAlarm",
"description": "Alarm information details.",
"readonly": true,
"title": "Alarm Information Details"
},
"consolidated_status": {
"$ref": "ConsolidatedStatus",
"description": "Consolidated Realized Status of an Intent object per enforcement point.",
"readonly": true,
"title": "Consolidated Realized Status"
},
"enforced_status": {
"$ref": "EnforcedStatusDetailsNsxT",
"description": "Optional. Detailed Realized Status inherent to an NSX-T Enforcement Point. This field is only populated when the API is called with include_enforced_status=true query parameter. When include_enforced_status=false or not specified, this field will be null or absent.",
"readonly": true,
"required": false,
"title": "Enforced Realized Status"
},
"enforcement_point_id": {
"description": "Enforcement Point Id.",
"readonly": true,
"title": "Enforcement Point Id",
"type": "string"
},
"enforcement_point_path": {
"description": "Policy Path referencing the enforcement point where the info is fetched.",
"readonly": true,
"title": "Enforcement point Path",
"type": "string"
},
"resource_type": {
"description": "The type of this resource. Value is \"ConsolidatedStatusPerEnforcementPoint\" for basic status, or \"ConsolidatedStatusNsxT\" when detailed enforced status is included.",
"enum": [
"ConsolidatedStatusPerEnforcementPoint",
"ConsolidatedStatusNsxT"
],
"readonly": true,
"required": true,
"title": "Resource Type",
"type": "string"
},
"site_path": {
"description": "The site where this enforcement point resides.",
"readonly": true,
"title": "Site Path",
"type": "string"
}
},
"title": "NSX-T Consolidated Status",
"type": "object"
}