All Products
Search
Document Center

ApsaraDB for ClickHouse:CheckClickhouseToRDS

Last Updated:Mar 01, 2024

Checks the connectivity between an ApsaraDB for ClickHouse cluster and an ApsaraDB RDS for MySQL instance.

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-2zeyy362b5sbm****
ClickhousePortlongNo

The port number of the ApsaraDB for ClickHouse cluster.

8123
CkUserNamestringYes

The account that is used to log on to the database in the ApsaraDB for ClickHouse cluster.

user1
CkPasswordstringYes

The password of the account that is used to log on to the database in the ApsaraDB for ClickHouse cluster.

123456Aa
RdsIdstringYes

The ID of the ApsaraDB RDS for MySQL instance.

rm-bp13v4bnwlu8j****
RdsPortlongNo

The port number of the ApsaraDB RDS for MySQL instance.

3306
RdsVpcIdstringYes

The ID of the VPC in which the ApsaraDB RDS for MySQL instance is deployed.

vpc-wz9mm0qka0winfl47****
RdsUserNamestringYes

The account that is used to log on to the database in the ApsaraDB RDS for MySQL instance.

user2
RdsPasswordstringYes

The password of the account that is used to log on to the database in the ApsaraDB RDS for MySQL instance.

123456Rr
RdsVpcUrlstringYes

The internal endpoint of the ApsaraDB RDS for MySQL instance.

rm-bp16t9h3999xb0a7****.mysql.rds.aliyuncs.com

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

A82758F8-E793-5610-BE11-0E46664305C2
Statusboolean

Indicates whether the ApsaraDB for ClickHouse cluster can be connected to the ApsaraDB RDS for MySQL instance.

  • true: The ApsaraDB for ClickHouse cluster can be connected to the ApsaraDB RDS for MySQL instance.
  • false: The ApsaraDB for ClickHouse cluster cannot be connected to the ApsaraDB RDS for MySQL instance.
false
ErrorCodestring
  • When the value true is returned for the Status parameter, the system does not return the ErrorCode parameter.
  • When the value false is returned for the Status parameter, the system returns for the ErrorCode parameter the reason why the ApsaraDB for ClickHouse cluster cannot be connected to the ApsaraDB RDS for MySQL instance.
NotSameVpc

Examples

Sample success responses

JSONformat

{
  "RequestId": "A82758F8-E793-5610-BE11-0E46664305C2",
  "Status": false,
  "ErrorCode": "NotSameVpc"
}

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