---
title: "Register an alert"
method: POST
path: "/bus/alerts/register"
tags: ["bus"]
---

# Register an alert

`POST /bus/alerts/register`

Registers a new alert.

## Request body

- object
  - `severity` Alert
    - `id` string — The alert's ID
    - `severity` 'info' | 'warning' | 'error' | 'critical' — The severity of the alert
    - `message` string — The alert's message
    - `date` object — Arbitrary data providing additional context for the alert
    - `timestamp` string, date-time — The time the alert was created

## Response `200`

Successfully registered alert

## Other responses

- `500` — Internal server error

---

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