8d80a5e099
Add optional parameters 'limit', 'marker' and 'changes-since' to the os-instance-actions endpoints for pagination. Implement: blueprint pagination-add-changes-since-for-instance-action-list Change-Id: Ie66d9b00c90236fdcc01aed7649dc7f163aa323e
9 lines
363 B
YAML
9 lines
363 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for microversion v2.58 which introduces pagination support
|
|
for instance actions with the help of new optional parameters ``limit``,
|
|
``marker``, and also adds the new filter ``changes-since``. Users can use
|
|
``changes-since`` filter to filter the results based on the last time the
|
|
instance action was updated.
|