調用DescribeRenewalPrice查詢云服務器ECS資源的續費價格。僅支持查詢包年包月資源的續費價格。
接口說明
- 僅支持查詢包年包月 ECS 實例續費時長的價格或者續費至統一到期日的價格。
- 參數設置的注意事項如下:
- 只設置必選參數時,默認查詢實例續費時長 1 個月的價格信息。
- 不支持同時查詢續費時長價格和續費至統一到期日的價格,即續費時長參數(
Period
、PeriodUnit
)與續費至統一到期日參數(ExpectedRenewDay
)不能同時設置。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
ecs:DescribeRenewalPrice | get | *全部資源 * |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 實例所屬的地域 ID。您可以調用 DescribeRegions 查看最新的阿里云地域列表。 | cn-hangzhou |
ResourceType | string | 否 | 查詢續費價格的資源類型。取值:instance。 默認值:instance。 | instance |
ResourceId | string | 是 | 查詢續費價格的資源 ID。參數 | i-bp1f2o4ldh8l29zv**** |
Period | integer | 否 | 指定續費時長。取值范圍:
默認值:1。 說明
續費時長參數( Period 、PeriodUnit )與統一到期日參數(ExpectedRenewDay )不能同時設置。
| 1 |
PriceUnit | string | 否 | 指定續費周期。取值范圍:
默認值:Month。 | Month |
ExpectedRenewDay | integer | 否 | 統一到期日。指定該參數后,將查詢實例續費至統一到期日的價格信息。取值范圍:1~28。 關于統一到期日功能的更多信息,請參見統一實例到期日。 說明
續費時長參數( Period 、PeriodUnit )與統一到期日參數(ExpectedRenewDay )不能同時設置。
| 5 |
返回參數
示例
正常返回示例
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 | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidResourceType.ValueNotSupported | The specified parameter ResourceType is not valid. | 指定的資源類型不合法。 |
400 | InvalidPeriod | The specified period is not valid. | 指定的時段不合法。 |
400 | InvalidPriceUnit.ValueNotSupported | The specified parameter PriceUnit is not valid. | 指定的單價不合法。 |
400 | Throttling | Request was denied due to request throttling. | 請求被流控。 |
400 | Throttling.User | Request was denied due to user flow control. | - |
400 | InternalError | The request processing has failed due to some unknown error. | 內部錯誤,請重試。 |
400 | InvalidExpectedRenewDay.Conflict | The specified expectedRenewDay is in conflict with period. | - |
400 | InvalidExpectedRenewDay.Conflict | The specified expectedRenewDay is in conflict with priceUnit. | - |
400 | InvalidExpectedRenewDay.ValueNotSupported | The specified parameter ExpectedRenewDay is not valid. | - |
403 | ChargeTypeViolation | The operation is not permitted due to charge type of the instance. | 付費方式不支持該操作,請您檢查實例的付費類型是否與該操作沖突。 |
403 | InvalidAction.Unauthorized | The specified action is not valid. | 指定的操作無效。 |
404 | InvalidInstanceId.NotFound | The specified InstanceId does not exist. | 指定的InstanceId不存在。 |
500 | InternalError | %s | 內部錯誤。 |
500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | 內部錯誤,請重試。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史