调用CreateTransitRouterRoutePolicyTable接口,创建一个路由策略(不含路由策略条目)。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateTransitRouterRoutePolicyTable | 要执行的操作,取值为CreateTransitRouterRoutePolicyTable。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
TransitRouterId | String | 是 | tr-7qthudw0ll6jmc**** | 中转路由器实例的ID。您可以调用DescribeTransitRouters接口获取中转路由器实例ID。 |
Direction | String | 是 | In | 路由策略的作用方向。取值如下:
|
TransitRouterRoutePolicyTableName | String | 否 | tr-routepolicy-for-rtb1 | 路由策略的名称。
|
Description | String | 否 | 迁移业务添加ASPath的路由策略 | 路由策略的描述信息。
|
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求的幂等性。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
TransitRouterRoutePolicyTableId | String | tr-rpt-hy13n2l4c6c0v**** | 路由策略的ID。 |
GET /?Action=CreateTransitRouterRoutePolicyTable&Version=2020-04-01&TransitRouterId=tr-7qthudw0ll6jmc****&Direction=In HTTP/1.1 Host: open.volcengineapi.com Service: transitrouter Region: cn-guangzhou
{ "ResponseMetadata": { "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****", "Action": "CreateTransitRouterRoutePolicyTable", "Version": "2020-04-01", "Service": "transitrouter", "Region": "cn-guangzhou" }, "Result": { "TransitRouterRoutePolicyTableId": "tr-rpt-hy13n2l4c6c0v****" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
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 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidName.TooLong | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidRoutePolicy.DirectionInvalid | The specified Transit Router route policy direction is invalid, only In and Out are supported. | 指定的路由策略方向不合法,仅支持收方向和发方向。 |
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 | QuotaExceeded.TransitRouterRoutePolicy | You've reached the limit on the number of route policies that can be created on one Transit Router. | 已达到单个中转路由器可创建的路由策略数量上限。 |
403 | Forbidden.CreateRoutePolicy | You are not authorized to create route policy on Transit Router. | 无权限创建路由策略,请开通路由策略的白名单。 |
403 | Forbidden.NoPermissionToOperate | You are not authorized to operate the specified resource. | 无权限操作指定的资源。 |
404 | InvalidProject.NotFound | The specified Project does not exist. | 指定的项目不存在。 |
404 | InvalidTransitRouter.NotFound | The specified Transit Router does not exist. | 指定的中转路由器不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |