Skip to main content
PUT
Error

인증

Authorization
string
header
필수

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

경로 매개변수

id
string
필수

Connection ID

본문

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. If omitted or empty, the existing password is kept.

예시:

"my-new-secret-password"

hyperdxSettingPrefix
string | null

Optional prefix for HyperDX-specific ClickHouse settings. Set to null or an empty string to clear the existing value. If omitted, the existing value is kept.

예시:

"hyperdx_"

isPrometheusEndpoint
boolean

Optional. When true, host is treated as a Prometheus-compatible API endpoint. When false or omitted, host is a ClickHouse HTTP endpoint. Omit to keep the existing value unchanged.

예시:

false

응답

Successfully updated connection

data
object

The connection object.

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