NSX-T Data Center REST API

PolicyGroupAssociatedKubernetesClusterList (type)

{
  "additionalProperties": false,
  "description": "Details of the kubernetes clusters belonging to a policy Group",
  "id": "PolicyGroupAssociatedKubernetesClusterList",
  "module_id": "PolicyGroupRealization",
  "properties": {
    "clusters": {
      "items": {
        "$ref": "PolicyGroupAssociatedKubernetesCluster"
      },
      "required": true,
      "type": "array"
    }
  },
  "title": "List of clusters associated to a Group",
  "type": "object"
}