Skip to content

Get Sol Network Package Descriptor

telconetworkbuilder_get_sol_network_package_descriptor R Documentation

Gets the content of the network service descriptor

Description

Gets the content of the network service descriptor.

A network service descriptor is a .yaml file in a network package that uses the TOSCA standard to describe the network functions you want to deploy and the Amazon Web Services infrastructure you want to deploy the network functions on.

Usage

telconetworkbuilder_get_sol_network_package_descriptor(nsdInfoId)

Arguments

nsdInfoId

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

Value

A list with the following syntax:

list(
  contentType = "text/plain",
  nsd = raw
)

Request syntax

svc$get_sol_network_package_descriptor(
  nsdInfoId = "string"
)