Alerts from Reporting Rules configured by Admin.
| JSON representation |
|---|
{ "alertDetails": string, "name": string, "query": string } |
| Fields | |
|---|---|
alertDetails |
Any other associated alert details, for example, AlertConfiguration. |
name |
Rule name |
query |
Alert Rule query Sample Query query { condition { filter { expectedApplicationId: 777491262838 expectedEventName: "indexable_content_change" filterOp: IN } } conjunctionOperator: OR } |