nova/releasenotes/notes/bp-add-pagination-for-instance-actions-1c14cb3fc9887d2a.yaml

9 lines
344 B
YAML
Raw Normal View History

---
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.