调用ModifyVpnConnectionHealthChecker修改IPsec连接健康检查的信息。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyVpnConnectionHealthChecker | 要执行的操作,取值:ModifyVpnConnectionHealthChecker。 |
Version | String | 是 | 2020-04-01 | API版本信息。 |
CheckerId | String | 是 | vhc-fsej4fhk0lw**** | IPsec连接健康检查的ID。您可调用DescribeVpnConnections查询IPsec连接健康检查的ID。 |
VpnConnectionId | String | 是 | vgc-3tex2x1cwd4c6c0v**** | 待修改健康检查所属IPsec连接的ID。您可调用DescribeVpnConnections查询IPsec连接的ID。 |
LocalIp | String | 否 | 100.XX.XX.10 | 健康检查的源IP。
|
RemoteIp | String | 否 | 100.XX.XX.10 | 健康检查的目的IP。
|
CheckInterval | Integer | 否 | 3 | 执行健康检查的时间间隔,
|
UpTime | Integer | 否 | 3 | 健康检查的健康阈值。
|
DownTime | Integer | 否 | 3 | 健康检查的不健康阈值。
|
Timeout | Integer | 否 | 2 | 健康检查的响应超时时间。表示当IPsec连接在指定的时间内没有正确响应,则判定为健康检查“异常”。
|
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求幂等性。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 0ED8D006-F706-4D23-88ED-E11ED28D**** | 请求ID。 |
GET /?Action=ModifyVpnConnectionHealthChecker&Version=2020-04-01&CheckerId=vhc-2fewk20sch0qo59gp674****&LocalIp=172.XX.XX.108&RemoteIp=172.XX.XX.253&CheckInterval=5&UpTime=1&DownTime=7&Timeout=3 HTTP/1.1 Host: open.volcengineapi.com ServiceName: vpn Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20240318145124A933E01C1C38EB8****", "Action": "ModifyVpnConnectionHealthChecker", "Version": "2020-04-01", "Service": "vpn", "Region": "cn-beijing" }, "Result": { "RequestId": "20240318145124A933E01C1C38EB84****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
400 | InvalidCheckInterval.Malformed | The specified check interval is malformed. | 指定的check interval不合法。 |
400 | InvalidDownTime.Malformed | The specified check downtime is malformed. | 指定的check downtime不合法。 |
400 | InvalidHealthCheckConfig.IpPairExists | The specified local ip and remote ip is the same with that of another health checker in the same VPN connection. | 指定的local ip和remote ip和此IPSec连接的其他健康检查相同。 |
400 | InvalidHealthCheckConfig.LocalIpConflict | The specified local ip conflicts with that of another health checker in the same VPN gateway. | 指定的local ip和此网关其他健康检查冲突。 |
400 | InvalidHealthCheckConfig.RemoteIpConflict | The specified remote ip conflicts with that of another health checker in the same VPN gateway. | 指定的remote ip和此网关其他健康检查冲突。 |
400 | InvalidHealthCheckConfig.RemoteIpInUse | The specified remote ip conflicts with the address used in the VPN gateway. | 指定的remote ip和此网关本地ip冲突。 |
400 | InvalidHeathCheckConfig.LocalIpInUse | The specified local ip conflicts with the address used in the VPN gateway. | 指定的local ip和此网关本地ip冲突。 |
400 | InvalidLocalIp.Malformed | The specified local IP is malformed. | 指定的local ip不合法。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidRemoteIp.Malformed | The specified remote ip is malformed. | 指定的remote ip不合法。 |
400 | InvalidTimeout.Malformed | The specified check timeout is malformed. | 指定的check timeout不合法。 |
400 | InvalidUpTime.Malformed | The specified check uptime is malformed. | 指定的check uptime不合法。 |
400 | InvalidVpnConnection.HealthCheckNotSupported | Health check is not supported for the specified VPN connection. | 当前IPSec连接不支持健康检查功能。 |
400 | InvalidVpnConnection.InvalidStatus | The specified VPN connection is not in the correct status for the request. | 指定的VPN连接所处的状态无法响应该请求。 |
400 | InvalidVpnGateway.InvalidStatus | The specified VPN gateway is not in the correct status for the request. | 指定的VPN网关所处的状态无法响应该请求。 |
400 | InvalidHealthCheckConfig.IpPairMalformed | The specified remote ip is the same with the local ip. | 健康检查指定的remote ip和local ip重复。 |
404 | InvalidVpnConnectionHealthChecker.NotFound | The specified VPN connection health checker does not exist. | 指定的VPN连接健康检查不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |