diff --git a/api-ref/source/v1/vnflcm.inc b/api-ref/source/v1/vnflcm.inc index 5a5da373a..202304ae8 100644 --- a/api-ref/source/v1/vnflcm.inc +++ b/api-ref/source/v1/vnflcm.inc @@ -433,6 +433,13 @@ The GET method queries information about multiple VNF instances. In Victoria release, added attribute-based filtering expression (for VnfInstance) that follows clause 5.2 of ETSI GS NFV SOL13. +If a response includes a LINK HTTP header (see IETF RFC 8288 [#RFC8288-1]_) 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-1] + https://datatracker.ietf.org/doc/html/rfc8288 + Response Codes -------------- @@ -875,6 +882,13 @@ List VNF LCM operation occurrence The API consumer can use this method to query status information about multiple VNF lifecycle management operation occurrences. +If a response includes a LINK HTTP header (see IETF RFC 8288 [#RFC8288-2]_) 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-2] + https://datatracker.ietf.org/doc/html/rfc8288 + Response Codes -------------- @@ -1279,6 +1293,13 @@ List subscription The GET method queries the list of active subscriptions of the functional block that invokes the method. It can be used e.g. for resynchronization after error situations. +If a response includes a LINK HTTP header (see IETF RFC 8288 [#RFC8288-3]_) 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-3] + https://datatracker.ietf.org/doc/html/rfc8288 + Response Codes --------------