调用DescribeEndpoints查询HBase实例的数据库连接信息。

请求参数

名称 类型 是否必选 示例值 描述
Action String DescribeEndpoints

系统规定参数,取值:DescribeEndpoints

ClusterId String ld-bp150tns0sjxs****

要查询的实例ID,可调用DescribeInstances接口获取。

返回数据

名称 类型 示例值 描述
VpcId String vpc-bp15s22y1a7sff5gj****

专有网络ID,当NetType为VPC时会返回此参数。

VSwitchId String vsw-bp1foll427ze3d4ps****

虚拟交换机ID,当NetType为VPC时会返回此参数。

Engine String hbaseue

实例引擎类型,返回值:

  • hbaseue
  • hbase
  • spark
  • geomesa
RequestId String F072593C-5234-5B56-9F63-3C7A3AD85D66

请求ID。

NetType String VPC

实例的网络类型,返回值:

  • VPC:专有网络类型。
  • CLASSIC:经典网络类型。
ConnAddrs Array of ConnAddrInfo

数据库连接信息列表。

ConnAddrInfo
ConnAddr String ****

连接地址。

ConnAddrPort String ****

连接端口。

ConnType String zkConn

连接的类型,返回值:

  • uiProxyConn:UI访问连接。
  • zkConn:ZK连接。
  • thriftConn:thrift连接。
  • slbConn_thrift:负载均衡的thrift连接。
  • serviceConn_LivyConnAddr: livy连接。
NetType String 2

连接的访问网络类型,返回值:

  • PUBLIC0:表示公网访问。
  • PRIVATE1:表示私网访问。
  • VPC2:表示VPC访问。

示例

请求示例

http(s)://hbase.aliyuncs.com/?Action=DescribeEndpoints
&ClusterId=ld-bp150tns0sjxs****
&<公共请求参数>

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<DescribeEndpointsResponse>
<RequestId>F072593C-5234-5B56-9F63-3C7A3AD85D66</RequestId>
<VpcId>vpc-bp15s22y1a7sff5gj****</VpcId>
<ConnAddrs>
    <ConnAddrInfo>
        <ConnAddrPort>2181</ConnAddrPort>
        <ConnAddr>ld-bp150tns0sjx****</ConnAddr>
        <ConnType>zkConn</ConnType>
        <NetType>2</NetType>
    </ConnAddrInfo>
    <ConnAddrInfo>
        <ConnAddrPort>9042</ConnAddrPort>
        <ConnAddr>ld-bp150tns0sjx****</ConnAddr>
        <ConnType>slbConn_hbaseue</ConnType>
        <NetType>0</NetType>
    </ConnAddrInfo>
</ConnAddrs>
<VSwitchId>vsw-bp1foll427ze3d4ps****</VSwitchId>
<NetType>VPC</NetType>
<Engine>hbaseue</Engine>
</DescribeEndpointsResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "F072593C-5234-5B56-9F63-3C7A3AD85D66",
  "VpcId" : "vpc-bp15s22y1a7sff5gj****",
  "ConnAddrs" : {
    "ConnAddrInfo" : [ {
      "ConnAddrPort" : 2181,
      "ConnAddr" : "ld-bp150tns0sjx****",
      "ConnType" : "zkConn",
      "NetType" : "2"
    }, {
      "ConnAddrPort" : 9042,
      "ConnAddr" : "ld-bp150tns0sjx****",
      "ConnType" : "slbConn_hbaseue",
      "NetType" : "0"
    } ]
  },
  "VSwitchId" : "vsw-bp1foll427ze3d4ps****",
  "NetType" : "VPC",
  "Engine" : "hbaseue"
}

错误码

访问错误中心查看更多错误码。