Skip to main content

Get existing access groups

Note

Use the API pagination endpoint Get page of existing access groups

Responses

Status

Meaning

Description

Schema

200

OK

OK

Inline

400

Bad Request

Bad Request

None

401

Unauthorized

Unauthorized

None

403

Forbidden

Access Forbidden

None

404

Not Found

Not Found

None

406

Not Acceptable

Not Acceptable

None

429

Too Many Requests

Too Many Requests

None

500

Internal Server Error

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"
      }
    ]
  }
]