Commit 09b33da5 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

Fixed issues from SOL WG review

parent f6fce2fd
Pipeline #4735 passed with stage
in 0 seconds
......@@ -15,7 +15,7 @@ info:
license:
name: ETSI Forge copyright notice
url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
version: 2.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs:
description: ETSI GS NFV-SOL 005 V3.3.1
......
......@@ -1674,6 +1674,12 @@ definitions:
description: >
Identifier of the VirtualStorageDesc in the VNFD.
$ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInVnfd"
vnfdId:
description: >
Identifier of the VNFD.
Shall be present in case the value differs from the vnfdId attribute of the VnfInstance
(e.g. during a "Change current VNF package" operation or due to its final failure).
$ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
storageResource:
description: >
Reference to the VirtualStorage resource.
......
......@@ -15,7 +15,7 @@ info:
license:
name: ETSI Forge copyright notice
url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
version: 2.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs:
description: ETSI GS NFV-SOL 005 V3.3.1
......
......@@ -12,7 +12,7 @@ info:
license:
name: ETSI Forge copyright notice
url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
version: 2.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs:
description: ETSI GS NFV-SOL 005 V2.7.1
......@@ -478,6 +478,7 @@ paths:
- $ref: ../components/SOL005_params.yaml#/components/parameters/exclude_all_mano_artifacts
- $ref: ../components/SOL005_params.yaml#/components/parameters/exclude_all_non_mano_artifacts
- $ref: ../components/SOL005_params.yaml#/components/parameters/select_non_mano_artifact_sets
- $ref: ../components/SOL005_params.yaml#/components/parameters/include_external_artifacts
responses:
"200":
$ref: '#/components/responses/IndividualVnfPackageArtifacts.Get'
......
......@@ -176,5 +176,19 @@ components:
required: false
style: form
explode: true
schema:
type: string
include_external_artifacts:
name: include_external_artifacts
in: query
description: |
Flag (i.e. parameter without value) that instructs the NFVO to include external artifacts in the response
payload body. It shall not be treated as an error if this flag is provided but there is no external artifact
to include in the result. If this parameter is missing, no external artifacts shall be included.
The NFVO shall support this parameter. The OSS/BSS may supply this parameter.
required: false
style: form
explode: true
schema:
type: string
\ No newline at end of file
Supports Markdown
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