NSX-T Data Center REST API

PolicyGroupAntreaEgressList (type)

{
  "additionalProperties": false,
  "description": "Details of the antrea egresses belonging to a policy Group",
  "id": "PolicyGroupAntreaEgressList",
  "module_id": "PolicyGroupRealization",
  "properties": {
    "clusters": {
      "items": {
        "$ref": "PolicyGroupAntreaEgressCluster"
      },
      "required": true,
      "type": "array"
    }
  },
  "title": "List of antrea egress members",
  "type": "object"
}