From 2ce30e960a5602a8e207217e7f26b626db03c236 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 12:19:22 +0200 Subject: [PATCH] SOL002_129 GET Method (on "Subscriptions") request and response updated --- .../VNFFaultManagement/VNFFaultManagement.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml b/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml index f86c01c5..ec44b0e2 100644 --- a/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml +++ b/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml @@ -605,7 +605,7 @@ paths: type: string - 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 may supply this parameter. The VNF may supply its instance Id as an attribute filter. All attribute names that appear in the FmSubscription and in data types referenced from it @@ -640,7 +640,8 @@ paths: description: > Marker to obtain the next page of a paged response. Shall be supported by the VNFM if the VNFM supports alternative 2 - (paging) according to clause 4.7.2.1 for this resource. + (paging) according to clause 5.4.2.1 of ETSI GS NFV-SOL 013 for + this resource. in: query required: false type: string @@ -649,12 +650,16 @@ paths: description: > 200 OK - The list of subscriptions was queried successfully. The response + The list of subscriptions has been queried successfully. The response body shall contain the representations of all active subscriptions of the functional block that invokes the method. + 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 VNFM 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. + 5.4.2.1 of ETSI GS NFV-SOL 013 for 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