Skip to content
Snippets Groups Projects
Commit bfb10178 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL002_111 POST Method (on Notification endpoint) description and response updated

parent 7acce9eb
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,9 @@ paths: ...@@ -42,7 +42,9 @@ paths:
Notify Notify
The POST method delivers a notification regarding a performance The POST method delivers a notification regarding a performance
management event from the server to the client. management event from API producer to an API consumer. The API consumer
shall have previously created an "Individual subscription" resource with
a matching filter.
parameters: parameters:
- name: PerformanceInformationAvailableNotification - name: PerformanceInformationAvailableNotification
description: > description: >
...@@ -76,7 +78,7 @@ paths: ...@@ -76,7 +78,7 @@ paths:
description: > description: >
No Content No Content
The notification was delivered successfully. Shall be returned when the notification has been delivered successfully.
headers: headers:
WWW-Authenticate: WWW-Authenticate:
description: > description: >
...@@ -169,7 +171,9 @@ paths: ...@@ -169,7 +171,9 @@ paths:
Notify Notify
The POST method delivers a notification regarding a performance The POST method delivers a notification regarding a performance
management event from the server to the client. management event from API producer to an API consumer. The API consumer
shall have previously created an "Individual subscription" resource with
a matching filter.
parameters: parameters:
- name: ThresholdCrossedNotification - name: ThresholdCrossedNotification
description: > description: >
...@@ -203,7 +207,7 @@ paths: ...@@ -203,7 +207,7 @@ paths:
description: > description: >
204 NO CONTENT 204 NO CONTENT
The notification was delivered successfully. Shall be returned when the notification has been delivered successfully.
headers: headers:
WWW-Authenticate: WWW-Authenticate:
description: > description: >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment