Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL005
Commits
ec66b2ee
Commit
ec66b2ee
authored
Jul 05, 2019
by
moscatelli
Browse files
SOL005_15/SOL005_16: NSD Content GET and PUT methods updated
parent
11e32507
Pipeline
#1226
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSDManagement/NSDManagement.yaml
View file @
ec66b2ee
...
...
@@ -570,7 +570,7 @@ paths:
description
:
>
200 OK
On success,
the content of the NSD
is returned
.
Shall be returned when
the content of the NSD
has been read successfully
.
The payload body shall contain a copy of the file
representing the NSD or a ZIP file that contains the file
or multiple files representing the NSD, as specified
...
...
@@ -625,7 +625,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 "nsdOnboardingState" 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.
...
...
@@ -679,7 +680,7 @@ paths:
description
:
>
202 ACCEPTED
The NSD content
w
as accepted for uploading, but the processing has not been completed.
The NSD content
h
as
been
accepted for uploading, but the processing has not been completed.
It is expected to take some time for processing (asynchronous mode).
The response body shall be empty.
...
...
@@ -710,7 +711,7 @@ paths:
description
:
>
204 NO CONTENT
The NSD content
was
successfully uploaded and validated (synchronous mode).
The NSD content successfully uploaded and validated (synchronous mode).
The response body shall be empty.
headers
:
WWW-Authenticate
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment