circle-info
Squadcast is now SolarWinds Incident Response

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

Last updated