Class: DatadogAPIClient::V1::CheckStatusWidgetDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::CheckStatusWidgetDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/check_status_widget_definition.rb
Overview
Check status shows the current status or number of results for any check performed.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#check ⇒ Object
readonly
Name of the check to use in the widget.
-
#group ⇒ Object
Group reporting a single check.
-
#group_by ⇒ Object
List of tag prefixes to group by in the case of a cluster check.
-
#grouping ⇒ Object
readonly
The kind of grouping to use.
-
#tags ⇒ Object
List of tags used to filter the groups reporting a cluster check.
-
#time ⇒ Object
Time setting for the widget.
-
#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 check status widget.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v1/models/check_status_widget_definition.rb', line 54 def additional_properties @additional_properties end |
#check ⇒ Object
Name of the check to use in the widget.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/check_status_widget_definition.rb', line 25 def check @check end |
#group ⇒ Object
Group reporting a single check.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/check_status_widget_definition.rb', line 28 def group @group end |
#group_by ⇒ Object
List of tag prefixes to group by in the case of a cluster check.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/check_status_widget_definition.rb', line 31 def group_by @group_by end |
#grouping ⇒ Object
The kind of grouping to use.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/check_status_widget_definition.rb', line 34 def grouping @grouping end |
#tags ⇒ Object
List of tags used to filter the groups reporting a cluster check.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/check_status_widget_definition.rb', line 37 def @tags end |
#time ⇒ Object
Time setting for the widget.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/check_status_widget_definition.rb', line 40 def time @time end |
#title ⇒ Object
Title of the widget.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/check_status_widget_definition.rb', line 43 def title @title end |
#title_align ⇒ Object
How to align the text on the widget.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/check_status_widget_definition.rb', line 46 def title_align @title_align end |
#title_size ⇒ Object
Size of the title.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/check_status_widget_definition.rb', line 49 def title_size @title_size end |
#type ⇒ Object
Type of the check status widget.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/check_status_widget_definition.rb', line 52 def type @type end |