Create Connection
Creates a new ClickHouse connection
Autorisations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Corps
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
Réponse
Successfully created connection
The connection object.