IoTWireless / Client / get_wireless_gateway_statistics

get_wireless_gateway_statistics#

IoTWireless.Client.get_wireless_gateway_statistics(**kwargs)#

Gets operating information about a wireless gateway.

See also: AWS API Documentation

Request Syntax

response = client.get_wireless_gateway_statistics(
    WirelessGatewayId='string'
)
Parameters:

WirelessGatewayId (string) –

[REQUIRED]

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

Return type:

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