Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Create a private endpoint

POST/v1/organizations/{organizationId}/services/{serviceId}/privateEndpoint

Create a new private endpoint. The private endpoint will be associated with this service and organization

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the requested organization.

    format: uuid
  • serviceIdstringrequired

    ID of the requested service.

    format: uuid

Request bodyJSON

  • idoptionalstring

    Private endpoint identifier

  • descriptionoptionalstring

    Description of private endpoint

Response

JSON

200

Successful response

JSON
  • statusoptionalnumber

    HTTP status code.

    Example: 200
  • requestIdoptionalstring

    Unique id assigned to every request. UUIDv4

    format: uuid
  • resultoptionalobject
    4 properties
    • idoptionalstring

      Private endpoint identifier

    • descriptionoptionalstring

      Description of private endpoint

    • cloudProvideroptionalgcporawsorazure

      Cloud provider in which the private endpoint is lcoated

    • regionoptionalap-northeast-1orap-northeast-2orap-south-1orap-southeast-1orap-southeast-2orca-central-1+18 more

      Region in which the private endpoint is located

Navigation