---
title: "AgentDataAlarmList"
method: PATCH
path: "/agents/{agentId}/data-alarms"
tags: ["AgentDataAlarmList"]
---

# AgentDataAlarmList

`PATCH /agents/{agentId}/data-alarms`

## Path parameters

- `agentId` string, required

## Headers

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

## Request body

- object[]
  - `publicId` string, required
  - `type` 'unary' | 'boolean' | 'error_bits' | 'threshold' | 'rate_of_change' | 'bit_pattern'
  - `name` string
  - `formula` string
  - `audience` object
    - `publicId` string
  - `autoAcknowledge` boolean
  - `booleanNormalValue` boolean
  - `offDelay` integer
  - `offResetDelay` integer
  - `onDelay` integer
  - `onResetDelay` integer
  - `operatorInstructionRtn` string, nullable
  - `outOfService` boolean
  - `severity` 'low' | 'medium' | 'high'

## 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)
