---
title: "POST /network-analyzer-configurations"
method: POST
path: "/network-analyzer-configurations"
---

# POST /network-analyzer-configurations

`POST /network-analyzer-configurations`

Creates a new network analyzer configuration.

## Request body

- object
  - `Name` string, required — Name of the network analyzer configuration.
  - `TraceContent` object — Trace content for your wireless gateway and wireless device resources.
    - `WirelessDeviceFrameInfo` 'ENABLED' | 'DISABLED' — <code>FrameInfo</code> of your wireless device resources for the trace content. Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.
    - `LogLevel` 'INFO' | 'ERROR' | 'DISABLED' — The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.
  - `WirelessDevices` WirelessDeviceId[] — Wireless device resources to add to the network analyzer configuration. Provide the <code>WirelessDeviceId</code> of the resource to add in the input array.
  - `WirelessGateways` WirelessGatewayId[] — Wireless gateway resources to add to the network analyzer configuration. Provide the <code>WirelessGatewayId</code> of the resource to add in the input array.
  - `Description` string — The description of the new resource.
  - `Tags` Tag[] — The tag to attach to the specified resource. Tags are metadata that you can use to manage a resource.
    - `Key` string, required — The tag's key value.
    - `Value` string, required — The tag's value.
  - `ClientRequestToken` string — 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.

## Response `201`

Success

- CreateNetworkAnalyzerConfigurationResponse
  - `Arn` string — The Amazon Resource Name of the new resource.
  - `Name` string — Name of the network analyzer configuration.

## Other responses

- `480` — ValidationException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ConflictException
- `484` — InternalServerException
- `485` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/iotwireless.md) · [All operations](https://skmtc.net/aws/apis/iotwireless/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iotwireless/versions/022d242d4bce/schema)
