Skip to content
Snippets Groups Projects
Commit f84d9a00 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fix bug#76

parent 6e5de5ab
Branches
No related merge requests found
......@@ -1991,6 +1991,15 @@ 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
......
......@@ -59,7 +59,7 @@ definitions:
description: >
Identifies the version of the VNFD. The value is copied from the VNFD.
$ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Version"
vnfPkgInfoId:
vnfPkgId:
description: >
Identifier of information held by the NFVO about the specific VNF
package on which the VNF is based. This identifier was allocated by the
......
......@@ -516,6 +516,7 @@ definitions:
required:
- id
- vnfVirtualLinkDescId
- networkResource
properties:
id:
description: >
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment