Commit 8f7bbaf5 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

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

parent fbc1e7cc
......@@ -56,7 +56,8 @@ paths:
Notify
The POST method notifies a VNF alarm or that the alarm list has been
rebuilt.
rebuilt. The API consumer shall have previously created an "Individual
subscription" resource with a matching filter.
parameters:
- name: AlarmNotification
description: >
......@@ -78,7 +79,7 @@ paths:
description: >
204 NO CONTENT
The notification was delivered successfully.
Shall be returned when the notification has been delivered successfully.
The response body shall be empty.
headers:
WWW-Authenticate:
......@@ -173,7 +174,8 @@ paths:
Notify
The POST method notifies a VNF alarm or that the alarm list has been
rebuilt.
rebuilt. The API consumer shall have previously created an "Individual
subscription" resource with a matching filter.
parameters:
- name: AlarmClearedNotification
description: >
......@@ -195,7 +197,7 @@ paths:
description: >
204 NO CONTENT
The notification was delivered successfully.
Shall be returned when the notification has been delivered successfully.
The response body shall be empty.
headers:
WWW-Authenticate:
......@@ -290,7 +292,8 @@ paths:
Notify
The POST method notifies a VNF alarm or that the alarm list has been
rebuilt.
rebuilt. The API consumer shall have previously created an "Individual
subscription" resource with a matching filter.
parameters:
- name: AlarmListRebuiltNotification
description: >
......@@ -312,7 +315,7 @@ paths:
description: >
204 NO CONTENT
The notification was delivered successfully.
Shall be returned when the notification has been delivered 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