调用 ConvertLoadBalancerBillingType 接口,转换负载均衡实例的计费类型。
该接口支持以下计费转换:
说明
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ConvertLoadBalancerBillingType | 要执行的操作,取值为ConvertLoadBalancerBillingType。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为:2020-04-01。 |
LoadBalancerId | String | 是 | clb-bp1b6c719dfa08ex**** | CLB实例ID。 |
LoadBalancerBillingType | Integer | 是 | 1 | CLB实例的计费方式。取值如下:
|
LoadBalancerSpec | String | 否 | small_1 | CLB实例的规格,不同规格提供的转发能力不同,更多信息请参见产品类型与规格。取值如下:
说明 参数 |
PeriodUnit | String | 否 | Month | 包年包月计费方式的时长单位。取值如下:
|
Period | Integer | 否 | 1 | 包年包月计费方式的时长数量。
说明 不传入该参数或该参数不传入数值时,默认为1。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20210811152539010225146063030**** | 请求ID。 |
OrderId | String | Order705261343570982**** | 订单ID。 |
GET /?Action=ConvertLoadBalancerBillingType&Version=2020-04-01&LoadBalancerId=clb-bp1b6c719dfa08ex****&LoadBalancerBillingType=1 HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing Service: clb
{ "ResponseMetadata": { "RequestId": "20210811152539010225146063030****", "Action": "ConvertLoadBalancerBillingType", "Version": "2020-04-01", "Service": "clb", "Region": "cn-beijing" }, "Result": { "RequestId": "20210811152539010225146063030****", "OrderId": "Order705261343570982****" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidAutoRenewal.Malformed | The specified AutoRenewal is malformed. | 指定的 AutoRenewal 参数格式不合法。 |
400 | InvalidLoadBalancer.InvalidStatus | The specified LoadBalancer is not in the correct status for the request. | 指定的负载均衡所处状态无法响应该请求。 |
400 | InvalidLoadBalancer.UnSupportAction | The specified LoadBalancer does not support this action. | 指定的负载均衡不支持当前操作。 |
400 | InvalidLoadBalancerBillingType.Malformed | The specified LoadBalancerBillingType is malformed. | 指定的 LoadBalancerBillingType 参数格式不合法。 |
400 | InvalidLoadBalancerSpec.ListenerBandwidthMismatch | The total bandwidth of all listeners exceeds the upper limit of the specified spec. | 实例内监听器指定带宽总和超过指定的负载均衡规格上限。 |
400 | InvalidLoadBalancerSpec.Malformed | The specified LoadBalancerSpec is malformed. | 指定的 LoadBalancerSpec 参数格式不合法。 |
400 | InvalidParameter | Data unmarshal failed. | 请求解析失败。 |
400 | InvalidPeriod.Malformed | The specified Period is malformed. | 指定的 Period 参数格式不合法。 |
400 | InvalidPeriodUnit.Malformed | The specified PeriodUnit is malformed. | 指定的 PeriodUnit 参数格式不合法。 |
400 | InvalidQuotaCode.Malformed | The specified QuotaCode is malformed. | 指定的 QuotaCode 参数格式不合法。 |
400 | OrderError.OrderPay | Failed to create order and pay. | 下单支付失败。 |
400 | OrderError.PreOrder | Failed to create a preorder. | 下单失败。 |
400 | UnSupportedOperation.SpecUnchanged | The request on the specified LoadBalancer is denied due to the LoadBalancerSpec has not changed. | 负载均衡规格未改变。 |
400 | UnsupportedOperation.AccountArrears | The request on the specified instance is denied due to the account in arrears status. | 因账户处于欠费状态,对于该实例的操作请求被拒绝。 |
403 | Forbidden | You are not authorized to perform operations on the specified service. | 无权限对指定服务进行操作。 |
403 | InvalidResourceType.ServcieManaged | The specified ResourceType is managed by a service. | 指定的资源是服务托管资源。 |
404 | InvalidExclusiveCluster.NotFound | The specified ExclusiveCluster does not exist. | 指定的独占集群不存在。 |
404 | InvalidLoadBalancer.NotFound | The specified LoadBalancer does not exist. | 指定的负载均衡不存在。 |
412 | InvalidExclusiveCluster.Expired | The specified ExclusiveCluster has expired. | 指定的独占集群已过期。 |
412 | InvalidExclusiveCluster.UnPurchased | The specified ExclusiveCluster is not purchased. | 指定的独占集群未购买。 |
412 | InvalidLoadBalancer.Expired | The specified LoadBalancer has expired. | 指定的负载均衡已过期。 |
412 | InvalidLoadBalancer.InvalidBillingType | The specified LoadBalancer is not in the correct BillingType for the request. | 指定的负载均衡所处计费类型无法响应该请求。 |