POST /services/mimir/alertmanager/api/v2/alerts

Pushes one or more alerts to the Alertmanager for this system.

The system's system_key, system_id, and organization_id are automatically injected and override any client-supplied values.

Access control: Requires HTTP Basic Auth with valid system credentials.

Request body limits: Maximum 10 MB per request (configurable via API_MAX_REQUEST_SIZE).

application/json

Body Required

object object
POST /services/mimir/alertmanager/api/v2/alerts
curl \
 --request POST 'https://api.your-domain.com/api/services/mimir/alertmanager/api/v2/alerts' \
 --user "username:password" \
 --header "Content-Type: application/json" \
 --data '[{}]'
Request examples
[
  {}
]