日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

RenewReservedInstances - 續費預留實例券

本接口用于對一張或多張預留實例券進行續費,支持您在續費時設置購買時長和自動續費屬性。

接口說明

請確保在使用該接口前,已充分了解預留實例券的收費方式和價格。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
ecs:RenewReservedInstancescreate
*ReservedInstance
acs:ecs:{#regionId}:{#accountId}:reservedinstance/{#ReservedInstanceId}

請求參數

名稱類型必填描述示例值
ReservedInstanceIdarray

預留實例券 ID。

string

預留實例券 ID。您可以調用 DescribeReservedInstances 查看已購買的預留實例券。

單次續費的預留實例券數量最多不超過 10 個。

ecsri-2ze53qonjqxg7r****
RegionIdstring

實例所屬的地域 ID。您可以調用 DescribeRegions 查看最新的阿里云地域列表。

cn-hangzhou
Periodinteger

購買預留實例券的時長。

  • PeriodUnitYear時,取值范圍:1、3、5。

  • PeriodUnitMonth時,取值范圍:1。

默認值:1。

1
PeriodUnitstring

購買預留實例券的時長單位。

取值范圍:Year、Month。

默認值:Month。

Year
ClientTokenstring

保證請求冪等性。從您的客戶端生成一個參數值,確保不同請求間該參數值唯一。ClientToken 只支持 ASCII 字符,且不能超過 64 個字符。更多信息,請參見如何保證冪等性。

123e4567-e89b-12d3-a456-426655440000
AutoRenewboolean

是否要自動續費。

  • true:自動續費。
  • false:不自動續費。

默認值:false。

true
AutoRenewPeriodinteger

每次自動續費的時長,單位為月。當參數 AutoRenew 取值為 true 時,該參數才生效。

  • PeriodUnit=Month, 取值范圍:1,12,36,60。默認值為 1。

  • PeriodUnit=Year,取值范圍:12,36,60。默認值為 12。

1

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

8C314443-AF0D-4766-9562-C83B7F1****
ReservedInstanceIdSetsarray

預留實例券 ID 列表。

ReservedInstanceIdstring

預留實例券 ID。

ecsri-2ze53qonjqxg7r****
OrderIdstring

訂單 ID。

2023912123****

示例

正常返回示例

JSON格式

{
  "RequestId": "8C314443-AF0D-4766-9562-C83B7F1****",
  "ReservedInstanceIdSets": {
    "ReservedInstanceId": [
      "ecsri-2ze53qonjqxg7r****"
    ]
  },
  "OrderId": "2023912123****"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidInstanceType.ValueUnauthorizedThe specified InstanceType is not authorized.指定的實例規格未授權使用。
400InvalidParameter.ConflictThe specified region and cluster do not match.指定的地域與指定的集群不匹配。
400InvalidTagKey.MalformedThe specified Tag.n.Key is not valid.指定的標簽鍵參數有誤。
400RegionUnauthorized%s該地域未被授權。%s為變量,將根據調用API的實際情況動態返回錯誤信息。
400Zone.NotOnSale%s該可用區暫時關閉了售賣。%s為變量,將根據調用API的實際情況動態返回錯誤信息。
400InvalidPeriodUnit.ValueNotSupportedThe specified parameter PeriodUnit is not valid.參數 PeriodUnit 無效。
400InvalidTagValue.MalformedThe specified Tag.n.Value is not valid.指定的標簽值參數有誤。
400InvalidChargeType.ValueNotSupportedChargeType is not valid.該計費方式不支持,請您重新選擇計費方式。
400OperationDeniedThe specified InstanceType or Zone is not authorized for current user.-
400InvalidPeriodThe specified Period or PeriodUnit is not correct.-
400MissingParameter.ReservedInstanceIdsThe specified ReservedInstanceIds does not exist.-
400InvalidParameter.PeriodUnitThe specified PeriodUnit is invalid.-
400InvalidParameter.PeriodThe specified Period is invalid.-
400InvalidParameter.ReservedInstanceIdsThe specified ReservedInstanceIds is invalid.-
400InvalidPeriod.ExceededMaximumExpirationThe specified renewal period cannot exceed the maximum expiration date. We recommend you try shortening the renewal period at next attempt.-
403OperationDenied.NoStockThe requested resource is sold out in the specified zone; try other types of resources or other regions and zones.庫存不足。
403OperationDeniedSales of this resource are temporarily suspended in the specified region; please try again later.指定的地域暫時關閉了此資源的售賣,請稍后重試。
403NodeControllerUnavailableThe Node Controller is temporarily unavailable.節點控制器暫不可用。
403OperationDeniedThe resource is out of usage.該實例不在運行狀態,請您啟動實例或檢查操作是否合理。
403InvalidParameter.ResourceOwnerAccountResourceOwnerAccount is Invalid.指定的 ResourceOwnerAccount 不合法。
403Zone.NotOpenThe specified zone is not granted to you to buy resources yet.用戶未被授權購買指定的可用區的資源。
403Zone.NotOnSaleThe specified zone is not available for purchase.指定可用區已經售罄,請您更換實例規格或者更換地域創建。
403InvalidResourceType.NotSupported%s-
403InvalidParameter.NotMatch%s您輸入的參數無效,請檢查參數之間是否沖突。
403Account.ArrearageYour account has been in arrears.賬戶余額不足,請先充值再操作。
403InvalidReservedInstanceName.MalformedThe specified parameter ReservedInstanceName is invalid.-
403InvalidParameter.ScopeThe specified parameter 'Scope' is invalid.-
403InvalidReservedInstanceStatus.ValueNotSupportedReservedInstance status is not supported.-
403InvalidReservedInstanceOfferingType.ValueNotSupportedThe OfferingType is not supported.-
403InvalidReservedInstanceOfferingClass.ValueNotSupportedThe OfferingClass is not supported.-
403MissingParameter.ZoneIdThe specified zoneId should be not empty.-
403MissingParameter.InstanceTypeThe instanceType should be not empty.-
403MissingParameter.ReservedInstanceIdThe ids of reservedInstance can not be empty.-
403MissingParameter.ReservedInstanceConfigurationThe configurations of reservedInstance can not be empty.-
403InvalidParameter.SplitOrMergeThe Many-to-many of modification is not supported.-
403MissingParameter.InstanceTypeAndAmountBothEmptyThe instanceType and amount can not be both empty.-
403InvalidReservedInstancePlatform.ValueNotSupportedThe Platform is not supported.-
403InvalidParameter.ReservedInstanceNameThe reservedInstanceName is invalid.reservedInstanceName字段值不合法
403InvalidReservedInstanceZone.ValueNotSupportedThe zoneId is not exist.-
403InvalidParameter.ValueNotSupportedThe instanceTypeFamily of the instance to be changed must be consistent.-
403InvalidParameter.ValueNotSupportedThe expiration time of the instance to be changed must be consistent.-
403InvalidParameter.ValueNotSupportedThe factor of instanceType is not equal.-
403InvalidParameter.ValueNotSupportedThe offeringClass of instance is not same.-
403InvalidParameter.ValueNotSupportedThe offeringType of instance is not same.-
403IncorrectInstanceStatusThe status of specified reservedInstance must be active.預留實例券狀態不正確導致續費失敗
403IncorrectInstanceStatusThe current status of the resource does not support this operation.該資源目前的狀態不支持此操作。
403InvalidPlatform.ValueNotSupportedThe platform of reservedInstance is invalid.-
403InvalidScope.ValueNotSupportedThe scope of reservedInstance is invalid, The valid value is Zone or Region.-
403InvalidConfiguration.ValueNotSupportedThe modification Configuration should not be empty.-
403InvalidZoneId.ValueNotSupportedThe specified zoneId should be same.-
403InvalidParameterThe parameter is invalid.Please check it.-
403InvalidInstanceAmount.ValueNotSupportedThe instanceAmount is invalid.-
403OperationDenied.OnlyModifyNameIt is not allowed to modify the ReservedInstanceName only.不允許只修改預留實例券的名稱。
403InvalidReservedInstanceId.NotFoundThe specified parameter ReservedInstanceId is invalid.-
403ChargeTypeViolationThe operation is not permitted due to charge type of the instance.付費方式不支持該操作,請您檢查實例的付費類型是否與該操作沖突。
404InvalidZoneId.NotFoundThe ZoneId provided does not exist in our records.指定的可用區 ID 不存在。
404InvalidZoneId.NotFoundThe specified ZoneId does not exist.指定的可用區 ID 不存在。
500InternalErrorThe request processing has failed due to some unknown error.內部錯誤,請重試。
500InternalError%s內部錯誤。

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2022-11-02OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更查看變更詳情
2022-08-12新增 OpenAPI查看變更詳情