调用AssociateTransitRouterAttachmentToRouteTable接口,关联指定的路由表和网络实例连接。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | AssociateTransitRouterAttachmentToRouteTable | 要执行的操作,取值为AssociateTransitRouterAttachmentToRouteTable。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TransitRouterAttachmentId | String | 是 | tr-attach-13n2l4c**** | 网络实例连接的ID。
|
TransitRouterRouteTableId | String | 是 | tr-rtb-hy13n2l4c6c0v**** | 中转路由器实例关联的路由表的ID。您可以调用DescribeTransitRouterRouteTables接口获取TR路由表的ID。 |
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=AssociateTransitRouterAttachmentToRouteTable&Version=2020-04-01&TransitRouterAttachmentId=tr-attach-13n2l4c****&TransitRouterRouteTableId=tr-rtb-1i5i8khf9m58gae5kcx6**** HTTP/1.1 Host: open.volcengineapi.com Service: transitrouter Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "AssociateTransitRouterAttachmentToRouteTable", "Version": "2020-04-01", "Service": "transitrouter", "Region": "cn-guangzhou" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidTransitRouter.InvalidBusinessStatus | The request is denied because the specified Transit Router is shut down due to arrears. | 指定的中转路由器欠费关停,不支持当前操作。 |
400 | InvalidTransitRouter.InvalidStatus | The specified Transit Router is not in the correct status for the request. | 指定的中转路由器所处状态无法响应该请求。 |
400 | InvalidTransitRouterAttachment.InvalidStatus | The specified Transit Router Attachment is not in the correct status for the request. | 指定的网络实例连接所处状态无法响应该请求。 |
400 | InvalidTransitRouterRouteTableAssociation.TransitRouterMismatch | The specified route table and attachment do not belong to one same Transit Router. | 指定的路由表所属的中转路由器和网络实例连接挂载的中转路由器不一致。 |
404 | InvalidTransitRouterAttachment.NotFound | The specified Transit Router attachment does not exist. | 指定的网络实例连接不存在。 |
404 | InvalidTransitRouterRouteTable.NotFound | The specified route table does not exist. | 指定的中转路由器路由表不存在。 |
409 | InvalidTransitRouterRouteTableAssociation.Conflict | The specified Transit Router attachment has already associated to a route table. | 指定的网络实例连接已配置关联转发路由表,请勿重复配置。 |