From 5a55911a671081989d887dc0a032210dcdf194fc Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 10:57:40 +0200 Subject: [PATCH] Revert "VnfIdentifierCreationNotification" This reverts commit 70b30217646e80f8da55c355010efa1b24f63df9. --- .../VNFPerformanceManagement.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml index e3670f0e..c7620524 100644 --- a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml +++ b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml @@ -61,9 +61,6 @@ paths: post: description: > The POST method creates a PM job. - As the result of successful executing this method, a new - "Individual PM job" resource as defined in clause 6.4.3 shall - have been created. parameters: - name: CreatePmJobRequest description: The VNF creation parameters @@ -90,11 +87,10 @@ paths: description: > 201 CREATED - Shall be returned when the PM job has been created successfully. - The response body shall contain a representation of the created - PM job resource. + The PM job was created successfully. The response body shall + contain a representation of the created PM job resource. The HTTP response shall include a "Location" HTTP header that - points to the created "Individual PM job" resource. + points to the created PM job resource. headers: Content-Type: description: The MIME type of the body of the response. -- GitLab