Queries information about tables that are synchronized from an ApsaraDB RDS for MySQL instance to an ApsaraDB for ClickHouse cluster.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
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 instance. | database |
Response parameters
Examples
Sample success responses
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. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history