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

CreateTransitRouterVpcAttachment

最近更新时间2024.03.26 10:26:48

首次发布时间2023.03.07 09:56:38

调用CreateTransitRouterVpcAttachment接口,创建一个VPC类型的网络实例连接。

请求参数

下表中,Tags.N.a类型参数中的“N”表示标签信息的序号,需按照数字顺序从1开始填写,取值范围为1~50。多个标签之间使用&分隔。每个标签键对应一个标签值。

名称类型是否必选示例值描述
ActionStringCreateTransitRouterVpcAttachment要执行的操作,取值为CreateTransitRouterVpcAttachment。
VersionString2020-04-01API版本信息,当前版本为2020-04-01。
TransitRouterIdStringtr-7qthudw0ll6jmc****中转路由器实例的ID。您可以调用DescribeTransitRouters接口获取中转路由器实例ID。
VpcIdStringvpc-2fexiqjlgjif45oxruvso****私有网络实例的ID。您可以调用DescribeVpcs接口获取私有网络实例的ID。

AttachPoints.N.SubnetId

String

AttachPoints.1.SubnetId=subnet-2fexiqjlgjif45oxruvso****&AttachPoints.2.SubnetId=subnet-7rtsu6whhle6j****

网络实例连接连接点的子网ID。您可以调用DescribeSubnets接口获取子网ID。

  • 参数 - N:表示子网ID的序号,单次调用数量上限100个。
  • 多个子网ID之间用&分隔。

AttachPoints.N.ZoneId

String

AttachPoints.1.ZoneId=cn-guangzhou-a&AttachPoints.2.ZoneId=cn-guangzhou-b

子网所属可用区的ID。

  • 参数 - N:表示可用区ID的序号,单次调用数量上限100个。
  • 多个可用区ID之间用&分隔。

Description

String

This attachment is used for test.

网络实例连接的描述信息。

  • 必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
  • 长度限制为0 ~ 255个字符。
  • 不传入该参数或该参数不传入数值时,默认为空字符串。

TransitRouterAttachmentName

String

attachment-01

网络实例连接的名称。

  • 必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:点号(.)、下划线(_)和短横线(-)。
  • 长度限制为1 ~ 128个字符。
  • 不传入该参数或该参数不传入数值时,默认为网络实例连接的ID。

AutoPublishRouteEnabled

Boolean

false

是否自动同步TR路由到网络实例路由表中。

  • true:是。表示系统会自动同步该网络实例连接关联转发的TR路由表中的路由条目到网络实例的路由表中。

    说明

    仅当该参数配置为true,且网络实例连接关联转发的TR路由表中存在路由条目时,系统才会自动同步TR路由到网络实例的路由表中。

  • false(默认值):否。

ClientToken

String

123e4567-e89b-12d3-a456-42665544****

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

  • 该参数值由客户端自动生成,确保不同请求的取值唯一,避免当调用API超时或服务器内部错误时,客户端多次重试导致重复性操作。
  • 取值仅支持ASCII字符,最大不超过64个字符。
  • 未指定该参数值时,不进行幂等校验。

Tags.N.Key

String

Tags.1.Key=k1&Tags.2.Key=k2

网络实例连接用户标签的标签键。

  • 长度限制为1~128个字符。
  • 大小写敏感,不能以volc:的任意大小写组合开头。
  • 不能以空格开头或结尾。
  • 允许包含字母、数字、空格()、下划线(_)、点号(.)、半角冒号(:)、斜杠(/)、等号(=)、加号(+)、减号(-)和@。

说明

  • 同一资源的标签键不允许重复。
  • 不传入该参数或该参数不传入数值时,默认为空。

Tags.N.Value

String

Tags.1.Value=v1&Tags.2.Value=v2

网络实例连接用户标签的标签值。

  • 长度限制为0~255个字符。
  • 大小写敏感,不能以空格开头或结尾。
  • 允许包含字母、数字、空格()、下划线(_)、点号(.)、半角冒号(:)、斜杠(/)、等号(=)、加号(+)、减号(-)和@。

说明

如果传入该参数,则必须先传入Tags.N.Key

返回参数

名称
类型
示例值
描述
RequestIdString0ED8D006-F706-4D23-88ED-E11ED28D****请求ID。
TransitRouterAttachmentIdStringtr-attach-7qthudw0ll6jmc****网络实例连接的ID。

请求示例

GET /?Action=CreateTransitRouterVpcAttachment&Version=2020-04-01&TransitRouterId=tr-7qthudw0ll6jmc****&VpcId=vpc-2fexiqjlgjif45oxruvso****&AttachPoints.1.SubnetId=subnet-2fexiqjlgjif45oxruvso****&AttachPoints.2.SubnetId=subnet-7rtsu6whhle6j****AttachPoints.1.ZoneId=cn-guangzhou-a&AttachPoints.2.ZoneId=cn-guangzhou-b HTTP/1.1
Host: open.volcengineapi.com
Service: transitrouter
Region: cn-guangzhou

返回示例

