Class: DatadogAPIClient::V1::TopologyQuery
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::TopologyQuery
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data_source ⇒ Object
Name of the data source.
-
#filters ⇒ Object
readonly
Your environment and primary tag (or * if enabled for your account).
-
#service ⇒ Object
Name of the service.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/topology_query.rb', line 33 def additional_properties @additional_properties end |
#data_source ⇒ Object
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 |
#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.rb', line 28 def filters @filters end |
#service ⇒ Object
Name of the service
31 32 33 |
# File 'lib/datadog_api_client/v1/models/topology_query.rb', line 31 def service @service end |