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

V3ServicesRoutingRulesRoutingRule

Example Usage

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

let value: V3ServicesRoutingRulesRoutingRule = {
  expression: "<value>",
  routeTo: {
    entityType: "escalation_policy",
    entityId: "<id>",
  },
  isBasic: false,
};

Fields

Field
Type
Required
Description

expression

string

✔️

N/A

routeTo

✔️

N/A

isBasic

boolean

✔️

N/A

basicExpression

N/A

Last updated