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
SOL002-SOL003
Commits
9adc09f1
Commit
9adc09f1
authored
Jul 17, 2019
by
Samir Medjiah
Browse files
SOL002_44 POST method (on Heal VNF task) response updated
parent
10150265
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml
View file @
9adc09f1
...
...
@@ -1112,7 +1112,7 @@ paths:
type
:
string
post
:
description
:
>
The POST method requests to heal a VNF instance
resource
.
The POST method requests to heal a VNF instance.
parameters
:
-
name
:
HealVnfRequest
description
:
Parameters for the Heal VNF operation.
...
...
@@ -1125,10 +1125,10 @@ paths:
description
:
>
202 ACCEPTED
The request
w
as accepted for processing, but the processing has not been completed.
The request
h
as
been
accepted for processing, but the processing has not been completed.
The response body shall be empty.
The HTTP response shall include a "Location" HTTP header that contains the URI of the
newly-created "VNF LCM operation occurrence" resource corresponding to the operation.
newly-created "
Individual
VNF LCM operation occurrence" resource corresponding to the operation.
headers
:
Content-Type
:
description
:
The MIME type of the body of the response.
...
...
@@ -1175,7 +1175,7 @@ paths:
409 CONFLICT
Error: The operation cannot be executed currently, due to a conflict with the state of the resource.
Typically, this is due to the fact that the VNF instance resource is in NOT_INSTANTIATED state,
Typically, this is due to the fact that the
"Individual
VNF instance
"
resource is in NOT_INSTANTIATED state,
or that another lifecycle management operation is ongoing.
The response body shall contain a ProblemDetails structure, in which the "detail" attribute shall
convey more information about the error.
...
...
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