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'
)
[REQUIRED]
The ID of the wireless gateway for which to get the data.
{
'WirelessGatewayId': 'string',
'LastUplinkReceivedAt': 'string',
'ConnectionStatus': 'Connected'|'Disconnected'
}
Response Structure
The ID of the wireless gateway.
The date and time when the most recent uplink was received.
The connection status of the wireless gateway.
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException