Update API doc for vnf packages list with paging

This patch adds the description for paging large query results of
target NFV Orchestration API below into the API document.

 - {apiRoot}/vnfpkgm/v1/vnf_packages

Implements: blueprint paging-query-result
Change-Id: I0c8151613193cb90944a1103c2b3359de227f37a
This commit is contained in:
Koichi Edagawa
2022-09-13 10:04:20 +09:00
parent b025a1bfce
commit 831c1f8d3c

View File

@@ -67,6 +67,13 @@ List VNF Packages
Lists VNF Packages.
If a response includes a LINK HTTP header (see IETF RFC 8288 [#RFC8288]_) with the "rel" attribute
set to "next", the API consumer can send a GET request to the URI communicated in
the LINK header to obtain the next page of results.
.. [#RFC8288]
https://datatracker.ietf.org/doc/html/rfc8288
Response Codes
--------------