查询配额支付价格-GetUFileQuotaPrice

根据UFile的购买配额,查询需要支付的价格。

Request Parameters

Parameter nameTypeDescriptionRequired
Regionstring配额所属地域,默认为北京Yes
StorageVolumeint存储容量,单位: GB天,范围: [0, 30 000 000],步长:100GBNo
DownloadTrafficint下载流量,单位: GB,范围: [0, 60 000],步长:1GBNo
RequestCountint请求次数,单位:万次,范围:[0, 1 000 000],步长:1万次No
说明:如果StorageVolume > 0,必须保证StorageVolume是100的倍数。

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes
Pricefloat待支付价格,单位:分No

Request Example

https://api.ucloud.cn/uhost/?Action=GetUFileQuotaPrice
&Region=cn-bj2
&StorageVolume=200
&DownloadTraffic=5
&RequestCount=2

Response Example

{
    "Action": "GetUFileQuotaPriceResponse",
    "RetCode": 0,
    "Price": 346
}