调用 DeleteIpAddressPool 接口 ,删除IP地址池。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteIpAddressPool | 要执行的操作,取值:DeleteIpAddressPool。 |
Version | String | 是 | 2020-04-01 | API的版本信息,当前版本为2020-04-01。 |
IpAddressPoolId | String | 是 | ippool-fda83op**** | IP 地址池的 ID。 |
ClientToken | String | 否 | 123e4567-e89b-12d3-a456-42665544**** | 保证请求幂等性。由客户端自动生成一个参数值,确保不同请求间该参数值唯一,避免当调用API超时或服务器内部错误时,客户端多次重试导致重复性操作。取值:
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303314515207C4**** | 请求ID。 |
GET /?Action=DeleteIpAddressPool&Version=2020-04-01&IpAddressPoolId=ippool-fda83op**** HTTP/1.1 Host: open.volcengineapi.com Service: vpc Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20210624153033015207C4****", "Action": "DeleteIpAddressPool", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-beijing" }, "Result":{ "RequestId": "20210624153033015207C4****" } }
公共错误码,请参见 公共错误码 。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
InvalidIPPool.InvalidStatus | The specified IP address pool is not in the correct status for the request. | 指定IP地址池所处的状态无法响应该请求。 | |
InvalidIPPoolCidrBlock.InUse | The specified CIDR block of IP address pool has dependent resource of an EIP. | 指定IP地址池网段已分配EIP,无法删除。 | |
InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 | |
QuotaExceeded.IPPool | You've reached the limit on the number of IP address pools that you can create. | IP地址池数量超过配额限制。 | |
QuotaExceeded.IPPoolIP | You've reached the limit on the number of IPs of all IP address pools that you can possess. | 已达到所有IP地址池持有IP地址数量上限。 | |
404 | InvalidIPPool.NotFound | The specified IP address pool does not exist. | 指定的IP地址池不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |