Sha256: 88226ad145295cacb54ce0e7ca7ba72d5b274277ab1d0811ad2d0ec3d182779b

Contents?: true

Size: 604 Bytes

Versions: 21

Compression:

Stored size: 604 Bytes

Contents

# Schedule a downtime with until occurrences

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

body = DatadogAPIClient::V1::Downtime.new({
  message: "Example-Downtime",
  recurrence: DatadogAPIClient::V1::DowntimeRecurrence.new({
    period: 1,
    type: "weeks",
    until_occurrences: 3,
    week_days: [
      "Mon",
      "Tue",
      "Wed",
      "Thu",
      "Fri",
    ],
  }),
  scope: [
    "*",
  ],
  start: Time.now.to_i,
  _end: (Time.now + 1 * 3600).to_i,
  timezone: "Etc/UTC",
  monitor_tags: [
    "tag0",
  ],
})
p api_instance.create_downtime(body)

Version data entries

21 entries across 21 versions & 1 rubygems

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