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:
Notify
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:
- name: PerformanceInformationAvailableNotification
description: >
......@@ -76,7 +78,7 @@ paths:
description: >
No Content
The notification was delivered successfully.
Shall be returned when the notification has been delivered successfully.
headers:
WWW-Authenticate:
description: >
......@@ -169,7 +171,9 @@ paths:
Notify
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:
- name: ThresholdCrossedNotification
description: >
......@@ -203,7 +207,7 @@ paths:
description: >
204 NO CONTENT
The notification was delivered successfully.
Shall be returned when the notification has been delivered successfully.
headers:
WWW-Authenticate:
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