Sha256: 5eb94a432080c778350efa6a4ec18356bbe3d0380731c61dff6cf667a7289d9b
Contents?: true
Size: 761 Bytes
Versions: 1
Compression:
Stored size: 761 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::UsageMeteringAPI.new start_hr = Time.parse("2013-10-20T19:20:30+01:00") # Time | Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour. opts = { end_hr: Time.parse("2013-10-20T19:20:30+01:00"), # Time | Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending **before** this hour. index_name: ["inner_example"], # Array<String> | Comma-separated list of log index names. } begin # Get hourly usage for Logs by Index result = api_instance.get_usage_logs_by_index(start_hr, opts) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling UsageMeteringAPI->get_usage_logs_by_index: #{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/GetUsageLogsByIndex.rb |