Sha256: 66a0d1615210f65031f343e34ee451de5e4802c4b479c6099fe0c29aa7a62907
Contents?: true
Size: 496 Bytes
Versions: 1
Compression:
Stored size: 496 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::UsageMeteringAPI.new opts = { month: Time.parse("2013-10-20T19:20:30+01:00"), # Time | Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage starting this month. } begin # Get billable usage across your account result = api_instance.get_usage_billable_summary(opts) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling UsageMeteringAPI->get_usage_billable_summary: #{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/GetUsageBillableSummary.rb |