Sha256: e1959c225a4377ccdc43042454a26dbec80a6f363423468c07db99c188a03141
Contents?: true
Size: 280 Bytes
Versions: 38
Compression:
Stored size: 280 Bytes
Contents
# Check if a monitor can be deleted returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V1::MonitorsAPI.new # there is a valid "monitor" in the system MONITOR_ID = ENV["MONITOR_ID"] p api_instance.check_can_delete_monitor([ MONITOR_ID.to_i, ])
Version data entries
38 entries across 38 versions & 1 rubygems