You need to enable JavaScript to run this app.
导航
DescribeAllowListDetail - 查询白名单详情
最近更新时间:2024.10.17 15:04:11首次发布时间:2023.10.19 11:11:24

调用 DescribeAllowListDetail 可以查询指定白名单的详细信息。

使用说明

可以使用此接口查看指定白名单的详细信息。

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

DescribeAllowListDetail

要执行的操作,取值:DescribeAllowListDetail。

Version
String

2022-05-01

API的版本,取值:2022-05-01。

AllowListId
String

acl-fda2ed6365b94c909e**

待查询的白名单 ID。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
AllowListId
String

acl-fda2ed6365b94c9**

白名单 ID。

AllowListName
String

测试

白名单名称。

AllowListDesc
String

测试白名单

白名单描述。

AllowList
String

127.0.0.1,192.168.0.1/24

白名单规则列表。

AssociatedInstances
Array of Object

--

白名单绑定的实例信息。

请求示例

POST /?Action=DescribeAllowListDetail&Version=2022-05-01 HTTP/1.1
Content-Type: application/json
Host: kafka.volcengineapi.com
X-Date: 20210328T100802Z
Authorization: HMAC-SHA256 Credential=AK********/20210328/cn-beijing/Kafka/request, SignedHeaders=x-date, Signature=********

{
    "AllowListId": "acl-fda2ed6365b94c909e44**"
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20231009164722454D149CF757A9BFA1DC",
        "Action": "DescribeAllowListDetail",
        "Version": "2022-05-01",
        "Service": "Kafka",
        "Region": "cn-beijing"
    },
    "Result": {
        "AllowList": "127.0.0.1,192.168.0.1/24",
        "AllowListDesc": "测试白名单",
        "AllowListId": "acl-fda2ed6365b94c909e**",
        "AllowListName": "测试",
        "AssociatedInstances": [
            {
                "InstanceId": "kafka-cnitzqg**",
                "InstanceName": "测试实例"
            }
        ]
    }
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
400
InvalidParameter
The specified parameter is not valid.

参数值无效。

403
OperationDenied.InvalidInstanceStatus
The operation is not valid for the current status of the instance.

当前实例状态不允许执行该操作。

404
InvalidInstanceId.NotFound
The specified Instance ID does not exist.

实例不存在。

500
InternalError
The request failed due to some unknown error, exception or failure.

内部错误,请稍后重试。