QueryEvent

QueryEvent
QueryEvent

A representation of events as returned by the querying api, rather than the event api

JSON Example
{
    "name": "string",
    "start": 0,
    "end": 0,
    "hosts": [
        "string"
    ],
    "summarized": 0,
    "isEphemeral": false
}
string
name
Optional

Event name

integer As int64 As int64
start
Optional

Start time of event, in epoch millis

integer As int64 As int64
end
Optional

End time of event, in epoch millis

object
tags
Optional

Tags (annotations) on the event

array of string
hosts
Optional

Sources (hosts) to which the event pertains

integer As int64 As int64
summarized
Optional

In some event queries, multiple events that occur nearly simultaneously are summarized under a single event. This value specifies the number of events summarized under this one

boolean
isEphemeral
Optional

Whether the event is an artificial event generated by a literal expression or alert backtesting, i.e. not stored in the Wavefront backend

Property Of