Class: DatadogAPIClient::V1::LogsByRetention

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/logs_by_retention.rb

Overview

Object containing logs usage data broken down by retention period.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v1/models/logs_by_retention.rb', line 33

def additional_properties
  @additional_properties
end

#orgsObject

Indexed logs usage summary for each organization for each retention period with usage.



25
26
27
# File 'lib/datadog_api_client/v1/models/logs_by_retention.rb', line 25

def orgs
  @orgs
end

#usageObject

Aggregated index logs usage for each retention period with usage.



28
29
30
# File 'lib/datadog_api_client/v1/models/logs_by_retention.rb', line 28

def usage
  @usage
end

#usage_by_monthObject

Object containing a summary of indexed logs usage by retention period for a single month.



31
32
33
# File 'lib/datadog_api_client/v1/models/logs_by_retention.rb', line 31

def usage_by_month
  @usage_by_month
end