NSX-T Data Center REST API

PolicyGroupKubernetesIngressList (type)

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