调用ModifyTransitRouterRoutePolicyEntryAttributes接口,修改指定的路由策略条目,操作说明和注意事项请参见管理路由策略条目。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyTransitRouterRoutePolicyEntryAttributes | 要执行的操作,取值为ModifyTransitRouterRoutePolicyEntryAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TransitRouterRoutePolicyEntryId | String | 是 | tr-rpe-13f1fdx5l**** | 路由策略条目的ID。您可以调用DescribeTransitRouterRoutePolicyEntries接口获取路由策略条目的ID。 |
Priority | int | 否 | 100 | 路由策略条目的优先级,取值范围为1~10000。数字越小优先级越高。 |
Description | String | 否 | 迁移业务添加AS Path的路由策略 | 路由策略条目的描述信息。
|
ActionResult | String | 否 | Permit | 路由策略条目的策略行为。取值如下:
|
IpPrefixes.N | String | 否 | IpPrefixes.1=192.168.XX.XX/24&IpPrefixes.2=172.16.XX.XX/24 | 路由策略条目的路由前缀。
|
SourceResourceTypes.N | String | 否 | SourceResourceTypes.1=VPC&SourceResourceTypes.2=DirectConnectGateway | 路由策略条目的源实例类型。取值如下:
说明 N:表示源实例类型的序号,取值范围 1~10。多个源实例类型之间使用&分隔。 |
SourceResourceIds.N | String | 否 | SourceResourceIds.1=vpc-bp1aevy8sofi8mh1****&SourceResourceIds.2=dcg-3tex2x1cwd4c6c0v**** | 路由策略条目的源实例ID。
说明
|
DestinationResourceTypes.N | String | 否 | DestinationResourceTypes.1=VPC&DestinationResourceTypes.2=DirectConnectGateway | 路由策略条目的目的实例类型。取值如下:
说明
|
DestinationResourceIds.N | String | 否 | DestinationResourceIds.1=vpc-bp1aevy8sofi8mh1****&DestinationResourceIds.2=dcg-3tex2x1cwd4c6c0v**** | 路由策略条目的目的实例ID。
说明
|
AsPathOperateMode | String | 否 | Additive | 路由策略条目的AsPath设置方式。取值如下:
说明
|
ApplyAsPathValues.N | String | 否 | ApplyAsPathValues.1=1234&ApplyAsPathValues.2=112 | 路由策略条目设置的路由AsPath。取值范围为1~4294967295。
说明
|
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求的幂等性。
|
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=ModifyTransitRouterRoutePolicyEntryAttributes&Version=2020-04-01& HTTP/1.1 Host: open.volcengineapi.com Service: transitrouter Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "ModifyTransitRouterRoutePolicyEntryAttributes", "Version": "2020-04-01", "Service": "transitrouter", "Region": "cn-guangzhou" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
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 | InvalidTransitRouter.InvalidStatus | The specified Transit Router is not in the correct status for the request. | 指定的中转路由器所处状态无法响应该请求。 |
400 | InvalidTransitRouterRoutePolicyEntry.ActionResultInvalid | The specified Transit Router route policy entry action result is invalid. A route policy action result must be Permit or Deny. | 指定的策略行为不支持,仅支持允许和拒绝。 |
400 | InvalidTransitRouterRoutePolicyEntry.AsPathInvalid | The specified AsPath is invalid. | 指定的AsPath值不合法。 |
400 | InvalidTransitRouterRoutePolicyEntry.AsPathOperateModeInvalid | The specified AsPath operate mode of the route policy entry is invalid, only Additive and Replace are supported. | 指定的策略条目的AsPath操作不支持,仅支持添加和替换。 |
400 | InvalidTransitRouterRoutePolicyEntry.InvalidStatus | The specified Transit Router route policy entry is not in the correct status for the request. | 指定的路由策略条目所处状态无法响应该请求。 |
400 | InvalidTransitRouterRoutePolicyEntry.MatchConditionMissing | The specified Transit Router route policy entry must have at least one match condition. | 指定的路由策略条目至少需配置一个匹配条件。 |
400 | InvalidTransitRouterRoutePolicyEntry.PriorityInvalid | The specified priority of the Transit Router route policy entry is invalid. | 指定的路由策略条目优先级不合法。 |
400 | InvalidTransitRouterRoutePolicyEntry.ResourceTypeInvalid | The specified resource type of the Transit Router route policy entry is invalid. | 指定的路由策略匹配条件的实例类型不合法。 |
400 | LimitExceeded.RoutePolicyEntryApplyAsPath | You've reached the limit on the number of AsPath that can be applied. | 已达到路由策略条目可支持配置的AsPath长度上限。 |
400 | LimitExceeded.RoutePolicyEntryMatchCondition | You've reached the limit on the number of match conditions that one route policy entry can have. | 已达到单路由策略条目的匹配条件数目上限。 |
400 | InvalidTransitRouter.InvalidBusinessStatus | The request is denied because the specified Transit Router is shut down due to arrears. | 指定的中转路由器欠费关停,不支持当前操作。 |
403 | Forbidden.CreateRoutePolicyEntryWithVpnAttachment | You are not authorized to create route policy entry with vpn attachment on Transit Router. | 无权限创建关联VPN网络实例连接的路由策略条目,请在中转路由器上开通BGP路由类型的VPN网络实例连接白名单。 |
403 | Forbidden.CreateTransitRouterBgpVpnAttachment | You are not authorized to create BGP vpn attachment on Transit Router. | 无权限创建BGP类型的VPN网络实例连接,请在中转路由器产品开通对应的白名单。 |
403 | Forbidden.TransitRouterIPv6 | You are not authorized to use ipv6 on Transit Router. | 未开通中转路由器IPv6功能,不支持该操作。 |
404 | InvalidTransitRouterRoutePolicyEntry.NotFound | The specified Transit Router route policy entry does not exist. | 指定的策略条目不存在。 |
404 | InvalidTransitRouterRoutePolicyEntry.ResourceIdNotFound | The specified Resource does not exist or is not attached to this Transit Router. | 指定的网络实例不存在或者没有关联到该中转路由器。 |
409 | InvalidTransitRouterRoutePolicyEntry.ActionResultConflict | The specified route attributes operation conflicts with the action result of route policy entry. | 指定的配置路由属性操作和路由策略的策略行为冲突,仅策略行为是允许的支持配置路由属性。 |
409 | InvalidTransitRouterRoutePolicyEntry.DirectionConflict | The route policy direction is In, destination resource types and ids are not supported. | 入方向路由策略,匹配条件不支持指定目的实例类型和目的实例列表。 |
409 | InvalidTransitRouterRoutePolicyEntry.PriorityConflict | The specified priority of the Transit Router route policy entry is conflict with another entry. | 指定的路由策略条目优先级和其它条目冲突。 |