Queries the details of cloud computer templates.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecd:DescribeBundles |
get |
*All Resource
|
None | None |
Request parameters
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| NextToken |
string |
The token that is used for the next query. If this parameter is empty, all results have been returned. |
AAAAAV3MpHK1AP0pfERHZN5pu6lu3PTF6h3zE8egwlYuv8M8 |
| RequestId |
string |
The ID of the request. |
BCC854D8-5D1E-46D3-96EF-797A5DD36789 |
| Bundles |
array<object> |
The cloud computer templates. |
|
|
array<object> |
The cloud computer template. |
||
| Description |
string |
The description of the cloud computer template. |
test |
| BundleType |
string |
The type of the cloud computer template. Valid values:
|
SYSTEM |
| OsType |
string |
The type of the OS. Valid values:
|
Windows |
| StockState |
string |
The inventory status of the cloud computer instance type. This parameter is returned only if you set the |
Sufficient |
| DesktopType |
string |
The instance type of the cloud computer. |
ecd.graphics.2xlarge |
| ProtocolType |
string |
The protocol type. Valid values:
|
ASP |
| BundleId |
string |
The ID of the cloud computer template. |
bundle_ecd_graphics.2xlarge_s15d15_win2019 |
| ImageId |
string |
The image ID. |
desktopimage-windows-server-2019-64-ch-vgpu |
| ImageName |
string |
The image name. |
Windows server 2019 Chinese |
| Language |
string |
The OS language of the image. Valid values:
|
en-US |
| BundleName |
string |
The name of the cloud computer template. |
Advanced graphics with Windows 2019 |
| Disks |
array<object> |
Details of the disks. |
|
|
object |
Details of the disk. |
||
| DiskType |
string |
The type of the disk. Valid values:
|
SYSTEM |
| DiskSize |
integer |
The size of the disk. Unit: GiB. |
150 |
| DiskPerformanceLevel |
string |
The PL of the disk. Valid values:
|
PL0 |
| DesktopTypeAttribute |
object |
The details of the cloud computer instance type. |
|
| CpuCount |
integer |
The number of vCPUs. |
10 |
| GpuCount |
number |
The number of GPUs. |
0.5 |
| GpuSpec |
string |
The GPU type. |
NVIDIA T4 |
| MemorySize |
integer |
The memory size. Unit: MiB. |
4096 |
| DesktopTypeFamily |
string |
The instance family of the cloud computer. Valid values:
|
eds.general |
| CreationTime |
string |
The time when the cloud computer template was created. |
2021-09-30T06:09Z |
| SessionType |
string |
The session type. Valid values:
|
0 |
| VolumeEncryptionEnabled |
boolean |
Indicates whether disk encryption is enabled. |
false |
| VolumeEncryptionKey |
string |
The ID of the Key Management Service (KMS) key that is used when disk encryption is enabled. |
08c33a6f-4e0a-4a1b-a3fa-7ddfa1d4**** |
| Platform |
string |
The OS. Valid values:
|
Windows Server 2019 |
| ImageStatus |
string |
The status of the image. |
Available |
| SystemDiskCategory |
string |
The category of the system disk. Valid values:
|
cloud_efficiency |
| DataDiskCategory |
string |
The category of the data disk. Valid values:
|
cloud_efficiency |
Examples
Success response
JSON format
{
"NextToken": "AAAAAV3MpHK1AP0pfERHZN5pu6lu3PTF6h3zE8egwlYuv8M8",
"RequestId": "BCC854D8-5D1E-46D3-96EF-797A5DD36789",
"Bundles": [
{
"Description": "test",
"BundleType": "SYSTEM",
"OsType": "Windows",
"StockState": "Sufficient",
"DesktopType": "ecd.graphics.2xlarge",
"ProtocolType": "ASP",
"BundleId": "bundle_ecd_graphics.2xlarge_s15d15_win2019",
"ImageId": "desktopimage-windows-server-2019-64-ch-vgpu",
"ImageName": "Windows server 2019 Chinese",
"Language": "en-US",
"BundleName": "Advanced graphics with Windows 2019",
"Disks": [
{
"DiskType": "SYSTEM",
"DiskSize": 150,
"DiskPerformanceLevel": "PL0"
}
],
"DesktopTypeAttribute": {
"CpuCount": 10,
"GpuCount": 0.5,
"GpuSpec": "NVIDIA T4",
"MemorySize": 4096
},
"DesktopTypeFamily": "eds.general",
"CreationTime": "2021-09-30T06:09Z",
"SessionType": "0",
"VolumeEncryptionEnabled": false,
"VolumeEncryptionKey": "08c33a6f-4e0a-4a1b-a3fa-7ddfa1d4****",
"Platform": "Windows Server 2019",
"ImageStatus": "Available",
"SystemDiskCategory": "cloud_efficiency",
"DataDiskCategory": "cloud_efficiency"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.