Queries the list of database tables by calling the DescribeDistributeTableList operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeDistributeTableList |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the instance. |
cn-hangzhou |
| DBInstanceName |
string |
Yes |
The name of the instance. |
pxc-******** |
| DbName |
string |
Yes |
The name of the database. |
sbtest1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Message |
string |
The response message. "success" is returned if the request is successful. Otherwise, an error code is returned. |
Success |
| RequestId |
string |
The request ID. |
C458B1E8-1683-3645-B154-6BA32080EEA |
| Success |
boolean |
Indicates whether the request is successful. |
true |
| Data |
object |
The data struct. |
|
| Tables |
array<object> |
The list of tables. |
|
|
object |
|||
| TableName |
string |
The table name. |
sbtest1 |
| TableType |
string |
The table type. |
multi |
| TbKey |
string |
The table key. |
“” |
| DbKey |
string |
The data key. |
id |
Examples
Success response
JSON format
{
"Message": "Success",
"RequestId": "C458B1E8-1683-3645-B154-6BA32080EEA",
"Success": true,
"Data": {
"Tables": [
{
"TableName": "sbtest1",
"TableType": "multi",
"TbKey": "“”",
"DbKey": "id"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.