- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Lists the existing TunnelDestGroups. To group across all locations, use a -
as the location ID. For example: /v1/projects/123/iap_tunnel/locations/-/destGroups
HTTP request
GET https://iap.googleapis.com/v1/{parent=projects/*/iap_tunnel/locations/*}/destGroups
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Google Cloud Project ID and location. In the following format: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 100 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000. |
pageToken |
A page token, received from a previous When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
The response from destGroups.list.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"tunnelDestGroups": [
{
object ( |
Fields | |
---|---|
tunnelDestGroups[] |
TunnelDestGroup existing in the project. |
nextPageToken |
A token that you can send as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
iap.tunnelDestGroups.list
For more information, see the IAM documentation.