osc block-storage attachment list

Return a detailed list of attachments

Usage: osc block-storage attachment list [OPTIONS]

Options:

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

    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

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

    Default value: 10000