Queries the image change records of a cloud computer.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
Region ID. Call DescribeRegions to list regions that support WUYING Workspace. |
cn-hangzhou |
| DesktopId |
string |
Yes |
The cloud desktop ID. |
ecd-bd53sfmysz8ir**** |
| MaxResults |
integer |
No |
Number of entries per page for paged queries.
|
10 |
| NextToken |
string |
No |
Pagination token. Set this parameter to the NextToken value returned by the previous API call. |
AAAAAV3MpHK1AP0pfERHZN5pu6l3d+SWeOobbIlDLjwhjkTk |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response data. |
||
| NextToken |
string |
Token for the next page of results. An empty NextToken means no more results. |
AAAAAV3MpHK1AP0pfERHZN5pu6koN7RqHg3d2z8LKmSoe821 |
| RequestId |
string |
Request ID. |
DC40EE61-7E83-59ED-AEA6-7EE9C437F352 |
| TotalCount |
integer |
Total number of image modification records. |
20 |
| ImageModifiedRecords |
array<object> |
Collection of image modification records. |
|
|
object |
Image modification record. |
||
| Status |
integer |
Status of the image modification. Valid values:
|
1 |
| UpdateTime |
string |
Time when the image was last modified. |
2022-03-03T02:43:44.851Z |
| NewImageName |
string |
Name of the new image after modification. |
Windows server 2022 Mainland asp |
| ImageName |
string |
Name of the original image before modification. |
Windows server 2019 Mainland |
| NewImageId |
string |
ID of the new image after modification. |
desktopimage-windows-server-2022-64-ch-asp |
| ImageId |
string |
ID of the original image before modification. |
desktopimage-windows-server-2019-64-ch-asp |
| Reason |
string |
Examples
Success response
JSON format
{
"NextToken": "AAAAAV3MpHK1AP0pfERHZN5pu6koN7RqHg3d2z8LKmSoe821",
"RequestId": "DC40EE61-7E83-59ED-AEA6-7EE9C437F352",
"TotalCount": 20,
"ImageModifiedRecords": [
{
"Status": 1,
"UpdateTime": "2022-03-03T02:43:44.851Z",
"NewImageName": "Windows server 2022 Mainland asp",
"ImageName": "Windows server 2019 Mainland",
"NewImageId": "desktopimage-windows-server-2022-64-ch-asp",
"ImageId": "desktopimage-windows-server-2019-64-ch-asp",
"Reason": ""
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.