---
title: "GET /sol/vnfpkgm/v1/vnf_packages"
method: GET
path: "/sol/vnfpkgm/v1/vnf_packages"
---

# GET /sol/vnfpkgm/v1/vnf_packages

`GET /sol/vnfpkgm/v1/vnf_packages`

Lists information about function packages.

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.

## Query parameters

- `max_results` integer
- `nextpage_opaque_marker` string

## Response `200`

Success

- ListSolFunctionPackagesOutput
  - `functionPackages` ListSolFunctionPackageInfo[], required — Function packages. 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.
    - `arn` string, required — Function package ARN.
    - `id` string, required — ID of the function package.
    - `metadata` object — The metadata of the function package.
      - `createdAt` string, date-time, required — The date that the resource was created.
      - `lastModified` string, date-time, required — The date that the resource was last modified.
    - `onboardingState` 'CREATED' | 'ONBOARDED' | 'ERROR', required — Onboarding state of the function package.
    - `operationalState` 'ENABLED' | 'DISABLED', required — Operational state of the function package.
    - `usageState` 'IN_USE' | 'NOT_IN_USE', required — Usage state of the function package.
    - `vnfProductName` string — The product name for the network function.
    - `vnfProvider` string — Provider of the function package and the function package descriptor.
    - `vnfdId` string — Identifies the function package and the function package descriptor.
    - `vnfdVersion` string — Identifies the version of the function package descriptor.
  - `nextToken` string — The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.

## Other responses

- `480` — InternalServerException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/tnb.md) · [All operations](https://skmtc.net/aws/apis/tnb/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/tnb/versions/0ae8563a8404/schema)
