ad0c036fb6
Add optional parameters 'limit', 'marker' and 'changes-since' to the os-migrations endpoints for pagination. /os-migrations?limit={limit}&marker={migrations_uuid} /os-migrations?changes-since={changes-since} Change-Id: I7437a61ee07c339b43d008204d1416044a407b68 Implement: blueprint add-pagination-and-change-since-for-migration-list Depends-on: I7e01f95d7173d9217f76e838b3ea71555151ef56
9 lines
351 B
YAML
9 lines
351 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for microversion v2.59 which introduces pagination support
|
|
for migrations 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
|
|
migration was updated.
|