Sha256: 96a75ca3569594fc8d81354213ce3012eafc0e26eb90cbe246ea90ec8c5f978e

Contents?: true

Size: 449 Bytes

Versions: 19

Compression:

Stored size: 449 Bytes

Contents

# Schedule a monitor downtime returns "OK" response

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

# there is a valid "monitor" in the system
MONITOR_ID = ENV["MONITOR_ID"]

body = DatadogAPIClient::V1::Downtime.new({
  message: "Example-Downtime",
  start: Time.now.to_i,
  timezone: "Etc/UTC",
  scope: [
    "test:exampledowntime",
  ],
  monitor_id: MONITOR_ID.to_i,
})
p api_instance.create_downtime(body)

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
datadog_api_client-2.28.1 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.27.1 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.26.1 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.26.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.25.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.24.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.22.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.21.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.20.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.19.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.18.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.17.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.16.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.15.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.14.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.13.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.12.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.11.0 examples/v1/downtimes/CreateDowntime_3355644446.rb
datadog_api_client-2.10.0 examples/v1/downtimes/CreateDowntime_3355644446.rb