All Products
Search
Document Center

ApsaraDB for ClickHouse:DescribeSynDbTables

Last Updated:Mar 01, 2024

Queries information about tables that are synchronized from an ApsaraDB RDS for MySQL instance to an ApsaraDB for ClickHouse cluster.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DbClusterIdstringYes

The ID of the ApsaraDB for ClickHouse cluster.

cc-bp158i5wvj436****
SynDbstringYes

The name of the ApsaraDB RDS for MySQL instance.

database

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

851D11EA-681C-5B38-A065-C3F90BBD49DE
Tablesarray

The queried tables.

string

The name of the table in the ApsaraDB RDS for MySQL instance.

test

Examples

Sample success responses

JSONformat

{
  "RequestId": "851D11EA-681C-5B38-A065-C3F90BBD49DE",
  "Tables": [
    "test"
  ]
}

Error codes

HTTP status codeError codeError messageDescription
404InvalidDBCluster.NotFoundThe 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 timeSummary of changesOperation
No change history