v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01169142751.2 KB
Subscriptions - Pro - Connectivity

Create a Private Service Connect endpoint

Creates a new Private Service Connect endpoint.

post/v1/subscriptions/{subscriptionId}/private-service-connect/{pscServiceId}

Path parameters

subscriptionIdinteger required

Subscription ID.

pscServiceIdinteger required

Private Service Connect service ID.

Request body

subscriptionIdinteger required
pscServiceIdinteger required
gcpProjectIdstring required

Google Cloud project ID.

gcpVpcNamestring required

Name of the Google Cloud VPC that hosts your application.

gcpVpcSubnetNamestring required

Name of your VPC's subnet of IP address ranges.

endpointConnectionNamestring required

Prefix used to create PSC endpoints in the consumer application VPC. Endpoint names appear in Google Cloud as endpoint name prefix + endpoint number.

commandTypestring

Example request

{
  "gcpProjectId": "my-gcp-project",
  "gcpVpcName": "my-vpc",
  "gcpVpcSubnetName": "my-vpc-subnet",
  "endpointConnectionName": "my-endpoint-connection"
}

Response

Accepted

taskIdstring uuid
commandTypestring
status'initialized' | 'received' | 'processing-in-progress' | 'processing-completed' | 'processing-error'
descriptionstring
timestampstring date-time
linksobject[]