调用 CreateDBEndpoint 接口开启指定连接地址的公网访问。
异步请求。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
InstanceId | String | 是 | hb-cn016dc3297a**** | 实例 ID。 说明 您可以调用 DescribeDBInstances 接口查询目标地域下所有 HBase 实例的基本信息,包括实例 ID。 |
AddressType | String | 是 | Zk | 需要开启公网访问的连接地址类型。取值范围如下:
|
EipList | String[] | 是 | ["eip-30uwfh8l9a5ts7r2qr29o**** ", "eip-3jhhte3gs0ruo3pncmfzm**** "] | 公网访问连接地址需要绑定的 EIP ID 列表。 说明
|
ClientToken | String | 否 | WbiAlPqJM6tMoSOYhT**** | 用于保证请求的幂等性,防止重复提交请求。由客户端生成该参数值,要保证在不同请求间唯一,大小写敏感且不超过 127 个 ASCII 字符。 |
无。
创建 ZK 公网访问连接地址
POST https://hbase.volcengineapi.com?Action=CreateDBEndpoint&Version=2018-01-01 HTTP/1.1 Host: hbase.volcengineapi.com Content-Type: application/json; charset=utf-8 X-Date: 20201103T104027Z Authorization: HMAC-SHA256 Credential=AK****/20201103/cn-beijing/hbase/request,SignedHeaders=content-type;host;x-date, Signature=**** { "InstanceId": "hb-cn016dc3297a****", "EipList": [ "eip-30uwfh8l9a5ts7r2qr29o****", "eip-3jhhte3gs0ruo3pncmfzm****" ], "AddressType": "Zk" }
{ "ResponseMetadata": { "RequestId": "20230109205853EB443C38324455CA****", "Action": "CreateDBEndpoint", "Version": "2018-01-01", "Service": "hbase", "Region": "cn-beijing" }, "Result": null }
创建 Thrift2 公网访问连接地址
POST https://hbase.volcengineapi.com?Action=CreateDBEndpoint&Version=2018-01-01 HTTP/1.1 Host: hbase.volcengineapi.com Content-Type: application/json; charset=utf-8 X-Date: 20201103T104027Z Authorization: HMAC-SHA256 Credential=AK****/20201103/cn-beijing/hbase/request,SignedHeaders=content-type;host;x-date, Signature=**** { "InstanceId": "hb-cn016dc3297a****", "EipList": [ "eip-30uwfh8l9a5ts7r2qr29o****" ], "AddressType": "Thrift" }
{ "ResponseMetadata": { "RequestId": "20230109205853EB443C38324455CA****", "Action": "CreateDBEndpoint", "Version": "2018-01-01", "Service": "hbase", "Region": "cn-beijing" }, "Result": null }