Class: DatadogAPIClient::V2::AlertEventAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/alert_event_attributes.rb

Overview

Alert event attributes.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



51
52
53
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 51

def additional_properties
  @additional_properties
end

#aggregation_keyObject

Aggregation key of the event.



25
26
27
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 25

def aggregation_key
  @aggregation_key
end

#customObject

JSON object of custom attributes.



28
29
30
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 28

def custom
  @custom
end

#evtObject

JSON object of event system attributes.



31
32
33
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 31

def evt
  @evt
end

The links related to the event.



34
35
36
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 34

def links
  @links
end

#priorityObject

The priority of the alert.



37
38
39
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 37

def priority
  @priority
end

#serviceObject

Service that triggered the event.



40
41
42
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 40

def service
  @service
end

#statusObject

The status of the alert.



43
44
45
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 43

def status
  @status
end

#timestampObject

POSIX timestamp of the event.



46
47
48
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 46

def timestamp
  @timestamp
end

#titleObject

The title of the event.



49
50
51
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 49

def title
  @title
end