From 9b09ee2a24c1c85fcae97547e8be0f1a97f95512 Mon Sep 17 00:00:00 2001 From: moscatelli Date: Thu, 14 Mar 2019 12:23:24 +0100 Subject: [PATCH] SOL002_63: Indicator GET response body description updated --- src/SOL002/VNFIndicator/VNFIndicator.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/SOL002/VNFIndicator/VNFIndicator.yaml b/src/SOL002/VNFIndicator/VNFIndicator.yaml index fb2a2f31..37b0c06e 100644 --- a/src/SOL002/VNFIndicator/VNFIndicator.yaml +++ b/src/SOL002/VNFIndicator/VNFIndicator.yaml @@ -199,9 +199,14 @@ paths: description: > OK - The list of VNF indicators was queried successfully. - The response body shall contain the representations of all VNF indicators that match - the attribute-based filtering parameters. + 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 are related to the particular VNF instance and that + match the attribute filter., i.e. zero or more representations of VNF + indicators as defined in clause 8.5.2.2. + If the EM/VMF 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. schema: type: array items: -- GitLab