日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

DescribeConfigVersionDifference - 查看配置參數變更前后的參數值

調用DescribeConfigVersionDifference接口查看云數據庫ClickHouse社區兼容版集群配置參數變更前后的參數值。

接口說明

說明 該接口僅支持 2021 年 12 月 01 日之后創建的社區兼容版集群。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
DBClusterIdstring

集群 ID。您可以通過調用 DescribeDBClusters 接口查詢目標地域下所有的集群信息,包括集群 ID。

cc-bp1tm8zf130ew****
ChangeIdstring

變更記錄的 ID。您可以通過調用 DescribeConfigHistory 接口查詢變更記錄的 ID。

1

返回參數

名稱類型描述示例值
object

Schema of Response

RequestIdstring

請求 ID。

D0CEC6AC-7760-409A-A0D5-E6CD8660E9CC
OldConfigXMLstring

變更前的配置參數。

"<?xml version="1.0"?> <yandex> <keep_alive_timeout>300</keep_alive_timeout> <listen_backlog>4096</listen_backlog> <logger> <level>debug</level> <size>1000M</size> </logger> <mark_cache_size>5368709120</mark_cache_size> <max_concurrent_queries>150</max_concurrent_queries> <max_connections>4096</max_connections> <max_partition_size_to_drop>0</max_partition_size_to_drop> <max_table_size_to_drop>0</max_table_size_to_drop> <merge_tree> <max_delay_to_insert>256</max_delay_to_insert> <max_part_loading_threads>auto</max_part_loading_threads> <max_suspicious_broken_parts>100</max_suspicious_broken_parts> <zookeeper_session_expiration_check_period>1</zookeeper_session_expiration_check_period> </merge_tree> <uncompressed_cache_size>1717986918</uncompressed_cache_size> </yandex>"
NewConfigXMLstring

變更后的配置參數。

"<?xml version="1.0"?> <yandex> <keep_alive_timeout>400</keep_alive_timeout> <listen_backlog>4096</listen_backlog> <logger> <level>debug</level> <size>1000M</size> </logger> <mark_cache_size>5368709120</mark_cache_size> <max_concurrent_queries>201</max_concurrent_queries> <max_connections>4096</max_connections> <max_partition_size_to_drop>0</max_partition_size_to_drop> <max_table_size_to_drop>0</max_table_size_to_drop> <merge_tree> <max_delay_to_insert>256</max_delay_to_insert> <max_part_loading_threads>auto</max_part_loading_threads> <max_suspicious_broken_parts>100</max_suspicious_broken_parts> <zookeeper_session_expiration_check_period>1</zookeeper_session_expiration_check_period> </merge_tree> <uncompressed_cache_size>1717986918</uncompressed_cache_size> </yandex>"

示例

正常返回示例

JSON格式

{
  "RequestId": "D0CEC6AC-7760-409A-A0D5-E6CD8660E9CC",
  "OldConfigXML": "\"<?xml version=\"1.0\"?>\n<yandex>\n    <keep_alive_timeout>300</keep_alive_timeout>\n    <listen_backlog>4096</listen_backlog>\n    <logger>\n        <level>debug</level>\n        <size>1000M</size>\n    </logger>\n    <mark_cache_size>5368709120</mark_cache_size>\n    <max_concurrent_queries>150</max_concurrent_queries>\n    <max_connections>4096</max_connections>\n    <max_partition_size_to_drop>0</max_partition_size_to_drop>\n    <max_table_size_to_drop>0</max_table_size_to_drop>\n    <merge_tree>\n        <max_delay_to_insert>256</max_delay_to_insert>\n        <max_part_loading_threads>auto</max_part_loading_threads>\n        <max_suspicious_broken_parts>100</max_suspicious_broken_parts>\n        <zookeeper_session_expiration_check_period>1</zookeeper_session_expiration_check_period>\n    </merge_tree>\n    <uncompressed_cache_size>1717986918</uncompressed_cache_size>\n</yandex>\"",
  "NewConfigXML": "\"<?xml version=\"1.0\"?>\n<yandex>\n    <keep_alive_timeout>400</keep_alive_timeout>\n    <listen_backlog>4096</listen_backlog>\n    <logger>\n        <level>debug</level>\n        <size>1000M</size>\n    </logger>\n    <mark_cache_size>5368709120</mark_cache_size>\n    <max_concurrent_queries>201</max_concurrent_queries>\n    <max_connections>4096</max_connections>\n    <max_partition_size_to_drop>0</max_partition_size_to_drop>\n    <max_table_size_to_drop>0</max_table_size_to_drop>\n    <merge_tree>\n        <max_delay_to_insert>256</max_delay_to_insert>\n        <max_part_loading_threads>auto</max_part_loading_threads>\n        <max_suspicious_broken_parts>100</max_suspicious_broken_parts>\n        <zookeeper_session_expiration_check_period>1</zookeeper_session_expiration_check_period>\n    </merge_tree>\n    <uncompressed_cache_size>1717986918</uncompressed_cache_size>\n</yandex>\""
}

錯誤碼

HTTP status code錯誤碼錯誤信息
400IdempotentParameterMismatchThe request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2022-09-22新增 OpenAPI查看變更詳情