Sha256: d69ad96290347be9f2f07157bb62858b13fc35096ab5ce8d243f146cf9ab58d5

Contents?: true

Size: 269 Bytes

Versions: 14

Compression:

Stored size: 269 Bytes

Contents

# Get a downtime returns "OK" response

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

# there is a valid "downtime_v2" in the system
DOWNTIME_V2_DATA_ID = ENV["DOWNTIME_V2_DATA_ID"]
p api_instance.get_downtime(DOWNTIME_V2_DATA_ID)

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
datadog_api_client-2.28.1 examples/v2/downtimes/GetDowntime.rb
datadog_api_client-2.27.1 examples/v2/downtimes/GetDowntime.rb
datadog_api_client-2.26.1 examples/v2/downtimes/GetDowntime.rb
datadog_api_client-2.26.0 examples/v2/downtimes/GetDowntime.rb
datadog_api_client-2.25.0 examples/v2/downtimes/GetDowntime.rb
datadog_api_client-2.24.0 examples/v2/downtimes/GetDowntime.rb
datadog_api_client-2.22.0 examples/v2/downtimes/GetDowntime.rb
datadog_api_client-2.21.0 examples/v2/downtimes/GetDowntime.rb
datadog_api_client-2.20.0 examples/v2/downtimes/GetDowntime.rb
datadog_api_client-2.19.0 examples/v2/downtimes/GetDowntime.rb
datadog_api_client-2.18.0 examples/v2/downtimes/GetDowntime.rb
datadog_api_client-2.17.0 examples/v2/downtimes/GetDowntime.rb
datadog_api_client-2.16.0 examples/v2/downtimes/GetDowntime.rb
datadog_api_client-2.15.0 examples/v2/downtimes/GetDowntime.rb