You need to enable JavaScript to run this app.
导航

DescribeVpcEndpointServicePermissions

最近更新时间2024.04.22 16:36:16

首次发布时间2023.03.17 21:09:37

调用DescribeVpcEndpointServicePermissions接口,查询指定终端节点服务已授权的白名单账号。

调试

请求参数

名称类型是否必选示例值描述
ActionStringDescribeVpcEndpointServicePermissions要执行的操作,取值为DescribeVpcEndpointServicePermissions。
VersionString2020-04-01API版本信息,当前版本为2020-04-01。
ServiceIdStringepsvc-2fe630gurkl37k5gfuy33****终端节点服务的ID。您可以调用DescribeVpcEndpointServices接口获取终端节点服务的ID。
PermitAccountIdString2100000000服务白名单的账号ID。您可以调用本接口查询终端节点所属账号的ID。
PageNumberInteger1列表的页码。默认值为1。
PageSizeInteger10分页查询时每页的行数。最大值为100,默认值为10。

返回数据

名称类型示例值描述
RequestIdString0ED8D006-F706-4D23-88ED-E11ED28D****请求ID。
PageNumberInteger1当前页码。
PageSizeInteger10当前分页的行数。
TotalCountInteger2符合条件的已授权白名单账号总数。
PermissionsArray of Struct-已授权白名单账号的详细信息。具体请参见下表“Permissions”。

Permissions

名称类型示例值描述
PermitAccountIdString2100000000已授权的白名单账号ID。

请求示例

GET /?Action=DescribeVpcEndpointServicePermissions&Version=2020-04-01&ServiceId=epsvc-2fe630gurkl37k5gfuy33**** HTTP/1.1
Host: open.volcengineapi.com
Service: privatelink
Region: cn-guangzhou

返回示例

{
    "ResponseMetadata": {
        "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****",
        "Action": "DescribeVpcEndpointServicePermissions",
        "Version": "2020-04-01",
        "Service": "privatelink",
        "Region": "cn-guangzhou"
    },
    "Result": {
        "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****",
        "PageNumber": 1,
        "PageSize": 10,
        "TotalCount": 2,
        "Permissions": [
            {
                "PermitAccountId": "2100000000"
            },
            {
                "PermitAccountId": "2100000001"
            }
        ]
    }
}

错误码

此处仅展示当前API的错误码,更多错误码请参见公共错误码

HttpCode错误码错误信息描述

400

MissingParameter

The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request; for example, the 'XXX'.

该请求缺少必要参数。请确保发起请求已提供全部必要参数,比如XXX。

说明

其中,XXX表示缺少的参数名称。

400InvalidPaging.MalformedThe specified PageNumber or PageSize is malformed.指定的分页参数格式不合法。
404InvalidEndpointService.NotFoundThe specified EndpointService does not exist.指定的终端节点服务不存在。