Class: DatadogAPIClient::V1::TopologyQuery

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/topology_query.rb

Overview

Query to service-based topology data sources like the service map or data streams.

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.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.rb', line 28

def filters
  @filters
end

#serviceObject

Name of the service



31
32
33
# File 'lib/datadog_api_client/v1/models/topology_query.rb', line 31

def service
  @service
end