---
title: "Health events for specific resources."
method: POST
path: "/v1/healthEvents/resources"
tags: ["healthEvents"]
---

# Health events for specific resources.

`POST /v1/healthEvents/resources`

Get a list of all the unresolved events in your account that belong to the supplied resource identifiers.

## Query parameters

- `limit` integer
- `token` string

## Request body

- ResourceIdentities
  - `data` ResourceIdentity[], required — A list of the resources.
    - `id` string, required — The unique identifier of the resource.
    - `name` string — The name of the resource.
    - `type` string, required — -> Resource type. Supported types are - `Collector`, `Source`, `IngestBudget` and `Organisation`.

## Response `200`

List of all the health events for the specified resources.

- ListHealthEventResponse
  - `data` HealthEvent[], required — List of health events.
    - `eventId` string, required — The unique identifier of the event.
    - `eventName` string, required — The name of the event.
    - `details` TrackerIdentity, required
      - `trackerId` string, required — Name that uniquely identifies the health event. It focuses on what happened rather than why.
      - `error` string, required — Description of the underlying reason for the event change.
      - `description` string, required — A more elaborate description of why the event occurred.
    - `resourceIdentity` ResourceIdentity, required
      - `id` string, required — The unique identifier of the resource.
      - `name` string — The name of the resource.
      - `type` string, required — -> Resource type. Supported types are - `Collector`, `Source`, `IngestBudget` and `Organisation`.
    - `eventTime` string, date-time, required — Creation timestamp in UTC in [RFC3339](https://tools.ietf.org/html/rfc3339) format.
    - `subsystem` string, required — The product area of the event.
    - `severityLevel` string, required — The criticality of the event. It is either `Error` or `Warning`
  - `next` string — Next continuation token.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/versions/18a824df1e78/schema)
