Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

IncidentsGetIncidentEventsResponse

The request has succeeded.

Example Usage

import { IncidentsGetIncidentEventsResponse } from "@solarwinds/squadcast-sdk-typescript/models/operations";

let value: IncidentsGetIncidentEventsResponse = {
  data: {
    events: [],
  },
  meta: {
    total: 539605,
    count: 324787,
    current: "<value>",
  },
};

Fields

Field
Type
Required
Description

data

✔️

N/A

meta

✔️

N/A

Last updated