PotentiallyGroupedAlertsWidget

Potentially grouped alerts widget.

JSON representation
{
  "potentiallyGroupedAlerts": [
    {
      object (PotentiallyGroupedAlert)
    }
  ],
  "title": string,
  "order": integer,
  "type": enum (WidgetTemplateType),
  "gridColumns": enum (WidgetTemplateGridColumns),
  "description": string,
  "identifier": string,
  "jsonData": string,
  "errorJsonData": string,
  "resultStatus": enum (WidgetResultStatus)
}
Fields
potentiallyGroupedAlerts[]

object (PotentiallyGroupedAlert)

Output only. The list of potentially grouped alerts.

title

string

Output only. The widget title.

order

integer

Output only. The widget order.

type

enum (WidgetTemplateType)

Output only. The widget template type.

gridColumns

enum (WidgetTemplateGridColumns)

Output only. The widget template grid columns.

description

string

Output only. The widget description.

identifier

string

Output only. The widget identifier.

jsonData

string

Output only. The widget json data.

errorJsonData

string

Output only. The widget error json data.

resultStatus

enum (WidgetResultStatus)

Output only. The widget result status.

PotentiallyGroupedAlert

Potentially grouped alert.

JSON representation
{
  "alertName": string,
  "alertIdentifier": string,
  "ingestionDateUnixTime": integer,
  "priority": enum (LegacyCasePriority),
  "caseId": integer,
  "caseStatus": enum (CaseStatus)
}
Fields
alertName

string

Output only. The alert name.

alertIdentifier

string

Output only. The alert identifier.

ingestionDateUnixTime

integer

Output only. The alert ingestion date in unix time in milliseconds.

priority

enum (LegacyCasePriority)

Output only. The alert priority.

caseId

integer

Output only. The alert case id.

caseStatus

enum (CaseStatus)

Output only. The alert case data state.