Class: DatadogAPIClient::V1::TopologyQueryDataStreams

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#data_sourceObject

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

#filtersObject

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_stringObject

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

#serviceObject

(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