{
    "ResponseMetadata": {
        "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****",
        "Action": "CreateTransitRouterVpcAttachment",
        "Version": "2020-04-01",
        "Service": "transitrouter",
        "Region": "cn-guangzhou"
    },
    "Result": {
        "TransitRouterAttachmentId": "tr-attach-7qthudw0ll6jmc****"
    }
}

错误码

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

HttpCode错误码错误信息描述
400InvalidDescription.MalformedThe specified description is malformed.指定的描述格式不合法。请修复描述格式后重试。
400InvalidDescription.MalformedThe specified description is malformed. Ensure the maximum length of description is 255.指定的描述格式不合法。描述长度不能超过255个字符。
400InvalidName.MalformedThe specified name is malformed.指定的名称格式不合法。请修复名称格式后重试。
400InvalidName.MalformedThe specified name is malformed. Ensure the maximum length of name is 128.指定的名称格式不合法。名称长度不能超过128个字符。
400InvalidTransitRouter.InvalidBusinessStatusThe request is denied because the specified Transit Router is shut down due to arrears.指定的中转路由器欠费关停,不支持当前操作。
400InvalidTransitRouter.InvalidStatusThe specified Transit Router is not in the correct status for the request.指定的中转路由器所处状态无法响应该请求。
400InvalidTransitRouterAttachment.ServiceRoleNotAuthorizedThe service role for Transit Router has not been authorized.当前账号尚未授权中转路由器的服务角色。
400InvalidTransitRouterAttachment.SubnetIdDuplicateThere are subnets used multiple times in the request.存在子网在创建网络实例连接操作中被多次指定。
400InvalidTransitRouterAttachment.ZoneIdDuplicateThere are available zones used multiple times in the request.存在可用区在创建网络实例连接操作中被多次指定。
400InvalidTransitRouterAttachment.ZoneIdMismatchThe specified available zone does not match with the specified subnet.指定的可用区和指定的子网不匹配。
400InvalidTransitRouterAttachment.ZoneUnsupportedThere are available zones not supported by Transit Router.指定的部分可用区暂不支持创建网络实例连接。
400QuotaExceeded.TransitRouterAttachmentYou've reached the maximum number of attachments that one Transit Router can have.已达到单个中转路由器可创建的网络实例上限。
400QuotaExceeded.VpcAttachmentYou've reached the maximum number of vpc attachments that one transit router can have.已达到单个中转路由器可创建的vpc网络实例连接的上限。
400QuotaExceeded.AttachPointPerTransitRouterAttachmentThe specified request reaches the max number of attach points that you can specify.已达到单个网络实例连接可指定的挂载点数目上限。
400QuotaExceeded.TransitRouterAttachmentPerVpcYou've reached the limit on the number of Transit Routers that one VPC can attach.已达到单个私有网络可挂载的中转路由器数目上限。
400InvalidTransitRouterAttachment.InsufficientSubnetIpAddressesThere are subnets that do not have available IP addresses.存在子网无可用IP。
400QuotaExceeded.TransitRouterSecurityGroupYou've reached the maximum number of security groups that can be created in one region.已达到单个地域可创建的安全组数量上限。
400OrderErrorFailed to create order and pay in one step.创建订单并支付失败。
400UnsupportedOperationThe request on the specified instance is denied due to the account balance and available vouchers are less than 100 yuan in total.因账户余额及可用代金券共不足100元,对于该实例的操作请求被拒绝。
400UnsupportedOperationThe request on the specified instance is denied due to the account in arrears status.因账户处于欠费状态,对于该实例的操作请求被拒绝。
400IdempotentParameterMismatchArguments on this idempotent request are inconsistent with arguments used in previous request(s).此幂等请求的参数与前一个请求中使用的参数不一致。
400InvalidParameter.ClientTokenMalformedThe specified parameter ClientToken is malformed.指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。
400InvalidTag.DisorderThe specified index order of tag is malformed.指定标签的索引顺序参数格式不合法。
400InvalidTagKey.MalformedThe specified parameter tag key is invalid.标签键不合法。
400InvalidTagValue.MalformedThe specified parameter tag value is invalid.标签值不合法。
400LimitExceeded.TagsYou've reached the limit on the number of tags that you can operate at a time.已达到单次可操作标签数量的上限。
400LimitExceeded.AutoRoutePublishOfTrEnabledPerVpcYou've reached the maximum number of TRs that one vpc can enable auto route publish with.已达到单个私有网络可开启的TR路由自动同步的TR数量上限。
404InvalidTransitRouter.NotFoundThe specified Transit Router does not exist.指定的中转路由器不存在。
404InvalidTransitRouterAttachment.SubnetNotFoundThe specified subnet does not exist.指定的子网不存在。
404InvalidTransitRouterAttachment.VpcNotFoundThe specified VPC does not exist.指定的私有网络不存在。
409InvalidTransitRouterAttachment.ConflictThe specified instance has already been attached to the Transit Router.指定的网络实例已加入指定的中转路由器,不支持重复操作。
412IdempotentProcessingThe request uses the same client token as a previous one that is still in process.幂等请求处理中。