DescribeBundleTasks
The DescribeBundleTasks operation describes current bundling tasks. For more information on bundling instances, see
Bundling an AMI in Windows.
|
Note |
|---|---|
|
This operation is for Windows instances only. |
Request Parameters
The following table describes the request parameters for
DescribeBundleTasks. Parameter names are case
sensitive.
| Name | Description | Required |
|---|---|---|
|
bundleId |
The ID of the bundle task to describe. If no ID is specified, all bundle tasks are described. Type: String Default: none |
No |
Response Elements
The following table describes the default response tags included
in DescribeBundleTasks responses.
| Name | Description |
|---|---|
|
|
The ID of the request. Type: xsd:string |
|
|
Instance associated with this bundle task. Type: xsd:string |
|
|
Identifier for this task. Type: xsd:string |
|
|
The state of the task. Options include Type: xsd:string |
|
|
The time this task was created. Type: xsd:dateTime |
|
|
The time of the most recent update for the task. Type: xsd:dateTime |
|
|
The storage description for the task. Type: DescribeBundleTasksTaskStorageType |
|
|
A percentage description of the progress of the task, such as 20%. Type: xsd:string |
|
|
If a task fails, a description of the error. Type: DescribeBundleTasksTaskErrorType |
Sample Request
https://ec2.amazonaws.com/ ?Action=DescribeBundleTasks &bundleId.0=bun-c1a540a8 &...auth parameters...
Sample Response
<DescribeBundleTasksResponse xmlns="http://ec2.amazonaws.com/doc/2008-08-08">
<bundleInstanceTasksSet>
<item>
<instanceId>i-12345678</instanceId>
<bundleId>bun-c1a540a8</bundleId>
<state>canceling</state>
<startTime>2008-10-07T11:41:50.000Z</startTime>
<updateTime>2008-10-07T11:51:50.000Z</updateTime>
<progress>20%</progress>
<storage>
<S3>
<bucket>my-bucket</bucket>
<prefix>winami</prefix>
</S3>
</storage>
</item>
<bundleInstanceTasksSet>
</DescribeBundleTasksResponse>