Skip to content

Get Sol Network Package Content

telconetworkbuilder_get_sol_network_package_content R Documentation

Gets the contents of a network package

Description

Gets the contents of a network package.

A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.

Usage

telconetworkbuilder_get_sol_network_package_content(accept, nsdInfoId)

Arguments

accept

[required] The format of the package you want to download from the network package.

nsdInfoId

[required] ID of the network service descriptor in the network package.

Value

A list with the following syntax:

list(
  contentType = "application/zip",
  nsdContent = raw
)

Request syntax

svc$get_sol_network_package_content(
  accept = "application/zip",
  nsdInfoId = "string"
)