diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-11-07 17:19:24 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-11-08 04:47:57 +0000 |
| commit | e07b0e0919784b48dc47ae9cd8836342b8c13480 (patch) | |
| tree | 990c9660d2f4d17e23c4e2cc8d21dfb1137f285c /doc/source/command-objects | |
| parent | 0e3e05098c5f0e1a4c8dfe90f84940a9e6b9374b (diff) | |
| download | python-openstackclient-e07b0e0919784b48dc47ae9cd8836342b8c13480.tar.gz | |
Add options to "volume backup list" command
Add "--name", "--status", "--volume", "--marker" (v2 only)
and "--limit" (v2 only) options to "volume backup list" command
Change-Id: If20cb7650f2359d393ee314d9e055a8659c73009
Closes-Bug: #1612484
Closes-Bug: #1639712
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume-backup.rst | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/source/command-objects/volume-backup.rst b/doc/source/command-objects/volume-backup.rst index 246fd38e..7ce8a4eb 100644 --- a/doc/source/command-objects/volume-backup.rst +++ b/doc/source/command-objects/volume-backup.rst @@ -88,12 +88,43 @@ List volume backups .. code:: bash os volume backup list + [--long] + [--name <name>] + [--status <status>] + [--volume <volume>] + [--marker <marker>] + [--limit <limit>] .. _volume_backup_list-backup: .. option:: --long List additional fields in output +.. options:: --name <name> + + Filters results by the backup name + +.. options:: --status <status> + + Filters results by the backup status + ('creating', 'available', 'deleting', 'error', 'restoring' or 'error_restoring') + +.. options:: --volume <volume> + + Filters results by the volume which they backup (name or ID)" + +.. options:: --marker <marker> + + The last backup of the previous page (name or ID) + + *Volume version 2 only* + +.. options:: --limit <limit> + + Maximum number of backups to display + + *Volume version 2 only* + volume backup restore --------------------- |
