Sha256: 21e6cc383671e56c3b40b436f94959145426d69f4de8623321fa9c96beded9ad
Contents?: true
Size: 363 Bytes
Versions: 1
Compression:
Stored size: 363 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::DashboardListsAPI.new list_id = 789 # Integer | ID of the dashboard list to fetch. begin # Get a dashboard list result = api_instance.get_dashboard_list(list_id) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling DashboardListsAPI->get_dashboard_list: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/dashboard-lists/GetDashboardList.rb |