From 3714f9d7e1696913ea9f431074a236966be60f69 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 12:16:05 +0200 Subject: [PATCH] SOL002_127 POST Method (on "Escalate Perceived Severity task") description and response 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 64267f6d..f86c01c5 100644 --- a/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml +++ b/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml @@ -413,6 +413,9 @@ paths: description: > The POST method enables the consumer to escalate the perceived severity of an alarm that is represented by an ndividual alarm resource. + As the result of successfully executing this method, a new "Individual + subscription" resource as defined in clause 7.4.5 shall have been created. + This method shall not trigger any notification. parameters: - name: alarmId description: > @@ -435,8 +438,8 @@ paths: description: > 200 OK - The VNFM has received the proposed "escalated perceived severity" value - successfully. The response body shall be empty. + Shall be returned when the VNFM has received the proposed "escalated + perceived severity" value successfully. The response body shall be empty. headers: Version: description: The used API version. -- GitLab