Queries the information about data synchronization between an ApsaraDB for ClickHouse cluster and an ApsaraDB RDS for MySQL instance.
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-bp1ab22b80814**** |
PageSize | integer | No | The number of entries per page. | 20 |
PageNumber | integer | No | The page number. | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "7655F5F9-1313-5ABA-8516-F6EB79605A5F",
"SynDbs": [
{
"RdsId": "rm-wz9d11qg1j0h4****",
"SynDb": "database",
"SynStatus": true,
"ErrorMsg": "ClickHouse exception, code: 49, host: 100.100.118.132, port: 49670; Code: 49, e.displayText() = DB::Exception: Logical error: there is no global context (version 20.8.17.25)n",
"RdsUserName": "test",
"RdsVpcUrl": "rm-bp16t9h3999xb0a711****.mysql.rds.aliyuncs.com:3306"
}
],
"TotalCount": 0,
"PageSize": 20,
"PageNumber": 1
}
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 |
---|---|---|
2023-12-13 | The Error code has changed. The response structure of the API has changed | View Change Details |
2023-12-12 | The Error code has changed. The request parameters of the API has changed | View Change Details |