Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Get private endpoint configuration

GET/v1/organizations/{organizationId}/services/{serviceId}/privateEndpointConfig

Information required to set up a private endpoint

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the requested organization.

    format: uuid
  • serviceIdstringrequired

    ID of the requested service.

    format: uuid

Response

JSON

200

Successful response

JSON
  • statusoptionalnumber

    HTTP status code.

    Example: 200
  • requestIdoptionalstring

    Unique id assigned to every request. UUIDv4

    format: uuid
  • resultoptionalobject
    2 properties
    • endpointServiceIdoptionalstring

      Unique identifier of the interface endpoint you created in your VPC with the AWS(Service Name), GCP(Target Service) or AZURE (Private Link Service) resource

    • privateDnsHostnameoptionalstring

      Private DNS Hostname of the VPC you created

Navigation