AssetAlertEvent

An Alert associated with an asset.

JSON representation
{
  "eventTime": string,
  "displayName": string,
  "chip": {
    object (Chip)
  },
  "filterProperties": {
    object (FilterProperties)
  },
  "sidebarEntries": [
    {
      object (SidebarEntry)
    }
  ],
  "rawLogsToken": string,
  "assetIndicator": {
    object (AssetIndicator)
  },
  "alertNumber": integer
}
Fields
eventTime

string (Timestamp format)

A time associated with the alert.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

displayName

string

The canonical string to display for the event.

chip

object (Chip)

The chip to display.

filterProperties

object (FilterProperties)

A list of filter properties associated the event.

sidebarEntries[]

object (SidebarEntry)

All the sidebar entries.

rawLogsToken

string

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

assetIndicator

object (AssetIndicator)

AssetIndicator used for pivoting.

alertNumber

integer

Alert number used to identify an alert event.