All Products
Search
Document Center

Cloud Enterprise Network:CreateTransitRouterRouteTable

Last Updated:Jul 19, 2024

Creates a custom route table for an Enterprise Edition transit router.

Operation description

  • Only Enterprise Edition transit routers support custom route tables. For more information about the regions and zones that support Enterprise Edition transit routers, see What is CEN?

  • CreateTransitRouterRouteTable is an asynchronous operation. After you send a request, the route table ID is returned but the operation is still being performed in the system background. You can call ListTransitRouterRouteTables to query the status of a route table.

    • If a route table is in the Creating state, the route table is being created. In this case, you can query the route table but cannot perform other operations.
    • If a route table is in the Active state, the route table is created.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request.

You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.

Note If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
02fb3da4-130e-11e9-8e44-001****
TransitRouterRouteTableNamestringNo

The name of the custom route table.

The name must be 1 to 128 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.

testname
TransitRouterRouteTableDescriptionstringNo

The description of the custom route table.

The description must be 1 to 256 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.

testdesc
TransitRouterIdstringYes

The ID of the Enterprise Edition transit router.

tr-bp1su1ytdxtataupl****
DryRunbooleanNo

Specifies whether to precheck the request. Check items include permissions and the status of the specified cloud resources. Valid values:

  • false (default): sends the request. If the request passes the precheck, the custom route table is created.
  • true: prechecks the request but does not create the custom route table. If you use this value, the system checks the required parameters and the request syntax. If the request fails to pass the precheck, an error message is returned. If the request passes the check, the system returns the ID of the request.
false
Tagarray<object>No

The tags.

You can specify at most 20 tags in each call.

objectNo
KeystringNo

The tag key.

The tag key cannot be an empty string. The tag key can be up to 64 characters in length and cannot start with acs: or aliyun. It cannot contain http:// or https://.

You can specify at most 20 tag keys.

test
ValuestringNo

The tag value.

The tag value can be 0 to 128 characters in length, and cannot start with aliyun or acs:. It cannot contain http:// or https://.

Each tag key must have a unique tag value. You can specify at most 20 tag values in each call.

tagtest
RouteTableOptionsobjectNo

The features of the route table.

MultiRegionECMPstringNo

Specifies whether to enable multi-region equal-cost multi-path (ECMP) routing. Valid values:

  • disable(default) If multi-region ECMP routing is disabled, routes that are learned from different regions but have the same prefix and attributes select the transit router with the smallest region ID as the next hop. Region IDs are sorted in alphabetic order. The network latency and bandwidth consumption also vary based on the region. Proceed with caution.
  • enable If multi-region ECMP routing is enabled, routes that are learned from different regions but have the same prefix and attributes form an ECMP route. The network latency and bandwidth consumption also vary based on the region. Proceed with caution.
disable

Response parameters

ParameterTypeDescriptionExample
object
TransitRouterRouteTableIdstring

The ID of the custom route table.

vtb-bp1xbcgpgcz9axl9m****
RequestIdstring

The ID of the request.

599904C8-A3DA-4E5F-83B6-D5364E664247

Examples

Sample success responses

JSONformat

{
  "TransitRouterRouteTableId": "vtb-bp1xbcgpgcz9axl9m****",
  "RequestId": "599904C8-A3DA-4E5F-83B6-D5364E664247"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidTransitRouterId.NotFoundTransitRouterId is not foundThe error message returned because the specified transit router ID (TransitRouterId) does not exist.
400OperationFailed.CCNTrNotSupportOperation failed because the CCN transit router does not support route table.The error message returned because transit routers deployed in CCN regions do not allow you to create route tables.
400DryRunOperationRequest validation has been passed with DryRun flag set.The error message returned because the dry run request passed the precheck.
400MissingParam.TransitRouterIdThe parameter TransitrouterId is mandatory.The error message returned because the TransitRouterId parameter is not set.
400OperationFailed.BasicTrNotSupportOperation failed because the Basic TransitRouter does not support RouteTableThe error message returned because this operation is not supported by Basic Edition transit routers.
400IncorrectStatus.TransitRouterTransitRouter status is invalid.The error message returned because the status of the transit router does not support this operation. Try again later.
400QuotaExceeded.TransitRouterRoutTableTransitRouterRoutTable quota exceeded.The error message returned because the number of route tables has reached the upper limit.
400OperationUnsupported.MultiRegionEcmpThis region does not support MultiRegionEcmp.-
400InvalidParameterInvalid parameter.The error message returned because the parameter is set to an invalid value.
400UnauthorizedThe AccessKeyId is unauthorized.The error message returned because you do not have the permissions to perform this operation.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-10-18The Error code has changedView Change Details
2023-01-10The Error code has changed. The request parameters of the API has changedView Change Details
2023-01-04The Error code has changedView Change Details