ClickStack: Create Connection
This endpoint is in beta. API contract is stable, and no breaking changes are expected in the future.
ClickStack: Creates a new ClickHouse connection
ClickStack: Creates a new ClickHouse connection
Authorizations
Use key ID and key secret obtained in ClickHouse Cloud console: https://clickhouse.com/docs/cloud/manage/openapi
Path Parameters
ID of the organization that owns the service.
ID of the ClickStack service.
Body
Display name for the connection.
"Production ClickHouse"
ClickHouse HTTP endpoint URL.
"https://clickhouse.example.com:8443"
ClickHouse username.
"default"
ClickHouse password. Never returned by the API.
"my-secret-password"
Optional prefix for HyperDX-specific ClickHouse settings. Must only contain alphanumeric characters and underscores.
"hyperdx_"
Optional. When true, host is treated as a Prometheus-compatible API endpoint (e.g. Prometheus or Thanos) and PromQL queries are proxied to it. When false or omitted, host is a ClickHouse HTTP endpoint.
false