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
ace04e85
Commit
ace04e85
authored
Feb 05, 2021
by
Giacomo Bernini
Browse files
fixed typo
parent
2c3c1fa7
Pipeline
#5942
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml
View file @
ace04e85
...
...
@@ -1991,21 +1991,22 @@ paths:
in
:
header
required
:
false
type
:
string
-
name
:
cancelMode
description
:
>
The POST request to this resource shall include a CancelMode
structure in the payload body to choose between "graceful" and
"forceful" cancellation.
in
:
body
required
:
true
schema
:
$ref
:
"
../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CancelMode"
post
:
description
:
>
The POST method initiates cancelling an ongoing VNF lifecycle
operation while it is being executed or rolled back, i.e. the related
"Individual VNF LCM operation occurrence" is either in "PROCESSING" or
"ROLLING_BACK" state.
parameters
:
-
name
:
cancelMode
description
:
>
The POST request to this resource shall include a CancelMode
structure in the payload body to choose between "graceful" and
"forceful" cancellation.
in
:
body
required
:
true
schema
:
$ref
:
"
../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CancelMode"
responses
:
202
:
description
:
>
...
...
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