From 38fcfcad5ec08cda7e37e54fa307d90f63e4a212 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 27 Mar 2019 01:06:56 +0100 Subject: [PATCH] SOL003_98: Parameters of the "Individual VNF package artifact" resource have been updated --- src/SOL003/VNFPackageManagement/VNFPackageManagement.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/SOL003/VNFPackageManagement/VNFPackageManagement.yaml b/src/SOL003/VNFPackageManagement/VNFPackageManagement.yaml index 7c93a66c..2ba11fdf 100644 --- a/src/SOL003/VNFPackageManagement/VNFPackageManagement.yaml +++ b/src/SOL003/VNFPackageManagement/VNFPackageManagement.yaml @@ -426,7 +426,9 @@ paths: parameters: - name: artifactPath description: > - Path of the artifact within the VNF package. + Sequence of one or more path segments representing the path of + the artifact within the VNF package. + EXAMPLE: foo/bar/run.sh This identifier can be retrieved from the "artifactPath" attribute of the applicable "additionalArtifacts" entry in the body of the response to a GET request querying the "Individual VNF package" or @@ -436,7 +438,7 @@ paths: required: true - name: vnfPkgId description: > - Identifier of the on-boarded VNF package. The identifier is + Identifier of the VNF package. The identifier is allocated by the NFVO. This identifier can be retrieved from the "vnfPkgId" attribute in the VnfPackageOnboardingNotification or -- GitLab