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

**************************
list_sol_function_packages
**************************



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

  

  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.

  

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


  **Request Syntax**
  ::

    response = client.list_sol_function_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**

    
    ::

      {
          'functionPackages': [
              {
                  'arn': 'string',
                  'id': 'string',
                  'metadata': {
                      'createdAt': datetime(2015, 1, 1),
                      'lastModified': datetime(2015, 1, 1)
                  },
                  'onboardingState': 'CREATED'|'ONBOARDED'|'ERROR',
                  'operationalState': 'ENABLED'|'DISABLED',
                  'usageState': 'IN_USE'|'NOT_IN_USE',
                  'vnfProductName': 'string',
                  'vnfProvider': 'string',
                  'vnfdId': 'string',
                  'vnfdVersion': 'string'
              },
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **functionPackages** *(list) --* 

        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.

        
        

        - *(dict) --* 

          Information about a function package.

           

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

            Function package ARN.

            
          

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

            ID of the function package.

            
          

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

            The metadata of the function package.

            
            

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

              The date that the resource was created.

              
            

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

              The date that the resource was last modified.

              
        
          

          - **onboardingState** *(string) --* 

            Onboarding state of the function package.

            
          

          - **operationalState** *(string) --* 

            Operational state of the function package.

            
          

          - **usageState** *(string) --* 

            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 ``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`

  