get_network_analyzer_configuration
(**kwargs)¶Get network analyzer configuration.
See also: AWS API Documentation
Request Syntax
response = client.get_network_analyzer_configuration(
ConfigurationName='string'
)
[REQUIRED]
Name of the network analyzer configuration.
{
'TraceContent': {
'WirelessDeviceFrameInfo': 'ENABLED'|'DISABLED',
'LogLevel': 'INFO'|'ERROR'|'DISABLED'
},
'WirelessDevices': [
'string',
],
'WirelessGateways': [
'string',
],
'Description': 'string',
'Arn': 'string',
'Name': 'string'
}
Response Structure
Trace content for your wireless gateway and wireless device resources.
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.
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.
List of wireless gateway resources that have been added to the network analyzer configuration.
The ID of the wireless device.
List of wireless gateway resources that have been added to the network analyzer configuration.
The description of the new resource.
The Amazon Resource Name of the new resource.
Name of the network analyzer configuration.
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException