Sha256: 16191b13fd486683a7c771b441393dd3a9a2ed3e8fb753351f660d4e12436638

Contents?: true

Size: 991 Bytes

Versions: 23

Compression:

Stored size: 991 Bytes

Contents

# Aggregate tests events returns "OK" response

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

body = DatadogAPIClient::V2::CIAppTestsAggregateRequest.new({
  compute: [
    DatadogAPIClient::V2::CIAppCompute.new({
      aggregation: DatadogAPIClient::V2::CIAppAggregationFunction::COUNT,
      metric: "@test.is_flaky",
      type: DatadogAPIClient::V2::CIAppComputeType::TOTAL,
    }),
  ],
  filter: DatadogAPIClient::V2::CIAppTestsQueryFilter.new({
    from: "now-15m",
    query: "@language:(python OR go)",
    to: "now",
  }),
  group_by: [
    DatadogAPIClient::V2::CIAppTestsGroupBy.new({
      facet: "@git.branch",
      limit: 10,
      sort: DatadogAPIClient::V2::CIAppAggregateSort.new({
        order: DatadogAPIClient::V2::CIAppSortOrder::ASCENDING,
      }),
      total: false,
    }),
  ],
  options: DatadogAPIClient::V2::CIAppQueryOptions.new({
    timezone: "GMT",
  }),
})
p api_instance.aggregate_ci_app_test_events(body)

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
datadog_api_client-2.28.1 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.27.1 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.26.1 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.26.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.25.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.24.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.22.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.21.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.20.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.19.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.18.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.17.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.16.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.15.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.14.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.13.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.12.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.11.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.10.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb
datadog_api_client-2.9.0 examples/v2/ci-visibility-tests/AggregateCIAppTestEvents.rb