调用CreateTransitRouterForwardPolicyEntry接口,为指定的转发策略添加策略条目,操作说明和注意事项请参见管理转发策略条目。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateTransitRouterForwardPolicyEntry | 要执行的操作,取值为CreateTransitRouterForwardPolicyEntry。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TransitRouterRouteTableId | String | 是 | tr-rtb-hy13n2l4c6c0v**** | 中转路由器实例关联的路由表的ID。您可以调用DescribeTransitRouterRouteTables接口获取TR路由表的ID。 |
TransitRouterForwardPolicyTableId | String | 是 | tr-fpt-hy13n2l4c6c0v**** | 转发策略的ID。您可以调用DescribeTransitRouterForwardPolicyTables接口获取转发策略的ID。 |
Priority | Integer | 是 | 100 | 转发策略条目的优先级,取值范围为1~10000。数字越小优先级越高。 |
SourceCidrBlock | String | 是 | 192.168.XX.XX/24 | 转发策略条目的源地址段。当前仅支持IPv4网段。 |
Description | String | 否 | This route entry is used for test. | 转发策略条目的描述信息。
|
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求的幂等性。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
TransitRouterForwardPolicyEntryId | String | tr-fpe-1i5i8khf9m58gae5kcx6**** | 转发策略条目的ID。 |
GET /?Action=CreateTransitRouterForwardPolicyEntry&Version=2020-04-01&TransitRouterRouteTableId=tr-rtb-hy13n2l4c6c0v****&TransitRouterRouteEntryNextHopType=black&DestinationCidrBlock=192.168.XX.XX/24 HTTP/1.1 Host: open.volcengineapi.com Service: transitrouter Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "CreateTransitRouterForwardPolicyEntry", "Version": "2020-04-01", "Service": "transitrouter", "Region": "cn-guangzhou" }, "Result": { "TransitRouterForwardPolicyEntryId": "tr-fpe-1i5i8khf9m58gae5kcx6****" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
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.TooLong | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidTransitRouter.InvalidStatus | The specified Transit Router is not in the correct status for the request. | 指定的中转路由器所处状态无法响应该请求。 |
400 | InvalidTransitRouterForwardPolicyEntry.TransitRouterMismatch | The specified route table and forward policy table do not belong to the same Transit Router. | 指定的路由表和转发策略属于不同的中转路由器。 |
400 | QuotaExceeded.TransitRouterForwardPolicyEntry | You've reached the limit on the number of forward policy entries that you can create on one Transit Router forward policy table. | 已达到单个中转路由器转发策略的策略条目数上限。 |
400 | InvalidTransitRouter.InvalidBusinessStatus | The request is denied because the specified Transit Router is shut down due to arrears. | 指定的中转路由器欠费关停,不支持当前操作。 |
400 | InvalidTransitRouterForwardPolicyEntry.PriorityInvalid | The specified priority of the Transit Router forward policy entry is invalid. | 指定的转发策略条目优先级无效。 |
403 | Forbidden.TransitRouterIPv6 | You are not authorized to use ipv6 on Transit Router. | 未开通中转路由器IPv6功能,不支持该操作。 |
404 | InvalidProject.NotFound | The specified Project does not exist. | 指定的项目不存在。 |
404 | InvalidTransitRouterForwardPolicyTable.NotFound | The specified Transit Router forward policy table does not exist. | 指定的转发策略不存在。 |
404 | InvalidTransitRouterRouteTable.NotFound | The specified route table does not exist. | 指定的中转路由器路由表不存在。 |
409 | InvalidTransitRouterForwardPolicyEntry.PriorityConflict | The specified priority of the Transit Router forward policy entry is conflict with another entry. | 指定的转发策略条目优先级和其它条目冲突。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |