Queries synchronized databases and tables.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
clickhouse:DescribeSynDbTables |
get |
*DBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DbClusterId |
string |
Yes |
The ID of the ApsaraDB for ClickHouse cluster. |
cc-bp158i5wvj436**** |
| SynDb |
string |
Yes |
The name of the ApsaraDB RDS for MySQL database. |
database |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The request ID. |
851D11EA-681C-5B38-A065-C3F90BBD49DE |
| Tables |
array |
The tables. |
|
|
string |
The name of an ApsaraDB RDS for MySQL table. |
test |
Examples
Success response
JSON format
{
"RequestId": "851D11EA-681C-5B38-A065-C3F90BBD49DE",
"Tables": [
"test"
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDBCluster.NotFound | The DBClusterId provided does not exist in our records. | The DBClusterId provided does not exist in our records. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.