Get Sol Function Package Content
telconetworkbuilder_get_sol_function_package_content | R Documentation |
Gets the contents of a function package¶
Description¶
Gets the contents of a function package.
A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
Usage¶
telconetworkbuilder_get_sol_function_package_content(accept, vnfPkgId)
Arguments¶
accept |
[required] The format of the package that you want to download from the function packages. |
vnfPkgId |
[required] ID of the function package. |
Value¶
A list with the following syntax:
list(
contentType = "application/zip",
packageContent = raw
)
Request syntax¶
svc$get_sol_function_package_content(
accept = "application/zip",
vnfPkgId = "string"
)