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 }
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["Admins can configure reporting rules to generate alerts."],["Alerts provide details, a rule name, and the associated query."],["Alert details can include information from the AlertConfiguration."],["The query field displays the specific conditions that triggered the alert, such as application ID, event name, and filter operation."]]],[]]