NSX-T Data Center REST API

ConsolidatedStatusNsxT (type)

{
  "additionalProperties": false,
  "description": "Detailed Realized Status of an intent object on an NSX-T type of enforcement point.",
  "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": "Detailed Realized Status inherent to an NSX-T Enforcement Point.",
      "readonly": true,
      "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": {
      "required": true,
      "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"
}