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月15日