Domain name for API request: ecm.tencentcloudapi.com.
This API is used to replace a routing policy.
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: ReplaceRoutes. |
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. |
Routes.N | Yes | Array of Route | Routing policy object. |
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=ReplaceRoutes
&RouteTableId=rtb-n0yejvje
&Routes.0.RouteId=678
&Routes.0.DestinationCidrBlock=192.168.0.0/16
&Routes.0.GatewayType=NORMAL_CVM
&Routes.0.GatewayId=10.212.0.15
&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.InvalidRegion | The ECM region is invalid. |
InvalidParameterValue.Malformed | The input parameter format is invalid. |
InvalidParameterValue.VpcCidrConflict | The destination IP range conflicts with the CIDR block of the current VPC. |
LimitExceeded | The quota limit is exceeded. |
ResourceNotFound | The resource does not exist. |
UnsupportedOperation | Unsupported operation. |
UnsupportedOperation.Ecmp | The ECMP is not supported. |
UnsupportedOperation.SystemRoute | Operations on the system route are prohibited. |
本页内容是否解决了您的问题?