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

V3IncidentsIncidentActionsEventWebhookTrigger

Represents a webhook trigger with event class and type.

Example Usage

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

let value: V3IncidentsIncidentActionsEventWebhookTrigger = {
  eventClass: "<value>",
  eventType: "<value>",
};

Fields

Field
Type
Required
Description

eventClass

string

✔️

N/A

eventType

string

✔️

N/A

Last updated