Sha256: ac147127dd148d2cd58579d05d8eab0021dff5e3919fe7c426759bea7f89785a
Contents?: true
Size: 568 Bytes
Versions: 1
Compression:
Stored size: 568 Bytes
Contents
require "datadog_api_client" DatadogAPIClient::V1.configure do |config| config.unstable_operations[:get_specified_monthly_custom_reports] = true end api_instance = DatadogAPIClient::V1::UsageMeteringAPI.new report_id = "report_id_example" # String | Date of the report in the format `YYYY-MM-DD`. begin # Get specified monthly custom reports result = api_instance.get_specified_monthly_custom_reports(report_id) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling UsageMeteringAPI->get_specified_monthly_custom_reports: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/usage-metering/GetSpecifiedMonthlyCustomReports.rb |