Class: DatadogAPIClient::V1::TableWidgetRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::TableWidgetRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/table_widget_request.rb
Overview
Updated table widget.
Instance Attribute Summary collapse
-
#_alias ⇒ Object
The column name (defaults to the metric name).
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aggregator ⇒ Object
Aggregator used for the request.
-
#apm_query ⇒ Object
The log query.
-
#apm_stats_query ⇒ Object
The APM stats query for table and distributions widgets.
-
#cell_display_mode ⇒ Object
A list of display modes for each table cell.
-
#conditional_formats ⇒ Object
List of conditional formats.
-
#event_query ⇒ Object
The log query.
-
#formulas ⇒ Object
List of formulas that operate on queries.
-
#limit ⇒ Object
For metric queries, the number of lines to show in the table.
-
#log_query ⇒ Object
The log query.
-
#network_query ⇒ Object
The log query.
-
#order ⇒ Object
Widget sorting methods.
-
#process_query ⇒ Object
The process query to use in the widget.
-
#profile_metrics_query ⇒ Object
The log query.
-
#q ⇒ Object
Query definition.
-
#queries ⇒ Object
List of queries that can be returned directly or used in formulas.
-
#response_format ⇒ Object
Timeseries, scalar, or event list response.
-
#rum_query ⇒ Object
The log query.
-
#security_query ⇒ Object
The log query.
-
#sort ⇒ Object
The controls for sorting the widget.
-
#text_formats ⇒ Object
List of text formats for columns produced by tags.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_alias ⇒ Object
The column name (defaults to the metric name).
28 29 30 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 28 def _alias @_alias end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
87 88 89 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 87 def additional_properties @additional_properties end |
#aggregator ⇒ Object
Aggregator used for the request.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 25 def aggregator @aggregator end |
#apm_query ⇒ Object
The log query.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 31 def apm_query @apm_query end |
#apm_stats_query ⇒ Object
The APM stats query for table and distributions widgets.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 34 def apm_stats_query @apm_stats_query end |
#cell_display_mode ⇒ Object
A list of display modes for each table cell.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 37 def cell_display_mode @cell_display_mode end |
#conditional_formats ⇒ Object
List of conditional formats.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 40 def conditional_formats @conditional_formats end |
#event_query ⇒ Object
The log query.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 43 def event_query @event_query end |
#formulas ⇒ Object
List of formulas that operate on queries.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 46 def formulas @formulas end |
#limit ⇒ Object
For metric queries, the number of lines to show in the table. Only one request should have this property.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 49 def limit @limit end |
#log_query ⇒ Object
The log query.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 52 def log_query @log_query end |
#network_query ⇒ Object
The log query.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 55 def network_query @network_query end |
#order ⇒ Object
Widget sorting methods.
58 59 60 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 58 def order @order end |
#process_query ⇒ Object
The process query to use in the widget.
61 62 63 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 61 def process_query @process_query end |
#profile_metrics_query ⇒ Object
The log query.
64 65 66 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 64 def profile_metrics_query @profile_metrics_query end |
#q ⇒ Object
Query definition.
67 68 69 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 67 def q @q end |
#queries ⇒ Object
List of queries that can be returned directly or used in formulas.
70 71 72 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 70 def queries @queries end |
#response_format ⇒ Object
Timeseries, scalar, or event list response. Event list response formats are supported by Geomap widgets.
73 74 75 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 73 def response_format @response_format end |
#rum_query ⇒ Object
The log query.
76 77 78 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 76 def rum_query @rum_query end |
#security_query ⇒ Object
The log query.
79 80 81 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 79 def security_query @security_query end |
#sort ⇒ Object
The controls for sorting the widget.
82 83 84 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 82 def sort @sort end |
#text_formats ⇒ Object
List of text formats for columns produced by tags.
85 86 87 |
# File 'lib/datadog_api_client/v1/models/table_widget_request.rb', line 85 def text_formats @text_formats end |