Class: DatadogAPIClient::V1::TopologyQueryDataStreams
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::TopologyQueryDataStreams
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/topology_query_data_streams.rb
Overview
Query to the data streams topology data source.
Instance Attribute Summary collapse
-
#data_source ⇒ Object
readonly
Name of the data source.
-
#filters ⇒ Object
readonly
Your environment and primary tag (or * if enabled for your account).
-
#query_string ⇒ Object
A search string for filtering services.
-
#service ⇒ Object
readonly
(deprecated) Name of the service.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#data_source ⇒ Object
Name of the data source.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/topology_query_data_streams.rb', line 25 def data_source @data_source end |
#filters ⇒ Object
Your environment and primary tag (or * if enabled for your account).
28 29 30 |
# File 'lib/datadog_api_client/v1/models/topology_query_data_streams.rb', line 28 def filters @filters end |
#query_string ⇒ Object
A search string for filtering services. When set, this replaces the service field.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/topology_query_data_streams.rb', line 31 def query_string @query_string end |
#service ⇒ Object
(deprecated) Name of the service. Leave this empty and use query_string instead.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/topology_query_data_streams.rb', line 34 def service @service end |