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.

آخر تعديل في ١٦ يوليو ٢٠٢٦