circle-info
Squadcast is now SolarWinds Incident Response

V3IncidentsIncidentActionsWebhookActionResponse

Represents the response structure for triggering a webhook manually.

Example Usage

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

let value: V3IncidentsIncidentActionsWebhookActionResponse = {
  id: "<id>",
  createdAt: "1711996922149",
  updatedAt: "1735634722992",
  version: "<value>",
  organizationId: "<id>",
  authorId: "<id>",
  name: "<value>",
  slug: "<value>",
  description:
    "swing willing evil necklace playfully rationalize seagull aboard",
  triggers: [
    "<value 1>",
  ],
  urls: [
    {},
  ],
  teams: [
    "<value 1>",
  ],
  isAllTeamsConfigured: true,
  customPayloadTemplateSlug: "<value>",
  header: {
    contentType: "<value>",
  },
  filters: "<value>",
  triggerType: "<value>",
  language: "<value>",
  maxRetry: 992795,
  mailIds: [
    "<value 1>",
  ],
  payloadType: "<value>",
  customPayload: "<value>",
};

Fields

Field
Type
Required
Description

id

string

✔️

N/A

createdAt

string

✔️

N/A

updatedAt

string

✔️

N/A

version

string

✔️

N/A

organizationId

string

✔️

N/A

authorId

string

✔️

N/A

name

string

✔️

N/A

slug

string

✔️

N/A

description

string

✔️

N/A

triggers

string[]

✔️

N/A

urls

✔️

N/A

teams

string[]

✔️

N/A

isAllTeamsConfigured

boolean

✔️

N/A

customPayloadTemplateSlug

string

✔️

N/A

filters

any

✔️

N/A

triggerType

string

✔️

N/A

language

string

✔️

N/A

maxRetry

number

✔️

N/A

mailIds

string[]

✔️

N/A

payloadType

string

✔️

N/A

customPayload

string

✔️

N/A

Last updated