Alertas de regras de relatórios configuradas pelo administrador.
| Representação JSON |
|---|
{ "alertDetails": string, "name": string, "query": string } |
| Campos | |
|---|---|
alertDetails |
Qualquer outro detalhe de alerta associado, por exemplo, AlertConfiguration. |
name |
Nome da regra |
query |
Consulta de regra de alerta Exemplo de consulta query { condition { filter { expectedApplicationId: 777491262838 expectedEventName: "indexable_content_change" filterOp: IN } } conjunctionOperator: OR } |