Sha256: c3d6dfa7cfb2b0a27b6315c8fdb5d5587262fdb851231086320408621dbe03c6

Contents?: true

Size: 328 Bytes

Versions: 3

Compression:

Stored size: 328 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["v1.get_monthly_custom_reports".to_sym] = 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-2.0.2 examples/v1/usage-metering/GetMonthlyCustomReports.rb
datadog_api_client-2.0.1 examples/v1/usage-metering/GetMonthlyCustomReports.rb
datadog_api_client-2.0.0 examples/v1/usage-metering/GetMonthlyCustomReports.rb