---
title: "Add Event"
method: POST
path: "/api/v1/"
---

# Add Event

`POST /api/v1/`

Add Event

## Request body

- ModelsPayload
  - `event` ModelsEvent, required
    - `hostname` string
    - `output` string, required
    - `output_fields` object
    - `priority` string, required
    - `rule` string, required
    - `source` string
    - `tags` string[]
    - `time` string, required
    - `uuid` string
  - `outputs` string[], required

## Response `200`

OK

- string

## Other responses

- `500` — Internal Server Error

## Changes

- **2022-06-27** `096ab72a5358` — 1 info
  - endpoint added
- **2021-11-15** `066962dfcbc9` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/falcosecurity/apis/falcosidekick-ui/changes/api/v1/post.md)

---

[API](https://skmtc.dev/falcosecurity/apis/falcosidekick-ui.md) · [All operations](https://skmtc.dev/falcosecurity/apis/falcosidekick-ui/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/falcosecurity/falcosidekick-ui/revisions/5834d9a5aa0b/schema)
