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
Example request
{
"gcpProjectId": "my-gcp-project",
"gcpVpcName": "my-vpc",
"gcpVpcSubnetName": "my-vpc-subnet",
"endpointConnectionName": "my-endpoint-connection"
}Response
Accepted