From 912db8bd41c852b6cf5b14c0dca460615c28cc2e Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 11:11:51 +0200 Subject: [PATCH] SOL002_100 POST Method (on "Thresholds") description, request and response updated --- .../VNFPerformanceManagement.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml index 81bb9af9..0548ef67 100644 --- a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml +++ b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml @@ -577,10 +577,13 @@ paths: post: description: > The POST method can be used by the client to create a threshold. + As the result of successfully executing this method, a new + "Individual threshold" resource as defined in clause 6.4.6 shall + have been created. parameters: - name: CreateThresholdRequest description: > - Request parameters to create a threshold resource. + Request parameters to create a new "Individual threshold" resource. in: body required: true schema: @@ -604,10 +607,11 @@ paths: description: > 201 CREATED - A threshold was created successfully. The response body shall - contain a representation of the created threshold resource. + Shall be returned when a threshold has been created successfully. + The response body shall contain a representation of the created + "Individual threshold" resource. The HTTP response shall include a "Location" HTTP header that - contains the resource URI of the created threshold resource. + contains the resource URI of the created resource. headers: Content-Type: description: The MIME type of the body of the response. -- GitLab