Queries a list of image animation jobs.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListDynamicImageJobs |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StartOfCreateTime |
string |
No |
The beginning of the time range during which the jobs to be queried were created. |
2022-07-12T00:00:00Z |
| EndOfCreateTime |
string |
No |
The end of the time range during which the jobs to be queried were created. |
2022-07-14T00:00:00Z |
| Status |
string |
No |
The state of the job. Valid values:
Valid values:
|
Success |
| OrderBy |
string |
No |
The order that you use to sort the query results. Valid values:
Valid values:
|
CreateTimeDesc |
| JobId |
string |
No |
The job ID. |
****cdb3e74639973036bc84**** |
| PageSize |
integer |
No |
The number of entries per page. Default value: 20. Maximum value: 100. |
20 |
| NextPageToken |
string |
No |
The pagination token that is used in the next request to retrieve a new page of results. |
cdb3e74639973036bc84 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
PlainResponse<List> |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| Jobs |
array<object> |
The list of jobs. |
|
|
array<object> |
The information about an image animation job. |
||
| JobId |
string |
The job ID. |
****cdb3e74639973036bc84**** |
| TriggerSource |
string |
The request trigger source. Valid values:
Valid values:
|
API |
| Name |
string |
The name of the job. |
SampleJob |
| Input |
object |
The input of the job. |
|
| Type |
string |
The type of the input file. Valid values:
Valid values:
|
OSS |
| Media |
string |
The input file. The file can be an OSS object or a media asset. The URL of an OSS object can be in one of the following formats:
|
oss://bucket/object |
| Output |
object |
The output of the job. |
|
| Type |
string |
The type of the output file. Valid values:
Valid values:
|
Media |
| Media |
string |
The input file. If Type is set to OSS, the URL of an OSS object is returned. If Type is set to Media, the ID of a media asset is returned. The URL of an OSS object can be in one of the following formats:
|
****cdb3e74639973036bc84**** |
| TemplateId |
string |
The template ID. |
****cdb3e74639973036bc84**** |
| PipelineId |
string |
The ID of the MPS queue to which the job was submitted. |
****cdb3e74639973036bc84**** |
| Status |
string |
The state of the job.
Valid values:
|
Success |
| SubmitTime |
string |
The time when the job was submitted. |
2022-07-12T16:17:54Z |
| FinishTime |
string |
The time when the job was complete. |
2022-07-12T16:30:54Z |
| CreateTime |
string |
The time when the job was created. |
2022-07-12T16:17:54Z |
| ModifiedTime |
string |
The time when the job was last modified. |
2022-07-12T16:30:54Z |
| NextPageToken |
string |
The pagination token that is used in the next request to retrieve a new page of results. |
****cdb3e74639973036bc84**** |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Jobs": [
{
"JobId": "****cdb3e74639973036bc84****",
"TriggerSource": "API",
"Name": "SampleJob",
"Input": {
"Type": "OSS",
"Media": "oss://bucket/object"
},
"Output": {
"Type": "Media",
"Media": "****cdb3e74639973036bc84****"
},
"TemplateId": "****cdb3e74639973036bc84****",
"PipelineId": "****cdb3e74639973036bc84****",
"Status": "Success",
"SubmitTime": "2022-07-12T16:17:54Z",
"FinishTime": "2022-07-12T16:30:54Z",
"CreateTime": "2022-07-12T16:17:54Z",
"ModifiedTime": "2022-07-12T16:30:54Z"
}
],
"NextPageToken": "****cdb3e74639973036bc84****\n"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.