调用 UnassignPrivateIpAddresses 接口,为指定的网卡释放辅助私网IPv4地址。
Available
或InUse
状态下的辅助网卡,可释放辅助私网IPv4地址。RUNNING
或STOPPED
状态。参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UnassignPrivateIpAddresses | 要执行的操作。取值:UnassignPrivateIpAddresses。 |
Version | String | 是 | 2020-04-01 | API版本信息,取值为:2020-04-01。 |
NetworkInterfaceId | String | 是 | eni-bp67acfmxazb4p**** | 网卡的ID。 |
PrivateIpAddress.N | String | 是 | PrivateIpAddress.1=192.168.XX.10&PrivateIpAddress.2=192.168.XX.12 | 网卡待释放的辅助私网IPv4地址。
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 473469C7-AA6F-4DC5-B3DB-A3DC0DE3**** | 请求ID。 |
GET /?Action=UnassignPrivateIpAddresses&Version=2020-04-01&NetworkInterfaceId=eni-bp67acfmxazb4ph****&PrivateIpAddress.1=192.168.XX.10 HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****", "Action": "UnassignPrivateIpAddresses", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result": { "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****" } }
此处仅展示当前API的错误码,更多错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidAnycastEip.InUse | The specified anycast elastic IP is being operated by another request. | 指定的任播公网IP正被另一个请求操作,请稍后再试。 |
400 | InvalidEni.InvalidStatus | The specified elastic network interface is not in the correct status for the request. | 指定的弹性网卡所处的状态无法响应该请求。 |
400 | InvalidPrivateIp.Malformed | The specified private ip is malformed. | 指定的私网IP不合法。 |
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 | InvalidEniId.NotFound | The specified elastic network interface does not exist. | 指定的弹性网卡不存在。 |