NSX-T Data Center REST API

ConsolidatedStatusPerEnforcementPoint (type)

{
  "additionalProperties": false,
  "description": "Consolidated Realized Status Per Enforcement Point.",
  "extends": {
    "$ref": "BaseConsolidatedStatusPerEnforcementPoint"
  },
  "id": "ConsolidatedStatusPerEnforcementPoint",
  "module_id": "PolicyRealizedState",
  "polymorphic-type-descriptor": {
    "type-identifier": "ConsolidatedStatusPerEnforcementPoint"
  },
  "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"
    },
    "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": "Consolidated Realized Status Per Enforcement Point",
  "type": "object"
}