python-novaclient/releasenotes/notes/microversion-v2_59-4160c852d7d8812d.yaml
Yikun Jiang ad0c036fb6 Microversion 2.59 - Migrations list pagination
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
2018-01-22 11:30:42 -05:00

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.