调用 RenewLoadBalancer 接口,为包年包月的负载均衡CLB实例续费。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | RenewLoadBalancer | 要执行的操作,取值为RenewLoadBalancer。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为:2020-04-01。 |
LoadBalancerId | String | 是 | clb-bp1b6c719dfa08ex**** | CLB实例ID。 |
PeriodUnit | String | 否 | Month | 包年包月计费方式的时长单位。取值如下:
|
Period | Integer | 否 | 1 | 包年包月计费方式的时长数量。默认为1。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20210811152539010225146063030**** | 请求ID。 |
GET /?Action=RenewLoadBalancer&Version=2020-04-01&LoadBalancerId=clb-bp1b6c719dfa08ex**** HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing Service: clb
{ "ResponseMetadata": { "RequestId": "20210811152539010225146063030****", "Action": "RenewLoadBalancer", "Version": "2020-04-01", "Service": "clb", "Region": "cn-beijing" }, "Result": { "RequestId": "20210811152539010225146063030****" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidLoadBalancer.UnSupportAction | The specified LoadBalancer does not support this action. | 指定的负载均衡不支持当前操作。 |
400 | InvalidPeriod.Malformed | The specified Period is malformed. | 指定的 Period 参数格式不合法。 |
400 | InvalidPeriodUnit.Malformed | The specified PeriodUnit is malformed. | 指定的 PeriodUnit 参数格式不合法。 |
400 | OrderError.OrderPay | Failed to create order and pay. | 下单支付失败。 |
400 | OrderError.PreOrder | Failed to create a preorder. | 下单失败。 |
403 | InvalidResourceType.ServcieManaged | The specified ResourceType is managed by a service. | 指定的资源是服务托管资源。 |
404 | InvalidLoadBalancer.NotFound | The specified LoadBalancer does not exist. | 指定的负载均衡不存在。 |
404 | InvalidLoadBalancerSpec.NotFound | The specified LoadBalancerSpec does not exist. | 指定的负载均衡规格不存在。 |
412 | InvalidLoadBalancer.InvalidBillingType | The specified LoadBalancer is not in the correct BillingType for the request. | 指定的负载均衡所处计费类型无法响应该请求。 |