Class: DatadogAPIClient::V1::MonitorSummaryWidgetDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorSummaryWidgetDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb
Overview
The monitor summary widget displays a summary view of all your Datadog monitors, or a subset based on a query. Only available on FREE layout dashboards.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#color_preference ⇒ Object
Which color to use on the widget.
-
#count ⇒ Object
The number of monitors to display.
-
#display_format ⇒ Object
What to display on the widget.
-
#hide_zero_counts ⇒ Object
Whether to show counts of 0 or not.
-
#query ⇒ Object
readonly
Query to filter the monitors with.
-
#show_last_triggered ⇒ Object
Whether to show the time that has elapsed since the monitor/group triggered.
-
#show_priority ⇒ Object
Whether to show the priorities column.
-
#sort ⇒ Object
Widget sorting methods.
-
#start ⇒ Object
The start of the list.
-
#summary_type ⇒ Object
Which summary type should be used.
-
#title ⇒ Object
Title of the widget.
-
#title_align ⇒ Object
How to align the text on the widget.
-
#title_size ⇒ Object
Size of the title.
-
#type ⇒ Object
readonly
Type of the monitor summary widget.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
66 67 68 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 66 def additional_properties @additional_properties end |
#color_preference ⇒ Object
Which color to use on the widget.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 25 def color_preference @color_preference end |
#count ⇒ Object
The number of monitors to display.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 28 def count @count end |
#display_format ⇒ Object
What to display on the widget.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 31 def display_format @display_format end |
#hide_zero_counts ⇒ Object
Whether to show counts of 0 or not.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 34 def hide_zero_counts @hide_zero_counts end |
#query ⇒ Object
Query to filter the monitors with.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 37 def query @query end |
#show_last_triggered ⇒ Object
Whether to show the time that has elapsed since the monitor/group triggered.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 40 def show_last_triggered @show_last_triggered end |
#show_priority ⇒ Object
Whether to show the priorities column.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 43 def show_priority @show_priority end |
#sort ⇒ Object
Widget sorting methods.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 46 def sort @sort end |
#start ⇒ Object
The start of the list. Typically 0.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 49 def start @start end |
#summary_type ⇒ Object
Which summary type should be used.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 52 def summary_type @summary_type end |
#title ⇒ Object
Title of the widget.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 55 def title @title end |
#title_align ⇒ Object
How to align the text on the widget.
58 59 60 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 58 def title_align @title_align end |
#title_size ⇒ Object
Size of the title.
61 62 63 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 61 def title_size @title_size end |
#type ⇒ Object
Type of the monitor summary widget.
64 65 66 |
# File 'lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb', line 64 def type @type end |