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

# GET /sol/nsd/v1/ns_descriptors/{nsdInfoId}

`GET /sol/nsd/v1/ns_descriptors/{nsdInfoId}`

Gets the details of a network package.

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.

## Path parameters

- `nsdInfoId` string, required

## Response `200`

Success

- GetSolNetworkPackageOutput
  - `arn` string, required — Network package ARN.
  - `id` string, required — Network package ID.
  - `metadata` GetSolNetworkPackageMetadata, required — <p>Metadata associated with a network package.</p> <p>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.</p>
    - `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.
    - `nsd` object — Metadata related to the onboarded network service descriptor in the network package.
      - `overrides` ToscaOverride[] — Lists network package overrides.
        - `defaultValue` string — Default value for the override.
        - `name` string — Name of the TOSCA override.
  - `nsdId` string, required — Network service descriptor ID.
  - `nsdName` string, required — Network service descriptor name.
  - `nsdOnboardingState` 'CREATED' | 'ONBOARDED' | 'ERROR', required — Network service descriptor onboarding state.
  - `nsdOperationalState` 'ENABLED' | 'DISABLED', required — Network service descriptor operational state.
  - `nsdUsageState` 'IN_USE' | 'NOT_IN_USE', required — Network service descriptor usage state.
  - `nsdVersion` string, required — Network service descriptor version.
  - `tags` object — 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.
  - `vnfPkgIds` VnfPkgId[], required — Identifies the function package for the function package descriptor referenced by the onboarded network package.

## Other responses

- `480` — InternalServerException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — ResourceNotFoundException
- `484` — 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)
