api-ref: Add parameter "offset" to list apis
Cinder has supported to list volumes/snapshots/types with parameter "offset" from v2, so add the missing content. Change-Id: I939d5131cd1b369653bb03810888b7ad56d46088
This commit is contained in:
parent
22be8149d5
commit
830e968cfa
@ -211,6 +211,13 @@ name_volume:
|
||||
in: query
|
||||
required: false
|
||||
type: string
|
||||
offset:
|
||||
description: |
|
||||
Used in conjunction with ``limit`` to return a slice of items. ``offset``
|
||||
is where to start in the list.
|
||||
in: query
|
||||
required: false
|
||||
type: integer
|
||||
sort:
|
||||
description: |
|
||||
Comma-separated list of sort keys and optional
|
||||
|
@ -134,6 +134,7 @@ Request
|
||||
- sort_key: sort_key
|
||||
- sort_dir: sort_dir
|
||||
- limit: limit
|
||||
- offset: offset
|
||||
- marker: marker
|
||||
|
||||
|
||||
|
@ -192,6 +192,7 @@ Request
|
||||
- sort_key: sort_key
|
||||
- sort_dir: sort_dir
|
||||
- limit: limit
|
||||
- offset: offset
|
||||
- marker: marker
|
||||
|
||||
|
||||
|
@ -79,6 +79,7 @@ Request
|
||||
- tenant_id: tenant_id
|
||||
- sort: sort
|
||||
- limit: limit
|
||||
- offset: offset
|
||||
- marker: marker
|
||||
|
||||
|
||||
@ -247,6 +248,7 @@ Request
|
||||
- tenant_id: tenant_id
|
||||
- sort: sort
|
||||
- limit: limit
|
||||
- offset: offset
|
||||
- marker: marker
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user