From d37e5b9f254b4f9e9d09bd4935515690aa89a290 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 08:47:07 +0200 Subject: [PATCH] SOL002_56 POST Method (on Retry operation task) description and response updated --- .../VNFLifecycleManagement/VNFLifecycleManagement.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml index e7b35ccd..7eb4f9fe 100644 --- a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +++ b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml @@ -1709,13 +1709,15 @@ paths: description: > The POST method initiates retrying a VNF lifecycle operation if that operation has experienced a temporary failure, i.e. the related - "VNF LCM operation occurrence" resource is in "FAILED_TEMP" state. + "Individual VNF LCM operation occurrence" resource is in "FAILED_TEMP" + state. responses: 202: description: > 202 ACCEPTED - The request was accepted for processing, but processing has not been completed. + The request has been accepted for processing, but processing has + not been completed. The response shall have an empty payload body. headers: WWW-Authenticate: -- GitLab