Queries the image information about an ECS instance.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- For mandatory resource types, indicate with a prefix of * .
- If the permissions cannot be granted at the resource level,
All Resourcesis used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
| Operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|
| appstreaming:ListImage | list | *All Resources * |
| none |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| ImageId | string | No | The image ID. | img-bp13mu**** |
| ImageName | string | No | The image name. Fuzzy match is supported. | DemoImage |
| Status | string | No | The status of the image. You can query images in the specified status. By default, all images in the Not Deleted state are queried. Valid values:
| INIT |
| ImageType | string | No | The type of the images. Valid values:
| User |
| PackageType | string | No | The image encapsulation type. Valid values:
| Ecs |
| OsType | string | No | The OS type of the image. Valid values:
| Windows |
| BizType | integer | No | The service type. This parameter is not available publicly. Valid value:
| 1 |
| ProductType | string | No | The product type. Valid values:
| CloudApp |
| ProtocolType | string | No | The protocol type of the image. Valid values:
| ASP |
| PageSize | integer | No | The number of entries per page. Maximum value: 100. Default value: 10. | 10 |
| PageNumber | integer | No | The current page number. | 1 |
| ProductTypeList | array | No | The list of products that are supported when the image supports multiple products. | |
| string | No | The product type. Valid values:
| CloudApp | |
| BizTypeList | array | No | The list of all service types. It is not available publicly. | |
| integer | No | The service type. Specify this parameter based on the service you actually use. Valid value:
| 1 | |
| FeatureList | array | No | The features supported by the image. | |
| string | No | The feature supported by the image. Valid values:
| GPU | |
| LanguageType | string | No | The language. Valid values:
| zh-CN |
| ResourceInstanceType | string | No | Find images with certain fixed specifications. | eds.enterprise_office.2c4g |
| FotaVersion | string | No | The image version. | 2.0.3-xxxx |
| PlatformName | string | No | The name of the operating system platform. Valid values:
| Windows Server 2019 |
| BizRegionIdList | array | No | The regions that are supported. The EDS images are centralized. Use this parameter to query the regions where the image is deployed. | |
| string | No | The region ID. | cn-shanghai | |
| TagList | array<object> | No | The tags to query. | |
| object | No | |||
| Key | string | No | The key of the custom tag. | env |
| Value | string | No | The value of the custom tag. | test |
| PlatformNameList | array | No | The list of supported platform types. For valid values, refer to PlatformName above. | |
| string | No | The name of the image platform. | Windows 11 |
Response parameters
Examples
Sample success responses
JSONformat
{
"PageSize": 10,
"PageNumber": 1,
"Data": [
{
"GmtCreate": "2025-04-25 15:13:57",
"GmtModified": "2025-04-25 15:13:57",
"AliUid": 123456789,
"ImageId": "imgc-xxxx",
"ImageName": "DemoImage",
"ImageType": "User",
"PackageType": "ECS",
"Description": "",
"OsType": "Windows",
"ProtocolType": "ASP",
"BizType": 1,
"ProductType": "CloudApp",
"VersionId": "iv-xxx",
"OnlineVersionId": "iv-xxxx",
"LatestVersionId": "iv-xxx",
"Status": "INIT",
"ParentImageId": "imgc-xxx",
"ParentImageVersion": "iv-xxx",
"BaseImageId": "imgc-xxx",
"BaseImageVersion": "iv-xxx",
"FotaVersion": "2.3.0-xxx",
"Language": "zh-CN",
"Platform": 0,
"OnlineVersion": true,
"SystemDiskSize": 40,
"DataDiskSize": 100,
"AppList": [
{
"AppId": "ca-xxx",
"AppName": ""
}
],
"FeatureList": [
"Builder"
],
"ImageCreateMode": "BUILDER_MANUAL",
"ImageRegionList": [
""
],
"Distro": "",
"VersionName": "v0.1.0",
"ResourceInstanceCategory": [
"eds.cpu.category"
],
"PlatformName": "Windows Server 2022",
"SupportedLanguageList": [
"zh-CN"
],
"VolumeEncryptionEnabled": true,
"VolumeEncryptionKey": "a7b3c0c8-xxxx",
"SessionType": "SINGLE_SESSION",
"ImageRegionDistributeList": [
{
"ImageId": "imgc-xxx",
"RegionId": "cn-shanghai",
"Status": "INIT",
"VersionId": "iv-xxx",
"Progress": "70%"
}
],
"FotaChannel": "",
"CompatibleMode": true,
"DriverList": [
[
"00be80de-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
]
]
}
],
"Count": 22,
"Success": true,
"Code": 200,
"Message": "success",
"RequestId": "8737D130-BFD0-5D51-96F6-C08EB1139A25"
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | InternalError | Internal error. | - |
| 400 | InvalidBizType | The bizType parameter is invalid. | The bizType parameter is invalid. |
| 403 | Forbidden.NoPermission | You are not authorized to access this page. | You are not authorized to access this page. |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2025-12-08 | The Error code has changed. The response structure of the API has changed | View Change Details |
