From 120f8808f00a325df8442053e291bbc027760237 Mon Sep 17 00:00:00 2001 From: moscatelli Date: Thu, 14 Mar 2019 12:11:54 +0100 Subject: [PATCH] SOL002_57: Subscriptions GET body description updated, VNF Fault Management interface base path updated --- src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml b/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml index 608055a8..23eef8dc 100644 --- a/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml +++ b/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml @@ -22,7 +22,7 @@ externalDocs: description: ETSI GS NFV-SOL 002 V2.4.1 url: http://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/02.04.01_60/gs_NFV-SOL002v020401p.pdf -basePath: /vnfconfig/v1 +basePath: /vnffm/v1 schemes: - http @@ -269,7 +269,7 @@ paths: ############################################################################### # Subscriptions # ############################################################################### - '/alarms/subscriptions': + '/subscriptions': #SOL003 location: 7.4.4 post: description: > @@ -383,6 +383,9 @@ paths: 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. + 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