Image v2
List tasks
openstack image task list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--sort-key <key>[:<field>]]
[--sort-dir <key>[:<direction>]]
[--limit <num-tasks>]
[--marker <task>]
[--type <type>]
[--status <status>]
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
Sorts the response by one of the following attributes: created_at, expires_at, id, status, type, updated_at. (default is created_at) (multiple keys and directions can be specified separated by comma)
Sort output by selected keys and directions (asc or desc) (default: name:desc) (multiple keys and directions can be specified separated by comma)
Maximum number of tasks to display.
The last task of the previous page. Display list of tasks after marker. Display all tasks if not specified. (name or ID)
Filters the response by a task type.
Filter tasks based on status.
Display task details
openstack image task show <Task ID>
Task to display (ID)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.