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
7e105b9e
Commit
7e105b9e
authored
Jun 05, 2020
by
Francesca Moscatelli
Browse files
VNF Pkg Management Interface migrated to OpenAPI 3.0.2
parent
0ac205bb
Pipeline
#3721
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml
View file @
7e105b9e
This diff is collapsed.
Click to expand it.
src/SOL005/components/SOL005_params.yaml
View file @
7e105b9e
...
...
@@ -36,6 +36,19 @@ components:
schema
:
type
:
string
Range
:
name
:
Range
in
:
header
description
:
|
The request may contain a "Range" HTTP header to obtain single range of bytes from the VNF package file.
This can be used to continue an aborted transmission.
If the NFVO does not support range requests, it should return the whole file with a 200 OK response instead.
required
:
false
style
:
simple
explode
:
false
schema
:
type
:
string
filter
:
name
:
filter
description
:
>
...
...
@@ -114,5 +127,54 @@ components:
according to clause 5.4.2.1 of ETSI GS NFV-SOL 013 for this resource.
in
:
query
required
:
false
schema
:
type
:
string
include_signature
:
name
:
include_signature
description
:
>
If this parameter is provided, the NFVO shall include in the ZIP archive the security information
as specified above.
This URI query parameter is a flag, i.e. it shall have no value. The NFVO shall support this parameter.
in
:
query
required
:
false
schema
:
type
:
string
exclude_all_mano_artifacts
:
name
:
exclude_all_mano_artifacts
in
:
query
description
:
|
Flag (i.e. parameter without value) that instructs the NFVO to exclude the set of additional MANO artifacts
(i.e. those that are not images) from the response payload body. The NFVO shall support this parameter.
The VNFM may supply this parameter.
required
:
false
style
:
form
explode
:
true
schema
:
type
:
string
exclude_all_non_mano_artifacts
:
name
:
exclude_all_non_mano_artifacts
in
:
query
description
:
|
Flag (i.e. parameter without value) that instructs the NFVO to exclude the set of non-MANO artifacts from the
response payload body. The NFVO shall support this parameter. The VNFM may supply this parameter.
required
:
false
style
:
form
explode
:
true
schema
:
type
:
string
select_non_mano_artifact_sets
:
name
:
select_non_mano_artifact_sets
in
:
query
description
:
|
Comma-separated list of non-MANO artifact set identifiers for which the artifacts are to be included in the
response body. The NFVO should support this parameter. If the NFVO does not support this parameter, it shall
ignore it, i.e. provide a response as if no parameter was provided. The VNFM may supply this parameter.
required
:
false
style
:
form
explode
:
true
schema
:
type
:
string
\ No newline at end of file
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