Query the new purchase price of Elastic Desktop Service (EDS) products.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. You can call the operation to query the regions supported by EDS. |
cn-hangzhou |
| ResourceType |
string |
No |
The type of the resource. Valid values:
|
Desktop |
| InstanceType |
string |
No |
The specifications of the resource.
|
eds.general.2c2g |
| RootDiskSizeGib |
integer |
No |
The size of the system disk. Unit: GiB. If you set |
80 |
| UserDiskSizeGib |
integer |
No |
The size of the data disk. Unit: GiB. |
100 |
| OsType |
string |
No |
The OS type. Valid values:
|
Windows |
| PeriodUnit |
string |
No |
The billing cycle. Valid values:
|
Hour |
| Period |
integer |
No |
The subscription duration. The valid values of this parameter vary based on the value of
Default value: 1. |
1 |
| Amount |
integer |
No |
The number of resources. Default value: 1. |
1 |
| PromotionId |
string |
No |
The promotion ID. |
123456 |
| InternetChargeType |
string |
No |
The metering method for network traffic. Valid values:
|
PayByTraffic |
| Bandwidth |
integer |
No |
The maximum public bandwidth. Unit: Mbit/s.
|
10 |
| RootDiskPerformanceLevel |
string |
No |
Performance level of the system disk. You can configure the disk performance level when the cloud desktop instance type is graphics-optimized or high clock speed. For differences among performance levels of disks, see . |
PL0 |
| UserDiskPerformanceLevel |
string |
No |
Performance level of the data disk. You can specify the disk performance level when the WUYING Workspace instance type is set to graphics-optimized or high clock speed. For differences between performance levels of disks, see . |
PL0 |
| GroupDesktopCount |
integer |
No |
The number of cloud computer shares. Default value: 1. Note
This parameter takes effect only if you set |
1 |
| Duration |
integer |
No |
The type of hourly plan if you use the Monthly Subscription billing method. If you set Valid values:
|
120 |
| RootDiskCategory |
string |
No |
The category of the system disk. Valid values:
|
40 |
| UserDiskCategory |
string |
No |
The category of the data disk. Valid values:
|
80 |
| ResellerOwnerUid |
integer |
No |
User ID of the resource owner in resale mode. This parameter is not required in non-resale mode. |
1422724566551XXX |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
B1175630-3C44-4389-A3C1-15639FFC8EBC |
| PriceInfo |
object |
The price details. |
|
| Rules |
array<object> |
The details of the promotion rules. |
|
|
object |
Activity rule information. |
||
| Description |
string |
The description of the rule. |
买满1年,立享官网价格8.5折优惠。 |
| RuleId |
integer |
The rule ID. |
587 |
| Price |
object |
The price. |
|
| OriginalPrice |
number |
The original price. |
79.0 |
| DiscountPrice |
number |
The discounted amount. |
15.8 |
| Currency |
string |
The unit of currency (USD). |
CNY/USD |
| TradePrice |
number |
The actual price. The original price minus the discounted amount equals the actual price. |
63.2 |
| Promotions |
array<object> |
The promotions. |
|
|
object |
The promotion. |
||
| PromotionDesc |
string |
The description of the promotion. |
新品上市,立享优惠 |
| OptionCode |
string |
The description of the promotion rule. |
test |
| Selected |
boolean |
Indicates whether an item is selected. |
false |
| PromotionId |
string |
The promotion ID. |
123456 |
| PromotionName |
string |
The promotion name. |
Featured deals |
| OrderLines |
object |
The orders. |
|
|
string |
The order. |
5376483**** |
|
| SpPrice |
integer |
The price under an effective savings plan. |
50.00 |
| FreeCdsQuota |
boolean |
Indicates whether a free enterprise drive is available. |
true |
| FreeCdsSize |
integer |
The free capacity provided by the enterprise drive. Unit: GiB. |
100 |
Examples
Success response
JSON format
{
"RequestId": "B1175630-3C44-4389-A3C1-15639FFC8EBC",
"PriceInfo": {
"Rules": [
{
"Description": "买满1年,立享官网价格8.5折优惠。",
"RuleId": 587
}
],
"Price": {
"OriginalPrice": 79,
"DiscountPrice": 15.8,
"Currency": "CNY/USD",
"TradePrice": 63.2,
"Promotions": [
{
"PromotionDesc": "新品上市,立享优惠",
"OptionCode": "test",
"Selected": false,
"PromotionId": "123456",
"PromotionName": "Featured deals"
}
],
"OrderLines": {
"key": "5376483****"
},
"SpPrice": 50
},
"FreeCdsQuota": true,
"FreeCdsSize": 100
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.