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

DeduplicationReason

Example Usage

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

let value: DeduplicationReason = {
  matchedEventId: "<id>",
  evaluatedExpression: "<value>",
  timeWindow: 89088,
};

Fields

Field
Type
Required
Description

matchedEventId

string

✔️

N/A

evaluatedExpression

string

✔️

N/A

timeWindow

number

✔️

N/A

Last updated