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

OverlayDeleteNotificationTemplateOverlayRequest

Example Usage

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

let value: OverlayDeleteNotificationTemplateOverlayRequest = {
  serviceID: "<id>",
  alertSource: "<value>",
};

Fields

Field
Type
Required
Description

serviceID

string

✔️

N/A

alertSource

string

✔️

N/A

Last updated