NSX-T Data Center REST API

AntreaAdapterStatus (type)

{
  "additionalProperties": false,
  "id": "AntreaAdapterStatus",
  "module_id": "PolicyAntreaMonitoring",
  "properties": {
    "conditions": {
      "description": "Collection of adapter conditions.",
      "items": {
        "$ref": "ComponentConditionItem"
      },
      "readonly": true,
      "title": "Adapter conditions",
      "type": "array"
    },
    "status": {
      "$ref": "ComponentStatus",
      "description": "Indicate overall healthy status.",
      "readonly": true,
      "title": "Antrea adapter status"
    }
  },
  "title": "Antrea adapter status",
  "type": "object"
}