AssetAlertEvent

An Alert associated with an asset.

JSON representation
{
  "event_time": string,
  "display_name": string,
  "chip": {
    object (Chip)
  },
  "filter_properties": {
    object (FilterProperties)
  },
  "sidebar_entries": [
    {
      object (SidebarEntry)
    }
  ],
  "raw_logs_token": string,
  "asset_indicator": {
    object (AssetIndicator)
  },
  "alert_number": integer
}
Fields
event_time

string (Timestamp format)

A time associated with the alert.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

display_name

string

The canonical string to display for the event.

chip

object (Chip)

The chip to display.

filter_properties

object (FilterProperties)

A list of filter properties associated the event.

sidebar_entries[]

object (SidebarEntry)

All the sidebar entries.

raw_logs_token

string

A token to request raw logs, this is opaque to the client. If empty, no raw logs can be requested.

asset_indicator

object (AssetIndicator)

AssetIndicator used for pivoting.

alert_number

integer

Alert number used to identify an alert event.