创建终端节点。
接口说明
CreateVpcEndpoint 接口属于异步接口,即系统会返回一个实例 ID,但该终端节点尚未创建完成,系统后台任务仍在进行中。您可以调用 GetVpcEndpointAttribute 查询终端节点的创建状态:
- 当终端节点处于 Creating 状态时,表示终端节点正在创建中。
- 当终端节点处于 Active 状态时,表示终端节点创建完成。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
privatelink:CreateVpcEndpoint | create | *VpcEndpoint acs:privatelink:{#regionId}:{#accountId}:vpcendpoint/* *SecurityGroup acs:ecs:{#regionId}:{#accountId}:securitygroup/{#SecurityGroupId} *VSwitch acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId} *VPC acs:vpc:{#regionId}:{#accountId}:vpc/{#VpcId} |
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 终端节点所在的地域 ID。 您可以通过调用 DescribeRegions 接口获取地域 ID。 | cn-huhehaote |
ClientToken | string | 否 | 客户端 Token,用于保证请求的幂等性。 从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符。 | 0c593ea1-3bea-11e9-b96b-88e9fe637760 |
DryRun | boolean | 否 | 是否只预检此次请求。取值:
| false |
EndpointName | string | 否 | 终端节点名称。 长度为 2~128 个字符,以英文字母或中文开头,可包含数字、短划线(-)和下划线(_)。 | test |
EndpointType | string | 否 | 终端节点类型。取值:
说明
支持反向终端节点的服务只能由阿里云和生态合作伙伴提供,默认不支持自己创建,如需自己创建,请联系客户经理申请。
| Interface |
ZonePrivateIpAddressCount | long | 否 | 每个可用区 ENI 的私网 IP 的数量。仅取值:1。 | 1 |
EndpointDescription | string | 否 | 终端节点描述。 描述长度为 2~256 个字符,开头不能为 | This is my Endpoint. |
VpcId | string | 是 | 终端节点所属的专有网络。 | vpc-hp356stwkxg3fn2xe**** |
ServiceId | string | 是 | 终端节点关联的终端节点服务。 | epsrv-hp3xdsq46ael67lo**** |
ServiceName | string | 否 | 终端节点关联的终端节点服务的名称。 | com.aliyuncs.privatelink.cn-huhehaote.epsrv-hp3vpx8yqxblby3i**** |
Zone | array<object> | 否 | 终端节点可用区列表。 | |
object | 否 | 当前地域下的可用区 ID。 系统将在您指定的可用区下创建资源。 | ||
VSwitchId | string | 否 | 在可用区内要创建终端节点网卡的交换机。 您最多可以设置 10 个交换机。 | vsw-hp3uf6045ljdhd5zr**** |
ZoneId | string | 否 | 终端节点服务对应的可用区。 您最多可以设置 10 个可用区。 | cn-huhehaote-b |
ip | string | 否 | 指定终端节点可用区的 IP。 | 192.168.XX.XX |
SecurityGroupId | array | 否 | 终端节点网卡关联的安全组列表。 | |
string | 否 | 终端节点网卡关联的安全组,安全组可以管控 VPC 到终端节点网卡的数据通信。 | sg-bp1fg655nh68xyz9**** | |
ProtectedEnabled | boolean | 否 | 是否开启托管保护,STS 调用方式下生效。取值:
| false |
Tag | array<object> | 否 | 标签列表。 | |
object | 否 | 标签列表。 | ||
Key | string | 否 | 标签键。 | env |
Value | string | 否 | 标签值。 | prod |
ResourceGroupId | string | 否 | 资源组 ID。 | rg-acfmy***** |
PolicyDocument | string | 否 | RAM 权限策略。关于策略定义的更多信息,请参见权限策略基本元素。 | { "Version": "1", "Statement": [ { "Effect": "Allow", "Action": [ "oss:List*", "oss:PutObject", "oss:GetObject" ], "Resource": [ "acs:oss:oss-*:*:pvl-policy-test/policy-test.txt" ], "Principal": { "RAM": [ "acs:ram::14199xxxxxx:*" ] } } ] } |
返回参数
示例
正常返回示例
JSON
格式
{
"EndpointDomain": "ep-hp33b2e43fays7s8****.epsrv-hp3xdsq46ael67lo****.cn-huhehaote.privatelink.aliyuncs.com",
"RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0",
"CreateTime": "2022-01-02T19:11:12Z",
"EndpointBusinessStatus": "Normal",
"EndpointDescription": "This is my Endpoint.",
"ServiceId": "epsrv-hp3vpx8yqxblby3i****",
"EndpointStatus": "Active",
"VpcId": "vpc-hp356stwkxg3fn2xe****",
"EndpointName": "test",
"ServiceName": "com.aliyuncs.privatelink.cn-huhehaote.epsrv-hp3xdsq46ael67lo****",
"Bandwidth": 200,
"EndpointId": "ep-hp33b2e43fays7s8****",
"ConnectionStatus": "Disconnected",
"AddressIpVersion": ""
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | EndpointExist | The specified Endpoint already exists. | 当前终端节点已经存在。 |
400 | EndpointZoneDuplicated | The zone is duplicated for the Endpoint. | 终端节点服务下面可用区不可以重复 |
400 | EndpointServiceNotFound | The specified Service does not exist. | 当前终端节点服务不存在 |
400 | EndpointServiceNotSupportedZone | The specified endpoint service does not support the zone. | 终端节点服务不支持当前可用区。 |
400 | VSwitchNotFound | The specified VSwitch does not exist. | 当前虚拟交换机未找到。 |
400 | SecurityGroupNotFound | The specified security group does not exist. | 当前安全组未找到。 |
400 | VpcTunnelNotFound | The specified VPC tunnel does not exist. | 当前VPC信道未找到。 |
400 | VpcNotFound | The specified VPC does not exist. | 当前VPC未找到。 |
400 | GenerateResourceIdFailed | Failed to generate ResourceId. | 生成资源ID失败。 |
400 | QuotaMisMatched | The resource you applied for has exceeded the quota. | 申请的资源超过配额 |
400 | EndpointMustContainSecurityGroup | The specified endpoint must have at least one security group. | 终端节点需要至少加入一个安全组 |
400 | EndpointDuplicated | The endpoint of the service already exists and cannot be created again. | 此服务的终端节点已存在,不能重复创建 |
400 | EndpointServiceDeleted | The specified Service is already deleted. | 终端节点服务已经被删除 |
400 | EndpointServiceResourceNotFound | The specified service resource is not found. | 终端节点服务资源未找到 |
400 | SecurityGroupTypeNotSupport | The specified security group type is not supported. | 该安全组类型不支持 |
400 | EniIpUnavailable | The specified IP address is unavailable. | 指定的IP不可用 |
400 | EndpointServiceNotAuthorized | The specified endpoint service is not authorized to user. | 终端节点服务未授权给用户。 |
400 | SecurityGroupTypeOnlySingleTypeSupporteded | The specified security group only support one type. | 安全组只支持一种类型 |
400 | QuotaExceeded.IpQuotaPerEp | The quota of %s is exceeded, usage %s/%s. | 配额%s已超额度限制,目前已使用%s,配额为%s。 |
400 | Mismatch.EndpointType | The %s is mismatched for %s and %s. | %s在%s和%s中不匹配。 |
400 | IncorrectStatus.VpcEndpointService | The status of %s [%s] is incorrect. | 资源%s [%s]的状态无效。 |
400 | CheckServiceLinkRoleError | The ServiceLink role check error. | ServiceLinkRole校验错误 |
400 | ResourceNotEnough.VSwitchIp | The specified resource of VSwitchIp is not enough. | vswitchip数量不够 |
400 | VSwitchStatusNotAllowed | The specified vswitch status is not Available. | 交换机状态还未可用 |
400 | QuotaExceeded.epZonePerEndpoint | The quota of %s is exceeded, usage %s/%s. | 用户单个endpoint可用区限制 |
400 | QuotaExceeded.totalEpPerVpc | The quota of %s is exceeded, usage %s/%s. | 用户单个VPC终端节点数量限额。 |
400 | QuotaExceeded.totalIdleEndpoint | The quota of %s is exceeded, usage %s/%s. | 用户空闲未连接endpoint总数限制 |
400 | OperationDenied.EndpointPolicyNotSupport | The operation is not allowed because of EndpointPolicyNotSupport. | 操作不允许,终端节点策略不支持 |
400 | OperationDenied.PrivateDomainStatusNotSupport | The operation is not allowed because of %s. | 由于%s,操作不支持 |
400 | OperationDenied.PrivateDomainNotSupport | The operation is not allowed because of PrivateDomainNotSupport. | 由于%s,操作不支持 |
400 | DependencyViolation.PrivateDnsName | The specified resource of %s depends on %s, so the operation cannot be completed. | 资源%s依赖于%s,导致操作无法完成 |
400 | GatewayLoadBalancerNotSupportSecurityGroup | The gateway load balancer not support security group. | 网关型负载均衡类型不支持设置安全组 |
400 | GatewayLoadBalancerZoneCountDeny | The GatewayLoadBalancer zone count not support | 可用区数量不满足限制,无法操作。 |
400 | OperationDenied.EndpointTypeNotSupportDualstack | The specified endpoint type does not support dualstack, only the Interface and GatewayLoadBalancer types support dual stack. | 终端节点类型不支持双栈,仅Interface、GatewayLoadBalancer类型支持双栈。 |
400 | OperationDenied.EndpointServiceNotSupportDualstack | The specified endpoint service does not support dualstack. | 终端节点服务不支持双栈。 |
400 | OperationDenied.VSwitchNotSupportDualstack | The specified VSwitch does not support dualstack. | VSwitch不支持双栈。 |
400 | OperationDenied.AddressIpVersionNotSupportSpecifyIpv6 | The AddressIpVersion of the endpoint does not support specifying IPv6 address. | 终端节点的AddressIpVersion不支持指定IPv6地址。 |
400 | IllegalParam.Ip | The specified parameter IP is invalid. | 指定的IP地址格式不符合要求。 |
400 | IllegalParam.Ipv6Address | The specified parameter Ipv6Address is invalid. | 指定的IPv6地址格式不符合要求。 |
400 | IllegalParam.AddressIpVersion | The specified parameter AddressIpVersion is invalid. | 指定的参数AddressIpVersion 不符合要求。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-09-18 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-09-12 | OpenAPI 错误码发生变更、OpenAPI 入参发生变更、OpenAPI 返回结构发生变更 | 查看变更详情 |
2024-05-10 | OpenAPI 错误码发生变更、OpenAPI 入参发生变更 | 查看变更详情 |
2024-04-08 | OpenAPI 错误码发生变更 | 查看变更详情 |
2023-09-26 | OpenAPI 错误码发生变更、OpenAPI 入参发生变更 | 查看变更详情 |
2023-09-19 | OpenAPI 错误码发生变更 | 查看变更详情 |
2023-09-05 | OpenAPI 错误码发生变更、OpenAPI 入参发生变更 | 查看变更详情 |
2022-11-30 | OpenAPI 描述信息更新、OpenAPI 错误码发生变更、OpenAPI 入参发生变更 | 查看变更详情 |
2022-11-02 | OpenAPI 错误码发生变更 | 查看变更详情 |
2022-09-20 | OpenAPI 错误码发生变更、OpenAPI 入参发生变更 | 查看变更详情 |
2022-07-26 | OpenAPI 错误码发生变更 | 查看变更详情 |
2021-12-03 | OpenAPI 错误码发生变更 | 查看变更详情 |