Domain name for API request: ecm.tencentcloudapi.com.
This API is used to modify the route table associated with a subnet. A subnet can be associated with only one route table.
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: ReplaceRouteTableAssociation. |
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. |
SubnetId | Yes | String | Subnet instance ID, such as subnet-3x5lf5q0 , which can be queried through the DescribeSubnets API. |
RouteTableId | Yes | String | Route table instance ID, such as rtb-azd4dt1c . |
EcmRegion | Yes | String | ECM region |
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=ReplaceRouteTableAssociation
&RouteTableId=rtb-n0yejvje
&SubnetId=subnet-q2079ils
&EcmRegion=ap-hangzhou-ecm
&<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 |
---|---|
FailedOperation.InternalOperationFailure | Internal error. |
InternalError | Internal error. |
InvalidParameterValue.InvalidRegion | The ECM region is invalid. |
InvalidParameterValue.Malformed | The input parameter format is invalid. |
InvalidParameterValue.ObjectVpcNotCurrentVpc | The specified object is not the current VPC. |
ResourceNotFound | The resource does not exist. |
UnauthorizedOperation.ForbiddenOperation | You don't have the permission to perform this operation. |
UnsupportedOperation.VpcMismatch | The resources are not in the same VPC. |
Was this page helpful?