From fc734f4356607b1642e12308bc40f51443c7e6a3 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 08:08:10 +0200 Subject: [PATCH] SOL002_32 DELETE method (on Individual VNF instance) description and response updated --- .../VNFLifecycleManagement/VNFLifecycleManagement.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml index 6c72f43e..2ac94298 100644 --- a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +++ b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml @@ -459,13 +459,13 @@ paths: $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504" delete: description: > - This method deletes an individual VNF instance resource. + This method deletes an "Individual VNF instance" resource. responses: 204: description: > 204 NO CONTENT - The VNF instance resource and the associated VNF identifier were + The "Individual VNF instance" resource and the associated VNF identifier were deleted successfully. The response body shall be empty. headers: @@ -499,7 +499,7 @@ paths: 409 CONFLICT Error: The operation cannot be executed currently, due to a conflict with the state of the resource. - Typically, this is due to the fact that the VNF instance resource is in INSTANTIATED state. + Typically, this is due to the fact that the "Individual VNF instance" resource is in INSTANTIATED state. The response body shall contain a ProblemDetails structure, in which the "detail" attribute shall convey more information about the error. $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/409" -- GitLab