circle-info
Squadcast is now SolarWinds Incident Response

GlobalEventRulesListGlobalEventRulesRequest

Example Usage

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

let value: GlobalEventRulesListGlobalEventRulesRequest = {
  ownerId: "<id>",
};

Fields

Field
Type
Required
Description

ownerId

string

✔️

N/A

pageSize

number

N/A

pageNumber

number

N/A

filtersOwnerId

string[]

N/A

filtersSearch

string

N/A

Last updated