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 | Region ID. Call DescribeRegions to get a list of regions that Elastic Desktop Service (EDS) supports. | |
RegionId | string | Yes | Type ID. Note If both the | cn-hangzhou |
DesktopTypeId | string | No | Family name. Note If both the Valid values:
| ecd.graphics.xlarge |
InstanceTypeFamily | string | No | vCPU count. Valid values:
| ecd.graphics |
CpuCount | integer | No | Memory size. Unit: MiB. | 2 |
MemorySize | integer | No | GPU count. | 4096 |
GpuCount | number | No | When upgrading or downgrading, enter the ID of the WUYING Workspace to upgrade or downgrade. The return value includes compatibility information between the type and the cloud computer. | 1 |
DesktopIdForModify | string | No | Order type. | ecd-gx2x1dhsmucyy**** |
OrderType | string | No | Scope of the type. Default value: Valid values:
| DOWNGRADE |
AppliedScope | string | No | When upgrading or downgrading, enter the ID of the cloud computer share to upgrade or downgrade. The return value includes compatibility information between the type and the shared cloud computers. Valid values:
| Public |
DesktopGroupIdForModify | string | No | GPU driver type. | dg-abcdefg**** |
GpuDriverType | string | No | Sorting field. If not specified, sort by creation time in descending order. Valid values:
| A10 |
OrderBy | string | No | Sorting method. Valid values:
| Memory |
SortType | string | No | Selling method of the type. Valid values:
| ASC |
Scope | string | No | List of type IDs. Valid values:
| FastBuy |
| DesktopTypeIdList | array | No | Query the number of multi-sessions that the rule supports. | |
string | No | An instance type ID. | eds.enterprise.4c8g | |
SupportMinSessionCount | integer | No | Note This parameter is not publicly available. | 2 |
ZoneId | string | No | The GPU memory size. Unit: MB. | 无 |
GpuMemory | integer | No | ||
| 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 specifications. | |
object | The details of the specification. | ||
SystemDiskSize | string | The system disk size. Unit: GiB. | 150 |
DesktopTypeId | string | The specification 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 GPU cores. | 1 |
GpuSpec | string | The GPU memory. | 16 GiB |
InstanceTypeFamily | string | The specification family. | ecd.graphics |
MemorySize | string | The memory size. Unit: MiB. | 23552 |
DesktopTypeStatus | string | The status of the specification. If | SUFFICIENT |
| Scopes | array | A list of purchase methods for the specification. | |
string | The purchase method for the specification. Valid values:
| FastBuy | |
StockState | string | The inventory status. Valid values:
| Sufficient |
GpuMemory | integer | The GPU memory size. This parameter is returned only for GPU-accelerated workspaces. Unit: MB. | 2048 |
MaxSessionCount | integer | The number of concurrent sessions supported by the specification. | 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.