summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-add-pagination-for-os-migrations-2f8d5d257b0c5658.yaml
blob: 8a99018cb5e01e1ee33be06b1668de1f060388fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
features:
  - |
    Added pagination support for migrations, there are four changes:

    - Add pagination support and ``changes-since`` filter for os-migrations
      API. Users can now use ``limit`` and ``marker`` to perform paginate query
      when listing migrations.
    - Users can also use ``changes-since`` filter to filter the results based
      on the last time the migration record was updated.
    - ``GET /os-migrations``,
      ``GET /servers/{server_id}/migrations/{migration_id}`` and
      ``GET /servers/{server_id}/migrations`` will now return a uuid value in
      addition to the migrations id in the response.
    - The query parameter schema of the ``GET /os-migrations`` API no longer
      allows additional properties.