Sha256: dd41352b88df1fb33e1c47bef82442db55159878f833b3afe21a6a0d4c67f366

Contents?: true

Size: 247 Bytes

Versions: 40

Compression:

Stored size: 247 Bytes

Contents

# Get a downtime returns "OK" response

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

# there is a valid "downtime" in the system
DOWNTIME_ID = ENV["DOWNTIME_ID"]
p api_instance.get_downtime(DOWNTIME_ID.to_i)

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
datadog_api_client-2.10.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-2.9.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-2.8.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-2.7.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-2.6.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-2.5.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-2.4.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-2.3.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-2.2.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-2.1.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-2.0.2 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-2.0.1 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-2.0.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-1.11.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-1.10.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-1.9.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-1.8.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-1.7.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-1.6.0 examples/v1/downtimes/GetDowntime.rb
datadog_api_client-1.5.0 examples/v1/downtimes/GetDowntime.rb