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

IncidentsGetIncidentsStatusByRequestidsResponse

The request has succeeded.

Example Usage

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

let value: IncidentsGetIncidentsStatusByRequestidsResponse = {
  requestsStatus: {},
  meta: {
    errorCount: 488478,
    successCount: 399777,
  },
};

Fields

Field
Type
Required
Description

requestsStatus

operations.RequestsStatus

✔️

N/A

meta

✔️

N/A

Last updated