Skip to main content
POST
Error

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Cuerpo

application/json
name
string
requerido

Display name for the connection.

Ejemplo:

"Production ClickHouse"

host
string
requerido

ClickHouse HTTP endpoint URL.

Ejemplo:

"https://clickhouse.example.com:8443"

username
string
requerido

ClickHouse username.

Ejemplo:

"default"

password
string
write-only

ClickHouse password. Never returned by the API.

Ejemplo:

"my-secret-password"

hyperdxSettingPrefix
string | null

Optional prefix for HyperDX-specific ClickHouse settings. Must only contain alphanumeric characters and underscores.

Ejemplo:

"hyperdx_"

isPrometheusEndpoint
boolean

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.

Ejemplo:

false

Respuesta

Successfully created connection

data
object

The connection object.

Última modificación el 15 de julio de 2026