---
title: "AgentConfiguration"
method: PATCH
path: "/agents/{agentId}/configuration"
tags: ["AgentConfiguration"]
---

# AgentConfiguration

`PATCH /agents/{agentId}/configuration`

## Path parameters

- `agentId` string, required

## Headers

- `Api-Version` 2, required
- `Api-Application` string, required
- `Api-Company` string, required
- `Api-Branding` string

## Request body

- object
  - `routerLan` object, required
    - `agent` object
      - `publicId` string
    - `ipAddress` string
    - `netMask` string
    - `network` string
    - `dhcpServerEnabled` boolean
    - `dhcpServerRangeFrom` string, nullable
    - `dhcpServerRangeTo` string, nullable
    - `gatewayLessRouting` boolean
    - `forwardLanWan` 'neither' | 'public' | 'private' | 'both'
    - `forwardLanWan2` 'neither' | 'public' | 'private' | 'both'
    - `wlanEnable` boolean, nullable
    - `wlanSsid` string, nullable
    - `wlanKey` string, nullable
    - `wlanChannel` integer, nullable
    - `bacnetBbmd` string[]
    - `udpBroadcastRelayPort` integer[]
  - `routerAdditionalSubnets` object[], required
    - `networkAddress` string
    - `networkMask` string
    - `gatewayAddress` string
  - `devices` object[], required
    - `name` string, nullable
    - `ipAddress` string, nullable
    - `macAddress` string, nullable
    - `customAddress` string, nullable

## Response `200`

Success response

- object
  - `status` string, required
  - `type` string, required
  - `data` object, nullable, required

## Other responses

- `4XX` — 4XX error response

---

[API](https://skmtc.net/ixon/apis/ixon-api.md) · [All operations](https://skmtc.net/ixon/apis/ixon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ixon/ixon-api/revisions/7875dc33d41f/schema)
