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

DescribeRenewalPrice - 查詢資源續費價格

調用DescribeRenewalPrice查詢云服務器ECS資源的續費價格。僅支持查詢包年包月資源的續費價格。

接口說明

  • 僅支持查詢包年包月 ECS 實例續費時長的價格或者續費至統一到期日的價格。
  • 參數設置的注意事項如下:
    • 只設置必選參數時,默認查詢實例續費時長 1 個月的價格信息。
    • 不支持同時查詢續費時長價格和續費至統一到期日的價格,即續費時長參數(PeriodPeriodUnit)與續費至統一到期日參數(ExpectedRenewDay)不能同時設置。

調試

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

授權信息

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

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

請求參數

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

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

cn-hangzhou
ResourceTypestring

查詢續費價格的資源類型。取值:instance。

默認值:instance。

instance
ResourceIdstring

查詢續費價格的資源 ID。參數ResourceType取值為instance時,ResourceId可以理解為InstanceId

i-bp1f2o4ldh8l29zv****
Periodinteger

指定續費時長。取值范圍:

  • 當參數PriceUnit取值為Month時:1~9。
  • 當參數PriceUnit取值為Year時:1~3。

默認值:1。

說明 續費時長參數(PeriodPeriodUnit)與統一到期日參數(ExpectedRenewDay)不能同時設置。
1
PriceUnitstring

指定續費周期。取值范圍:

  • Month:續費周期為一個月。
  • Year:續費周期為一年。

默認值:Month。

Month
ExpectedRenewDayinteger

統一到期日。指定該參數后,將查詢實例續費至統一到期日的價格信息。取值范圍:1~28。

關于統一到期日功能的更多信息,請參見統一實例到期日

說明 續費時長參數(PeriodPeriodUnit)與統一到期日參數(ExpectedRenewDay)不能同時設置。
5

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

473469C7-AA6F-4DC5-B3DB-A3DC0DE3****
PriceInfoobject

價格信息類型(PriceInfo)組成的數據類型,包括價格和優惠規則信息。

Rulesarray<object>

活動規則。

Ruleobject
Descriptionstring

活動規則描述。

買滿1年,立享官網價格8.5折優惠。
RuleIdlong

活動 ID。

1234567890
Priceobject

價格。

OriginalPricefloat

原價。

4368
DiscountPricefloat

折扣。

655.2
Currencystring

貨幣單位。

中國站:CNY。

國際站:USD。

CNY
TradePricefloat

最終價,為原價減去折扣。

3712.8
DetailInfosarray<object>

資源定價詳情。

ResourcePriceModelobject
Resourcestring

價格對應的資源名稱。

instance
OriginalPricefloat

原價。

4368
DiscountPricefloat

折扣價。

655.2
TradePricefloat

成交價。

3712.8
SubRulesarray<object>

定價規則子集。

Ruleobject
Descriptionstring

定價規則描述。

買滿1年,立享官網價格8.5折優惠。
RuleIdlong

定價規則 ID。

1234567890

示例

正常返回示例

JSON格式

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
  "PriceInfo": {
    "Rules": {
      "Rule": [
        {
          "Description": "買滿1年,立享官網價格8.5折優惠。",
          "RuleId": 1234567890
        }
      ]
    },
    "Price": {
      "OriginalPrice": 4368,
      "DiscountPrice": 655.2,
      "Currency": "CNY",
      "TradePrice": 3712.8,
      "DetailInfos": {
        "ResourcePriceModel": [
          {
            "Resource": "instance",
            "OriginalPrice": 4368,
            "DiscountPrice": 655.2,
            "TradePrice": 3712.8,
            "SubRules": {
              "Rule": [
                {
                  "Description": "買滿1年,立享官網價格8.5折優惠。",
                  "RuleId": 1234567890
                }
              ]
            }
          }
        ]
      }
    }
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidResourceType.ValueNotSupportedThe specified parameter ResourceType is not valid.指定的資源類型不合法。
400InvalidPeriodThe specified period is not valid.指定的時段不合法。
400InvalidPriceUnit.ValueNotSupportedThe specified parameter PriceUnit is not valid.指定的單價不合法。
400ThrottlingRequest was denied due to request throttling.請求被流控。
400Throttling.UserRequest was denied due to user flow control.-
400InternalErrorThe request processing has failed due to some unknown error.內部錯誤,請重試。
400InvalidExpectedRenewDay.ConflictThe specified expectedRenewDay is in conflict with period.-
400InvalidExpectedRenewDay.ConflictThe specified expectedRenewDay is in conflict with priceUnit.-
400InvalidExpectedRenewDay.ValueNotSupportedThe specified parameter ExpectedRenewDay is not valid.-
403ChargeTypeViolationThe operation is not permitted due to charge type of the instance.付費方式不支持該操作,請您檢查實例的付費類型是否與該操作沖突。
403InvalidAction.UnauthorizedThe specified action is not valid.指定的操作無效。
404InvalidInstanceId.NotFoundThe specified InstanceId does not exist.指定的InstanceId不存在。
500InternalError%s內部錯誤。
500InternalErrorThe request processing has failed due to some unknown error, exception or failure.內部錯誤,請重試。

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

變更歷史

變更時間變更內容概要操作
暫無變更歷史