IoTWireless.Client.
update_network_analyzer_configuration
(**kwargs)¶Update network analyzer configuration.
See also: AWS API Documentation
Request Syntax
response = client.update_network_analyzer_configuration(
ConfigurationName='string',
TraceContent={
'WirelessDeviceFrameInfo': 'ENABLED'|'DISABLED',
'LogLevel': 'INFO'|'ERROR'|'DISABLED'
},
WirelessDevicesToAdd=[
'string',
],
WirelessDevicesToRemove=[
'string',
],
WirelessGatewaysToAdd=[
'string',
],
WirelessGatewaysToRemove=[
'string',
],
Description='string'
)
[REQUIRED]
Name of the network analyzer configuration.
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.
Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId
of the resource to add in the input array.
The ID of the wireless device.
Wireless device resources to remove from the network analyzer configuration. Provide the WirelessDeviceId
of the resources to remove in the input array.
The ID of the wireless device.
Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId
of the resource to add in the input array.
Wireless gateway resources to remove from the network analyzer configuration. Provide the WirelessGatewayId
of the resources to remove in the input array.
dict
Response Syntax
{}
Response Structure
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException