IoTWireless / Client / update_network_analyzer_configuration
update_network_analyzer_configuration#
- 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', 'MulticastFrameInfo': 'ENABLED'|'DISABLED' }, WirelessDevicesToAdd=[ 'string', ], WirelessDevicesToRemove=[ 'string', ], WirelessGatewaysToAdd=[ 'string', ], WirelessGatewaysToRemove=[ 'string', ], Description='string', MulticastGroupsToAdd=[ 'string', ], MulticastGroupsToRemove=[ 'string', ] ) - Parameters:
- ConfigurationName (string) – - [REQUIRED] - Name of the network analyzer configuration. 
- TraceContent (dict) – - Trace content for your wireless gateway and wireless device resources. - WirelessDeviceFrameInfo (string) – - FrameInfoof your wireless device resources for the trace content. Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.
- LogLevel (string) – - The log level for a log message. The log levels can be disabled, or set to - ERRORto display less verbose logs containing only error information, or to- INFOfor more detailed logs.
- MulticastFrameInfo (string) – - FrameInfoof your multicast group resources for the trace content. Use FrameInfo to debug the multicast communication between your LoRaWAN end devices and the network server.
 
- WirelessDevicesToAdd (list) – - Wireless device resources to add to the network analyzer configuration. Provide the - WirelessDeviceIdof the resource to add in the input array.- (string) – - The ID of the wireless device. 
 
- WirelessDevicesToRemove (list) – - Wireless device resources to remove from the network analyzer configuration. Provide the - WirelessDeviceIdof the resources to remove in the input array.- (string) – - The ID of the wireless device. 
 
- WirelessGatewaysToAdd (list) – - Wireless gateway resources to add to the network analyzer configuration. Provide the - WirelessGatewayIdof the resource to add in the input array.- (string) – 
 
- WirelessGatewaysToRemove (list) – - Wireless gateway resources to remove from the network analyzer configuration. Provide the - WirelessGatewayIdof the resources to remove in the input array.- (string) – 
 
- Description (string) – The description of the new resource. 
- MulticastGroupsToAdd (list) – - Multicast group resources to add to the network analyzer configuration. Provide the - MulticastGroupIdof the resource to add in the input array.- (string) – - The ID of the multicast group. 
 
- MulticastGroupsToRemove (list) – - Multicast group resources to remove from the network analyzer configuration. Provide the - MulticastGroupIdof the resource to remove in the input array.- (string) – - The ID of the multicast group. 
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- IoTWireless.Client.exceptions.ValidationException
- IoTWireless.Client.exceptions.AccessDeniedException
- IoTWireless.Client.exceptions.ResourceNotFoundException
- IoTWireless.Client.exceptions.InternalServerException
- IoTWireless.Client.exceptions.ThrottlingException