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
0a9482cd
Commit
0a9482cd
authored
Jul 10, 2019
by
moscatelli
Browse files
SOL005_29/SOL005_30: PNF Descriptor Content GET and PUT methods updated
parent
f5cdefd1
Pipeline
#1233
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/SOL005/NSDManagement/NSDManagement.yaml
View file @
0a9482cd
...
@@ -1236,9 +1236,9 @@ paths:
...
@@ -1236,9 +1236,9 @@ paths:
description
:
>
description
:
>
200 OK
200 OK
On success,
the content of the PNFD
is returned. The payload
Shall be returned when
the content of the PNFD
has been read successfully.
body shall contain a copy of the file representing the PNFD.
The payload
body shall contain a copy of the file representing the PNFD.
The Content-Type" HTTP header shall be set to "text/plain".
The
"
Content-Type" HTTP header shall be set to "text/plain".
headers
:
headers
:
Content-Type
:
Content-Type
:
description
:
The MIME type of the body of the response.
description
:
The MIME type of the body of the response.
...
@@ -1275,7 +1275,8 @@ paths:
...
@@ -1275,7 +1275,8 @@ paths:
description
:
>
description
:
>
409 CONFLICT
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.
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
The response body shall contain a ProblemDetails structure, in which the "detail" attribute
shall convey more information about the error.
shall convey more information about the error.
...
@@ -1305,7 +1306,7 @@ paths:
...
@@ -1305,7 +1306,7 @@ paths:
description
:
>
description
:
>
204 NO CONTENT
204 NO CONTENT
The PNFD content
was
successfully uploaded and validated.
The PNFD content successfully uploaded and validated.
The response body shall be empty.
The response body shall be empty.
headers
:
headers
:
WWW-Authenticate
:
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