All Products
Search
Document Center

Elastic Desktop Service:DescribePrice

Last Updated:Jun 05, 2026

Query the new purchase price of Elastic Desktop Service (EDS) products.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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:

  • DesktopMonthPackage :

    Monthly subscription cloud computers that use hourly limit plans.

  • Desktop :

    (Default) Pay-as-you-go cloud computers/monthly subscription cloud computers that use unlimited plans.

  • Bandwidth :

    Premium bandwidth plans.

  • DesktopGroup :

    Cloud computer shares.

Desktop

InstanceType

string

No

The specifications of the resource.

  • This parameter is required if you set ResourceType to Desktop. You can call the DescribeDesktopTypes to query the available cloud computer types that correspond to the value of DesktopTypeId.

  • If you set ResourceType to DesktopGroup, set the value of this parameter to large.

  • If you set ResourceType to Bandwidth, you can leave this parameter empty.

eds.general.2c2g

RootDiskSizeGib

integer

No

The size of the system disk. Unit: GiB. If you set ResourceType to Desktop, you must specify this parameter.

80

UserDiskSizeGib

integer

No

The size of the data disk. Unit: GiB.

100

OsType

string

No

The OS type.

Valid values:

  • Linux :

    Linux

  • Windows :

    Windows (default)

Windows

PeriodUnit

string

No

The billing cycle.

Valid values:

  • Month :

    Month

  • Year :

    Year

  • Hour :

    Hour (default)

Hour

Period

integer

No

The subscription duration. The valid values of this parameter vary based on the value of PeriodUnit.

  • If you set PeriodUnit to Hour, set the value of this parameter to 1.

  • If you set PeriodUnit to Month, set the value of this parameter to 1, 2, 3, or 6.

  • If you set PeriodUnit to Year, set the value of this parameter to 1, 2, or 3.

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 :

    You are charged for the actually consumed traffic.

  • PayByBandwidth :

    You are charged by a fixed bandwidth.

PayByTraffic

Bandwidth

integer

No

The maximum public bandwidth. Unit: Mbit/s.

  • Valid values if you set InternetChargeType to PayByBandwidth: 10 to 1000.

  • Valid values if you set InternetChargeType to InternetChargeType: 10 to 200.

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 ResourceType to DesktopGroup.

1

Duration

integer

No

The type of hourly plan if you use the Monthly Subscription billing method. If you set ResourceType to DesktopMonthPackage, you must specify this parameter.

Valid values:

  • 120 :

    The 120-hour computing plan.

  • 250 :

    The 250-hour computing plan.

120

RootDiskCategory

string

No

The category of the system disk.

Valid values:

  • cloud_efficiency :

    The ultra disk.

  • cloud_auto :

    The standard SSD.

  • cloud_essd :

    The Enterprise SSD (ESSD). Take note that only specific cloud computer types support ESSDs.

40

UserDiskCategory

string

No

The category of the data disk.

Valid values:

  • cloud_efficiency :

    The ultra disk.

  • cloud_auto :

    The standard SSD.

  • cloud_essd :

    The ESSD. Take note that only specific cloud computer types support ESSDs.

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.