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

ModifyDBConfig - 修改字典配置信息

調用ModifyDBConfig接口修改社區兼容版集群的字典配置信息。

接口說明

注意 此 API 僅適用于內核版本等于或低于 20.8 的集群。

調試

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

授權信息

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

請求參數

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

地域 ID。您可以通過調用 DescribeRegions 接口查詢地域 ID。

cn-hangzhou
DBClusterIdstring

集群 ID。

cc-bp1r59y779o04****
Configstring

修改字典配置項。

說明 調用接口時會使用請求中的 Config 覆蓋已有的 Config 配置,因此如果您想刪除某個字典配置,可在請求參數中去掉該字典配置。

您可以通過調用 DescribeDBConfig 接口查詢目標實例的字典 Config 配置。

<dictionaries><dictionary><name>test_dictionary</name><source><clickhouse><host>10.0.0.0</host><port>3003</port><user>TestUser</user><password>testPassword</password><db>default</db><table>dictTestTable01</table><where>active=1</where><invalidate_query>SELECT max(value) FROM dictTestTable01</invalidate_query></clickhouse></source><lifetime><min>200</min><max>600</max></lifetime><layout><flat></flat></layout><structure><id><name>id</name><type>UInt64</type></id><attribute><name>value</name><type>String</type><null_value></null_value></attribute></structure></dictionary></dictionaries>

返回參數

名稱類型描述示例值
object

返回的結果。

RequestIdstring

請求 ID。

BF3844B6-1B12-57A0-A259-476D2079EE83

示例

正常返回示例

JSON格式

{
  "RequestId": "BF3844B6-1B12-57A0-A259-476D2079EE83"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
500InternalErrorAn error occurred while processing your request.系統內部錯誤,請稍后重試
503ServiceUnavailableAn error occurred while processing your request.系統暫時不可用,請稍后重試

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

變更歷史

變更時間變更內容概要操作
暫無變更歷史