Skip to main content
POST
Error

인증

Authorization
string
header
필수

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

본문

application/json
name
string
필수

Display name for the connection.

예시:

"Production ClickHouse"

host
string
필수

ClickHouse HTTP endpoint URL.

예시:

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

username
string
필수

ClickHouse username.

예시:

"default"

password
string
write-only

ClickHouse password. Never returned by the API.

예시:

"my-secret-password"

hyperdxSettingPrefix
string | null

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

예시:

"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.

예시:

false

응답

Successfully created connection

data
object

The connection object.

마지막 수정일 2026년 7월 16일