53b23d5217
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
5 lines
156 B
YAML
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'.
|