From 2a95fb7a73eb3107f8a68951adc3e78f86abf8d5 Mon Sep 17 00:00:00 2001 From: moscatelli Date: Thu, 14 Mar 2019 12:26:52 +0100 Subject: [PATCH] SOL002_65: Subscriptions GET response body description updated --- src/SOL002/VNFIndicator/VNFIndicator.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/SOL002/VNFIndicator/VNFIndicator.yaml b/src/SOL002/VNFIndicator/VNFIndicator.yaml index 37b0c06e..947ba79b 100644 --- a/src/SOL002/VNFIndicator/VNFIndicator.yaml +++ b/src/SOL002/VNFIndicator/VNFIndicator.yaml @@ -393,9 +393,13 @@ paths: description: > OK - The list of subscriptions was queried successfully. The response body shall contain - the representations of all active subscriptions of the functional block that invokes - the method which match the attribute filter. + The list of subscriptions was queried successfully. + The response body shall contain in an array the representations of all active + subscriptions of the functional block that invokes the method which match the + attribute filter, i.e. zero or more representations of VNF indicators subscriptions + as defined in clause 8.5.2.4. + If the EM 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