ListImageTestResults
Retrieves the list of image test results.
Operation description
You must purchase DataWorks Basic Edition or a higher edition to use this operation.
Before using this operation, make sure that the service-linked role AliyunServiceRoleForDataWorks has been created.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
string |
Yes |
The image ID. |
img_123456 |
| PageSize |
integer |
No |
The number of entries per page. |
10 |
| PageNumber |
integer |
No |
The page number. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| Success |
boolean |
Indicates whether the request was successful. |
|
| PagingInfo |
object |
The pagination information. |
|
| TestResultList |
array<object> |
The list of image test results. |
|
|
object |
The image test result. |
||
| ProcessId |
string |
The process ID. |
11111111-1111-1111-1111-111111111111 |
| ImageId |
string |
The image ID. |
img_123456 |
| Status |
string |
The status of the test process. |
completed |
| PublishStage |
string |
The publish stage of the image. |
UNPUBLISHED |
| OperateTime |
integer |
The operation time, represented as a 64-bit timestamp. |
1727055811000 |
| ResourceGroupId |
integer |
The resource group ID. |
123456 |
| Message |
string |
The test result message. |
test finished |
| PageNumber |
integer |
The page number. |
1 |
| PageSize |
integer |
The number of entries per page. |
10 |
| TotalCount |
integer |
The total number of entries. |
10 |
| RequestId |
string |
The request ID, which is used to locate logs and troubleshoot issues. |
6A6CBE87-9F91-1323-B680-E7A7065XXXXX |
Examples
Success response
JSON format
{
"Success": false,
"PagingInfo": {
"TestResultList": [
{
"ProcessId": "11111111-1111-1111-1111-111111111111",
"ImageId": "img_123456",
"Status": "completed",
"PublishStage": "UNPUBLISHED",
"OperateTime": 1727055811000,
"ResourceGroupId": 123456,
"Message": "test finished"
}
],
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 10
},
"RequestId": "6A6CBE87-9F91-1323-B680-E7A7065XXXXX"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.