Sha256: 1e2df3995acc7988528bd99c249ce518dfc028e48dc377d7140f48c655b1a8de
Contents?: true
Size: 437 Bytes
Versions: 1
Compression:
Stored size: 437 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::DashboardListsAPI.new body = DatadogAPIClient::V1::DashboardList.new({ name: "My Dashboard" }) # DashboardList | Create a dashboard list request body. begin # Create a dashboard list result = api_instance.create_dashboard_list(body) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling DashboardListsAPI->create_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/CreateDashboardList.rb |