From feea122fbd4ca8630872f17776bb693444eaf85f Mon Sep 17 00:00:00 2001 From: moscatelli Date: Thu, 14 Mar 2019 12:47:31 +0100 Subject: [PATCH] SOL002_48: Subscriptions GET response body description updated --- .../VNFPerformanceManagement/VNFPerformanceManagement.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml index de184f71..85e61b37 100644 --- a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml +++ b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml @@ -703,8 +703,11 @@ paths: 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. + The response body shall contain in an array the representations + of all active subscriptions of the functional block that invokes the method, + i.e. zero or more representations of PM subscriptions as defined in clause 6.5.2.3. + 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. headers: Content-Type: description: > -- GitLab