Sha256: 1faa044c19dd2293f30dc62249deca305d74db835f8cc737d022f778bac0c4ea

Contents?: true

Size: 317 Bytes

Versions: 3

Compression:

Stored size: 317 Bytes

Contents

# Get the list of available monthly custom reports returns "OK" response

require "datadog_api_client"
DatadogAPIClient::V2.configure do |config|
  config.unstable_operations[:get_monthly_custom_reports] = true
end
api_instance = DatadogAPIClient::V1::UsageMeteringAPI.new
p api_instance.get_monthly_custom_reports()

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
datadog_api_client-1.11.0 examples/v1/usage-metering/GetMonthlyCustomReports.rb
datadog_api_client-1.10.0 examples/v1/usage-metering/GetMonthlyCustomReports.rb
datadog_api_client-1.9.0 examples/v1/usage-metering/GetMonthlyCustomReports.rb