NSX-T Data Center REST API

AntreaAgentsInfo (type)

{
  "additionalProperties": false,
  "id": "AntreaAgentsInfo",
  "module_id": "PolicyAntreaMonitoring",
  "properties": {
    "degraded_agent_num": {
      "readonly": true,
      "title": "The number of degraded agents",
      "type": "int"
    },
    "failed_agent_num": {
      "readonly": true,
      "title": "The number of failed agents",
      "type": "int"
    },
    "healthy_agent_num": {
      "readonly": true,
      "title": "The number of healthy agents",
      "type": "int"
    }
  },
  "title": "Antrea agents information",
  "type": "object"
}