- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists VPN connections in a given project and location.
HTTP request
GET https://edgecontainer.googleapis.com/v1/{parent=projects/*/locations/*}/vpnConnections
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The parent location, which owns this collection of VPN connections. Authorization requires the following IAM permission on the specified resource  
 | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 The maximum number of resources to list. | 
| pageToken | 
 A page token received from previous list request. | 
| filter | 
 Only resources matching this filter will be listed. | 
| orderBy | 
 Specifies the order in which resources will be listed. | 
Request body
The request body must be empty.
Response body
List of VPN connections in a location.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "vpnConnections": [
    {
      object ( | 
| Fields | |
|---|---|
| vpnConnections[] | 
 VpnConnections in the location. | 
| nextPageToken | 
 A token to retrieve next page of results. | 
| unreachable[] | 
 Locations that could not be reached. | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.