From 10fa6a1c1aa2f5807a43e836876046dd3a539807 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 08:38:13 +0200 Subject: [PATCH] Revert "SOL002_52 GET method ( on VNF LCM operation occurrences) description and response updated" This reverts commit 8c1111278b4972db0756751dcb0834c463e6c3ba. --- .../VNFLifecycleManagement.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml index c0443bf1..08dbadb0 100644 --- a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +++ b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml @@ -1620,16 +1620,17 @@ paths: get: description: > The client can use this method to retrieve status information about a - VNF lifecycle management operation occurrence by reading an "Individual - VNF LCM operation occurrence" resource. + VNF lifecycle management operation occurrence by reading an individual + "VNF LCM operation occurrence" resource. responses: 200: description: > 200 OK - Information about an individual VNF instance has been queried - successfully. The response body shall contain status information - about a VNF lifecycle management operation occurrence. + Information about an individual VNF instance was queried + successfully. The response body shall contain status + information about a VNF lifecycle management operation + occurrence. headers: Content-Type: description: The MIME type of the body of the response. -- GitLab