Block Storage v3
List manageable volumes.
Supported by –os-volume-api-version 3.8 or greater.
openstack block storage volume manageable list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--cluster <cluster>]
[--detailed <detailed>]
[--marker <marker>]
[--limit <limit>]
[--offset <offset>]
[--sort <key>[:<direction>]]
[<host>]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
Cinder cluster on which to list manageable volumes. Takes the form: cluster@backend-name#pool. (supported by –os-volume-api-version 3.17 or later)
Returns detailed information (Default=True).
Begin returning volumes that appear later in the volume list than that represented by this reference. This reference should be json like. Default=None.
Maximum number of volumes to return. Default=None.
Number of volumes to skip after marker. Default=None.
Comma-separated list of sort keys and directions in the form of <key>[:<asc|desc>]. Valid keys: size, reference. Default=None.
Cinder host on which to list manageable volumes. Takes the form: host@backend-name#pool
List manageable snapshots.
Supported by –os-volume-api-version 3.8 or greater.
openstack block storage snapshot manageable list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--cluster <cluster>]
[--detailed <detailed>]
[--marker <marker>]
[--limit <limit>]
[--offset <offset>]
[--sort <key>[:<direction>]]
[<host>]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
Cinder cluster on which to list manageable snapshots. Takes the form: cluster@backend-name#pool. (supported by –os-volume-api-version 3.17 or later)
Returns detailed information (Default=True).
Begin returning snapshots that appear later in the snapshot list than that represented by this reference. This reference should be json like. Default=None.
Maximum number of snapshots to return. Default=None.
Number of snapshots to skip after marker. Default=None.
Comma-separated list of sort keys and directions in the form of <key>[:<asc|desc>]. Valid keys: size, reference. Default=None.
Cinder host on which to list manageable snapshots. Takes the form: host@backend-name#pool
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.