---
title: "PATCH /network-analyzer-configurations/{ConfigurationName}"
method: PATCH
path: "/network-analyzer-configurations/{ConfigurationName}"
---

# PATCH /network-analyzer-configurations/{ConfigurationName}

`PATCH /network-analyzer-configurations/{ConfigurationName}`

Update network analyzer configuration.

## Path parameters

- `ConfigurationName` string, required — Name of the network analyzer configuration.

## Request body

- object
  - `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.
  - `WirelessDevicesToAdd` 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.
  - `WirelessDevicesToRemove` WirelessDeviceId[] — Wireless device resources to remove from the network analyzer configuration. Provide the <code>WirelessDeviceId</code> of the resources to remove in the input array.
  - `WirelessGatewaysToAdd` 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.
  - `WirelessGatewaysToRemove` WirelessGatewayId[] — Wireless gateway resources to remove from the network analyzer configuration. Provide the <code>WirelessGatewayId</code> of the resources to remove in the input array.
  - `Description` string — The description of the new resource.

## Response `204`

Success

- UpdateNetworkAnalyzerConfigurationResponse

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — InternalServerException
- `484` — 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)
