NAME¶
euca2ools - Shows information about snapshots.
DESCRIPTION¶
Shows information about snapshots.
euca-describe-snapshots [-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][-o, --owner
<owner> ][-r, --restorable-by <restorable_by> ]
[--filter name=value] [ snapshot ]
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
- -o,--owner
- ID of the user who owns the snapshot.
- -r,--restorable-by
- restorable by (user id of the user that can create volumes
from the snapshot).
- snapshot
- snapshots to describe
AVAILABLE FILTERS
- description
- Description of the snapshot
- owner-alias
- AWS account alias (e.g., amazon or self) or AWS account ID
that owns the snapshot.
- owner-id
- AWS account ID of the snapshot owner.
- progress
- The progress of the snapshot, in percentage.
- snapshot-id
- The ID of the snapshot.
- start-time
- Time stamp when the snapshot was initiated.
- status
- Status of the snapshost. Valid values: pending | completed
| error.
- tag-key
- Key of a tag assigned to the resource.
- tag-value
- Value of a tag assigned to the resource.
- tag:key
- Filters the results based on a specific tag/value
combination.
- volume-id
- ID of the volume the snapshot is for
- volume-size
- The size of the volume, in GiB.