日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

CheckClickhouseToRDS - 檢查與RDS連通性

更新時(shí)間:

調(diào)用CheckClickhouseToRDS接口檢查云數(shù)據(jù)庫ClickHouse社區(qū)兼容版集群與云數(shù)據(jù)庫RDS MySQL的連通性。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

授權(quán)信息

當(dāng)前API暫無授權(quán)信息透出。

請(qǐng)求參數(shù)

名稱類型必填描述示例值
DbClusterIdstring

云數(shù)據(jù)庫 ClickHouse 社區(qū)兼容版集群 ID。

cc-2zeyy362b5sbm****
ClickhousePortlong

云數(shù)據(jù)庫 ClickHouse 端口號(hào)。

8123
CkUserNamestring

云數(shù)據(jù)庫 ClickHouse 的數(shù)據(jù)庫賬號(hào)。

user1
CkPasswordstring

云數(shù)據(jù)庫 ClickHouse 的數(shù)據(jù)庫賬號(hào)密碼。

123456Aa
RdsIdstring

云數(shù)據(jù)庫 RDS 實(shí)例 ID。

rm-bp13v4bnwlu8j****
RdsPortlong

云數(shù)據(jù)庫 RDS 端口號(hào)。

3306
RdsVpcIdstring

云數(shù)據(jù)庫 RDS 的 VPC ID。

vpc-wz9mm0qka0winfl47****
RdsUserNamestring

云數(shù)據(jù)庫 RDS 的數(shù)據(jù)庫賬號(hào)。

user2
RdsPasswordstring

云數(shù)據(jù)庫 RDS 的數(shù)據(jù)庫賬號(hào)密碼。

123456Rr
RdsVpcUrlstring

云數(shù)據(jù)庫 RDS 的內(nèi)網(wǎng)地址。

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

返回參數(shù)

名稱類型描述示例值
object
RequestIdstring

請(qǐng)求 ID

A82758F8-E793-5610-BE11-0E46664305C2
Statusboolean

是否能連通,取值說明:

  • true:能連通。
  • false:不能連通。
false
ErrorCodestring
  • 當(dāng) Status 返回為 true 時(shí),不返回該參數(shù)。
  • 當(dāng) Status 返回為 false 時(shí),表示不能連通的原因。
NotSameVpc

示例

正常返回示例

JSON格式

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

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
404InvalidDBCluster.NotFoundThe DBClusterId provided does not exist in our records.您指定的 DBClusterId 不存在,請(qǐng)確認(rèn) DBClusterId 值是否正確。

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。

變更歷史

變更時(shí)間變更內(nèi)容概要操作
暫無變更歷史