circle-info
Squadcast is now SolarWinds Incident Response

V3ExtensionsWebhooksWebhookListItem

Example Usage

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

let value: V3ExtensionsWebhooksWebhookListItem = {
  id: "<id>",
  name: "<value>",
  description: "circular mortally frizz stark political",
  triggerType: "<value>",
  payloadType: "<value>",
  customPayloadTemplateName: "<value>",
};

Fields

Field
Type
Required
Description

id

string

✔️

N/A

name

string

✔️

N/A

description

string

✔️

N/A

triggerType

string

✔️

N/A

payloadType

string

✔️

N/A

customPayloadTemplateName

string

✔️

N/A

Last updated