调用DescribeClusterConnection接口查询云数据库HBase实例的数据库连接信息列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeClusterConnection |
系统规定参数。取值:DescribeClusterConnection。 |
RegionId | String | 是 | cn-hangzhou |
实例所属的地域ID,可调用DescribeRegions接口获取。 |
ClusterId | String | 是 | ld-bp150tns0sjxs**** |
目标实例ID,可调用DescribeInstances接口获取。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
VpcId | String | vpc-bp15s22y1a7sff5gj**** |
专有网络ID。 |
VSwitchId | String | vsw-bp1foll427ze3d4ps**** |
专有网络下的虚拟交换机ID。 |
RequestId | String | 70220050-A465-5DCC-8C0C-C38C6E3DB24D |
请求ID。 |
IsMultimod | String | true |
是否为多模管控,返回值:
|
DbType | String | hbaseue |
数据库引擎类型,返回值:
|
NetType | String | VPC |
实例的网络类型,返回值:
|
UiProxyConnAddrInfo | Object |
WebUI连接信息列表。 |
|
ConnAddr | String | ld-bp150tns0sjxs****-master1-001.hbaseue.rds.aliyuncs.com |
连接地址。 |
ConnAddrPort | String | 443 |
连接端口。 |
NetType | String | PUBLIC |
连接地址为公网访问类型。 |
ThriftConn | Object |
Thrift连接地址信息列表。 说明 数据库引擎类型为hbase会返回此参数列表。
|
|
ConnAddr | String | hb-bp1u0639js2h7****-proxy-thrift.hbase.rds.aliyuncs.com |
连接地址。 |
ConnAddrPort | String | 9099 |
连接端口。 |
NetType | String | 2 |
连接地址的访问类型,返回值:
|
ZkConnAddrs | Array of ZkConnAddr |
Zookeeper连接信息列表。 |
|
ZkConnAddr | |||
ConnAddr | String | ld-bp150tns0sjxs****-master1-001.hbaseue.rds.aliyuncs.com |
连接地址。 |
ConnAddrPort | String | 2181 |
连接端口。 |
NetType | String | 2 |
连接地址的访问类型,返回值:
|
SlbConnAddrs | Array of SlbConnAddr |
Slb连接信息列表。 |
|
SlbConnAddr | |||
SlbType | String | hbaseue |
Slb类型,返回值:
|
ConnAddrInfo | Object |
连接地址信息。 |
|
ConnAddr | String | ld-bp150tns0sjxs****-proxy-hbaseue-pub.hbaseue.rds.aliyuncs.com |
连接地址。 |
ConnAddrPort | String | 9190 |
连接端口。 |
NetType | String | 0 |
连接地址的访问类型,返回值:
|
ServiceConnAddrs | Array of ServiceConnAddr |
子服务地址列表。 |
|
ServiceConnAddr | |||
ConnType | String | PhoenixConnAddr |
服务类型。 |
ConnAddrInfo | Object |
连接地址信息。 |
|
ConnAddr | String | hb-****-proxy-phoenix.hbase.rds.aliyuncs.com |
Phoenix连接地址。 |
ConnAddrPort | String | 8765 |
连接端口。 |
NetType | String | 2 |
连接地址的访问类型,返回值:
|
示例
请求示例
http(s)://hbase.aliyuncs.com/?Action=DescribeClusterConnection
&RegionId=cn-hangzhou
&ClusterId=ld-bp150tns0sjxs****
&公共请求参数
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeClusterConnectionResponse>
<VpcId>vpc-bp15s22y1a7sff5gj****</VpcId>
<VSwitchId>vsw-bp1foll427ze3d4ps****</VSwitchId>
<RequestId>70220050-A465-5DCC-8C0C-C38C6E3DB24D</RequestId>
<IsMultimod>true</IsMultimod>
<DbType>hbaseue</DbType>
<NetType>VPC</NetType>
<UiProxyConnAddrInfo>
<ConnAddr>ld-bp150tns0sjxs****-master1-001.hbaseue.rds.aliyuncs.com</ConnAddr>
<ConnAddrPort>443</ConnAddrPort>
<NetType>PUBLIC</NetType>
</UiProxyConnAddrInfo>
<ThriftConn/>
<ZkConnAddrs>
<ConnAddr>ld-bp150tns0sjxs****-master1-001.hbaseue.rds.aliyuncs.com</ConnAddr>
<ConnAddrPort>2181</ConnAddrPort>
<NetType>2</NetType>
</ZkConnAddrs>
<ZkConnAddrs>
<ConnAddrPort>2181</ConnAddrPort>
<ConnAddr>ld-bp150tns0sjxsj3g6-master2-001.hbaseue.rds.aliyuncs.com</ConnAddr>
<NetType>2</NetType>
</ZkConnAddrs>
<SlbConnAddrs>
<SlbType>hbaseue</SlbType>
<ConnAddrInfo>
<ConnAddr>ld-bp150tns0sjxs****-proxy-hbaseue-pub.hbaseue.rds.aliyuncs.com</ConnAddr>
<ConnAddrPort>9190</ConnAddrPort>
<NetType>0</NetType>
</ConnAddrInfo>
</SlbConnAddrs>
<ServiceConnAddrs>
</ServiceConnAddrs>
</DescribeClusterConnectionResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"VpcId" : "vpc-bp15s22y1a7sff5gj****",
"VSwitchId" : "vsw-bp1foll427ze3d4ps****",
"RequestId" : "70220050-A465-5DCC-8C0C-C38C6E3DB24D",
"IsMultimod" : "true",
"DbType" : "hbaseue",
"NetType" : "VPC",
"UiProxyConnAddrInfo" : {
"ConnAddr" : "ld-bp150tns0sjxs****-master1-001.hbaseue.rds.aliyuncs.com",
"ConnAddrPort" : "443",
"NetType" : "PUBLIC"
},
"ThriftConn" : { },
"ZkConnAddrs" : [ {
"ConnAddr" : "ld-bp150tns0sjxs****-master1-001.hbaseue.rds.aliyuncs.com",
"ConnAddrPort" : "2181",
"NetType" : "2"
}, {
"ConnAddrPort" : "2181",
"ConnAddr" : "ld-bp150tns0sjxsj3g6-master2-001.hbaseue.rds.aliyuncs.com",
"NetType" : "2"
} ],
"SlbConnAddrs" : [ {
"SlbType" : "hbaseue",
"ConnAddrInfo" : {
"ConnAddr" : "ld-bp150tns0sjxs****-proxy-hbaseue-pub.hbaseue.rds.aliyuncs.com",
"ConnAddrPort" : "9190",
"NetType" : "0"
}
} ],
"ServiceConnAddrs" : {
"ServiceConnAddr" : [ ]
}
}
错误码
访问错误中心查看更多错误码。