Checks the connectivity between an ApsaraDB for ClickHouse cluster and an ApsaraDB RDS for MySQL instance.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DbClusterId | string | Yes | The ID of the ApsaraDB for ClickHouse cluster. | cc-2zeyy362b5sbm**** |
ClickhousePort | long | No | The port number of the ApsaraDB for ClickHouse cluster. | 8123 |
CkUserName | string | Yes | The account that is used to log on to the database in the ApsaraDB for ClickHouse cluster. | user1 |
CkPassword | string | Yes | The password of the account that is used to log on to the database in the ApsaraDB for ClickHouse cluster. | 123456Aa |
RdsId | string | Yes | The ID of the ApsaraDB RDS for MySQL instance. | rm-bp13v4bnwlu8j**** |
RdsPort | long | No | The port number of the ApsaraDB RDS for MySQL instance. | 3306 |
RdsVpcId | string | Yes | The ID of the VPC in which the ApsaraDB RDS for MySQL instance is deployed. | vpc-wz9mm0qka0winfl47**** |
RdsUserName | string | Yes | The account that is used to log on to the database in the ApsaraDB RDS for MySQL instance. | user2 |
RdsPassword | string | Yes | The password of the account that is used to log on to the database in the ApsaraDB RDS for MySQL instance. | 123456Rr |
RdsVpcUrl | string | Yes | The internal endpoint of the ApsaraDB RDS for MySQL instance. | rm-bp16t9h3999xb0a7****.mysql.rds.aliyuncs.com |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "A82758F8-E793-5610-BE11-0E46664305C2",
"Status": false,
"ErrorCode": "NotSameVpc"
}
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 |
---|