From bd9d087fc450bdc00ddd0259d35f6797e7171572 Mon Sep 17 00:00:00 2001
From: Samir Medjiah <samir.medjiah@gmail.com>
Date: Wed, 17 Jul 2019 11:21:13 +0200
Subject: [PATCH] SOL002_106	POST Method (on "Subscriptions") description
 and response updated

---
 .../VNFPerformanceManagement.yaml             | 22 +++++++++++--------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml
index 760b1ecb..7c9ef58d 100644
--- a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml
+++ b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml
@@ -959,6 +959,9 @@ paths:
     post:
       description: >
         The POST method creates a new subscription.
+        As the result of successfully executing this method, a new 
+        "Individual subscription" resource as defined in clause 6.4.8 
+        shall have been created. This method shall not trigger any notification.
       parameters:
         - name: PmSubscriptionRequest
           description: >
@@ -986,11 +989,11 @@ paths:
           description: >
             201 CREATED
 
-            The subscription was created successfully. A representation of the
-            created subscription resource shall be returned in the response
-            body.
-            The HTTP response shall include a "Location" HTTP header that
-            contains the resource URI of the created subscription resource.
+            Shall be returned when the subscription was created successfully. 
+            A representation of the created "Individual subscription" resource 
+            shall be returned in the response body.
+            The HTTP response shall include a "Location" HTTP header that contains 
+            the resource URI of the created "Individual subscription" resource.
           headers:
             Content-Type:
               description: The MIME type of the body of the response.
@@ -1020,10 +1023,11 @@ paths:
           description: >
             303 SEE OTHER
 
-            A subscription with the same callbackURI and the same filter already exists and the policy of the VNFM
-            is to not create redundant subscriptions.
-            The HTTP response shall include a "Location" HTTP header that contains the resource URI of the existing
-            subscription resource.
+            Shall be returned when a subscription with the same callbackURI and 
+            the same filter already exists and the policy of the VNFM is to not 
+            create redundant subscriptions.
+            The HTTP response shall include a "Location" HTTP header that contains 
+            the resource URI of the existing "Individual subscription" resource.
             The response body shall be empty.
           $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/303"
         400:
-- 
GitLab