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

WebhooksGetWebhookByIdRequest

Example Usage

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

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

Fields

Field
Type
Required
Description

eventWebhookID

string

✔️

(Required) event webhook ID

Last updated