From 0a9482cd28d781145dd085a6e7cbd550a6203212 Mon Sep 17 00:00:00 2001 From: moscatelli Date: Wed, 10 Jul 2019 11:31:55 +0200 Subject: [PATCH] SOL005_29/SOL005_30: PNF Descriptor Content GET and PUT methods updated --- src/SOL005/NSDManagement/NSDManagement.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/SOL005/NSDManagement/NSDManagement.yaml b/src/SOL005/NSDManagement/NSDManagement.yaml index 0eda23e..61b3f72 100644 --- a/src/SOL005/NSDManagement/NSDManagement.yaml +++ b/src/SOL005/NSDManagement/NSDManagement.yaml @@ -1236,9 +1236,9 @@ paths: description: > 200 OK - On success, the content of the PNFD is returned. The payload - body shall contain a copy of the file representing the PNFD. - The Content-Type" HTTP header shall be set to "text/plain". + Shall be returned when the content of the PNFD has been read successfully. + The payload body shall contain a copy of the file representing the PNFD. + The "Content-Type" HTTP header shall be set to "text/plain". headers: Content-Type: description: The MIME type of the body of the response. @@ -1275,7 +1275,8 @@ paths: description: > 409 CONFLICT - Error: The operation cannot be executed currently, due to a conflict with the state of the resource. + Shall be returned upon the following error: The operation cannot be executed currently, + due to a conflict with the state of the resource. Typically, this is due to the fact pnfdOnboardingState has a value different from ONBOARDED. The response body shall contain a ProblemDetails structure, in which the "detail" attribute shall convey more information about the error. @@ -1305,7 +1306,7 @@ paths: description: > 204 NO CONTENT - The PNFD content was successfully uploaded and validated. + The PNFD content successfully uploaded and validated. The response body shall be empty. headers: WWW-Authenticate: -- GitLab