get_wireless_device_statistics
(**kwargs)¶Gets operating information about a wireless device.
See also: AWS API Documentation
Request Syntax
response = client.get_wireless_device_statistics(
WirelessDeviceId='string'
)
[REQUIRED]
The ID of the wireless device for which to get the data.
{
'WirelessDeviceId': 'string',
'LastUplinkReceivedAt': 'string',
'LoRaWAN': {
'DevEui': 'string',
'FPort': 123,
'DataRate': 123,
'Frequency': 123,
'Timestamp': 'string',
'Gateways': [
{
'GatewayEui': 'string',
'Snr': 123.0,
'Rssi': 123.0
},
]
},
'Sidewalk': {
'Rssi': 123,
'BatteryLevel': 'normal'|'low'|'critical',
'Event': 'discovered'|'lost'|'ack'|'nack'|'passthrough',
'DeviceState': 'Provisioned'|'RegisteredNotSeen'|'RegisteredReachable'|'RegisteredUnreachable'
}
}
Response Structure
The ID of the wireless device.
The date and time when the most recent uplink was received.
Information about the wireless device's operations.
The DevEUI value.
The FPort value.
The DataRate value.
The device's channel frequency in Hz.
The date and time of the metadata.
Information about the gateways accessed by the device.
LoRaWAN gateway metatdata.
The gateway's EUI value.
The SNR value.
The RSSI value.
MetaData for Sidewalk device.
The RSSI value.
Sidewalk device battery level.
Sidewalk device status notification.
Device state defines the device status of sidewalk device.
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException