getSolFunctionPackage

Gets the details of an individual function package, such as the operational state and whether the package is in use.

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..

Samples


fun main() { 
   //sampleStart 
   // Describe a function package with correct vnfPkgId
val resp = tnbClient.getSolFunctionPackage {
    vnfPkgId = "fp-07aa863e53460a2a6"
} 
   //sampleEnd
}