---
title: "GET /sol/nsd/v1/ns_descriptors"
method: GET
path: "/sol/nsd/v1/ns_descriptors"
---

# GET /sol/nsd/v1/ns_descriptors

`GET /sol/nsd/v1/ns_descriptors`

Lists network packages.

A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.

## Query parameters

- `max_results` integer
- `nextpage_opaque_marker` string

## Response `200`

Success

- ListSolNetworkPackagesOutput
  - `networkPackages` ListSolNetworkPackageInfo[], required — Network packages. A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.
    - `arn` string, required — Network package ARN.
    - `id` string, required — ID of the individual network package.
    - `metadata` object, required — The metadata of the network 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.
    - `nsdDesigner` string — Designer of the onboarded network service descriptor in the network package.
    - `nsdId` string — ID of the network service descriptor on which the network package is based.
    - `nsdInvariantId` string — Identifies a network service descriptor in a version independent manner.
    - `nsdName` string — Name of the onboarded network service descriptor in the network package.
    - `nsdOnboardingState` 'CREATED' | 'ONBOARDED' | 'ERROR', required — Onboarding state of the network service descriptor in the network package.
    - `nsdOperationalState` 'ENABLED' | 'DISABLED', required — Operational state of the network service descriptor in the network package.
    - `nsdUsageState` 'IN_USE' | 'NOT_IN_USE', required — Usage state of the network service descriptor in the network package.
    - `nsdVersion` string — Version of the onboarded network service descriptor in the network package.
    - `vnfPkgIds` VnfPkgId[] — Identifies the function package for the function package descriptor referenced by the onboarded network package.
  - `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)
