Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 2 KB

Event.md

File metadata and controls

30 lines (26 loc) · 2 KB

Event

Properties

Name Type Description Notes
name str The name of the event. If 'annotations.prettyName' is present, 'name' will be equivalent to that value
annotations dict(str, str) A string->string map of additional annotations on the event
id str [optional]
table str The customer to which the event belongs [optional]
tags list[str] A list of event tags [optional]
hosts list[str] A list of sources/hosts affected by the event [optional]
is_ephemeral bool Whether the event is an artificial event generated by a literal expression or alert backtesting, i.e. not stored in the Wavefront backend [optional]
creator_id str [optional]
created_epoch_millis int [optional]
updated_epoch_millis int [optional]
is_user_event bool Whether this event was created by a user, versus the system. Default: system [optional]
summarized_events int 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 [optional]
updater_id str [optional]
updated_at int [optional]
created_at int [optional]
start_time int Start time of the event, in epoch millis. If the JSON value is missing or set to 0, startTime will be set to the current time
end_time int End time of the event, in epoch millis. Set to startTime + 1 for an instantaneous event
running_state str [optional]
can_delete bool [optional]
can_close bool [optional]
creator_type list[str] [optional]

[Back to Model list] [Back to API list] [Back to README]