Class: DatadogAPIClient::V1::MonitorGroupSearchResult

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

Overview

A single monitor group search result.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#groupObject

The name of the group.



29
30
31
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 29

def group
  @group
end

#group_tagsObject

The list of tags of the monitor group.



32
33
34
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 32

def group_tags
  @group_tags
end

#last_nodata_tsObject

Latest timestamp the monitor group was in NO_DATA state.



35
36
37
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 35

def last_nodata_ts
  @last_nodata_ts
end

#last_triggered_tsObject

Latest timestamp the monitor group triggered.



38
39
40
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 38

def last_triggered_ts
  @last_triggered_ts
end

#monitor_idObject

The ID of the monitor.



41
42
43
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 41

def monitor_id
  @monitor_id
end

#monitor_nameObject

The name of the monitor.



44
45
46
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 44

def monitor_name
  @monitor_name
end

#statusObject

The different states your monitor can be in.



47
48
49
# File 'lib/datadog_api_client/v1/models/monitor_group_search_result.rb', line 47

def status
  @status
end