| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
This action returns the jobs associated with the requester. AWS Import/Export lists
the jobs in reverse chronological order based on the date of creation. For example, if
job Test1 was created on 30 December 2009 and Test2 was created 05 February 2010, the
ListJobs action would return Test2 followed by Test1.
For information about the common parameters that all actions use, see Common Query Parameters.
| Name | Description | Required |
|---|---|---|
|
Action | Specifies the action to invoke. Type: String Default: None Valid Value: ListJobs |
Yes |
|
Marker |
Specifies the Type: String Default: None Constraints: Must be a valid job ID |
No |
|
MaxJobs |
Sets the maximum number of jobs returned in the response. If there
are additional jobs that were not returned because Type: String Default: None Constraints: Must be between 0 and 1000 |
No |
| Name | Description |
|---|---|
|
CreationDate |
Timestamp of the Type: String Ancestor: ListJobsResponse.ListJobsResult.Jobs.member |
| IsCanceled |
Indicates whether the job was canceled. Type: String Valid Values: Ancestor: ListJobsResponse.ListJobsResult.Jobs.member |
| IsTruncated |
Indicates whether the list of jobs was truncated. If
Type: String Valid Values: Ancestor: ListJobsResponse.ListJobsResult.Jobs.member |
| JobId |
ID generated by AWS that uniquely identifies the AWS Import/Export job. Type: String Ancestor: ListJobsResponse.ListJobsResult.Jobs.member |
| Jobs |
Container for all jobs. Type: None Ancestor: ListJobsResponse.ListJobsResult Children: member, IsTruncated |
| JobType |
Specifies whether the job is an import or export job. Type: String Ancestor: ListJobsResponse.ListJobsResult.Jobs.member |
| ListJobsResponse |
Container for the response. Type: None Ancestor: None Children: ListJobsResult, Response Metadata |
| ListJobsResult |
Container for jobs. Type: None Ancestor: ListJobsResponse Children: Jobs |
| member |
Container for job information. Type: None Ancestor: ListJobsResponse.ListJobsResult.Jobs Children: creationDate, JobId, IsCanceled |
| RequestId |
ID generated by AWS that uniquely identifies the Type: String Ancestor: ListJobsResponse.ListJobsResult.ResponseMetadata |
| ResponseMetadata |
Container for Type: None Ancestor: ListJobsResponse.ListJobsResult Children: RequestId |
For a list of common errors, see Error and Status Codes.
POST / HTTP/1.1 content-type:application/x-www-form-urlencoded;charset=utf-8 host: https://importexport.amazonaws.com content-length:206 Action=ListJobs&MaxJobs=25&SignatureMethod=HmacSHA256&AWSAccessKeyId= &SignatureVersion=2&Version=2010-06-01&Signature=%2FVfkltRBOoSUi1sWxRzN8rw%3D &Timestamp=2011-06-18T02%3A29%3A39.202Z
<ListJobsResponse xmlns="http://importexport.amazonaws.com/">
<ListJobsResult>
<Jobs>
<member>
<JobType>Import</JobType>
<CreationDate>2010-04-21T22:21:51Z</CreationDate>
<IsCanceled>false</IsCanceled>
<JobId>ADP7B</JobId>
</member>
<member>
<JobType>Import</JobType>
<CreationDate>2010-04-21T22:19:05Z</CreationDate>
<IsCanceled>false</IsCanceled>
<JobId>AVEYF</JobId>
</member>
</Jobs>
<IsTruncated>true</IsTruncated>
</ListJobsResult>
<ResponseMetadata>
<RequestId>cc6ea8c0-4da9-11df-81c3-e94d3ca214a8</RequestId>
</ResponseMetadata>
</ListJobsResponse>