0c480d795f
This patch adds pagination support and changes-since filter for os-instance-actions API. Users can now use 'limit' and 'marker' to perform paginate query of instance action list. Users can also filter the results according to the actions' updated time. Co-Authored-By: Yikun Jiang <yikunkero@gmail.com> Implement: blueprint pagination-add-changes-since-for-instance-action-list Change-Id: I1a1b39803e8d0449f21d2ab5ef96d4060e638aa8
9 lines
344 B
YAML
9 lines
344 B
YAML
---
|
|
features:
|
|
- |
|
|
Add pagination support and ``changes-since`` filter for os-instance-actions
|
|
API. Users can now use ``limit`` and ``marker`` to perform paginated query
|
|
when listing instance actions. Users can also use ``changes-since`` filter
|
|
to filter the results based on the last time the instance action was
|
|
updated.
|