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

Fixed issues from SOL WG review

parent f6fce2fd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -15,7 +15,7 @@ info:
  license:
  license:
    name: ETSI Forge copyright notice
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
    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:
externalDocs:
  description: ETSI GS NFV-SOL 005 V3.3.1
  description: ETSI GS NFV-SOL 005 V3.3.1
+6 −0
Original line number Original line Diff line number Diff line
@@ -1674,6 +1674,12 @@ definitions:
        description: >
        description: >
          Identifier of the VirtualStorageDesc in the VNFD.
          Identifier of the VirtualStorageDesc in the VNFD.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInVnfd"
        $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:
      storageResource:
        description: >
        description: >
          Reference to the VirtualStorage resource.
          Reference to the VirtualStorage resource.
+1 −1
Original line number Original line Diff line number Diff line
@@ -15,7 +15,7 @@ info:
  license:
  license:
    name: ETSI Forge copyright notice
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
    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:
externalDocs:
  description: ETSI GS NFV-SOL 005 V3.3.1
  description: ETSI GS NFV-SOL 005 V3.3.1
+2 −1
Original line number Original line Diff line number Diff line
@@ -12,7 +12,7 @@ info:
  license:
  license:
    name: ETSI Forge copyright notice
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
    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:
externalDocs:
  description: ETSI GS NFV-SOL 005 V2.7.1
  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_mano_artifacts
        - $ref: ../components/SOL005_params.yaml#/components/parameters/exclude_all_non_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/select_non_mano_artifact_sets
        - $ref: ../components/SOL005_params.yaml#/components/parameters/include_external_artifacts
      responses:
      responses:
        "200":
        "200":
          $ref: '#/components/responses/IndividualVnfPackageArtifacts.Get'
          $ref: '#/components/responses/IndividualVnfPackageArtifacts.Get'
+14 −0
Original line number Original line Diff line number Diff line
@@ -178,3 +178,17 @@ components:
      explode: true
      explode: true
      schema:
      schema:
        type: string
        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