NSX-T Data Center REST API

AntreaControllerStatus (type)

{
  "additionalProperties": false,
  "description": "Antrea Controller status, including component status, connected agent and CONTROLLER_ prefix conditions status.",
  "id": "AntreaControllerStatus",
  "module_id": "PolicyAntreaMonitoring",
  "properties": {
    "conditions": {
      "description": "Collection of controller related conditions.",
      "items": {
        "$ref": "ComponentConditionItem"
      },
      "readonly": true,
      "title": "Controller conditions",
      "type": "array"
    },
    "connected_agent_num": {
      "description": "If status is UNKNOWN, this number is meaningless.",
      "readonly": true,
      "title": "The number of connected agents",
      "type": "int"
    },
    "status": {
      "$ref": "ComponentStatus",
      "description": "Indicate overall healthy status.",
      "readonly": true,
      "title": "Antrea Controller status"
    }
  },
  "title": "Antrea Controller status",
  "type": "object"
}