From 25d08d82b5ef3173a3a82112abf833dd07997454 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Tue, 16 Jul 2019 15:39:31 +0200 Subject: [PATCH] SOL005_#121-SOL005_#121 POST and GET Methods (on Notification endpoint) updated --- .../NSPerformanceManagementNotification.yaml | 24 ++++++++++++------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml b/src/SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml index 4bb1943..b2dee9f 100644 --- a/src/SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml +++ b/src/SOL005/NSPerformanceManagementNotification/NSPerformanceManagementNotification.yaml @@ -52,9 +52,12 @@ paths: post: summary: Notify about PM related events description: > - The POST method delivers a notification regarding a performance management event from the server to the client. + The POST method delivers a notification regarding a performance management event + from the API producer to an API consumer. The API consumer shall have previously + created an "individual subscription resource" with a matching filter. This method shall follow the provisions specified in the - Tables 7.4.9.3.1-1 and 7.4.9.3.1-2 for URI query parameters, + Tables 7.4.9.3.1-1 and 7.4.9.3.1-2 for URI query parameters, request and response + data strctures, and response codes. parameters: - name: PerformanceInformationAvailableNotification description: > @@ -82,7 +85,7 @@ paths: description: > 204 NO CONTENT - The notification was delivered successfully. + Shall be returned when the notification was delivered successfully. headers: WWW-Authenticate: type: string @@ -136,7 +139,8 @@ paths: description: > 204 NO CONTENT - The notification endpoint was tested successfully. + Shall be returned to indicate that the notification endpoint has been + tested successfully. The response body shall be empty. headers: WWW-Authenticate: @@ -192,9 +196,12 @@ paths: post: summary: Notify about PM related events description: > - The POST method delivers a notification regarding a performance management event from the server to the client. + The POST method delivers a notification regarding a performance management event + from the API producer to an API consumer. The API consumer shall have previously + created an "individual subscription resource" with a matching filter. This method shall follow the provisions specified in the - Tables 7.4.9.3.1-1 and 7.4.9.3.1-2 for URI query parameters, + Tables 7.4.9.3.1-1 and 7.4.9.3.1-2 for URI query parameters, request and response + data strctures, and response codes. parameters: - name: ThresholdCrossedNotification description: > @@ -222,7 +229,7 @@ paths: description: > 204 NO CONTENT - The notification was delivered successfully. + Shall be returned when the notification was delivered successfully. headers: WWW-Authenticate: type: string @@ -276,7 +283,8 @@ paths: description: > 204 NO CONTENT - The notification endpoint was tested successfully. + Shall be returned to indicate that the notification endpoint has been + tested successfully. The response body shall be empty. headers: WWW-Authenticate: -- GitLab