circle-info
Squadcast is now SolarWinds Incident Response

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