Domain name for API request: vpc.intl.tencentcloudapi.com.
This API is used to enable disabled subnet routes.
The API is used to verify whether the enabled route conflicts with existing routes. If they conflict, the new route cannot be enabled and will result in a failure. When a route conflict occurs, you need to first disable the conflicting route before you can enable the new one.
A maximum of 100 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: EnableRoutes. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-bangkok, ap-beijing, ap-chengdu, ap-chongqing, ap-guangzhou, ap-hongkong, ap-jakarta, ap-nanjing, ap-seoul, ap-shanghai, ap-shanghai-fsi, ap-shenzhen-fsi, ap-singapore, ap-tokyo, eu-frankfurt, na-ashburn, na-siliconvalley, sa-saopaulo. |
RouteTableId | Yes | String | Unique route table ID. |
RouteIds.N | No | Array of Integer | Routing policy ID. This parameter cannot be used simultaneously with RouteItemIds, but at least one of them should be entered. The maximum number of items processed in a single request is 100. The value of this parameter can be obtained by querying the route list (DescribeRouteTables). |
RouteItemIds.N | No | Array of String | Unique routing policy ID. This parameter cannot be used simultaneously with RouteIds, but at least one of them should be entered. The maximum number of items processed in a single request is 100. The value of this parameter can be obtained by querying the route list (DescribeRouteTables). |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
https://vpc.intl.tencentcloudapi.com/?Action=EnableRoutes
&RouteTableId=rtb-9wzwlnhc
&RouteIds.0=18292
&RouteIds.1=18293
&<Common request parameters>
{
"Response": {
"RequestId": "627c2362-890f-4f9e-9158-5e457b80d48b"
}
}
https://vpc.intl.tencentcloudapi.com/?Action=EnableRoutes
&RouteTableId=rtb-12345678
&RouteItemIds.0=rti-12345678
&<Common request parameters>
{
"Response": {
"RequestId": "627c2362-890f-4f9e-9158-5e457b80d48b"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameter.Coexist | The parameters cannot be specified at the same time. |
InvalidParameterValue.Duplicate | The input parameter already exists. |
InvalidParameterValue.LimitExceeded | The parameter value exceeds the limit. |
InvalidParameterValue.Malformed | Invalid input parameter format. |
MissingParameter | Missing parameter. |
ResourceNotFound | The resource does not exist. |
UnsupportedOperation | Unsupported operation. |
UnsupportedOperation.ConflictWithDockerRoute | The IP range overlaps with that of the TKE container under the VPC. |
UnsupportedOperation.Ecmp | ECMP is not supported. |
UnsupportedOperation.EcmpWithCcnRoute | Form an ECMP with the CCN route. |
UnsupportedOperation.EcmpWithUserRoute | Form an ECMP with the user’s custom routes. |
UnsupportedOperation.SystemRoute | System route. Operation is prohibited. |