Sha256: f54e30c5514ecb94231311180e6214aca2a1b7b2f2e68bad707ce8bda08c206c

Contents?: true

Size: 329 Bytes

Versions: 13

Compression:

Stored size: 329 Bytes

Contents

# Get a given APM retention filter returns "OK" response

require "datadog_api_client"
api_instance = DatadogAPIClient::V2::APMRetentionFiltersAPI.new

# there is a valid "retention_filter" in the system
RETENTION_FILTER_DATA_ID = ENV["RETENTION_FILTER_DATA_ID"]
p api_instance.get_apm_retention_filter(RETENTION_FILTER_DATA_ID)

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
datadog_api_client-2.28.1 examples/v2/apm-retention-filters/GetApmRetentionFilter.rb
datadog_api_client-2.27.1 examples/v2/apm-retention-filters/GetApmRetentionFilter.rb
datadog_api_client-2.26.1 examples/v2/apm-retention-filters/GetApmRetentionFilter.rb
datadog_api_client-2.26.0 examples/v2/apm-retention-filters/GetApmRetentionFilter.rb
datadog_api_client-2.25.0 examples/v2/apm-retention-filters/GetApmRetentionFilter.rb
datadog_api_client-2.24.0 examples/v2/apm-retention-filters/GetApmRetentionFilter.rb
datadog_api_client-2.22.0 examples/v2/apm-retention-filters/GetApmRetentionFilter.rb
datadog_api_client-2.21.0 examples/v2/apm-retention-filters/GetApmRetentionFilter.rb
datadog_api_client-2.20.0 examples/v2/apm-retention-filters/GetApmRetentionFilter.rb
datadog_api_client-2.19.0 examples/v2/apm-retention-filters/GetApmRetentionFilter.rb
datadog_api_client-2.18.0 examples/v2/apm-retention-filters/GetApmRetentionFilter.rb
datadog_api_client-2.17.0 examples/v2/apm-retention-filters/GetApmRetentionFilter.rb
datadog_api_client-2.16.0 examples/v2/apm-retention-filters/GetApmRetentionFilter.rb