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

*******************************
get_wireless_gateway_statistics
*******************************



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

  

  Gets operating information about a wireless gateway.

  

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


  **Request Syntax**
  ::

    response = client.get_wireless_gateway_statistics(
        WirelessGatewayId='string'
    )
    
  :type WirelessGatewayId: string
  :param WirelessGatewayId: **[REQUIRED]** 

    The ID of the wireless gateway for which to get the data.

    

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

    
    ::

      {
          'WirelessGatewayId': 'string',
          'LastUplinkReceivedAt': 'string',
          'ConnectionStatus': 'Connected'|'Disconnected'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **WirelessGatewayId** *(string) --* 

        The ID of the wireless gateway.

        
      

      - **LastUplinkReceivedAt** *(string) --* 

        The date and time when the most recent uplink was received.

         

        .. note::

          

          This value is only valid for 3 months.

          

        
      

      - **ConnectionStatus** *(string) --* 

        The connection status of the wireless gateway.

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

  