circle-info
Squadcast is now SolarWinds Incident Response

IncidentActionsTriggerAWebhookManuallyRequest

Example Usage

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

let value: IncidentActionsTriggerAWebhookManuallyRequest = {
  incidentID: "<id>",
  eventWebhookID: "<id>",
};

Fields

Field
Type
Required
Description

incidentID

string

✔️

N/A

eventWebhookID

string

✔️

N/A

Last updated