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:
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:
......
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