From 383f2e797afe8687847a0fa967c9b49dbceb3f0e Mon Sep 17 00:00:00 2001 From: Samir Medjiah <samir.medjiah@gmail.com> Date: Wed, 17 Jul 2019 09:03:49 +0200 Subject: [PATCH] SOL002_69 POST Method (on Notification endpoint) request and response updated --- .../VNFLifecycleManagementNotification.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml b/src/SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml index 71cd14f8..3611ba47 100644 --- a/src/SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml +++ b/src/SOL002/VNFLifecycleManagementNotification/VNFLifecycleManagementNotification.yaml @@ -58,7 +58,7 @@ paths: The POST method delivers a notification from the server to the client. parameters: - name: VnfLcmOperationOccurrenceNotification - description: A notification about on-boarding of a VNF package. + description: A notification about lifecycle changes triggered by a VNF LCM operation occurrence. in: body required: true schema: @@ -82,7 +82,7 @@ paths: description: > 204 NO CONTENT - The notification was delivered successfully. + The notification has been delivered successfully. headers: WWW-Authenticate: description: > @@ -196,7 +196,7 @@ paths: - name: VnfIdentifierCreationNotification description: > A notification about the creation of a VNF identifier and the - related VNF instance resource. + related "Individual VNF instance" resource. in: body required: true schema: @@ -220,7 +220,7 @@ paths: description: > 204 NO CONTENT - The notification was delivered successfully. + The notification has been delivered successfully. headers: WWW-Authenticate: description: > @@ -334,7 +334,7 @@ paths: - name: VnfIdentifierDeletionNotification description: > A notification about the deletion of a VNF identifier and the - related VNF instance resource. + related "Individual VNF instance" resource. in: body required: true schema: @@ -358,7 +358,7 @@ paths: description: > 204 NO CONTENT - The notification was delivered successfully. + The notification has been delivered successfully. headers: WWW-Authenticate: description: > -- GitLab