v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433161130.9 KB

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

get/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}

Path parameters

vnfPkgIdstring required

ID of the function package.

Response

Success

arnstring required

Function package ARN.

idstring required

Function package ID.

onboardingState'CREATED' | 'ONBOARDED' | 'ERROR' required

Function package onboarding state.

operationalState'ENABLED' | 'DISABLED' required

Function package operational state.

tagsobject

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

usageState'IN_USE' | 'NOT_IN_USE' required

Function package usage state.

vnfProductNamestring

Network function product name.

vnfProviderstring

Network function provider.

vnfdIdstring

Function package descriptor ID.

vnfdVersionstring

Function package descriptor version.