Commit 25d08d82 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL005_#121-SOL005_#121 POST and GET Methods (on Notification endpoint) updated

parent 9bbd52f6
...@@ -52,9 +52,12 @@ paths: ...@@ -52,9 +52,12 @@ paths:
post: post:
summary: Notify about PM related events summary: Notify about PM related events
description: > 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 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: parameters:
- name: PerformanceInformationAvailableNotification - name: PerformanceInformationAvailableNotification
description: > description: >
...@@ -82,7 +85,7 @@ paths: ...@@ -82,7 +85,7 @@ paths:
description: > description: >
204 NO CONTENT 204 NO CONTENT
The notification was delivered successfully. Shall be returned when the notification was delivered successfully.
headers: headers:
WWW-Authenticate: WWW-Authenticate:
type: string type: string
...@@ -136,7 +139,8 @@ paths: ...@@ -136,7 +139,8 @@ paths:
description: > description: >
204 NO CONTENT 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. The response body shall be empty.
headers: headers:
WWW-Authenticate: WWW-Authenticate:
...@@ -192,9 +196,12 @@ paths: ...@@ -192,9 +196,12 @@ paths:
post: post:
summary: Notify about PM related events summary: Notify about PM related events
description: > 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 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: parameters:
- name: ThresholdCrossedNotification - name: ThresholdCrossedNotification
description: > description: >
...@@ -222,7 +229,7 @@ paths: ...@@ -222,7 +229,7 @@ paths:
description: > description: >
204 NO CONTENT 204 NO CONTENT
The notification was delivered successfully. Shall be returned when the notification was delivered successfully.
headers: headers:
WWW-Authenticate: WWW-Authenticate:
type: string type: string
...@@ -276,7 +283,8 @@ paths: ...@@ -276,7 +283,8 @@ paths:
description: > description: >
204 NO CONTENT 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. The response body shall be empty.
headers: headers:
WWW-Authenticate: WWW-Authenticate:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment