View split build
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeExpandLogicTableInfoList |
The operation that you want to perform. Set the value to DescribeExpandLogicTableInfoList. |
DbName | String | Yes | drds_fl****ack |
The name of the DRDS database. |
DrdsInstanceId | String | Yes | drdshbga76****** |
The ID of the DRDS instance. |
AccessKeyId | String | No | test |
AccessKey ID. |
Response parameters
Prameter | Type | Sample response | Description |
---|---|---|---|
Data |
The obtained performance data. |
||
data |
The obtained performance data. |
||
ShardDbKey | String | id |
The shard key for database sharding. |
ShardTbKey | String | address |
The shard key for table sharding. |
TableName | String | em******_split2 |
The name of the table. |
RequestId | String | 0B6B7BDC-575D-4A77-A4F8-24B7EF****** |
The ID of the request. |
Success | Boolean | true |
Indicates whether the request was successful. |
Examples
Sample request
http(s)://[Endpoint]/? Action=DescribeExpandLogicTableInfoList
& <Common request parameters>
Sample success responses
XML
format
<DescribeExpandLogicTableInfoListResponse>
<Data>
<data>
<ShardDbKey>id</ShardDbKey>
<TableName>emp******_split2</TableName>
<ShardTbKey>address</ShardTbKey>
</data>
</Data>
<RequestId>0B6B7BDC-575D-4A77-A4F8-24B7EF******</RequestId>
<Success>true</Success>
</DescribeExpandLogicTableInfoListResponse>
Error code
For a list of error codes, visit the API Error Center.