Method: connectorPlatformRegions.enumerate

Enumerates the regions for which Connector Platform is provisioned.

HTTP request

GET https://<GOOGLE_CLOUD_REGION>-integrations.googleapis.com/v1/connectorPlatformRegions:enumerate

The URL uses gRPC Transcoding syntax.

Request body

The request body must be empty.

Response body

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

Response containing all provisioned regions for Connector Platform.

JSON representation
{
  "regions": [
    string
  ]
}
Fields
regions[]

string

All regions where Connector Platform is provisioned.

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.