调用 DescribeAllowLists 接口查询当前账号下指定地域内的所有 IP 白名单信息。
同步请求。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
RegionId | String | 是 | cn-beijing | 地域 ID。 说明 您可以调用 DescribeRegions 接口查询 HBase 实例所有可用的地域资源信息,包括地域 ID。 |
InstanceId | String | 否 | hb-cnglbbb73ea0**** | 实例 ID。 说明 您可以调用 DescribeDBInstances 接口查询目标地域下所有 HBase 实例的基本信息,包括实例 ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
AllowLists | Object[] | 白名单信息列表。 |
POST https://hbase.volcengineapi.com?Action=DescribeAllowLists&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=**** { "RegionId": "cn-beijing", "InstanceId": "hb-cnglbbb73ea0****" }
{ "ResponseMetadata": { "RequestId": "202211102158400101742461360830****", "Action": "DescribeAllowLists", "Version": "2018-01-01", "Service": "hbase", "Region": "cn-beijing" }, "Result": { "AllowLists": [ { "AllowListDesc": "", "AllowListIPNum": 2, "AllowListId": "acl-4a8ade08756c4433801a91e3a2ee****", "AllowListName": "test", "AllowListType": "IPv4", "AssociatedInstanceNum": 2 } ] } }