IoTWireless.Client.
create_network_analyzer_configuration
(**kwargs)¶Creates a new network analyzer configuration.
See also: AWS API Documentation
Request Syntax
response = client.create_network_analyzer_configuration(
Name='string',
TraceContent={
'WirelessDeviceFrameInfo': 'ENABLED'|'DISABLED',
'LogLevel': 'INFO'|'ERROR'|'DISABLED'
},
WirelessDevices=[
'string',
],
WirelessGateways=[
'string',
],
Description='string',
Tags=[
{
'Key': 'string',
'Value': 'string'
},
],
ClientRequestToken='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 gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId
of the resource to add in the input array.
The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.
A simple label consisting of a customer-defined key-value pair
The tag's key value.
The tag's value.
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
This field is autopopulated if not provided.
dict
Response Syntax
{
'Arn': 'string',
'Name': 'string'
}
Response Structure
(dict) --
Arn (string) --
The Amazon Resource Name of the new resource.
Name (string) --
Name of the network analyzer configuration.
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.ConflictException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException