From 9359b2e11a4171b8b78acecce6b05eb2a1566975 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 11:14:58 +0200 Subject: [PATCH] SOL002_101 GET Method (on "Thresholds") request and response updated --- .../VNFPerformanceManagement.yaml | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml index 0548ef67..9abf4488 100644 --- a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml +++ b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml @@ -674,7 +674,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. All attribute names that appear in the Thresholds and in data types referenced from it shall be supported by the VNFM in attribute-based filtering expression. @@ -708,7 +708,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 @@ -719,10 +720,17 @@ paths: Information about zero or more thresholds was queried successfully. - The response body shall contain in an array the representations of zero or more thresholds, - as defined in clause 6.5.2.9. - 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. + + 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. + The response body shall contain in an array the representations + of zero or more thresholds, as defined in clause 6.5.2.9. + If the VNFM supports alternative 2 (paging) according to + clause 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