From e852914167ff8574d2bfea52b853e83cd538334c Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 08:06:56 +0200 Subject: [PATCH] SOL002_31 PATCH method (on Individual VNF instance) description and response updated --- .../VNFLifecycleManagement/VNFLifecycleManagement.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml index 71a4c3e5..6c72f43e 100644 --- a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +++ b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml @@ -369,7 +369,7 @@ paths: patch: #SOL003 location: 5.4.3.3.4 description: > - This method modifies an individual VNF instance resource. Changes to + This method modifies an "Individual VNF instance" resource. Changes to the VNF configurable properties are applied to the configuration in the VNF instance, and are reflected in the representation of this resource. Other changes are applied to the VNF instance information @@ -389,7 +389,8 @@ paths: The request was accepted for processing, but the processing has not been completed. On success, the HTTP response shall include a "Location" HTTP header that contains - the URI of the newly-created "VNF LCM operation occurrence" resource corresponding to the operation. + the URI of the newly-created an "Individual VNF LCM operation occurrence" resource + corresponding to the operation. The response body shall be empty. headers: Content-Type: @@ -437,7 +438,7 @@ paths: 409 CONFLICT Error: The operation cannot be executed currently, due to a conflict with the state - of the VNF instance resource. + of the "Individual VNF instance" resource. Typically, this is due to the fact that another LCM operation is ongoing. The response body shall contain a ProblemDetails structure, in which the "detail" attribute should convey more information about the error. -- GitLab