diff --git a/src/SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml b/src/SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml index 0adf8a8ae03d1d411bbd2bfb1b77de87f6fa215f..40dccf96b1c3f57a8b89b707aba77bc3b5311e81 100644 --- a/src/SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml +++ b/src/SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml @@ -18,7 +18,7 @@ info: externalDocs: description: ETSI GS NFV-SOL 005 V3.3.1 - url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/xxx.pdf + url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.06.01_60/gs_NFV-SOL005v020701p.pdf servers: - url: http://127.0.0.1/vnfsnapshotpkgm/v1 @@ -29,18 +29,18 @@ paths: # API Versions # ############################################################################### /api_versions: - $ref: '../../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions' + $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions' /vnf_snapshot_packages: parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Version - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Authorization - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Accept + - $ref: ../components/SOL005_params.yaml#/components/parameters/Version + - $ref: ../components/SOL005_params.yaml#/components/parameters/Authorization + - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept post: description: | The POST method creates a new "Individual VNF snapshot package" resource. parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/ContentType + - $ref: ../components/SOL005_params.yaml#/components/parameters/ContentType requestBody: $ref: '#/components/requestBodies/CreateVnfSnapshotPkgInfoRequest' responses: @@ -73,85 +73,85 @@ paths: description: | The GET method queries the information of the VNF packages matching the filter. parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/filter - - $ref: ../../components/SOL005_params.yaml#/components/parameters/all_fields - - $ref: ../../components/SOL005_params.yaml#/components/parameters/fields - - $ref: ../../components/SOL005_params.yaml#/components/parameters/exclude_fields - - $ref: ../../components/SOL005_params.yaml#/components/parameters/exclude_default - - $ref: ../../components/SOL005_params.yaml#/components/parameters/nextpage_opaque_marker + - $ref: ../components/SOL005_params.yaml#/components/parameters/filter + - $ref: ../components/SOL005_params.yaml#/components/parameters/all_fields + - $ref: ../components/SOL005_params.yaml#/components/parameters/fields + - $ref: ../components/SOL005_params.yaml#/components/parameters/exclude_fields + - $ref: ../components/SOL005_params.yaml#/components/parameters/exclude_default + - $ref: ../components/SOL005_params.yaml#/components/parameters/nextpage_opaque_marker responses: 200: $ref: '#/components/responses/VnfSnapshotPackages.Get.200' 400: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/400 + $ref: ../responses/SOL005_resp.yaml#/components/responses/400 401: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/401 + $ref: ../responses/SOL005_resp.yaml#/components/responses/401 403: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/403 + $ref: ../responses/SOL005_resp.yaml#/components/responses/403 404: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/404 + $ref: ../responses/SOL005_resp.yaml#/components/responses/404 405: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/405 + $ref: ../responses/SOL005_resp.yaml#/components/responses/405 406: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/406 + $ref: ../responses/SOL005_resp.yaml#/components/responses/406 416: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/416 + $ref: ../responses/SOL005_resp.yaml#/components/responses/416 422: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/422 + $ref: ../responses/SOL005_resp.yaml#/components/responses/422 429: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/429 + $ref: ../responses/SOL005_resp.yaml#/components/responses/429 500: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/500 + $ref: ../responses/SOL005_resp.yaml#/components/responses/500 503: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/503 + $ref: ../responses/SOL005_resp.yaml#/components/responses/503 504: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/504 + $ref: ../responses/SOL005_resp.yaml#/components/responses/504 /vnf_snapshot_packages/{vnfSnapshotPkgId}: parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Version - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Authorization + - $ref: ../components/SOL005_params.yaml#/components/parameters/Version + - $ref: ../components/SOL005_params.yaml#/components/parameters/Authorization - $ref: '#/components/parameters/VnfSnapshotPkgId' get: description: | The GET method reads the information of an individual VNF snapshot package. parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Accept + - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept responses: 200: $ref: '#/components/responses/IndividualVNFSnapshotPackage.Get.200' 400: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/400 + $ref: ../responses/SOL005_resp.yaml#/components/responses/400 401: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/401 + $ref: ../responses/SOL005_resp.yaml#/components/responses/401 403: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/403 + $ref: ../responses/SOL005_resp.yaml#/components/responses/403 404: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/404 + $ref: ../responses/SOL005_resp.yaml#/components/responses/404 405: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/405 + $ref: ../responses/SOL005_resp.yaml#/components/responses/405 406: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/406 + $ref: ../responses/SOL005_resp.yaml#/components/responses/406 416: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/416 + $ref: ../responses/SOL005_resp.yaml#/components/responses/416 422: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/422 + $ref: ../responses/SOL005_resp.yaml#/components/responses/422 429: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/429 + $ref: ../responses/SOL005_resp.yaml#/components/responses/429 500: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/500 + $ref: ../responses/SOL005_resp.yaml#/components/responses/500 503: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/503 + $ref: ../responses/SOL005_resp.yaml#/components/responses/503 504: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/504 + $ref: ../responses/SOL005_resp.yaml#/components/responses/504 patch: description: | The PATCH method updates the information of a VNF snapshot package. parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/ContentType - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Accept + - $ref: ../components/SOL005_params.yaml#/components/parameters/ContentType + - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept requestBody: $ref: '#/components/requestBodies/VnfSnapshotPkgInfoModifications' responses: @@ -233,8 +233,8 @@ paths: /vnf_snapshot_packages/{vnfSnapshotPkgId}/package_content: parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Version - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Authorization + - $ref: ../components/SOL005_params.yaml#/components/parameters/Version + - $ref: ../components/SOL005_params.yaml#/components/parameters/Authorization - $ref: '#/components/parameters/VnfSnapshotPkgId' get: description: | @@ -243,39 +243,39 @@ paths: The content of the package is provided as onboarded to the NFVO, or as built by the NFVO. parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Accept - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Range + - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept + - $ref: ../components/SOL005_params.yaml#/components/parameters/Range responses: 200: $ref: '#/components/responses/VnfSnapshotPackageContent.Get.200' 206: $ref: '#/components/responses/VnfSnapshotPackageContent.Get.206' 400: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/400 + $ref: ../responses/SOL005_resp.yaml#/components/responses/400 401: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/401 + $ref: ../responses/SOL005_resp.yaml#/components/responses/401 403: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/403 + $ref: ../responses/SOL005_resp.yaml#/components/responses/403 404: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/404 + $ref: ../responses/SOL005_resp.yaml#/components/responses/404 405: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/405 + $ref: ../responses/SOL005_resp.yaml#/components/responses/405 406: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/406 + $ref: ../responses/SOL005_resp.yaml#/components/responses/406 409: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/409 + $ref: ../responses/SOL005_resp.yaml#/components/responses/409 416: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/416 + $ref: ../responses/SOL005_resp.yaml#/components/responses/416 422: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/422 + $ref: ../responses/SOL005_resp.yaml#/components/responses/422 429: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/429 + $ref: ../responses/SOL005_resp.yaml#/components/responses/429 500: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/500 + $ref: ../responses/SOL005_resp.yaml#/components/responses/500 503: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/503 + $ref: ../responses/SOL005_resp.yaml#/components/responses/503 504: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/504 + $ref: ../responses/SOL005_resp.yaml#/components/responses/504 put: description: | @@ -287,48 +287,48 @@ paths: to "application/zip" for a VNF snapshot package. The VNF snapshot package format is defined in ETSI GS NFV-SOL 010. parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/ContentType + - $ref: ../components/SOL005_params.yaml#/components/parameters/ContentType responses: 202: $ref: '#/components/responses/VnfSnapshotPackageContent.Put.202' 400: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/400 + $ref: ../responses/SOL005_resp.yaml#/components/responses/400 401: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/401 + $ref: ../responses/SOL005_resp.yaml#/components/responses/401 403: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/403 + $ref: ../responses/SOL005_resp.yaml#/components/responses/403 404: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/404 + $ref: ../responses/SOL005_resp.yaml#/components/responses/404 405: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/405 + $ref: ../responses/SOL005_resp.yaml#/components/responses/405 406: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/406 + $ref: ../responses/SOL005_resp.yaml#/components/responses/406 409: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/409 + $ref: ../responses/SOL005_resp.yaml#/components/responses/409 416: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/416 + $ref: ../responses/SOL005_resp.yaml#/components/responses/416 422: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/422 + $ref: ../responses/SOL005_resp.yaml#/components/responses/422 429: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/429 + $ref: ../responses/SOL005_resp.yaml#/components/responses/429 500: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/500 + $ref: ../responses/SOL005_resp.yaml#/components/responses/500 503: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/503 + $ref: ../responses/SOL005_resp.yaml#/components/responses/503 504: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/504 + $ref: ../responses/SOL005_resp.yaml#/components/responses/504 /vnf_snapshot_packages/{vnfSnapshotPkgId}/package_content/upload_from_uri: parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Version - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Authorization + - $ref: ../components/SOL005_params.yaml#/components/parameters/Version + - $ref: ../components/SOL005_params.yaml#/components/parameters/Authorization - $ref: '#/components/parameters/VnfSnapshotPkgId' post: description: | The POST method provides the information for the NFVO to get the content of a VNF snapshot package. parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/ContentType + - $ref: ../components/SOL005_params.yaml#/components/parameters/ContentType requestBody: $ref: '#/components/requestBodies/UploadVnfSnapshotPkgFromUriRequest' responses: @@ -359,8 +359,8 @@ paths: /vnf_snapshot_packages/{vnfSnapshotPkgId}/package_content/build: parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Version - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Authorization + - $ref: ../components/SOL005_params.yaml#/components/parameters/Version + - $ref: ../components/SOL005_params.yaml#/components/parameters/Authorization - $ref: '#/components/parameters/VnfSnapshotPkgId' post: description: | @@ -401,7 +401,7 @@ paths: NOTE: The format and provisions for building a VNF snapshot package are specified in ETSI GS NFV-SOL 010. parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/ContentType + - $ref: ../components/SOL005_params.yaml#/components/parameters/ContentType requestBody: $ref: '#/components/requestBodies/BuildVnfSnapshotPkgRequest' responses: @@ -432,8 +432,8 @@ paths: /vnf_snapshot_packages/{vnfSnapshotPkgId}/package_content/extract: parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Version - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Authorization + - $ref: ../components/SOL005_params.yaml#/components/parameters/Version + - $ref: ../components/SOL005_params.yaml#/components/parameters/Authorization - $ref: '#/components/parameters/VnfSnapshotPkgId' post: description: | @@ -459,7 +459,7 @@ paths: In addition, the NFVO shall update the "state" attribute of the "VnfSnapshotPkgInfo" during the extraction process and change it to "EXTRACTING". parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/ContentType + - $ref: ../components/SOL005_params.yaml#/components/parameters/ContentType requestBody: $ref: '#/components/requestBodies/ExtractVnfSnapshotPkgRequest' responses: @@ -490,8 +490,8 @@ paths: /vnf_snapshot_packages/{vnfSnapshotPkgId}/package_content/cancel: parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Version - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Authorization + - $ref: ../components/SOL005_params.yaml#/components/parameters/Version + - $ref: ../components/SOL005_params.yaml#/components/parameters/Authorization - $ref: '#/components/parameters/VnfSnapshotPkgId' post: description: | @@ -513,7 +513,7 @@ paths: still succeed, in which case the "state" attribute in the representation of the "Individual VNF snapshot package" resource shall represent the result of that operation, rather than the result of the cancellation. parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/ContentType + - $ref: ../components/SOL005_params.yaml#/components/parameters/ContentType requestBody: $ref: '#/components/requestBodies/CancelVnfSnapshotPkgOperationRequest' responses: @@ -544,44 +544,44 @@ paths: /vnf_snapshot_packages/{vnfSnapshotPkgId}/ext_artifacts_access: parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Version - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Authorization + - $ref: ../components/SOL005_params.yaml#/components/parameters/Version + - $ref: ../components/SOL005_params.yaml#/components/parameters/Authorization - $ref: '#/components/parameters/VnfSnapshotPkgId' get: description: | The GET method reads the access configuration information that is used by the NFVO to get the content of external VNF snapshot package artifacts. parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Accept + - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept responses: 200: $ref: '#/components/responses/ExternalArtifactsAccess.Get.200' 400: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/400 + $ref: ../responses/SOL005_resp.yaml#/components/responses/400 401: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/401 + $ref: ../responses/SOL005_resp.yaml#/components/responses/401 403: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/403 + $ref: ../responses/SOL005_resp.yaml#/components/responses/403 404: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/404 + $ref: ../responses/SOL005_resp.yaml#/components/responses/404 405: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/405 + $ref: ../responses/SOL005_resp.yaml#/components/responses/405 406: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/406 + $ref: ../responses/SOL005_resp.yaml#/components/responses/406 409: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/409 + $ref: ../responses/SOL005_resp.yaml#/components/responses/409 416: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/416 + $ref: ../responses/SOL005_resp.yaml#/components/responses/416 422: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/422 + $ref: ../responses/SOL005_resp.yaml#/components/responses/422 429: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/429 + $ref: ../responses/SOL005_resp.yaml#/components/responses/429 500: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/500 + $ref: ../responses/SOL005_resp.yaml#/components/responses/500 503: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/503 + $ref: ../responses/SOL005_resp.yaml#/components/responses/503 504: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/504 + $ref: ../responses/SOL005_resp.yaml#/components/responses/504 put: description: | @@ -595,43 +595,43 @@ paths: The resource representation in the payload body of the PUT request shall replace the current state of the resource. parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/ContentType + - $ref: ../components/SOL005_params.yaml#/components/parameters/ContentType requestBody: $ref: '#/components/requestBodies/VnfSnapshotPkgExtArtifactsAccessInfo' responses: 200: $ref: '#/components/responses/ExternalArtifactsAccess.Put.200' 400: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/400 + $ref: ../responses/SOL005_resp.yaml#/components/responses/400 401: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/401 + $ref: ../responses/SOL005_resp.yaml#/components/responses/401 403: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/403 + $ref: ../responses/SOL005_resp.yaml#/components/responses/403 404: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/404 + $ref: ../responses/SOL005_resp.yaml#/components/responses/404 405: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/405 + $ref: ../responses/SOL005_resp.yaml#/components/responses/405 406: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/406 + $ref: ../responses/SOL005_resp.yaml#/components/responses/406 409: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/409 + $ref: ../responses/SOL005_resp.yaml#/components/responses/409 416: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/416 + $ref: ../responses/SOL005_resp.yaml#/components/responses/416 422: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/422 + $ref: ../responses/SOL005_resp.yaml#/components/responses/422 429: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/429 + $ref: ../responses/SOL005_resp.yaml#/components/responses/429 500: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/500 + $ref: ../responses/SOL005_resp.yaml#/components/responses/500 503: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/503 + $ref: ../responses/SOL005_resp.yaml#/components/responses/503 504: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/504 + $ref: ../responses/SOL005_resp.yaml#/components/responses/504 /vnf_snapshot_packages/{vnfSnapshotPkgId}/artifacts/{artifactPath}: parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Version - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Authorization + - $ref: ../components/SOL005_params.yaml#/components/parameters/Version + - $ref: ../components/SOL005_params.yaml#/components/parameters/Authorization - $ref: '#/components/parameters/VnfSnapshotPkgId' - $ref: '#/components/parameters/ArtifactPath' get: @@ -648,8 +648,8 @@ paths: have to use the original URI of the present "Individual VNF snapshot package artifact" resource in future requests. parameters: - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Accept - - $ref: ../../components/SOL005_params.yaml#/components/parameters/Range + - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept + - $ref: ../components/SOL005_params.yaml#/components/parameters/Range responses: 200: $ref: '#/components/responses/IndividualArtifact.Get.200' @@ -658,31 +658,31 @@ paths: 302: $ref: '#/components/responses/IndividualArtifact.Get.302' 400: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/400 + $ref: ../responses/SOL005_resp.yaml#/components/responses/400 401: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/401 + $ref: ../responses/SOL005_resp.yaml#/components/responses/401 403: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/403 + $ref: ../responses/SOL005_resp.yaml#/components/responses/403 404: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/404 + $ref: ../responses/SOL005_resp.yaml#/components/responses/404 405: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/405 + $ref: ../responses/SOL005_resp.yaml#/components/responses/405 406: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/406 + $ref: ../responses/SOL005_resp.yaml#/components/responses/406 409: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/409 + $ref: ../responses/SOL005_resp.yaml#/components/responses/409 416: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/416 + $ref: ../responses/SOL005_resp.yaml#/components/responses/416 422: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/422 + $ref: ../responses/SOL005_resp.yaml#/components/responses/422 429: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/429 + $ref: ../responses/SOL005_resp.yaml#/components/responses/429 500: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/500 + $ref: ../responses/SOL005_resp.yaml#/components/responses/500 503: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/503 + $ref: ../responses/SOL005_resp.yaml#/components/responses/503 504: - $ref: ../../responses/SOL005_resp.yaml#/components/responses/504 + $ref: ../responses/SOL005_resp.yaml#/components/responses/504 components: parameters: @@ -784,8 +784,7 @@ components: required: true VnfSnapshotPkgExtArtifactsAccessInfo: - description: | - # ... + description: VOID content: application/json: schema: @@ -835,7 +834,7 @@ components: content: application/json: schema: - $ref: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfo + $ref: ../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfo VnfSnapshotPackages.Get.200: description: | @@ -886,7 +885,7 @@ components: schema: type: array items: - $ref: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfo + $ref: ../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfo IndividualVNFSnapshotPackage.Get.200: description: | @@ -919,7 +918,7 @@ components: content: application/json: schema: - $ref: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfo + $ref: ../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfo IndividualVNFSnapshotPackage.Patch.200: description: | @@ -952,7 +951,7 @@ components: content: application/json: schema: - $ref: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfoModifications + $ref: ../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgInfoModifications IndividualVNFSnapshotPackage.Delete.204: description: | @@ -1229,7 +1228,7 @@ components: content: application/json: schema: - $ref: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgExtArtifactsAccessInfo + $ref: ../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgExtArtifactsAccessInfo ExternalArtifactsAccess.Put.200: description: | @@ -1264,7 +1263,7 @@ components: content: application/json: schema: - $ref: ../../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgExtArtifactsAccessInfo + $ref: ../definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgExtArtifactsAccessInfo IndividualArtifact.Get.200: description: |