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

V3ServicesOverlayOverlayResponse

Example Usage

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

let value: V3ServicesOverlayOverlayResponse = {
  createdAt: new Date("2026-06-10T20:34:47.214Z"),
  updatedAt: new Date("2025-08-18T07:16:53.276Z"),
  deletedAt: new Date("2025-07-10T17:03:00.135Z"),
  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

createdAt

Date

✔️

N/A

updatedAt

Date

✔️

N/A

deletedAt

Date

✔️

N/A

orgId

string

✔️

N/A

serviceId

string

✔️

N/A

alertSourceVersion

string

✔️

N/A

alertSourceShortname

string

✔️

N/A

overlayTemplateType

string

✔️

N/A

overlay

✔️

N/A

createdBy

string

✔️

N/A

updatedBy

string

✔️

N/A

alertSourceType

string

✔️

N/A

Last updated