Get UDisk Price - DescribeUDiskPrice
Overview
Get UDisk Instance Price Information
Definition
Public Parameters
Parameter Name | Type | Description Information | Required |
---|---|---|---|
Action | string | Corresponding API command name, the current API is DescribeUDiskPrice . | Yes |
PublicKey | string | The user's public key can be obtained from Console (opens in a new tab) | Yes |
Signature | string | User signature generated based on public key and API command, see Signature Algorithm | Yes |
Request Parameters
Parameter Name | Type | Description Information | Required |
---|---|---|---|
Region | string | Region. See List of Regions and Availability Zones | Yes |
Zone | string | Availability Zone. See Availability Zone List | Yes |
ProjectId | string | Project ID. If not filled in, the default project is used, sub-accounts must be filled in. Please refer to the GetProjectList interface. | No |
Size | int | Purchase UDisk size, unit: GB, ordinary data disk: range [1~8000]; SSD data disk: range [1~8000]; ordinary system disk: range [1~8000]; SSD system disk: range [1~4000]; RSSD data disk: range [1~32000]; RSSD system disk: range [1~4000]; high-efficiency data disk: range [1~32000]; high-efficiency system disk: range [1~500]. | Yes |
ChargeType | string | Yearly, Monthly, Dynamic, Postpay, Trial Default: Monthly | No |
Quantity | int | The duration of purchasing UDisk, the default value is 1. | No |
UDataArkMode | string | [Data Ark Access Has Been Disabled] Do you want to enable Data Ark? Yes: Enable, No: Disable, Default value: No | No |
SnapshotService | string | Enable snapshot service (Enabling snapshot service allows free activation of UDataArk). Yes: Enable, No: Do not enable, Default value: No | No |
DiskType | string | UDisk Types: DataDisk (Ordinary Data Disk), SSDDataDisk (SSD Data Disk), RSSDDataDisk (RSSD Data Disk), EfficiencyDataDisk (High Efficiency Data Disk), SystemDisk (Ordinary System Disk), SSDSystemDisk (SSD System Disk), RSSDSystemDisk (RSSD System Disk), EfficiencySystemDisk (High Efficiency System Disk), Default Value (DataDisk) | No |
IsTotalPrice | string | Do you want to put the snapshot service (UDataArk) and cloud disk into one order? Yes: "Yes", No: "No", the default is "No".""" | No |
MachineType | string | Cloud Host Type (V2.0), enumeration values ["N", "C", "G", "O", "OM"]. Refer to Cloud Host Type Description. | No |
BackupMode | string | Snapshot Service Backup Strategy. The basic package is activated by default, 'Base': Basic Edition, 'Ultimate': Flagship Edition, 'Custom': Custom Backup Chain. | No |
Journal | int | When BackupMode is set to Custom, settings are made based on multiples of 12 hours in seconds, such as 12, 24, 36, 48. | No |
Hour | int | When BackupMode is set to Custom, settings are made on a 24-hour basis and multiplied, such as 24, 48, 72, 96. | No |
Day | int | When BackupMode is set to Custom, settings are made based on a multiple of 5 days, such as 5, 10, 15, 20, 25, 30. | No |
Response Field
Field Name | Type | Description Information | Required |
---|---|---|---|
RetCode | int | Return status code. If it is 0, it means successful return. If it is not 0, it means failure. | Yes |
Action | string | Operation command name. | Yes |
Message | string | Returns an error message, providing detailed description when RetCode is non-zero. | No |
DataSet | array[UDiskPriceDataSet] | Price parameter list, see UDiskPriceDataSet for specific instructions. | No |
Data Model
UDiskPriceDataSet
Field Name | Type | Description Information | Required |
---|---|---|---|
ChargeType | string | Yearly, Monthly, Dynamic, Trial | No |
Price | int | Actual Price (Unit: Cent) | No |
ChargeName | string | UDataArk, USnap, UDisk, Total | No |
OriginalPrice | int | User's discounted price (corresponding to billing CustomPrice) | No |
ListPrice | int | Original Price (Corresponding to Billing OriginalPrice) | No |
Example
Request Example
https://api.ucloud-global.com/udisk/?Action=DescribeUDiskPrice
&Region=cn-bj2
&Zone=cn-bj2-04
&ProjectId=org-xxx
&Size=1
&ChargeType=Month
&Quantity=12
&UDataArkMode=Yes
&IsTotalPrice=YdLeYNzn
&MachineType=pQoolJSR
&SnapshotService=pqQNahzy
&BackupMode=ijgbiqWg
&Journal=3
&Hour=5
&Day=9
Response Example
{
"Action": "DescribeUDiskPriceResponse",
"DataSet": [
{
"ChargeName": "UDisk",
"ChargeType": "Month",
"Price": 1360
}
],
"RetCode": 0
}