Method: projects.locations.connectors.list

Lists Serverless VPC Access connectors.

HTTP request

GET https://vpcaccess.googleapis.com/v1beta1/{parent=projects/*/locations/*}/connectors

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The project and location from which the routes should be listed.

Authorization requires the following IAM permission on the specified resource parent:

  • vpcaccess.connectors.list

Query parameters

Parameters
pageSize

integer

Maximum number of functions to return per call.

pageToken

string

Continuation token.

Request body

The request body must be empty.

Response body

Response for listing Serverless VPC Access connectors.

If successful, the response body contains data with the following structure:

JSON representation
{
  "connectors": [
    {
      object (Connector)
    }
  ],
  "nextPageToken": string
}
Fields
connectors[]

object (Connector)

List of Serverless VPC Access connectors.

nextPageToken

string

Continuation token.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.