Commit 31ee5713 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL005_132: Clarification is added about the "artifactPath" field in an URI (VNF PM)

parent cac41684
......@@ -773,7 +773,7 @@ paths:
parameters:
- name: vnfPkgId
description: >
Identifier of the on-boarded VNF package.
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
VnfPackageChangeNotification.
......@@ -782,10 +782,13 @@ paths:
required: true
- name: artifactPath
description: >
Path of the artifact within the VNF package.
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 the "VNF packages"
resource.
Sequence of one or 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 the
"VNF packages" resource.
in: path
type: string
required: true
......
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