调用 ReleaseIpv6AddressBandwidth 接口,释放指定的IPv6公网带宽。
不支持手动删除公网双栈应用型负载均衡实例的IPv6公网带宽。删除公网双栈应用型负载均衡实例 时,系统自动删除它的IPv6公网带宽。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ReleaseIpv6AddressBandwidth | 要执行的操作,取值ReleaseIpv6AddressBandwidth。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
AllocationId | String | 是 | eip-2zaiwb7ujxscd**** | IPv6公网带宽的ID。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
PreOrderNumber | String | BO702327073660581**** | 订单ID。 |
GET /?Action=ReleaseIpv6AddressBandwidth&Version=2020-04-01&AllocationId=eip-2zaiwb7ujxscd**** HTTP/1.1 Host: open.volcengineapi.com Region: cn-guangzhou Service: vpc
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "ReleaseIpv6AddressBandwidth", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-guangzhou" }, "Result": { "RequestId": "2021062415303301022514515207C4****", "PreOrderNumber": "BO702327073660581****" } }
公共错误码,请参见 公共错误码 。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidEip.InUse | The specified EIP is being operated by another request. | 指定的EIP正被另一个请求操作,请稍后再试。 |
400 | InvalidEip.InUse | The specified EIP has dependent resource of a bandwidth package. | 指定的EIP被共享带宽包引用,无法释放。 |
400 | InvalidIpv6.InUse | The specified IPv6 address bandwidth is being operated by another request. | 指定的IPv6公网带宽正被另一个请求操作,请稍后再试。 |
400 | OrderError | Failed to create an order in one step. | 创建订单并支付失败。 |
400 | PreOrderError | Failed to create pre order. | 创建配置单失败。 |
400 | QuotaExceeded.IPv6Bandwidth | You've reached the limit on the number of IPv6 bandwidth that you can create. | 已达到可开通IPv6公网带宽数量上限。 |
403 | Forbidden | You are not authorized to perform operations on the specified IPv6 address which is managed by ALB. | 无权限操作ALB的IPv6地址。 |
404 | InvalidEip.GetInstanceDetail | Get instance detail failed | 获取实例信息失败 |
404 | InvalidIpv6.NotFound | The specified IPv6 address bandwidth does not exist. | 指定的IPv6公网带宽不存在。 |