调用 DescribeAllowListDetail 接口查询目标白名单的详细信息,包括 IP 地址和绑定的实例详情。
同步请求。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
AllowListId | String | 是 | acl-cn022p4qmcz2p26**** | 白名单 ID。 说明 您可以调用 DescribeAllowLists 接口查询当前账号下在指定地域内的所有白名单列表信息,包括白名单 ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
AllowListId | String | acl-cnlf3xgczbjldzy**** | 白名单 ID。 |
AllowListCategory | String | Default | 白名单的类型。取值范围如下:
|
AllowListName | String | api_test | 白名单名称。 |
AllowListDesc | String | test | 白名单的备注。 |
AllowListType | String | IPv4 | 白名单内的 IP 地址类型。当前仅支持 IPv4 地址。 |
AllowList | String | 10.1.\*\*\*.\*\*\* | 白名单内的 IP 地址列表。 |
AssociatedInstances | Object[] | 已绑定当前白名单的实例列表。 |
POST https://redis.volcengineapi.com/?Action=DescribeAllowListDetail&Version=2020-12-07 HTTP/1.1 Host: redis.volcengineapi.com Content-Type: application/json; charset=utf-8 X-Date: 20201103T104027Z Authorization: HMAC-SHA256 Credential=AK****/20201103/cn-beijing/Redis/request,SignedHeaders=content-type;host;x-date,Signature=**** { "AllowListId": "acl-cnlf3xgczbjldzy****" }
{ "ResponseMetadata": { "RequestId": "202204151541400102120740810061****", "Action": "DescribeAllowListDetail", "Version": "2020-12-07", "Service": "Redis", "Region": "cn-beijing", }, "Result": { "AllowList": "10.0.***.***", "AllowListCategory": "Default", "AllowListDesc": "api_test", "AllowListId": "acl-cnlf3xgczbjldzy****", "AllowListName": "api_test", "AllowListType": "IPv4", "AssociatedInstances": [ { "InstanceId": "redis-cn02j292it8lc****", "InstanceName": "test", "VPC": "vpc-1g0moeeypecjk8ibuxwu8****" } ] } }
更多详情,请参见错误码。