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



29
30
31
# File 'lib/datadog_api_client/v1/models/topology_query.rb', line 29

def data_source
  @data_source
end

#filtersObject

Your environment and primary tag (or * if enabled for your account).



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

def filters
  @filters
end

#serviceObject

Name of the service



35
36
37
# File 'lib/datadog_api_client/v1/models/topology_query.rb', line 35

def service
  @service
end