Download a function package from AWS TNB
Learn how to download a function package from the AWS TNB network functions catalog.
- Console
-
To download a function package using the console
-
Open the AWS TNB console at https://console.aws.amazon.com/tnb/
. -
In the navigation pane on the left side of the console, choose Function packages.
-
Use search box to find the function package
-
Choose the function package
-
Choose Actions, Download.
-
- AWS CLI
-
To download a function package using the AWS CLI
Use the get-sol-function-package-content command to download a function package.
aws tnb get-sol-function-package-content \ --vnf-pkg-id
^fp-[a-f0-9]{17}$
\ --accept "application/zip" \ --endpoint-url "https://tnb.us-west-2.amazonaws.com
" \ --regionus-west-2
View
Delete a package