Skip to main content
PATCH
更新 CDC ClickPipes 扩缩容配置

授权

Authorization
string
header
必填

使用从 ClickHouse Cloud 控制台获取的 key ID 和 key secret:https://clickhouse.com/docs/cloud/manage/openapi

路径参数

organizationId
string<uuid>
必填

拥有该服务的 organization ID。

serviceId
string<uuid>
必填

拥有该 ClickPipe 的 service ID。

请求体

application/json
replicaCpuMillicores
integer

DB ClickPipes 的 CPU(以毫核为单位)。

必填范围: 1000 <= x <= 24000必须是以下数值的倍数 1000
示例:

2000

replicaMemoryGb
number

DB ClickPipes 的内存(以 GiB 为单位)。必须为 CPU 核心数的 4 倍。

必填范围: 4 <= x <= 96必须是以下数值的倍数 4
示例:

8

响应

成功响应

requestId
string<uuid>

分配给每个请求的唯一 ID。UUIDv4

result
object
status
number

HTTP 状态码。

示例:

200

最后修改于 2026年6月26日