Files
tacker/releasenotes/notes/support-paging-query-result-9267729be1456b0d.yaml
Koichi Edagawa 81dca79807 Support handling large query results by ETSI NFV
This patch provides supporting handling large query results in a
response of target APIs.
The features to be added are like the following.

 - Paging query results according to ETSI NFV SOL013
 - Fetching entire records forcibly

Implements: blueprint paging-query-result
Change-Id: I587fd9a998032cc1d23b72d755c60fb7a859c7ee
2022-03-10 18:13:14 +09:00

14 lines
597 B
YAML

---
features:
- |
Support handling large query results according to ETSI NFV SOL013.
This feature provides paged response regarding a query request of
target APIs. In addition to that, fetching entire records at once
becomes available.
issues:
- Regarding handling large query results according to ETSI NFV SOL013,
"vnfpkgm/v1/vnf_packages" API does not have the paging feature yet
because of longer time to be implemented than the other APIs. Since
there is less possibility to be paged in actual use case, the
implementation will be done in the next release.