调用 DisassociateEipAddress 接口,将公网IP与云资源解绑。
公网类型负载均衡不支持解绑公网IP,您可调用 ModifyLoadBalancerAttributes 将其转换成私网类型负载均衡后,再进行解绑。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DisassociateEipAddress | 要执行的操作,取值:DisassociateEipAddress。 |
Version | String | 是 | 2020-04-01 | API的版本信息,当前版本为2020-04-01。 |
AllocationId | String | 是 | eip-2ze7ujxscd**** | 要解绑的公网IP的ID。 |
InstanceType | String | 否 | EcsInstance | 待解绑云资源的类型。取值如下:
说明 高可用虚拟IP正在邀测中,如需试用,请联系客户经理。 |
InstanceId | String | 否 | i-2zebbhyczzaweeval**** | 待解绑云资源的ID。根据InstanceType 传入的参数,传入对应类型云资源的ID。 |
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 保证请求幂等性。由客户端自动生成一个参数值,确保不同请求间该参数值唯一,避免当调用API超时或服务器内部错误时,客户端多次重试导致重复性操作。取值:
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
GET /?Action=DisassociateEipAddress&Version=2020-04-01&AllocationId=eip-2ze7ujxscd**** HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "DisassociateEipAddress", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result":{ "RequestId": "2021062415303301022514515207C4****" } }
公共错误码,请参见 公共错误码 。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
400 | InvalidEip.InstanceMismatch | The specified elastic ip and instance mismatch. | 指定的公网IP和实例不匹配。 |
400 | InvalidEip.InvalidStatus | The specified elastic ip address is not in the correct status for the request. | 指定的公网IP所处状态无法响应该请求。 |
400 | InvalidNatGateway.InvalidStatus | The operation is not supported by the current nat gateway. | 指定的NAT网关所处的状态无法响应该请求。 |
400 | IncorrectNatGatewayStatus | The operation is not supported by the current nat gateway. | 当前操作不支持,请稍后重试。 |
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. | 无权限对指定弹性网卡进行操作。指定的弹性网卡为云产品托管的弹性网卡。 |
403 | Forbidden | You are not authorized to perform operations on the specified elastic ip and public CLB. | 无权限操作此EIP和公网CLB。 |
403 | Forbidden | You are not authorized to disassociate elastic ip from Nat gateway. | 无权限将公网IP从NAT网关解绑。 |
403 | Forbidden | You are not authorized to perform operations on the specified elastic ip and private CLB. | 无权限操作此EIP和私网CLB。 |
403 | Forbidden | You are not authorized to perform operations on the specified elastic ip and ALB. | 无权限操作此EIP和ALB。 |
404 | InvalidEip.NotFound | The specified EIP does not exist. | 指定的公网IP不存在。 |
404 | InvalidInstance.NotFound | The specified instance does not exist. | 指定的实例不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |