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

GetResourcePackagePrice - 資源包產(chǎn)品詢價服務(wù)

更新時間:

查詢用戶某個資源包的價格。

調(diào)試

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

授權(quán)信息

下表是API對應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:

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

請求參數(shù)

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

產(chǎn)品代碼,可通過接口 QueryProductList 查詢產(chǎn)品代碼,或查看阿里云產(chǎn)品 Code 速查手冊

ossbag
PackageTypestring

資源包類型。值與描述資源包接口返回的 ResourcePackage 的 Code 值相等。

FPT_ossbag_periodMonthlyAcc_NetworkOut_finance_common
EffectiveDatestring

資源包生效時間,不填默認(rèn)立即生效。 訂單類型為購買時,不支持詢價生效時間大于當(dāng)前時間六個月的資源包。 訂單類型為升級時,生效時間必須小于等于升級的資源包實際到期時間。 日期格式按照 ISO8601 標(biāo)準(zhǔn)表示,并需要使用 UTC 時間。格式為:yyyy-MM-ddTHH:mm:ssZ。

2020-02-10T12:00:00Z
Specificationstring

資源包規(guī)格大小。

500
Durationinteger

資源包時長。值與規(guī)格大小的可用時長相符。

6
PricingCyclestring

資源包時長單位。取值:

  • Month:月。
  • Year:年。
Month
OrderTypestring

訂單類型,取值:

  • BUY:新購。
  • UPGRADE:升級。
  • RENEW:續(xù)費。

默認(rèn)值 BUY。

BUY
InstanceIdstring

用戶實例 ID。訂單類型為續(xù)費、升級時,必填。

OSSBAG-cn-0xl0002

返回參數(shù)

名稱類型描述示例值
object
Codestring

狀態(tài)碼。

Success
Messagestring

錯誤信息。

Successful!
RequestIdstring

請求 ID。

BBEF51A3-E933-4F40-A534-C673CBDB9C80
Successboolean

是否成功。

true
Dataobject

返回數(shù)據(jù)。

OriginalPricefloat

原始價格,單位元。

1290240
DiscountPricefloat

折扣價格,單位元。

215040
Currencystring

幣種。

CNY
TradePricefloat

交易價格,單位元。

1075200
Promotionsobject []

優(yōu)惠詳情。

Namestring

優(yōu)惠描述。

購買半年,立享8.3折優(yōu)惠
Idlong

優(yōu)惠 ID。

1000680914

示例

正常返回示例

JSON格式

{
  "Code": "Success",
  "Message": "Successful!",
  "RequestId": "BBEF51A3-E933-4F40-A534-C673CBDB9C80",
  "Success": true,
  "Data": {
    "OriginalPrice": 1290240,
    "DiscountPrice": 215040,
    "Currency": "CNY",
    "TradePrice": 1075200,
    "Promotions": {
      "Promotion": [
        {
          "Name": "購買半年,立享8.3折優(yōu)惠",
          "Id": 1000680914
        }
      ]
    }
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400NotApplicableThis API is not applicable for caller.-
400NotAuthorizedThis API is not authorized for caller.-
400MissingParameterAbsent some mandatory parameter for this request.-
400InvalidParameterThis request contain some invalid parameter-
400InvalidOwnerThe specified owner doesn't belong to caller.用戶身份錯誤
400DurationInvalidParameter duration can only be positive integer.-
400ProductNotFoundProduct not found.-
400PackageTypeNotFoundNo such resource package type found.-
400SpecificationInvalidParameter specification can only be positive integer.-
400IdInvalidParameter ownerId is invalid.-
400EffectiveDateInvalidParameter effectiveDate is invalid.-
400IdMissingParamter ownerId is missing.-
400PackageTypeNotSupportedPackage type currently is not supported.-
500InternalErrorThe request processing has failed due to some unknown error.內(nèi)部服務(wù)器錯誤。

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