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.

Последнее изменение 15 июля 2026 г.