CreateVpcGatewayEndpoint - 创建网关终端节点

调用CreateVpcGatewayEndpoint接口创建网关终端节点。

接口说明

  • CreateVpcGatewayEndpoint 接口属于异步接口,即系统返回一个 EndpointId,但该网关终端节点尚未创建成功,系统后台的创建任务仍在进行。您可以调用 ListVpcGatewayEndpoints 查询网关终端节点的创建状态:
    • 当网关终端节点处于 Creating 状态时,表示网关终端节点正在创建中。
    • 当网关终端节点处于 Created 状态时,表示网关终端节点创建成功。
  • CreateVpcGatewayEndpoint 接口不支持针对同一个终端节点服务并发创建网关终端节点。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用背景高亮的方式表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作访问级别资源类型条件关键字关联操作
vpc:CreateVpcGatewayEndpointcreate
  • GatewayEndpoint
    acs:vpc:{#regionId}:{#accountId}:gatewayendpoint/*

请求参数

名称类型必填描述示例值
VpcIdstring

要创建网关终端节点的 VPC ID。

该 VPC 必须与网关终端节点在同一个地域。

vpc-bp1gsk7h12ew7oegk****
ServiceNamestring

终端节点服务名称。

com.aliyun.cn-hangzhou.oss
PolicyDocumentstring

云服务的访问策略。

关于访问策略的语法和结构,请参见权限策略语法和结构

说明
  • 当选择的终端节点服务支持设置访问策略时,该字段必填;
  • 当选择的终端节点服务不支持设置访问策略时,该字段必须为空。
  • 终端节点服务是否支持设置访问策略,可通过 ListVpcEndpointServicesByEndUser 接口获取,SupportPolicy 为 true 表明支持,否则不支持。
  • { "Version" : "1", "Statement" : [ { "Effect" : "Allow", "Resource" : [ "*" ], "Action" : [ "*" ], "Principal" : [ "*" ] } ] }
    EndpointNamestring

    网关终端节点的名称。

    名称的长度在 1~128 个字符之间。

    test
    EndpointDescriptionstring

    网关终端节点的描述信息。

    描述信息的长度在 1~255 个字符之间。

    test
    ClientTokenstring

    客户端 Token,用于保证请求的幂等性。

    从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符。

    说明 若您未指定,则系统自动使用 API 请求的 RequestId 作为 ClientToken 标识。每次 API 请求的 RequestId 不一样。
    5A2CFF0E-5718-45B5-9D4D-70B3FF3898
    DryRunboolean

    是否只预检此次请求,取值:

    • true:发送检查请求,不会创建网关终端节点。检查项包括 AccessKey 是否有效、RAM 用户的授权情况和是否填写了必需参数。如果检查不通过,则返回对应错误。如果检查通过,会返回错误码DryRunOperation

    • false(默认值):发送正常请求,通过检查后返回 2xx HTTP 状态码并创建网关终端节点。

    false
    ResourceGroupIdstring

    网关终端节点所属的资源组 ID。

    rg-acfmxazb4ph****
    Tagarray<object>

    资源的标签。

    object

    标签。

    Keystring

    资源的标签键。最多支持输入 20 个标签键。如需传入该值,则不能输入空字符串。

    一个标签键最多支持 128 个字符,不能以aliyunacs:开头,不能包含http://或者https://

    FinanceDept
    Valuestring

    资源的标签值。最多支持输入 20 个标签值。如需传入该值,可以输入空字符串。

    最多支持 128 个字符,不能以aliyunacs:开头,不能包含http://或者https://

    FinanceJoshua
    RegionIdstring

    要创建的网关终端节点的地域 ID。

    您可以通过调用 DescribeRegions 接口获取地域 ID。

    cn-hangzhou

    返回参数

    名称类型描述示例值
    object

    请求 ID。

    RequestIdstring

    请求 ID。

    62CFC815-E08A-5CF4-92D1-54273EC9E406
    EndpointIdstring

    网关终端节点实例 ID。

    vpce-bp1w1dmdqjpwul0v3****
    ServiceNamestring

    终端节点服务名称。

    com.aliyun.cn-hangzhou.oss
    EndpointNamestring

    网关终端节点的名称。

    test
    CreationTimestring

    网关终端节点的创建时间。按照 ISO8601 标准表示,并需要使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。

    2021-08-27T01:58:37Z
    ResourceGroupIdstring

    网关终端节点所属的资源组 ID。

    rg-acfmxazb4ph****

    示例

    正常返回示例

    JSON格式

    {
      "RequestId": "62CFC815-E08A-5CF4-92D1-54273EC9E406",
      "EndpointId": "vpce-bp1w1dmdqjpwul0v3****",
      "ServiceName": "com.aliyun.cn-hangzhou.oss",
      "EndpointName": "test",
      "CreationTime": "2021-08-27T01:58:37Z",
      "ResourceGroupId": "rg-acfmxazb4ph****"
    }

    错误码

    HTTP status code错误码错误信息描述
    400OperationFailed.ConcurrentOperationThe operation is failed because of concurrent operation.-
    400IdempotentParameterMismatchThe request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.-
    400IllegalParam.PolicyDocumentThe param of PolicyDocument is illegal.-
    400IllegalParam.GatewayEndpointNameThe param of GatewayEndpointName is illegal.-
    400IllegalParam.GatewayEndpointDescriptionThe param of GatewayEndpointDescription is illegal.-
    400ResourceAlreadyExist.GatewayEndpointThe specified resource gateway endpoint is already exist.-
    400ResourceNotFound.ServiceNameThe specified resource service name is not found.-
    400ResourceNotFound.VpcIdThe specified resource vpc is not found.-
    400Forbidden.OperateShareResourceThe operation is failed because of shared vpc.-
    400IncorrectStatus.VpcThe status of vpc [%s] is incorrect.-
    400IncorrectStatus.CenStatusThe status of vpc cenStatus [%s] is incorrect.-
    400OperationFailed.VpcIpv6DisabledThe operation is failed because of VpcIpv6Disabled.-
    400UnsupportedFeature.GatewayEndpointThe feature of gatewayEndpoint is not supported for %s.-
    400SystemBusySystem is busy, please try again later.-
    400ForbbidenUser not authorized to operate on the specified resource.用户没有权限操作指定的资源。
    400OperationDenied.PolicyDocumentThe gatewayEndpoint does not support policy.-
    400MissingParam.PolicyDocumentThe param of PolicyDocument is missing.-
    400OperationDenied.NotAuthorizedUser not authorized to operate on the specified resource.-
    400InvalidPolicy.WrongFormatInvalid input policy format.输入策略信息格式错误。

    访问错误中心查看更多错误码。

    变更历史

    变更时间变更内容概要操作
    2023-07-05OpenAPI 错误码发生变更、OpenAPI 入参发生变更查看变更详情
    2023-05-29OpenAPI 错误码发生变更查看变更详情
    2023-03-23OpenAPI 错误码发生变更、OpenAPI 入参发生变更、OpenAPI 返回结构发生变更查看变更详情