Loading src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml +4 −4 Original line number Diff line number Diff line Loading @@ -223,7 +223,7 @@ paths: - the signatures of the individual files (if available in the package). parameters: - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signature - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signatures responses: "200": $ref: '#/components/responses/IndividualVnfPackageVnfd.Get' Loading Loading @@ -332,7 +332,7 @@ paths: The GET method reads the content of the manifest within a VNF package. parameters: - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signature - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signatures responses: "200": $ref: '#/components/responses/IndividualVnfPackageManifest.Get' Loading Loading @@ -474,7 +474,7 @@ paths: parameters: - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept - $ref: ../components/SOL005_params.yaml#/components/parameters/Range - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signature - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signatures - $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 Loading Loading @@ -572,7 +572,7 @@ paths: parameters: - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept - $ref: ../components/SOL005_params.yaml#/components/parameters/Range - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signature - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signatures responses: "200": $ref: '#/components/responses/IndividualVnfPackageArtifact.Get' Loading src/SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml +6 −6 Original line number Diff line number Diff line Loading @@ -834,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: | Loading Loading @@ -885,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: | Loading Loading @@ -918,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: | Loading Loading @@ -951,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: | Loading Loading @@ -1228,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: | Loading Loading @@ -1263,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: | Loading src/SOL005/VNFSnapshotPackageManagement/definitions/SOL005VNFSnapshotPackageManagement_def.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ definitions: to be excluded per attribute selector. type: array items: $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifierlocal" $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierLocal" isFullSnapshot: description: > Value is TRUE in case of a "full" VNF snapshot package, i.e., containing all snapshotted Loading Loading @@ -406,8 +406,8 @@ definitions: type: string VnfSnapshotPkgExtArtifactsAccessInfo: description: > ... description: > #no definition found VnfSnapshotPkgExtArtifactsAccessInfo description ! type: string VnfSnapshotPkgExtArtifactsAccessConfig: Loading src/SOL005/components/SOL005_params.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -130,8 +130,8 @@ components: schema: type: string include_signature: name: include_signature include_signatures: name: include_signatures description: > If this parameter is provided, the NFVO shall include in the ZIP archive the security information as specified above. Loading src/SOL005/definitions/SOL005_def.yaml +19 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,12 @@ definitions: A number as defined in IETF RFC 8259. type: number UnsignedInt: description: > Unsigned integer number type: integer minimum: 0 KeyValuePairs: description: > This type represents a list of key-value pairs. The order of the pairs in the list is not significant. Loading Loading @@ -286,6 +292,19 @@ definitions: Identifier of the VNF Virtual Link Descriptor (VLD) in the VNFD. type: string IdentifierLocal: description: > An identifier that is unique within a limited local scope other than above listed identifiers, such as within a complex data structure or within a request-response pair. Representation: string of variable length. type: string IdentifierInVnf: description: > An identifier that is unique for the respective type within a VNF instance, but may not be globally unique. type: string ApiVersionInformation: description: > This type represents API version information. Loading Loading
src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml +4 −4 Original line number Diff line number Diff line Loading @@ -223,7 +223,7 @@ paths: - the signatures of the individual files (if available in the package). parameters: - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signature - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signatures responses: "200": $ref: '#/components/responses/IndividualVnfPackageVnfd.Get' Loading Loading @@ -332,7 +332,7 @@ paths: The GET method reads the content of the manifest within a VNF package. parameters: - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signature - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signatures responses: "200": $ref: '#/components/responses/IndividualVnfPackageManifest.Get' Loading Loading @@ -474,7 +474,7 @@ paths: parameters: - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept - $ref: ../components/SOL005_params.yaml#/components/parameters/Range - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signature - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signatures - $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 Loading Loading @@ -572,7 +572,7 @@ paths: parameters: - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept - $ref: ../components/SOL005_params.yaml#/components/parameters/Range - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signature - $ref: ../components/SOL005_params.yaml#/components/parameters/include_signatures responses: "200": $ref: '#/components/responses/IndividualVnfPackageArtifact.Get' Loading
src/SOL005/VNFSnapshotPackageManagement/VNFSnapshotPackageManagement.yaml +6 −6 Original line number Diff line number Diff line Loading @@ -834,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: | Loading Loading @@ -885,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: | Loading Loading @@ -918,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: | Loading Loading @@ -951,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: | Loading Loading @@ -1228,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: | Loading Loading @@ -1263,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: | Loading
src/SOL005/VNFSnapshotPackageManagement/definitions/SOL005VNFSnapshotPackageManagement_def.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ definitions: to be excluded per attribute selector. type: array items: $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifierlocal" $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierLocal" isFullSnapshot: description: > Value is TRUE in case of a "full" VNF snapshot package, i.e., containing all snapshotted Loading Loading @@ -406,8 +406,8 @@ definitions: type: string VnfSnapshotPkgExtArtifactsAccessInfo: description: > ... description: > #no definition found VnfSnapshotPkgExtArtifactsAccessInfo description ! type: string VnfSnapshotPkgExtArtifactsAccessConfig: Loading
src/SOL005/components/SOL005_params.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -130,8 +130,8 @@ components: schema: type: string include_signature: name: include_signature include_signatures: name: include_signatures description: > If this parameter is provided, the NFVO shall include in the ZIP archive the security information as specified above. Loading
src/SOL005/definitions/SOL005_def.yaml +19 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,12 @@ definitions: A number as defined in IETF RFC 8259. type: number UnsignedInt: description: > Unsigned integer number type: integer minimum: 0 KeyValuePairs: description: > This type represents a list of key-value pairs. The order of the pairs in the list is not significant. Loading Loading @@ -286,6 +292,19 @@ definitions: Identifier of the VNF Virtual Link Descriptor (VLD) in the VNFD. type: string IdentifierLocal: description: > An identifier that is unique within a limited local scope other than above listed identifiers, such as within a complex data structure or within a request-response pair. Representation: string of variable length. type: string IdentifierInVnf: description: > An identifier that is unique for the respective type within a VNF instance, but may not be globally unique. type: string ApiVersionInformation: description: > This type represents API version information. Loading