Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 2.66 KB

RelatedEvent.md

File metadata and controls

36 lines (32 loc) · 2.66 KB

RelatedEvent

Properties

Name Type Description Notes
alert_tags list[str] The list of tags on the alert which created this event. [optional]
annotations dict(str, str) A string->string map of additional annotations on the event
can_close bool [optional]
can_delete bool [optional]
computed_hlps list[SourceLabelPair] All the host/label/tags of the event. [optional]
created_at int [optional]
created_epoch_millis int [optional]
creator_id str [optional]
creator_type list[str] [optional]
dimensions dict(str, list[str]) A string-><list of strings> map of additional dimension info on the event [optional]
end_time int End time of the event, in epoch millis. Set to startTime + 1 for an instantaneous event [optional]
hosts list[str] A list of sources/hosts affected by the event [optional]
id str [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]
is_user_event bool Whether this event was created by a user, versus the system. Default: system [optional]
metrics_used list[str] A list of metrics affected by the event [optional]
name str The name of the event. If 'annotations.prettyName' is present, 'name' will be equivalent to that value
related_data RelatedData Data concerning how this event is related to the event in the request [optional]
running_state str [optional]
similarity_score float similarity score [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
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]
table str The customer to which the event belongs [optional]
tags list[str] A list of event tags [optional]
updated_at int [optional]
updated_epoch_millis int [optional]
updater_id str [optional]

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