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

DescribeDBConfig - 查詢字典配置信息

調用DescribeDBConfig接口查詢社區兼容版集群的配置信息。

調試

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

授權信息

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

請求參數

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

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

cn-hangzhou
DBClusterIdstring

集群 ID。

cc-t4nw17nh2e4t2****

返回參數

名稱類型描述示例值
object

返回結果。

RequestIdstring

請求 ID。

16060117-92E1-5F3B-BF42-28B172D0F869
Configstring

集群的配置信息。

<dictionaries><dictionary><name>test</name><source><clickhouse><host>10.37.XX.XX</host><port>9000</port><user>default</user><password></password><db>default</db><table>t_organization</table><where>id=1</where><invalidate_query>SQL_QUERY</invalidate_query></clickhouse></source><lifetime><min>31</min><max>33</max></lifetime><layout><flat></flat></layout><structure><key><attribute><name>field1</name><type>String</type></attribute></key></structure></dictionary></dictionaries>

示例

正常返回示例

JSON格式

{
  "RequestId": "16060117-92E1-5F3B-BF42-28B172D0F869",
  "Config": "<dictionaries><dictionary><name>test</name><source><clickhouse><host>10.37.XX.XX</host><port>9000</port><user>default</user><password></password><db>default</db><table>t_organization</table><where>id=1</where><invalidate_query>SQL_QUERY</invalidate_query></clickhouse></source><lifetime><min>31</min><max>33</max></lifetime><layout><flat></flat></layout><structure><key><attribute><name>field1</name><type>String</type></attribute></key></structure></dictionary></dictionaries>"
}

錯誤碼

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

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

變更歷史

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