- 文档首页
消息队列 RocketMQ版
API 参考
白名单管理
DescribeAllowListDetail - 查询单个访问白名单详情
白名单管理
DescribeAllowListDetail - 查询单个访问白名单详情
DescribeAllowListDetail - 查询单个访问白名单详情
调用 DescribeAllowListDetail 接口查询指定白名单的详细信息。
注意事项
请求频率:该接口请求频率限制为 100 次/秒;单用户请求频率限制为 20 次/秒。
调试
API Explorer
您可以通过 API Explorer 在线发起调用,无需关注签名生成过程,快速获取调用结果。
请求参数
下方仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。 Action string 必选 示例值:DescribeAllowListDetail
要执行的操作,取值:DescribeAllowListDetail。
Version string 必选 示例值:2023-01-01
API的版本,取值:2023-01-01。
AllowListId string 必选 示例值:acl-d1d6af207f3d41f69af8bc5136a7****
待查询的白名单 ID。
返回参数
下方仅列出本接口特有的返回参数。更多信息请参见返回结构。 AllowListId string 示例值:acl-d1d6af207f3d41f69af8bc5136a7****
白名单 ID。
AllowListName string 示例值:testlist
白名单名称。
AllowListDesc string 示例值:forTest
白名单描述。
AllowListType string 示例值:IPv4
白名单类型。默认为 IPv4,表示允许 AllowList 中的 IPv4 地址访问。
AllowList string 示例值:1270.0.0.1
IP 地址列表。
AssociatedInstances object[] 示例值:[{ "InstanceId": "rocketmq-cnng5dc1247e****","InstanceName": "test","VPC": "vpc-13f8odqnm6jgg3n6nu5l8****"}]
白名单绑定的实例信息列表。
返回 null 表示未绑定任何实例。
InstanceId string 示例值:rocketmq-cnng5dc1247e****
实例 ID。
InstanceName string 示例值:test
实例名称。
VPC string 示例值:vpc-13f8odqnm6jgg3n6nu5l8****
实例绑定的VPC ID。
请求示例
POST /?Action=DescribeAllowListDetail&Version=2023-01-01 HTTP/1.1
Host: rocketmq.cn-beijing.volcengineapi.com
Content-Type: application/json; charset=UTF-8
X-Date: 20260115T072151Z
X-Content-Sha256: 287e874e******d653b44d21e
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20260115/cn-beijing/RocketMQ/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f
"AllowListId": "acl-d1d6af207f3d41f69af8bc5136a7****"
返回示例
"RequestId": "2026011515222510923709515305****",
"Action": "DescribeAllowListDetail",
"Version": "2023-01-01",
"AllowListId": "acl-d1d6af207f3d41f69af8bc5136a7****",
"AllowListName": "testlist",
"AllowListDesc": "forTest",
"AllowListType": "IPv4",
"AllowList": "1270.0.0.1",
"AssociatedInstances": [
"InstanceId": "rocketmq-cnng5dc1247e****",
"VPC": "vpc-13f8odqnm6jgg3n6nu5l8****"
错误码
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
最近更新时间:2026.02.13 18:31:53