NSX-T Data Center REST API

ConsolidatedStatus (type)

{
  "additionalProperties": false,
  "description": "Consolidated Status of an intent object. Status Consolidation of an intent happens at multiple levels: - Per Enforcement Point: calculation of the consolidated status is performed using all realized entities that the intent objet maps to on a specific enforcement point. - Across Enforcement Points: calculation of the consolidated status is performend aggregating the consolidated status from each enforcement point.",
  "id": "ConsolidatedStatus",
  "module_id": "PolicyRealizedState",
  "properties": {
    "consolidated_status": {
      "$ref": "ConfigState",
      "description": "Consolidated Realized Status of an intent object.",
      "readonly": true,
      "title": "Consolidated Realized Status"
    }
  },
  "title": "Consolidated Status",
  "type": "object"
}