Get existing access groups
Note
Use the API pagination endpoint Get page of existing access groups
Responses
Status  | Meaning  | Description  | Schema  | 
|---|---|---|---|
200  | OK  | Inline  | |
400  | Bad Request  | None  | |
401  | Unauthorized  | None  | |
403  | Access Forbidden  | None  | |
404  | Not Found  | None  | |
406  | Not Acceptable  | None  | |
429  | Too Many Requests  | None  | |
500  | Internal Server Error  | None  | 
[
  {
    "defaultGroup": true,
    "description": "string",
    "destination": [
      {
        "allCovered": true,
        "children": [
          {}
        ],
        "parent": {
          "id": "string",
          "name": "string"
        },
        "type": "HOST_SERVICE"
      }
    ],
    "id": "string",
    "name": "string",
    "source": [
      {
        "allCovered": true,
        "children": [
          {}
        ],
        "parent": {
          "id": "string",
          "name": "string"
        },
        "type": "HOST"
      }
    ]
  }
]