调用DescribeDBClusterConfigInXML接口查询云数据库ClickHouse社区兼容版集群XML模式下的配置参数。
接口说明
说明
该接口仅支持 2021 年 12 月 01 日之后创建的社区兼容版集群。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 否 | 地域 ID。您可以通过调用 DescribeRegions 接口查询地域 ID。 | cn-hangzhou |
DBClusterId | string | 是 | 集群 ID。您可以通过调用 DescribeDBClusters 接口查询目标地域下所有的集群信息,包括集群 ID。 | cc-bp108z124a8o7**** |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "FE042911-2B00-134C-9F42-816871BBAFB8",
"Config": "<?xml version=\"1.0\"?>\n<yandex>\n <keep_alive_timeout>300</keep_alive_timeout>\n <listen_backlog>64</listen_backlog>\n <logger>\n <level>debug</level>\n <size>1000M</size>\n </logger>\n <mark_cache_size>6871947673</mark_cache_size>\n <max_concurrent_queries>100</max_concurrent_queries>\n <max_connections>4096</max_connections>\n <max_partition_size_to_drop>0</max_partition_size_to_drop>\n <max_server_memory_usage>0</max_server_memory_usage>\n<max_server_memory_usage_to_ram_ratio>0.9</max_server_memory_usage_to_ram_ratio>\n <max_table_size_to_drop>0</max_table_size_to_drop>\n <max_thread_pool_size>10000</max_thread_pool_size>\n <merge_tree>\n <max_delay_to_insert>256</max_delay_to_insert>\n <max_part_loading_threads>16</max_part_loading_threads> <zookeeper_session_expiration_check_period>1</zookeeper_session_expiration_check_period>\n </merge_tree>\n <total_memory_profiler_step>4194304</total_memory_profiler_step>\n<total_memory_tracker_sample_probability>0</total_memory_tracker_sample_probability>\n <uncompressed_cache_size>3435973836</uncompressed_cache_size>\n</yandex>"
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2022-09-22 | 新增 OpenAPI | 查看变更详情 |