调用 CreateRouteEntry 接口,为路由表添加一条自定义路由条目。
Pending
表示配置中,Available
表示配置完成。参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateRouteEntry | 要执行的操作,取值:CreateRouteEntry。 |
Version | String | 是 | 2020-04-01 | API版本信息,取值为:2020-04-01。 |
RouteTableId | String | 是 | vtb-2fdzao4h726f45oxruw****** | 路由表ID。 |
RouteEntryName | String | 否 | route-entry-1 | 路由条目名称。
|
Description | String | 否 | This is first route entry | 路由条目描述。
|
NextHopName | String | 否 | eni-01 | 路由条目下一跳资源的名称。 |
NextHopType | String | 是 | NetworkInterface | 自定义路由条目的下一跳的类型。取值如下:
说明
|
NextHopId | string | 是 | eni-2fdzbqxfwrt345oxru****** | 下一跳资源ID。 请根据下一跳类型,传入正确的资源ID。 |
DestinationCidrBlock | String | 否 | 8.XX.XX.8/32 | 路由条目的目标网段。 说明
|
DestinationPrefixListId | String | 否 | 前缀列表的ID。 说明
| |
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求幂等性。
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RouteEntryId | String | rte-3tj9gw2pwq3vj0****** | 新添加路由条目的ID。 |
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=CreateRouteEntry&Version=2020-04-01&RouteTableId=vtb-2fdzao4h726f45oxruw******&DestinationCidrBlock=8.XX.XX.8/32&NextHopType=NetworkInterface&NextHopId=eni-2fdzbqxfwrt345oxru******&RouteEntryName=RouteEntry_1 HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "CreateRouteEntry", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "2021062415303301022514515207C4****", "RouteEntryId": "rte-3tj9gw2pwq3vj0******" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
400 | InvalidCidr.Malformed | The specified cidr block is malformed. | 指定的网段格式不合法。 |
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidDescription.Malformed | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
400 | InvalidEni.InvalidStatus | The specified elastic network interface is not in the correct status for the request. | 指定的弹性网卡所处的状态无法响应该请求。 |
400 | InvalidName.Malformed | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidGroupResource.TypesInconsistent | The types of all resources within the RouteNextHopGroup are inconsistent. | 下一跳路由组资源的IP类型不一致。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidParameter.IpVersion | The specified IP version is not supported. | 指定的IP地址类型不支持。 |
400 | InvalidPrefixListAssociation.InUse | The specified prefix list is already associated with the same resource. | 指定的前缀列表已经被同一资源引用。 |
400 | InvalidRouteCidr.Malformed | The specified CIDR is malformed. | 指定的网段不合法。 |
400 | InvalidRouteCidr.UnsupportedCidr | The specified CIDR is not supported, you can change the CIDR to ::/0. | 不支持指定的CIDR地址块,你可以切换为::/0后重试。 |
400 | InvalidRouteEntry.VpcMismatch | The specified route table and next hop instance are in different VPCs. | 指定的路由表和下一跳实例不在同一个VPC。 |
400 | InvalidRouteNextHop.IPv6Only | The specified next hop only supports IPv6. | 指定的下一跳仅支持IPv6功能。 |
400 | InvalidRouteNextHop.Malformed | The specified next hop is malformed. Next hop not support IPv6. | 指定的下一跳不支持IPv6功能。 |
400 | InvalidRouteNextHop.Malformed | The specified next hop is malformed. | 指定的下一跳不合法。 |
400 | InvalidVpc.EnableIpv6 | Operation failed because IPv6 is not enabled for the VPC. | 指定的VPC尚未开启IPv6。 |
400 | InvalidVpc.InvalidStatus | The specified VPC is not in the correct status for the request. | 指定的VPC所处状态无法响应该请求。 |
400 | QuotaExceeded.PrefixListAssociation | The number of resources a prefix list can be referenced by exceeded quota. | 前缀列表绑定的资源数量超过配额限制。 |
400 | QuotaExceeded.RouteEntry | Route entry with HaVip of a vpc number exceeded quota. | 已达到目的地址指向指定高可用虚拟IP的路由条目的数量上限。 |
400 | QuotaExceeded.RouteEntry | Route entry of a route table number exceeded quota. | 已达到可创建路由条目的数量上限。 |
403 | Forbidden | You are not authorized to perform operations on the specified route table. The specified route table is a system route table. | 无权限对指定路由表进行操作。指定的路由表为系统路由表。 |
404 | InvalidPrefixList.NotFound | The specified prefix list does not exist. | 指定的前缀列表不存在。 |
404 | InvalidRouteNextHop.NotFound | The specified next hop does not exist. | 指定的下一跳不存在。 |
404 | InvalidRouteTable.NotFound | The specified route table does not exist. | 指定的路由表不存在。 |
409 | InvalidRouteCidr.Conflict | The specified CIDR block conflicts with that of another subnet in your VPC. | 指定的CIDR地址块与所属VPC中另一个子网的CIDR地址块冲突。 |
409 | InvalidRouteCidr.Conflict | The specified CIDR block conflicts with that of another route in your route table. | 指定的CIDR地址块与所属路由表中另一个规则CIDR地址块冲突。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |