Potentially grouped alerts widget.
JSON representation |
---|
{ "potentiallyGroupedAlerts": [ { object ( |
Fields | |
---|---|
potentiallyGroupedAlerts[] |
Output only. The list of potentially grouped alerts. |
title |
Output only. The widget title. |
order |
Output only. The widget order. |
type |
Output only. The widget template type. |
gridColumns |
Output only. The widget template grid columns. |
description |
Output only. The widget description. |
identifier |
Output only. The widget identifier. |
jsonData |
Output only. The widget json data. |
errorJsonData |
Output only. The widget error json data. |
resultStatus |
Output only. The widget result status. |
PotentiallyGroupedAlert
Potentially grouped alert.
JSON representation |
---|
{ "alertName": string, "alertIdentifier": string, "ingestionDateUnixTime": integer, "priority": enum ( |
Fields | |
---|---|
alertName |
Output only. The alert name. |
alertIdentifier |
Output only. The alert identifier. |
ingestionDateUnixTime |
Output only. The alert ingestion date in unix time in milliseconds. |
priority |
Output only. The alert priority. |
caseId |
Output only. The alert case id. |
caseStatus |
Output only. The alert case data state. |