---
title: "Returns a counter of all the metric states in alert form per chain."
method: POST
path: "/server/redis/alertsOverview"
tags: ["Redis"]
---

# Returns a counter of all the metric states in alert form per chain.

`POST /server/redis/alertsOverview`

## Request body

- ChainSourcesNew
  - `parentIds` object
    - `unique_chain_id` object
      - `include_chain_sourced_alerts` boolean
      - `systems` object[]
      - `nodes` object[]
      - `github_repos` object[]
      - `dockerhub_repos` object[]

## Response `200`

OK

- AlertsOverview
  - `result` object
    - `unique_chain_id` object
      - `info` integer
      - `critical` integer
      - `warning` integer
      - `error` integer
      - `problems` object
      - `releases` object
      - `tags` object

## Other responses

- `532` — Error: Missing key(s) in request body.
- `533` — Error: Redis client not initialised.
- `534` — Error: Could not retrieve data from Redis.
- `538` — Error: JSON does not obey the required schema.

## Changes

> 8 revisions in range; 1 could not be searched.

- **2022-03-30** `b115d1f2939d` — 1 warning, 5 info
  - removed the request property `parentIds/unique_chain_id/repos`
  - added the new optional request property `parentIds/unique_chain_id/dockerhub_repos`
  - added the new optional request property `parentIds/unique_chain_id/github_repos`
  - added the new optional request property `parentIds/unique_chain_id/include_chain_sourced_alerts`
  - …2 more
- **2021-07-09** `7abd9c7d6948` — 1 breaking, 4 warning, 1 info
  - removed the media type `application/json` for the response with the status `200`
  - removed the request property `parentIds/unique_chain_id/dockerhub_repos`
  - removed the request property `parentIds/unique_chain_id/github_repos`
  - removed the request property `parentIds/unique_chain_id/include_chain_sourced_alerts`
  - …2 more

[Change history](https://skmtc.dev/simplystaking/apis/panic-api/changes/server/redis/alertsOverview/post.md)

---

[API](https://skmtc.dev/simplystaking/apis/panic-api.md) · [All operations](https://skmtc.dev/simplystaking/apis/panic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simplystaking/panic-api/revisions/4400907a393c/schema)
