Domain name for API request: vpc.intl.tencentcloudapi.com.
This API is used to unbind the routing policy instance already bound to a specific route table instance, set up alarms for the new binding routing policy and priority.
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: ResetRoutePolicyAssociations. |
| 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 | Routing table instance ID, e.g., rtb-azd4dt1c. |
| RoutePolicyAssociationSet.N | Yes | Array of RoutePolicyAssociation | The list of routing policy binding objects (RoutePolicyAssociation). note: the route table instance ID (RouteTableId) in the binding must match the RouteTableId parameter of this API (that is, this API only supports modifying the strategy binding relationship and priority within the same route table instance). |
| 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. |
This example shows you how to reset a route policy binding.
POST / HTTP/1.1
Host: vpc.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ResetRoutePolicyAssociations
<Common request parameters>
{
"RoutePolicyAssociationSet": [
{
"RouteTableId": "rtb-cinupu2w",
"RoutePolicyId": "rrp-q7ywkx3w",
"Priority": 100
}
],
"RouteTableId": "rtb-cinupu2w"
}{
"Response": {
"RequestId": "abc"
}
}
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 invalid. |
| InvalidParameterValue.CidrNotInPeerVpc | The destination IP address range is not within the CIDR range of the the customer VPC. |
| InvalidParameterValue.Duplicate | The input parameter already exists. |
| InvalidParameterValue.Malformed | Invalid input parameter format. |
| InvalidParameterValue.TooLong | Invalid parameter value. The parameter value is too long. |
| InvalidParameterValue.VpcCidrConflict | Destination IP address range conflicts with CIDR of the current VPC. |
| LimitExceeded | Quota limit is reached. |
| ResourceNotFound | The resource does not exist. |
| UnknownParameter.WithGuess | Unknown parameter. Try similar parameters. |
| UnsupportedOperation | Unsupported operation. |
| UnsupportedOperation.Ecmp | ECMP is not supported. |
| UnsupportedOperation.SystemRoute | System route. Operation is prohibited. |
Feedback