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

ResponseBody2

Example Usage

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

let value: ResponseBody2 = {
  data: {
    createdAt: new Date("2026-04-20T08:01:13.081Z"),
    updatedAt: new Date("2025-02-21T06:50:30.061Z"),
    deletedAt: new Date("2026-12-13T23:43:26.735Z"),
    orgId: "<id>",
    serviceId: "<id>",
    alertSourceVersion: "<value>",
    alertSourceShortname: "<value>",
    overlayTemplateType: "<value>",
    overlay: {
      template: "<value>",
      duration: 519447,
    },
    createdBy: "<value>",
    updatedBy: "<value>",
    alertSourceType: "<value>",
  },
};

Fields

Field
Type
Required
Description

data

✔️

N/A

Last updated