Queries the details of cloud computer templates.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The region ID. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
MaxResults | integer | No | The number of entries to return on each page. Maximum value: 100. Default value: 10. | 10 |
NextToken | string | No | The token that is used to start the next query. | caeba0bbb2be03f84eb48b699f0a4883 |
BundleType | string | No | The type of the cloud computer template. Valid values:
| SYSTEM |
DesktopTypeFamily | string | No | The instance family of the cloud computers. Valid values:
| eds.general |
CpuCount | integer | No | The number of vCPUs contained in the cloud computer instance type. | 2 |
MemorySize | integer | No | The memory size of the cloud computer instance type. Unit: GiB. | 4 |
GpuCount | float | No | The number of GPUs contained in the cloud computer instance type. | 1 |
CheckStock | boolean | No | Specifies whether to query the inventory status of the cloud computer instance type. | true |
FromDesktopGroup | boolean | No | Specifies whether the cloud computers in the template belong to a cloud computer pool. Valid values:
| false |
ProtocolType | string | No | The protocol type. Valid values:
| ASP |
BundleId | array | No | The IDs of the cloud computer templates. You can specify 1 to 100 IDs. | |
string | No | The ID of a cloud computer template. | bundle_ecd_graphics.2xlarge_s15d15_win2019 | |
SupportMultiSession | boolean | No | Specifies whether to return multi-session cloud computer templates. Default value: false. | false |
VolumeEncryptionEnabled | boolean | No | Specifies whether to enable disk encryption. | false |
FotaChannel | string | No | This parameter is now in invitational preview and not publicly available. | This parameter is now in invitational preview and unavailable. |
SelectedBundle | boolean | No | The desktop template that is selected based on specific criteria. | true |
SessionType | string | No | The type of the session. Enumeration Value:
| SingleSession |
ImageId | array | No | The image ID. | |
string | No | The image ID. | m-7by8d2m4kiiczgd69 | |
OsType | string | No | The type of the OS. Valid values:
| Windows |
Scope | string | No | The scenario to use the image. | FastBuy |
Response parameters
Examples
Sample success responses
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": 47104
},
"DesktopTypeFamily": "eds.general",
"CreationTime": "2021-09-30T06:09Z",
"SessionType": "0",
"VolumeEncryptionEnabled": false,
"VolumeEncryptionKey": "08c33a6f-4e0a-4a1b-a3fa-7ddfa1d4****",
"Platform": "Windows Server 2019",
"ImageStatus": "Available"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-07-19 | The request parameters of the API has changed | View Change Details |
2023-06-10 | The request parameters of the API has changed | View Change Details |
2023-04-27 | The request parameters of the API has changed | View Change Details |
2023-03-17 | The request parameters of the API has changed. The response structure of the API has changed | View Change Details |
2023-01-05 | The request parameters of the API has changed | View Change Details |
2022-01-20 | The response structure of the API has changed | View Change Details |
2021-10-28 | The response structure of the API has changed | View Change Details |
2021-10-28 | The response structure of the API has changed | View Change Details |
2021-08-05 | Add Operation | View Change Details |