Queries the details of cloud computer 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 |
| BusinessChannel |
string |
No |
The business channel. Valid values: Enterprise: Enterprise Edition. Business: Business Edition. Valid values:
|
Enterprise |
| RegionId |
string |
Yes |
The region ID. You can call DescribeRegions to query the regions supported by WUYING Workspace. |
cn-hangzhou |
| DesktopTypeId |
string |
No |
The specification ID. Note
If both Valid values:
|
ecd.graphics.xlarge |
| InstanceTypeFamily |
string |
No |
The instance family name. Note
If both Valid values:
|
ecd.graphics |
| CpuCount |
integer |
No |
The number of vCPUs. |
2 |
| MemorySize |
integer |
No |
The memory size. Unit: MiB. |
4096 |
| GpuCount |
number |
No |
The number of GPU cores. |
1 |
| DesktopIdForModify |
string |
No |
The ID of the cloud computer for which you want to change the specification. If this parameter is specified, the response includes compatibility information between the specification and the cloud computer. |
ecd-gx2x1dhsmucyy**** |
| OrderType |
string |
No |
The order type. Valid values:
|
DOWNGRADE |
| AppliedScope |
string |
No |
The applicable scope of the specification. Default value: Valid values:
|
Public |
| DesktopGroupIdForModify |
string |
No |
The ID of the shared cloud computer for which you want to change the specification. If this parameter is specified, the response includes compatibility information between the specification and the shared cloud computer. |
dg-abcdefg**** |
| GpuDriverType |
string |
No |
The GPU driver type. Valid values:
|
A10 |
| OrderBy |
string |
No |
The field by which to sort the results. If this parameter is not specified, 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 specification. Valid values:
|
FastBuy |
| DesktopTypeIdList |
array |
No |
The list of specification IDs. |
|
|
string |
No |
The specification ID. |
eds.enterprise.4c8g |
|
| SupportMinSessionCount |
integer |
No |
The minimum number of multi-sessions supported by the specification. |
2 |
| ZoneId |
string |
No |
Note
This parameter is not publicly available. |
cn-hangzhou-j |
| GpuMemory |
integer |
No |
The GPU memory size. This parameter is meaningful only for GPU-accelerated cloud computers. Unit: MB. |
2048 |
| ScopeSet |
array |
No |
The list of applicable scopes. |
|
|
string |
No |
The list of applicable scopes. |
PUBLIC |
|
| OfficeSiteId |
string |
No |
The ID of the office network to which the shared cloud computer belongs. |
cn-hangzhou+os-c5cy7q578s8jc**** |
| DesktopScenario |
string |
No |
The scenarios of the cloud computer. |
office |
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 specifications. |
|
|
object |
The details of the specifications. |
||
| SystemDiskSize |
string |
The system cloud disk size. Unit: GiB. |
150 |
| DesktopTypeId |
string |
The specification ID. |
ecd.graphics.xlarge |
| DataDiskSize |
string |
The data cloud disk size. Unit: GiB. |
150 |
| CpuCount |
string |
The number of vCPUs. |
2 |
| GpuCount |
number |
The number of GPU cores. |
1 |
| GpuSpec |
string |
The GPU memory. |
16 GiB |
| InstanceTypeFamily |
string |
The instance family. |
ecd.graphics |
| MemorySize |
string |
The memory size. Unit: MiB. |
23552 |
| DesktopTypeStatus |
string |
The specification status. A value of |
SUFFICIENT |
| Scopes |
array |
The list of billing methods for the specification. |
|
|
string |
The billing method of the specification. Valid values:
|
FastBuy |
|
| StockState |
string |
The stock status. Valid values:
|
Sufficient |
| GpuMemory |
integer |
The GPU memory size. This parameter is meaningful only for GPU-accelerated cloud computers. Unit: MB. |
2048 |
| MaxSessionCount |
integer |
The number of multi-sessions supported by the current specification. |
4 |
| Description |
string |
The description of the NAS file system. |
newDescription |
| EnvType |
string |
The environment type. This parameter is not publicly available. |
Private |
| EnvId |
string |
The environment ID. This parameter is not publicly available. |
adifa**** |
| SaleTypes |
array |
The supported desktop type sale categories. |
|
|
string |
The sale type. |
prePaid |
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": "newDescription",
"EnvType": "Private",
"EnvId": "adifa****",
"SaleTypes": [
"prePaid"
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.