:doc:`IoTWireless <../../iotwireless>` / Client / get_network_analyzer_configuration

**********************************
get_network_analyzer_configuration
**********************************



.. py:method:: IoTWireless.Client.get_network_analyzer_configuration(**kwargs)

  

  Get network analyzer configuration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotwireless-2020-11-22/GetNetworkAnalyzerConfiguration>`_  


  **Request Syntax**
  ::

    response = client.get_network_analyzer_configuration(
        ConfigurationName='string'
    )
    
  :type ConfigurationName: string
  :param ConfigurationName: **[REQUIRED]** 

    Name of the network analyzer configuration.

    

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

    
    ::

      {
          'TraceContent': {
              'WirelessDeviceFrameInfo': 'ENABLED'|'DISABLED',
              'LogLevel': 'INFO'|'ERROR'|'DISABLED',
              'MulticastFrameInfo': 'ENABLED'|'DISABLED'
          },
          'WirelessDevices': [
              'string',
          ],
          'WirelessGateways': [
              'string',
          ],
          'Description': 'string',
          'Arn': 'string',
          'Name': 'string',
          'MulticastGroups': [
              'string',
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **TraceContent** *(dict) --* 

        Trace content for your wireless devices, gateways, and multicast groups.

        
        

        - **WirelessDeviceFrameInfo** *(string) --* 

          ``FrameInfo`` of your wireless device resources for the trace content. Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.

          
        

        - **LogLevel** *(string) --* 

          The log level for a log message. The log levels can be disabled, or set to ``ERROR`` to display less verbose logs containing only error information, or to ``INFO`` for more detailed logs.

          
        

        - **MulticastFrameInfo** *(string) --* 

          ``FrameInfo`` of your multicast group resources for the trace content. Use FrameInfo to debug the multicast communication between your multicast groups and the network server.

          
    
      

      - **WirelessDevices** *(list) --* 

        List of wireless device resources that have been added to the network analyzer configuration.

        
        

        - *(string) --* 

          The ID of the wireless device.

          
    
      

      - **WirelessGateways** *(list) --* 

        List of wireless gateway resources that have been added to the network analyzer configuration.

        
        

        - *(string) --* 
    
      

      - **Description** *(string) --* 

        The description of the new resource.

        
      

      - **Arn** *(string) --* 

        The Amazon Resource Name of the new resource.

        
      

      - **Name** *(string) --* 

        Name of the network analyzer configuration.

        
      

      - **MulticastGroups** *(list) --* 

        List of multicast group resources that have been added to the network analyzer configuration.

        
        

        - *(string) --* 

          The ID of the multicast group.

          
    
  
  **Exceptions**
  
  *   :py:class:`IoTWireless.Client.exceptions.ValidationException`

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

  
  *   :py:class:`IoTWireless.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`IoTWireless.Client.exceptions.InternalServerException`

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

  