Domain name for API request: vpc.tencentcloudapi.com.
This API is used to modify VPN gateway routes.
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: ModifyVpnGatewayRoutes. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
VpnGatewayId | Yes | String | Instance ID of the VPN gateway |
Routes.N | Yes | Array of VpnGatewayRouteModify | Route parameters to modify |
Parameter Name | Type | Description |
---|---|---|
Routes | Array of VpnGatewayRoute | Route information of the VPN gateway Note: this field may return null , indicating that no valid value is obtained. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to disable a route of a VPN gateway.
https://vpc.tencentcloudapi.com/?Action=ModifyVpnGatewayRoutes
&VpnGatewayId=vpn-ngenl4az
&Routes.0.RouteId=vpnr-7t3tknmg
&Routes.0.Status=DISABLE
&<Common request parameters>
{
"Response": {
"Routes": [
{
"DestinationCidrBlock": "192.241.0.0/24",
"Status": "ENABLE",
"InstanceId": "vpnx-ng2asdew",
"InstanceType": "VPNCONN",
"Priority": 100
}
],
"RequestId": "6e446c86-d8c9-4981-9b33-d10956585058"
}
}
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 |
---|---|
InternalError | An internal error occurred. |
InvalidParameter | A parameter error occurred. |
ResourceNotFound | The resource does not exist. |
ResourceUnavailable | The resource is unavailable. |
UnknownParameter | Unknown parameter error. |
UnsupportedOperation | Unsupported operation. |
UnsupportedOperation.RecordNotExists | The record does not exist. |
Was this page helpful?