Sha256: 2b021a22a841c11113a70b52549b8c3c5b8cf4a3ff54cd20659541f01594e341

Contents?: true

Size: 497 Bytes

Versions: 36

Compression:

Stored size: 497 Bytes

Contents

# Restore deleted dashboards returns "No Content" response

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

# there is a valid "dashboard" in the system
DASHBOARD_ID = ENV["DASHBOARD_ID"]

body = DatadogAPIClient::V1::DashboardRestoreRequest.new({
  data: [
    DatadogAPIClient::V1::DashboardBulkActionData.new({
      id: DASHBOARD_ID,
      type: DatadogAPIClient::V1::DashboardResourceType::DASHBOARD,
    }),
  ],
})
api_instance.restore_dashboards(body)

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
datadog_api_client-2.9.0 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-2.8.0 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-2.7.0 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-2.6.0 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-2.5.0 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-2.4.0 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-2.3.0 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-2.2.0 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-2.1.0 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-2.0.2 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-2.0.1 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-2.0.0 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-1.11.0 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-1.10.0 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-1.9.0 examples/v1/dashboards/RestoreDashboards.rb
datadog_api_client-1.8.0 examples/v1/dashboards/RestoreDashboards.rb