From 363451f76293e8103b2b6188fa379b8a4d75654f Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 07:52:57 +0200 Subject: [PATCH] SOL002_27 POST method (on VNF instances) response updated --- .../VNFLifecycleManagement/VNFLifecycleManagement.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml index 27c3569c..1d19f876 100644 --- a/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +++ b/src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml @@ -88,9 +88,12 @@ paths: description: > 201 CREATED - A VNF Instance identifier was created successfully. - The response body shall contain a representation of the created VNF instance, as defined in clause 5.5.2.2. - The HTTP response shall include a "Location" HTTP header that contains the resource URI of the created VNF instance. + Shall be returned when a new "Individual VNF Instance" resource and + the associated VNF instance identifier has been created successfully. + The response body shall contain a representation of the created VNF + instance, as defined in clause 5.5.2.2. + The HTTP response shall include a "Location" HTTP header that contains + the resource URI of the created VNF instance. headers: Content-Type: description: > -- GitLab