调用 DisassociateHaVip 接口,将高可用虚拟IP(HAVIP)从云服务器实例或网卡上解绑。
说明
高可用虚拟IP正在邀测中,暂仅支持完成 企业认证 的账号申请试用,如需试用,请联系客户经理。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DisassociateHaVip | 要执行的操作,取值:DisassociateHaVip。 |
Version | String | 是 | 2020-04-01 | API版本信息,取值为:2020-04-01。 |
HaVipId | String | 是 | havip-2zeo05qre24nhrqpy**** | 要解绑的高可用虚拟IP的ID。 |
InstanceType | String | 否 | EcsInstance | 要解绑高可用虚拟IP的实例类型。
|
InstanceId | String | 是 | i-faf344422ffsfad**** | 要解绑高可用虚拟IP的实例的ID。 |
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 客户端Token,用于保证请求幂等性。
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 473469C7-AA6F-4DC5-B3DB-A3DC0DE3**** | 请求ID。 |
GET /?Action=DisassociateHaVip&Version=2020-04-01&HaVipId=havip-2zeo05qre24nhrqpy****&InstanceId=i-faf344422ffsfad****&InstanceType=EcsInstance HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****", "Action": "DisassociateHaVip", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
400 | InvalidEni.InvalidStatus | The specified elastic network interface is not in the correct status for the request. | 指定的弹性网卡所处的状态无法响应该请求。 |
400 | InvalidHaVip.InstanceMismatch | The specified HaVip and instance are not associated. | 指定的高可用虚拟IP和实例没有绑定关系。 |
400 | InvalidHaVip.InvalidStatus | The specified HaVip is not in the correct status for the request. | 指定的高可用虚拟IP所处状态无法响应该请求。 |
400 | InvalidHaVip.NotSupport | The specified HaVip does not support this operation | 指定的高可用虚拟IP不支持此操作。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
403 | Forbidden | You are not authorized to perform operations on the specified elastic network interface. The specified elastic network interface is a service-managed elastic network interface. | 无权限对指定弹性网卡进行操作。指定的弹性网卡为云产品托管的弹性网卡。 |
404 | InvalidHaVip.NotFound | The specified HaVip does not exist. | 指定的高可用虚拟IP不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |