Sha256: fd7e096938b2b8cc48c9a66f967b099e6274fa27bc6e9c6f428950f8f48f99d6
Contents?: true
Size: 340 Bytes
Versions: 1
Compression:
Stored size: 340 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::DowntimesAPI.new downtime_id = 123456 # Integer | ID of the downtime to fetch. begin # Get a downtime result = api_instance.get_downtime(downtime_id) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling DowntimesAPI->get_downtime: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/downtimes/GetDowntime.rb |