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

V3GlobalEventRulesCreateGlobalEventRuleRequest

Example Usage

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

let value: V3GlobalEventRulesCreateGlobalEventRuleRequest = {
  name: "<value>",
  description: "brr versus notwithstanding till drat sedately",
  ownerId: "<id>",
  entityOwner: {
    id: "<id>",
    type: "team",
  },
};

Fields

Field
Type
Required
Description

name

string

✔️

N/A

description

string

✔️

N/A

ownerId

string

✔️

N/A

entityOwner

✔️

N/A

Last updated