ReportingRule

Alerts from Reporting Rules configured by Admin.

JSON representation
{
  "alertDetails": string,
  "name": string,
  "query": string
}
Fields
alertDetails

string (bytes format)

Any other associated alert details, for example, AlertConfiguration.

name

string

Rule name

query

string (bytes format)

Alert Rule query Sample Query query { condition { filter { expectedApplicationId: 777491262838 expectedEventName: "indexable_content_change" filterOp: IN } } conjunctionOperator: OR }