circle-info
Squadcast is now SolarWinds Incident Response

IncidentsIncidentExportAsyncResponseBody

The request has been accepted for processing, but processing has not yet completed.

Example Usage

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

let value: IncidentsIncidentExportAsyncResponseBody = {
  body: {
    data: {
      message: "<value>",
      requestId: "<id>",
    },
  },
};

Fields

Field
Type
Required
Description

body

✔️

The body type of the operation request or response.

Last updated