v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433161130.9 KB

Creates 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. For more information, see Function packages in the Amazon Web Services Telco Network Builder User Guide.

Creating a function package is the first step for creating a network in AWS TNB. This request creates an empty container with an ID. The next step is to upload the actual CSAR zip file into that empty container. To upload function package content, see PutSolFunctionPackageContent.

post/sol/vnfpkgm/v1/vnf_packages

Request body

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.

Response

Success

arnstring required

Function package ARN.

idstring required

ID of the function package.

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

Onboarding state of the function package.

operationalState'ENABLED' | 'DISABLED' required

Operational state of the function package.

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

Usage state of the function package.