Query Elastic Desktop Service (EDS) specifications.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecd:DescribeDesktopTypes |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. You can call the DescribeRegions operation to query available WUYING Workspace regions. |
cn-hangzhou |
| DesktopTypeId |
string |
No |
The instance type ID. Valid values:
|
ecd.graphics.xlarge |
| InstanceTypeFamily |
string |
No |
The instance type family. Note
If you leave both the Valid values:
|
ecd.graphics |
| CpuCount |
integer |
No |
The number of vCPUs. Note
When the |
2 |
| MemorySize |
integer |
No |
The memory size, in MiB. |
4096 |
| GpuCount |
number |
No |
The number of GPUs. |
1 |
| DesktopIdForModify |
string |
No |
The ID of the cloud desktop for which to change the configuration. The response indicates which instance types are compatible with this cloud desktop. |
ecd-gx2x1dhsmucyy**** |
| OrderType |
string |
No |
The type of configuration change. Valid values:
|
DOWNGRADE |
| AppliedScope |
string |
No |
The scope of the instance type. Default value: Valid values:
|
Public |
| DesktopGroupIdForModify |
string |
No |
The ID of the cloud desktop pool for which to change the configuration. The response indicates which instance types are compatible with this pool. |
dg-abcdefg**** |
| GpuDriverType |
string |
No |
The type of the GPU driver. Valid values:
|
A10 |
| OrderBy |
string |
No |
The property by which to sort the results. By default, results are sorted by creation time in descending order. Valid values:
|
Memory |
| SortType |
string |
No |
The sort order. Valid values:
|
ASC |
| Scope |
string |
No |
The billing method of the instance type. Valid values:
|
FastBuy |
| DesktopTypeIdList |
array |
No |
A list of instance type IDs. |
|
|
string |
No |
|
eds.enterprise.4c8g |
|
| SupportMinSessionCount |
integer |
No |
The minimum number of concurrent sessions that an instance type must support. This parameter filters for multi-session instance types. |
2 |
| ZoneId |
string |
No |
The number of concurrent sessions supported by the rule. |
无 |
| GpuMemory |
integer |
No |
Note
This parameter is for internal use only. |
|
| ScopeSet |
array |
No |
||
|
string |
No |
|||
| OfficeSiteId |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
| DesktopTypes |
array<object> |
The details of the instance types. |
|
|
object |
The details of the instance type. |
||
| SystemDiskSize |
string |
The system disk size. Unit: GiB. |
150 |
| DesktopTypeId |
string |
The instance type ID. |
ecd.graphics.xlarge |
| DataDiskSize |
string |
The data disk size. Unit: GiB. |
150 |
| CpuCount |
string |
The number of vCPUs. |
2 |
| GpuCount |
number |
The number of GPUs. |
1 |
| GpuSpec |
string |
The GPU memory size, formatted as a string. |
16 GiB |
| InstanceTypeFamily |
string |
The instance type family. |
ecd.graphics |
| MemorySize |
string |
The memory size. Unit: MiB. |
23552 |
| DesktopTypeStatus |
string |
The availability status of the instance type. A value of |
SUFFICIENT |
| Scopes |
array |
The available purchase methods for the instance type. |
|
|
string |
The purchase method for the instance type. Valid values:
|
FastBuy |
|
| StockState |
string |
The inventory status. Valid values:
|
Sufficient |
| GpuMemory |
integer |
The GPU memory size in megabytes (MB). This parameter is returned only for GPU-accelerated cloud desktops. |
2048 |
| MaxSessionCount |
integer |
The number of concurrent sessions supported by the instance type. |
4 |
| Description |
string |
||
| EnvType |
string |
||
| EnvId |
string |
Examples
Success response
JSON format
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"DesktopTypes": [
{
"SystemDiskSize": "150",
"DesktopTypeId": "ecd.graphics.xlarge",
"DataDiskSize": "150",
"CpuCount": "2",
"GpuCount": 1,
"GpuSpec": "16 GiB",
"InstanceTypeFamily": "ecd.graphics",
"MemorySize": "23552",
"DesktopTypeStatus": "SUFFICIENT",
"Scopes": [
"FastBuy"
],
"StockState": "Sufficient",
"GpuMemory": 2048,
"MaxSessionCount": 4,
"Description": "",
"EnvType": "",
"EnvId": ""
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.