NSX-T Data Center REST API

AntreaContainerClusterNode (type)

{
  "id": "AntreaContainerClusterNode",
  "properties": {
    "cluster_id": {
      "required": true,
      "title": "The UUID of the container cluster",
      "type": "string"
    },
    "nodes": {
      "items": {
        "type": "string"
      },
      "minItems": 1,
      "title": "List of at most 200 container node UUIDs requiring a support bundle",
      "type": "array"
    }
  },
  "title": "Antrea container cluster and its nodes requiring a support bundle",
  "type": "object"
}