POST
/v1/organizations/{organizationId}/services/{serviceId}/clickpipesReversePrivateEndpointsCreate a new reverse private endpoint.
Path parameters
Request bodyJSON
- customPrivateDnsMappingsoptionalarray ofobject
Optional private DNS names for Reverse Private Endpoint. Can be used as data source destination address. Must be unique across the ClickHouse service. Generally available for Google Private Service Connect (PSC). For AWS PrivateLink (VPC endpoint service and VPC resource), available in Private Preview; contact ClickHouse support to enable it for your service. Not supported for MSK multi-VPC. Supports exact names and leading wildcard names such as *.example.com
Example: [{"privateDnsName":"my-service.example.com"},{"privateDnsName":"*.example.com"}]
Response
JSON
200
Successful response
400
The request cannot be processed due to a client error. Please verify your request parameters and try again.
500
An internal server error has occurred. If this issue persists, please contact ClickHouse Cloud support for assistance.