文档

RenewElasticityAssurances - 续费一个或多个弹性保障服务

更新时间:

调用RenewElasticityAssurances接口,并可以指定PrivatePoolOptionsId、Period等参数,对一个或多个已购买的弹性保障服务进行续费。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
RegionIdstring

弹性保障服务所属地域 ID。

您可以调用 DescribeRegions 查看最新的阿里云地域列表。

cn-hangzhou
PrivatePoolOptions.Idarray

弹性保障服务 ID 列表。

限制:单次续费的弹性保障服务数量最多不超过 20 个。

您可以调用 DescribeElasticityAssurances 查看已购买的弹性保障服务。

string

弹性保障服务 ID。

eap-bp67acfmxazb4****
Periodinteger

续费时长。时长单位由PeriodUnit参数确定。取值范围:

  • PeriodUnit参数值为Month时,该参数的取值:1、2、3、4、5、6、7、8、9。

  • PeriodUnit参数值为Year时,该参数的取值:1、2、3。

默认值:1。

1
PeriodUnitstring

续费时长单位。取值范围:

  • Month:月

  • Year:年

默认值:Year。

Year
AutoPayboolean

是否自动支付。可能值:

  • true:是。
  • false:否。

默认值:true。

true
ClientTokenstring

保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。

ClientToken只支持 ASCII 字符,且不能超过 64 个字符。更多信息,请参见如何保证幂等性

123e4567-e89b-12d3-a456-426655440000

返回参数

名称类型描述示例值
object
RequestIdstring

请求 ID。

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
OrderIdstring

续费订单 ID。

182372800****
PrivatePoolOptionsIdSetarray

弹性保障服务 ID 列表。

string

弹性保障服务 ID。

eap-bp67acfmxazb4****

示例

正常返回示例

JSON格式

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
  "OrderId": "182372800****",
  "PrivatePoolOptionsIdSet": {
    "PrivatePoolOptionsId": [
      "eap-bp67acfmxazb4****"
    ]
  }
}

错误码

HTTP status code错误码错误信息描述
400InvalidPeriodUnit.ValueNotSupportedThe specified parameter PeriodUnit is not valid.参数 PeriodUnit 无效。
400InvalidChargeType.ValueNotSupportedChargeType is not valid.该计费方式不支持,请您重新选择计费方式。
400MissingParameter.PrivatePoolOptions.IdThe specified parameter PrivatePoolOptions.Id does not exist.-
400InvalidParameter.PeriodUnitThe specified PeriodUnit is invalid.-
400InvalidParameter.PeriodThe specified parameter Period or PeriodUnit is invalid.-
400InvalidParameter.PrivatePoolOptionsIdThe specified parameter PrivatePoolOptions.Id is invalid.-
403InvalidParameter.ResourceOwnerAccountResourceOwnerAccount is Invalid.指定的 ResourceOwnerAccount 不合法。
403Account.ArrearageYour account has been in arrears.账户余额不足,请先充值再操作。
403ChargeTypeViolationThe operation is not permitted due to charge type of the instance.付费方式不支持该操作,请您检查实例的付费类型是否与该操作冲突。
500InternalErrorThe request processing has failed due to some unknown error.内部错误,请重试。
500InternalError%s内部错误。
500IncorrectPrivatePoolStatusThe current status of the private pool does not support this operation.参数中指定的私有池状态不支持当前操作
500InvalidPrivatePoolId.NotFoundThe specified private pool does not exist.-

访问错误中心查看更多错误码。