Sha256: e8dfbf3d3522642c71edeca1277d18dc586a3d91d752211fc098ba696ea0ec50
Contents?: true
Size: 251 Bytes
Versions: 38
Compression:
Stored size: 251 Bytes
Contents
# Cancel 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"] api_instance.cancel_downtime(DOWNTIME_ID.to_i)
Version data entries
38 entries across 38 versions & 1 rubygems