Domain name for API request: ecm.tencentcloudapi.com.
This API is used to reset a route table name and all routing policies.
A maximum of 20 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: ResetRoutes. |
Version | Yes | String | Common Params. The value used for this API: 2019-07-19. |
Region | No | String | Common Params. This parameter is not required for this API. |
RouteTableId | Yes | String | Route table instance ID, such as rtb-azd4dt1c . |
RouteTableName | Yes | String | Route table name, which can contain up to 60 bytes. |
Routes.N | Yes | Array of Route | Routing policy. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://ecm.tencentcloudapi.com/?Action=ResetRoutes
&RouteTableId=rtb-n0yejvje
&RouteTableName=ResetRouteTableName
&Routes.0.DestinationCidrBlock=192.168.0.0/16
&Routes.0.GatewayType=NORMAL_CVM
&Routes.0.GatewayId=172.16.16.37
&Routes.0.RouteDescription=test-route
&<Common request parameters>
{
"Response": {
"RequestId": "354f4ac3-8546-4516-8c8a-69e3ab73aa8a"
}
}
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 |
---|---|
InvalidParameterValue | The parameter value is incorrect. |
InvalidParameterValue.CidrNotInPeerVpc | The destination IP range is not within the CIDR range of the customer VPC. |
InvalidParameterValue.Duplicate | The data is duplicate. |
InvalidParameterValue.VpcCidrConflict | The destination IP range conflicts with the CIDR block of the current VPC. |
LimitExceeded | The quota limit is exceeded. |
UnsupportedOperation | Unsupported operation. |
UnsupportedOperation.SystemRoute | Operations on the system route are prohibited. |
Was this page helpful?