python-novaclient/releasenotes/notes/microversion-v2_40-484adba0806b08bf.yaml
Diana Clarke 53b23d5217 Microversion 2.40 - Simple tenant usage pagination
Add optional parameters 'limit' and 'marker' to the
os-simple-tenant-usage endpoints for pagaination.

  /os-simple-tenant-usage?limit={limit}&marker={instance_uuid}
  /os-simple-tenant-usage/{tenant}?limit={limit}&marker={instance_uuid}

Implements blueprint paginate-simple-tenant-usage
Depends-on: Ic8e9f869f1b855f968967bedbf77542f287f26c0
Change-Id: If99db6933de012b71cf2c982075f08b3e664361e
2016-12-19 14:04:13 -05:00

5 lines
156 B
YAML

---
features:
- Added microversion v2.40 which introduces pagination support for usage
with the help of new optional parameters 'limit' and 'marker'.