Update Connection
Updates an existing ClickHouse connection.
Field semantics: if password is omitted or empty the existing
password is kept. hyperdxSettingPrefix is cleared when set to null
or an empty string, and prometheusEndpoint is cleared when set to
null; both are kept unchanged when omitted.
承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
パスパラメータ
Connection ID
ボディ
Display name for the connection.
"Production ClickHouse"
ClickHouse HTTP endpoint URL.
"https://clickhouse.example.com:8443"
ClickHouse username.
"default"
ClickHouse password. If omitted or empty, the existing password is kept.
"my-new-secret-password"
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_"
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
The connection object.