查看热点扩容db列表

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String DescribeHotDbList

系统规定参数。取值:DescribeHotDbList。

DbName String test

数据库名称。

DrdsInstanceId String drdshbga3n79s88

DRDS 实例ID。

AccessKeyId String test

AccessKey ID。

返回数据

名称 类型 示例值 描述
Data

数据。

List

列表。

InstanceDb

列表。

HotDbList test,test

热点库列表。

data

热点库列表。

RandomCode String 989fdsf

随机数

Msg String msg

信息。

RequestId String DSSDF-SEWE-23ERW

requestId。

Success Boolean true

是否成功。

示例

请求示例


http(s)://[Endpoint]/?Action=DescribeHotDbList
&<公共请求参数>

正常返回示例

XML 格式

<DescribeHotDbListResponse>
      <RequestId>DSSDF-SEWE-23ERW</RequestId>
      <Success>True</Success>
      <Msg>msg</Msg>
      <RandomCode>msg</RandomCode>
      <Data>
            <List>
                  <HotDbList></HotDbList>
            </List>
      </Data>
</DescribeHotDbListResponse>

错误码

访问错误中心查看更多错误码。