Sha256: 26fbac21dece7e2e1393858bcb1e28b7716530caf8b50b5b9072a75a46d2f2ea
Contents?: true
Size: 273 Bytes
Versions: 15
Compression:
Stored size: 273 Bytes
Contents
# Cancel 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"] api_instance.cancel_downtime(DOWNTIME_V2_DATA_ID)
Version data entries
15 entries across 15 versions & 1 rubygems