查询配额支付价格-GetUFileQuotaPrice
根据UFile的购买配额,查询需要支付的价格。
Request Parameters
Parameter name | Type | Description | Required |
Region | string | 配额所属地域,默认为北京 | Yes |
StorageVolume | int | 存储容量,单位: GB天,范围: [0, 30 000 000],步长:100GB天 | No |
DownloadTraffic | int | 下载流量,单位: GB,范围: [0, 60 000],步长:1GB | No |
RequestCount | int | 请求次数,单位:万次,范围:[0, 1 000 000],步长:1万次 | No |
说明:如果StorageVolume > 0,必须保证StorageVolume是100的倍数。
Response Elements
Parameter name | Type | Description | Required |
RetCode | int | 操作返回码 | Yes |
Action | string | 操作名称 | Yes |
Price | float | 待支付价格,单位:分 | 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 }