UdmEventInfo

JSON representation
{ "event": { object (UDM) }, "entity": { object (Entity) }, "datatableRowInfo": [ { object (SearchDataTableRowInfo) } ], "filterProperties": { object (FilterProperties) }, "eventLogToken": string, "alertNumber": integer, "displayName": string, "chip": { object (Chip) }, "uid": string, "annotations": [ enum (Annotation) ], "detections": [ { object (Collection) } ], "outcomes": [ { object (UdmColumnType) } ], "connectedComponentLabel": string, "ttrKeys": { object (TtrKeyInfo) }, "idAndPath": { object (IdAndPath) }, "memcacheInfo": { object (MemcacheInfo) }, "tenantId": string, "tenantCode": string }
Fields
event

object (UDM)

entity

object (Entity)

datatableRowInfo[]

object (SearchDataTableRowInfo)

filterProperties
(deprecated)

object (FilterProperties)

eventLogToken

string

alertNumber

integer

displayName
(deprecated)

string

chip
(deprecated)

object (Chip)

uid

string (bytes format)

A base64-encoded string.

annotations[]

enum (Annotation)

detections[]

object (Collection)

outcomes[]

object (UdmColumnType)

connectedComponentLabel

string (bytes format)

Optional.

A base64-encoded string.

ttrKeys

object (TtrKeyInfo)

idAndPath

object (IdAndPath)

memcacheInfo

object (MemcacheInfo)

tenantId

string

Optional.

tenantCode

string

SearchDataTableRowInfo

JSON representation
{ "dataTable": string, "rows": [ { object (SearchDataTableRow) } ] }
Fields
dataTable

string

rows[]

object (SearchDataTableRow)

SearchDataTableRow

JSON representation
{ "column": string, "value": string }
Fields
column

string

value

string

Annotation

Enums
ANNOTATION_UNSPECIFIED
ANNOTATION_ALERT

MemcacheInfo

JSON representation
{ "key": string, "arrayIndex": integer }
Fields
key

string (bytes format)

A base64-encoded string.

arrayIndex

integer