调用ResetVpnConnection重置IPsec连接隧道。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ResetVpnConnection | 要执行的操作,取值:ResetVpnConnection。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
VpnConnectionId | String | 是 | vgc-2bzvqi8kerd342dx0eg2f**** | 需要重置隧道的IPsec连接的ID |
ClientToken | String | 否 | 02fb3da4-130e-11e9-8e44-0016e04**** | 客户端Token,用于保证请求幂等性。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 202403211611080102121461940900**** | 请求ID。 |
GET /?Action=ResetVpnConnection&Version=2020-04-01&VpnConnectionIds=vgc-2bzvqi8kerd342dx0eg2f**** HTTP/1.1 Host: open.volcengineapi.com ServiceName: vpn Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "202403211611080102121461940900****", "Action": "ResetVpnConnection", "Version": "2020-04-01", "Service": "vpn", "Region": "cn-beijing" }, "Result": { "RequestId": "202403211611080102121461940900****" } }
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidVpnConnection.AttachStatus | The operation is not supported by the current VPN connection attach status. | 当前操作不支持,请稍后重试。 |
400 | InvalidVpnConnection.InvalidStatus | The specified VPN connection is not in the correct status for the request. | 指定的VPN连接所处的状态无法响应该请求。 |
403 | Forbidden.VpnConnectionBlocked | The specified TR IPsec is blocked. | 当前TR IPsec封禁中,禁止操作。 |
403 | Forbidden.VpnGatewayBlocked | The specified VPN gateway is blocked. | 当前VPN网关封禁中,禁止操作。 |
404 | InvalidVpnConnection.NotFound | The specified IPSec connection does not exist. | 指定的IPSec连接不存在。 |
404 | InvalidVpnGateway.NotFound | The specified VPN gateway does not exist. | 指定的VPN网关不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |
412 | InvalidVpnConnection.AccountInArrears | The specified IPSec connection has been shut down due to the account in arrears status. | 指定的IPSec连接已欠费关停。 |
412 | InvalidVpnGateway.Expired | The specified VPN gateway has expired. | 指定的VPN网关已过期。 |