:doc:`TelcoNetworkBuilder <../../tnb>` / Client / list_sol_network_packages

*************************
list_sol_network_packages
*************************



.. py:method:: TelcoNetworkBuilder.Client.list_sol_network_packages(**kwargs)

  

  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.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/ListSolNetworkPackages>`_  


  **Request Syntax**
  ::

    response = client.list_sol_network_packages(
        maxResults=123,
        nextToken='string'
    )
    
  :type maxResults: integer
  :param maxResults: 

    The maximum number of results to include in the response.

    

  
  :type nextToken: string
  :param nextToken: 

    The token for the next page of results.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'networkPackages': [
              {
                  'arn': 'string',
                  'id': 'string',
                  'metadata': {
                      'createdAt': datetime(2015, 1, 1),
                      'lastModified': datetime(2015, 1, 1)
                  },
                  'nsdDesigner': 'string',
                  'nsdId': 'string',
                  'nsdInvariantId': 'string',
                  'nsdName': 'string',
                  'nsdOnboardingState': 'CREATED'|'ONBOARDED'|'ERROR',
                  'nsdOperationalState': 'ENABLED'|'DISABLED',
                  'nsdUsageState': 'IN_USE'|'NOT_IN_USE',
                  'nsdVersion': 'string',
                  'vnfPkgIds': [
                      'string',
                  ]
              },
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **networkPackages** *(list) --* 

        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.

        
        

        - *(dict) --* 

          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.

          
          

          - **arn** *(string) --* 

            Network package ARN.

            
          

          - **id** *(string) --* 

            ID of the individual network package.

            
          

          - **metadata** *(dict) --* 

            The metadata of the network package.

            
            

            - **createdAt** *(datetime) --* 

              The date that the resource was created.

              
            

            - **lastModified** *(datetime) --* 

              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** *(string) --* 

            Onboarding state of the network service descriptor in the network package.

            
          

          - **nsdOperationalState** *(string) --* 

            Operational state of the network service descriptor in the network package.

            
          

          - **nsdUsageState** *(string) --* 

            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** *(list) --* 

            Identifies the function package for the function package descriptor referenced by the onboarded network package.

            
            

            - *(string) --* 
        
      
    
      

      - **nextToken** *(string) --* 

        The token to use to retrieve the next page of results. This value is ``null`` when there are no more results to return.

        
  
  **Exceptions**
  
  *   :py:class:`TelcoNetworkBuilder.Client.exceptions.InternalServerException`

  
  *   :py:class:`TelcoNetworkBuilder.Client.exceptions.ThrottlingException`

  
  *   :py:class:`TelcoNetworkBuilder.Client.exceptions.ValidationException`

  
  *   :py:class:`TelcoNetworkBuilder.Client.exceptions.AccessDeniedException`

  