NAME¶
euca2ools - Retrieves previously submitted bundle tasks.
DESCRIPTION¶
Retrieves previously submitted bundle tasks.
euca-describe-bundle-tasks [-a,
--access-key <access_key> ][-s,
--secret-key
- <secret_key> ][--config <config_path>
][--debug][--debugger][-h, --help][--region <region_name>
][-U, --url <url> ][--version][--eucaauth] [--filter
name=value] [ bundle_id ]
OPTIONAL PARAMETERS
- -a,--access-key
- User's Access Key ID.
- -s,--secret-key
- User's Secret Key.
- --config
- Read credentials and cloud settings from the specified
config file (defaults to $HOME/.eucarc or /etc/euca2ools/eucarc).
- --debug
- Turn on debugging output.
- --debugger
- Enable interactive debugger on error
- -h,--help
- Display this help message.
- --region
- region to direct requests to
- -U,--url
- URL of the Cloud to connect to.
- --version
- Display the version of this tool.
- --euca-auth
- Use NC authentication mode
- bundle_id
- Identifiers of bundle tasks to describe. If no bundle task
ids are specified all bundle tasks are returned.
AVAILABLE FILTERS
- bundle-id
- ID of the bundle task.
- error-code
- If the task failed, the error code returned
- error-message
- If the task failed, the error message returned.
- instance-id
- ID of the instance that was bundled.
- progress
- Level of task completion, in percent (e.g., 20%).
- s3-bucket
- bucket where the AMI will be stored
- s3-prefix
- Beginning of the AMI name.
- start-time
- Time the task started.
- state
- State of the task.
- update-time
- Time of the most recent update for the task.