Sha256: 0710082a246bfd109f3058de4a76105aa012a505005549730fdf0bd6c701b4da

Contents?: true

Size: 358 Bytes

Versions: 1

Compression:

Stored size: 358 Bytes

Contents

require "datadog_api_client"
api_instance = DatadogAPIClient::V1::DashboardsAPI.new
dashboard_id = "dashboard_id_example" # String | The ID of the dashboard.

begin
  # Get a dashboard
  result = api_instance.get_dashboard(dashboard_id)
  p result
rescue DatadogAPIClient::V1::APIError => e
  puts "Error when calling DashboardsAPI->get_dashboard: #{e}"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.7.0 examples/generated/v1/dashboards/GetDashboard.rb