osc block-storage snapshot list

Returns a detailed list of snapshots

Usage: osc block-storage snapshot list [OPTIONS]

Options:

  • --all-tenants <ALL_TENANTS> — Shows details for all project. Admin only

    Possible values: true, false

  • --consumes-quota <CONSUMES_QUOTA> — Filters results by consumes_quota field. Resources that don’t use quotas are usually temporary internal resources created to perform an operation. Default is to not filter by it. Filtering by this option may not be always possible in a cloud, see List Resource Filters to determine whether this filter is available in your cloud

    Possible values: true, false

  • --limit <LIMIT> — Requests a page size of items. Returns a number of items up to a limit value. Use the limit parameter to make an initial limited request and use the ID of the last-seen item from the response as the marker parameter value in a subsequent limited request

  • --marker <MARKER> — The ID of the last-seen item. Use the limit parameter to make an initial limited request and use the ID of the last-seen item from the response as the marker parameter value in a subsequent limited request

  • --offset <OFFSET> — Used in conjunction with limit to return a slice of items. offset is where to start in the list

  • --sort <SORT> — Comma-separated list of sort keys and optional sort directions in the form of < key > [: < direction > ]. A valid direction is asc (ascending) or desc (descending)

  • --sort-dir <SORT_DIR> — Sorts by one or more sets of attribute and sort direction combinations. If you omit the sort direction in a set, default is desc. Deprecated in favour of the combined sort parameter

    Possible values: asc, desc

  • --sort-key <SORT_KEY> — Sorts by an attribute. A valid value is name, status, container_format, disk_format, size, id, created_at, or updated_at. Default is created_at. The API uses the natural sorting direction of the sort_key attribute value. Deprecated in favour of the combined sort parameter

  • --with-count <WITH_COUNT> — Whether to show count in API response or not, default is False

    Possible values: true, false

  • --max-items <MAX_ITEMS> — Total limit of entities count to return. Use this when there are too many entries

    Default value: 10000