From b70f7d258466ddafd81d749b9eed04febff748d5 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 12:33:19 +0200 Subject: [PATCH] SOL002_142 GET Method (on "VNF indicators") request and response updated --- src/SOL002/VNFIndicator/VNFIndicator.yaml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/SOL002/VNFIndicator/VNFIndicator.yaml b/src/SOL002/VNFIndicator/VNFIndicator.yaml index eefb4de0..1422bb51 100644 --- a/src/SOL002/VNFIndicator/VNFIndicator.yaml +++ b/src/SOL002/VNFIndicator/VNFIndicator.yaml @@ -63,7 +63,7 @@ paths: parameters: - name: filter description: > - Attribute-based filtering expression according to clause 4.3.2. + Attribute-based filtering expression according to clause 5.2 of ETSI GS NFV-SOL 013. The VNFM shall support receiving this parameter as part of the URI query string. The EM/VNF may supply this parameter. The VNF may supply its instance Id as an attribute filter. All attribute names that appear in the VnfIndicator data type and in data types referenced from @@ -98,7 +98,8 @@ paths: - name: nextpage_opaque_marker description: > Marker to obtain the next page of a paged response. Shall be supported by the EM/VNF - if the EM/VNF supports alternative 2 (paging) according to clause 4.7.2.1 for this resource + if the EM/VNF supports alternative 2 (paging) according to clause 5.4.2.1 of + ETSI GS NFV-SOL 013for this resource. in: query required: false type: string @@ -107,12 +108,18 @@ paths: description: > 200 OK - Information about zero or more VNF indicators was queried successfully. - The response body shall contain in an array the representations of all - VNF indicators that match the attribute-based filtering parameters, - i.e. zero or more representations of VNF indicators as defined in clause 8.5.2.2. - If the EM/VNF supports alternative 2 (paging) according to clause 4.7.2.1 for this resource, - inclusion of the Link HTTP header in this response shall follow the provisions in clause 4.7.2.3. + Shall be returned when information about zero or more VNF indicators was + queried successfully. The response body shall contain in an array the + representations of all VNF indicators that match the attribute-based + filtering parameters, i.e. zero or more representations of VNF indicators + as defined in clause 8.5.2.2. + If the "filter" URI parameter was supplied in the request, the data in + the response body shall have been transformed according to the rules + specified in clause 5.2.2 of ETSI GS NFV-SOL 013. + If the EM/VNF supports alternative 2 (paging) according to clause 5.4.2.1 + of ETSI GS NFV-SOL 013for this resource, inclusion of the Link HTTP header + in this response shall follow the provisions in clause 5.4.2.3 of + ETSI GS NFV-SOL 013. headers: Content-Type: description: The MIME type of the body of the response. -- GitLab