circle-info
Squadcast is now SolarWinds Incident Response

V3GlobalEventRulesRuleAction

Example Usage

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

let value: V3GlobalEventRulesRuleAction = {
  routeTo: "<value>",
};

Fields

Field
Type
Required
Description

routeTo

string

✔️

The service ID to which the alert should be routed.

Last updated