Sha256: ac7e36bb214216afd3f875f206aff4ee216181d48898d3e054109b0de986d4b2

Contents?: true

Size: 323 Bytes

Versions: 27

Compression:

Stored size: 323 Bytes

Contents

# Get a list of tests events returns "OK" response with pagination

require "datadog_api_client"
api_instance = DatadogAPIClient::V2::CIVisibilityTestsAPI.new
opts = {
  filter_from: (Time.now + -30),
  filter_to: Time.now,
  page_limit: 2,
}
api_instance.list_ci_app_test_events_with_pagination(opts) { |item| puts item }

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
datadog_api_client-2.10.0 examples/v2/ci-visibility-tests/ListCIAppTestEvents_3852605281.rb
datadog_api_client-2.9.0 examples/v2/ci-visibility-tests/ListCIAppTestEvents_3852605281.rb
datadog_api_client-2.8.0 examples/v2/ci-visibility-tests/ListCIAppTestEvents_3852605281.rb
datadog_api_client-2.7.0 examples/v2/ci-visibility-tests/ListCIAppTestEvents_3852605281.rb
datadog_api_client-2.6.0 examples/v2/ci-visibility-tests/ListCIAppTestEvents_3852605281.rb
datadog_api_client-2.5.0 examples/v2/ci-visibility-tests/ListCIAppTestEvents_3852605281.rb
datadog_api_client-2.4.0 examples/v2/ci-visibility-tests/ListCIAppTestEvents_3852605281.rb