---
title: "Create event"
method: POST
path: "/storage/notifications/v1/event"
tags: ["Notifications"]
---

# Create event

`POST /storage/notifications/v1/event`

Create a single notification event threshold. Configure alerts for when storage usage, file count, traffic, or requests exceed specified limits for a storage or bucket.

## Query parameters

- `client_id` integer

## Request body

- EventResponse — Event for storage notification
  - `bucket_name` string
  - `bytes` integer — Bytes as limit
  - `count` integer — Count as limit
  - `name` string, required — name of type notification
  - `storage_name` string
  - `uuid` string

## Response `200`

EventResponse

- EventResponse — Event for storage notification
  - `bucket_name` string
  - `bytes` integer — Bytes as limit
  - `count` integer — Count as limit
  - `name` string, required — name of type notification
  - `storage_name` string
  - `uuid` string

## Other responses

- `400` — ErrResponse
- `401` — ErrResponse
- `409` — ErrResponse

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
