Class: DatadogAPIClient::V1::UsageSummaryResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/datadog_api_client/v1/models/usage_summary_response.rb

Overview

Response summarizing all usage aggregated across the months in the request for all organizations, and broken down by month and by organization.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ UsageSummaryResponse

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    attributes Model attributes in the form of hash



384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 384

def initialize(attributes = {})
  if (!attributes.is_a?(Hash))
    fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::UsageSummaryResponse` initialize method"
  end

  # check to see if the attribute exists and convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h|
    if (!self.class.attribute_map.key?(k.to_sym))
      fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V1::UsageSummaryResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
    end
    h[k.to_sym] = v
  }

  if attributes.key?(:'agent_host_top99p_sum')
    self.agent_host_top99p_sum = attributes[:'agent_host_top99p_sum']
  end

  if attributes.key?(:'apm_azure_app_service_host_top99p_sum')
    self.apm_azure_app_service_host_top99p_sum = attributes[:'apm_azure_app_service_host_top99p_sum']
  end

  if attributes.key?(:'apm_host_top99p_sum')
    self.apm_host_top99p_sum = attributes[:'apm_host_top99p_sum']
  end

  if attributes.key?(:'audit_logs_lines_indexed_agg_sum')
    self.audit_logs_lines_indexed_agg_sum = attributes[:'audit_logs_lines_indexed_agg_sum']
  end

  if attributes.key?(:'avg_profiled_fargate_tasks_sum')
    self.avg_profiled_fargate_tasks_sum = attributes[:'avg_profiled_fargate_tasks_sum']
  end

  if attributes.key?(:'aws_host_top99p_sum')
    self.aws_host_top99p_sum = attributes[:'aws_host_top99p_sum']
  end

  if attributes.key?(:'aws_lambda_func_count')
    self.aws_lambda_func_count = attributes[:'aws_lambda_func_count']
  end

  if attributes.key?(:'aws_lambda_invocations_sum')
    self.aws_lambda_invocations_sum = attributes[:'aws_lambda_invocations_sum']
  end

  if attributes.key?(:'azure_app_service_top99p_sum')
    self.azure_app_service_top99p_sum = attributes[:'azure_app_service_top99p_sum']
  end

  if attributes.key?(:'azure_host_top99p_sum')
    self.azure_host_top99p_sum = attributes[:'azure_host_top99p_sum']
  end

  if attributes.key?(:'billable_ingested_bytes_agg_sum')
    self.billable_ingested_bytes_agg_sum = attributes[:'billable_ingested_bytes_agg_sum']
  end

  if attributes.key?(:'browser_rum_lite_session_count_agg_sum')
    self.browser_rum_lite_session_count_agg_sum = attributes[:'browser_rum_lite_session_count_agg_sum']
  end

  if attributes.key?(:'browser_rum_replay_session_count_agg_sum')
    self.browser_rum_replay_session_count_agg_sum = attributes[:'browser_rum_replay_session_count_agg_sum']
  end

  if attributes.key?(:'browser_rum_units_agg_sum')
    self.browser_rum_units_agg_sum = attributes[:'browser_rum_units_agg_sum']
  end

  if attributes.key?(:'container_avg_sum')
    self.container_avg_sum = attributes[:'container_avg_sum']
  end

  if attributes.key?(:'container_hwm_sum')
    self.container_hwm_sum = attributes[:'container_hwm_sum']
  end

  if attributes.key?(:'cspm_aas_host_top99p_sum')
    self.cspm_aas_host_top99p_sum = attributes[:'cspm_aas_host_top99p_sum']
  end

  if attributes.key?(:'cspm_azure_host_top99p_sum')
    self.cspm_azure_host_top99p_sum = attributes[:'cspm_azure_host_top99p_sum']
  end

  if attributes.key?(:'cspm_container_avg_sum')
    self.cspm_container_avg_sum = attributes[:'cspm_container_avg_sum']
  end

  if attributes.key?(:'cspm_container_hwm_sum')
    self.cspm_container_hwm_sum = attributes[:'cspm_container_hwm_sum']
  end

  if attributes.key?(:'cspm_host_top99p_sum')
    self.cspm_host_top99p_sum = attributes[:'cspm_host_top99p_sum']
  end

  if attributes.key?(:'custom_ts_sum')
    self.custom_ts_sum = attributes[:'custom_ts_sum']
  end

  if attributes.key?(:'cws_containers_avg_sum')
    self.cws_containers_avg_sum = attributes[:'cws_containers_avg_sum']
  end

  if attributes.key?(:'cws_host_top99p_sum')
    self.cws_host_top99p_sum = attributes[:'cws_host_top99p_sum']
  end

  if attributes.key?(:'dbm_host_top99p_sum')
    self.dbm_host_top99p_sum = attributes[:'dbm_host_top99p_sum']
  end

  if attributes.key?(:'dbm_queries_avg_sum')
    self.dbm_queries_avg_sum = attributes[:'dbm_queries_avg_sum']
  end

  if attributes.key?(:'end_date')
    self.end_date = attributes[:'end_date']
  end

  if attributes.key?(:'fargate_tasks_count_avg_sum')
    self.fargate_tasks_count_avg_sum = attributes[:'fargate_tasks_count_avg_sum']
  end

  if attributes.key?(:'fargate_tasks_count_hwm_sum')
    self.fargate_tasks_count_hwm_sum = attributes[:'fargate_tasks_count_hwm_sum']
  end

  if attributes.key?(:'gcp_host_top99p_sum')
    self.gcp_host_top99p_sum = attributes[:'gcp_host_top99p_sum']
  end

  if attributes.key?(:'heroku_host_top99p_sum')
    self.heroku_host_top99p_sum = attributes[:'heroku_host_top99p_sum']
  end

  if attributes.key?(:'incident_management_monthly_active_users_hwm_sum')
    self.incident_management_monthly_active_users_hwm_sum = attributes[:'incident_management_monthly_active_users_hwm_sum']
  end

  if attributes.key?(:'indexed_events_count_agg_sum')
    self.indexed_events_count_agg_sum = attributes[:'indexed_events_count_agg_sum']
  end

  if attributes.key?(:'infra_host_top99p_sum')
    self.infra_host_top99p_sum = attributes[:'infra_host_top99p_sum']
  end

  if attributes.key?(:'ingested_events_bytes_agg_sum')
    self.ingested_events_bytes_agg_sum = attributes[:'ingested_events_bytes_agg_sum']
  end

  if attributes.key?(:'iot_device_agg_sum')
    self.iot_device_agg_sum = attributes[:'iot_device_agg_sum']
  end

  if attributes.key?(:'iot_device_top99p_sum')
    self.iot_device_top99p_sum = attributes[:'iot_device_top99p_sum']
  end

  if attributes.key?(:'last_updated')
    self.last_updated = attributes[:'last_updated']
  end

  if attributes.key?(:'live_indexed_events_agg_sum')
    self.live_indexed_events_agg_sum = attributes[:'live_indexed_events_agg_sum']
  end

  if attributes.key?(:'live_ingested_bytes_agg_sum')
    self.live_ingested_bytes_agg_sum = attributes[:'live_ingested_bytes_agg_sum']
  end

  if attributes.key?(:'logs_by_retention')
    self.logs_by_retention = attributes[:'logs_by_retention']
  end

  if attributes.key?(:'mobile_rum_lite_session_count_agg_sum')
    self.mobile_rum_lite_session_count_agg_sum = attributes[:'mobile_rum_lite_session_count_agg_sum']
  end

  if attributes.key?(:'mobile_rum_session_count_agg_sum')
    self.mobile_rum_session_count_agg_sum = attributes[:'mobile_rum_session_count_agg_sum']
  end

  if attributes.key?(:'mobile_rum_session_count_android_agg_sum')
    self.mobile_rum_session_count_android_agg_sum = attributes[:'mobile_rum_session_count_android_agg_sum']
  end

  if attributes.key?(:'mobile_rum_session_count_ios_agg_sum')
    self.mobile_rum_session_count_ios_agg_sum = attributes[:'mobile_rum_session_count_ios_agg_sum']
  end

  if attributes.key?(:'mobile_rum_units_agg_sum')
    self.mobile_rum_units_agg_sum = attributes[:'mobile_rum_units_agg_sum']
  end

  if attributes.key?(:'netflow_indexed_events_count_agg_sum')
    self.netflow_indexed_events_count_agg_sum = attributes[:'netflow_indexed_events_count_agg_sum']
  end

  if attributes.key?(:'npm_host_top99p_sum')
    self.npm_host_top99p_sum = attributes[:'npm_host_top99p_sum']
  end

  if attributes.key?(:'opentelemetry_host_top99p_sum')
    self.opentelemetry_host_top99p_sum = attributes[:'opentelemetry_host_top99p_sum']
  end

  if attributes.key?(:'profiling_container_agent_count_avg')
    self.profiling_container_agent_count_avg = attributes[:'profiling_container_agent_count_avg']
  end

  if attributes.key?(:'profiling_host_count_top99p_sum')
    self.profiling_host_count_top99p_sum = attributes[:'profiling_host_count_top99p_sum']
  end

  if attributes.key?(:'rehydrated_indexed_events_agg_sum')
    self.rehydrated_indexed_events_agg_sum = attributes[:'rehydrated_indexed_events_agg_sum']
  end

  if attributes.key?(:'rehydrated_ingested_bytes_agg_sum')
    self.rehydrated_ingested_bytes_agg_sum = attributes[:'rehydrated_ingested_bytes_agg_sum']
  end

  if attributes.key?(:'rum_browser_and_mobile_session_count')
    self.rum_browser_and_mobile_session_count = attributes[:'rum_browser_and_mobile_session_count']
  end

  if attributes.key?(:'rum_session_count_agg_sum')
    self.rum_session_count_agg_sum = attributes[:'rum_session_count_agg_sum']
  end

  if attributes.key?(:'rum_total_session_count_agg_sum')
    self.rum_total_session_count_agg_sum = attributes[:'rum_total_session_count_agg_sum']
  end

  if attributes.key?(:'rum_units_agg_sum')
    self.rum_units_agg_sum = attributes[:'rum_units_agg_sum']
  end

  if attributes.key?(:'sds_logs_scanned_bytes_sum')
    self.sds_logs_scanned_bytes_sum = attributes[:'sds_logs_scanned_bytes_sum']
  end

  if attributes.key?(:'sds_total_scanned_bytes_sum')
    self.sds_total_scanned_bytes_sum = attributes[:'sds_total_scanned_bytes_sum']
  end

  if attributes.key?(:'start_date')
    self.start_date = attributes[:'start_date']
  end

  if attributes.key?(:'synthetics_browser_check_calls_count_agg_sum')
    self.synthetics_browser_check_calls_count_agg_sum = attributes[:'synthetics_browser_check_calls_count_agg_sum']
  end

  if attributes.key?(:'synthetics_check_calls_count_agg_sum')
    self.synthetics_check_calls_count_agg_sum = attributes[:'synthetics_check_calls_count_agg_sum']
  end

  if attributes.key?(:'trace_search_indexed_events_count_agg_sum')
    self.trace_search_indexed_events_count_agg_sum = attributes[:'trace_search_indexed_events_count_agg_sum']
  end

  if attributes.key?(:'twol_ingested_events_bytes_agg_sum')
    self.twol_ingested_events_bytes_agg_sum = attributes[:'twol_ingested_events_bytes_agg_sum']
  end

  if attributes.key?(:'usage')
    if (value = attributes[:'usage']).is_a?(Array)
      self.usage = value
    end
  end

  if attributes.key?(:'vsphere_host_top99p_sum')
    self.vsphere_host_top99p_sum = attributes[:'vsphere_host_top99p_sum']
  end
end

Instance Attribute Details

#agent_host_top99p_sumObject

Shows the 99th percentile of all agent hosts over all hours in the current months for all organizations.



27
28
29
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 27

def agent_host_top99p_sum
  @agent_host_top99p_sum
end

#apm_azure_app_service_host_top99p_sumObject

Shows the 99th percentile of all Azure app services using APM over all hours in the current months all organizations.



30
31
32
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 30

def apm_azure_app_service_host_top99p_sum
  @apm_azure_app_service_host_top99p_sum
end

#apm_host_top99p_sumObject

Shows the 99th percentile of all distinct APM hosts over all hours in the current months for all organizations.



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

def apm_host_top99p_sum
  @apm_host_top99p_sum
end

#audit_logs_lines_indexed_agg_sumObject

Shows the sum of all audit logs lines indexed over all hours in the current months for all organizations.



36
37
38
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 36

def audit_logs_lines_indexed_agg_sum
  @audit_logs_lines_indexed_agg_sum
end

#avg_profiled_fargate_tasks_sumObject

Shows the average of all profiled Fargate tasks over all hours in the current months for all organizations.



39
40
41
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 39

def avg_profiled_fargate_tasks_sum
  @avg_profiled_fargate_tasks_sum
end

#aws_host_top99p_sumObject

Shows the 99th percentile of all AWS hosts over all hours in the current months for all organizations.



42
43
44
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 42

def aws_host_top99p_sum
  @aws_host_top99p_sum
end

#aws_lambda_func_countObject

Shows the average of the number of functions that executed 1 or more times each hour in the current months for all organizations.



45
46
47
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 45

def aws_lambda_func_count
  @aws_lambda_func_count
end

#aws_lambda_invocations_sumObject

Shows the sum of all AWS Lambda invocations over all hours in the current months for all organizations.



48
49
50
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 48

def aws_lambda_invocations_sum
  @aws_lambda_invocations_sum
end

#azure_app_service_top99p_sumObject

Shows the 99th percentile of all Azure app services over all hours in the current months for all organizations.



51
52
53
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 51

def azure_app_service_top99p_sum
  @azure_app_service_top99p_sum
end

#azure_host_top99p_sumObject

Shows the 99th percentile of all Azure hosts over all hours in the current months for all organizations.



54
55
56
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 54

def azure_host_top99p_sum
  @azure_host_top99p_sum
end

#billable_ingested_bytes_agg_sumObject

Shows the sum of all log bytes ingested over all hours in the current months for all organizations.



57
58
59
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 57

def billable_ingested_bytes_agg_sum
  @billable_ingested_bytes_agg_sum
end

#browser_rum_lite_session_count_agg_sumObject

Shows the sum of all browser lite sessions over all hours in the current months for all organizations.



60
61
62
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 60

def browser_rum_lite_session_count_agg_sum
  @browser_rum_lite_session_count_agg_sum
end

#browser_rum_replay_session_count_agg_sumObject

Shows the sum of all browser replay sessions over all hours in the current months for all organizations.



63
64
65
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 63

def browser_rum_replay_session_count_agg_sum
  @browser_rum_replay_session_count_agg_sum
end

#browser_rum_units_agg_sumObject

Shows the sum of all browser RUM units over all hours in the current months for all organizations.



66
67
68
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 66

def browser_rum_units_agg_sum
  @browser_rum_units_agg_sum
end

#container_avg_sumObject

Shows the average of all distinct containers over all hours in the current months for all organizations.



69
70
71
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 69

def container_avg_sum
  @container_avg_sum
end

#container_hwm_sumObject

Shows the sum of the high-water marks of all distinct containers over all hours in the current months for all organizations.



72
73
74
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 72

def container_hwm_sum
  @container_hwm_sum
end

#cspm_aas_host_top99p_sumObject

Shows the 99th percentile of all Cloud Security Posture Management Azure app services hosts over all hours in the current months for all organizations.



75
76
77
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 75

def cspm_aas_host_top99p_sum
  @cspm_aas_host_top99p_sum
end

#cspm_azure_host_top99p_sumObject

Shows the 99th percentile of all Cloud Security Posture Management Azure hosts over all hours in the current months for all organizations.



78
79
80
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 78

def cspm_azure_host_top99p_sum
  @cspm_azure_host_top99p_sum
end

#cspm_container_avg_sumObject

Shows the average number of Cloud Security Posture Management containers over all hours in the current months for all organizations.



81
82
83
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 81

def cspm_container_avg_sum
  @cspm_container_avg_sum
end

#cspm_container_hwm_sumObject

Shows the sum of the the high-water marks of Cloud Security Posture Management containers over all hours in the current months for all organizations.



84
85
86
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 84

def cspm_container_hwm_sum
  @cspm_container_hwm_sum
end

#cspm_host_top99p_sumObject

Shows the 99th percentile of all Cloud Security Posture Management hosts over all hours in the current months for all organizations.



87
88
89
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 87

def cspm_host_top99p_sum
  @cspm_host_top99p_sum
end

#custom_ts_sumObject

Shows the average number of distinct custom metrics over all hours in the current months for all organizations.



90
91
92
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 90

def custom_ts_sum
  @custom_ts_sum
end

#cws_containers_avg_sumObject

Shows the average of all distinct Cloud Workload Security containers over all hours in the current months for all organizations.



93
94
95
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 93

def cws_containers_avg_sum
  @cws_containers_avg_sum
end

#cws_host_top99p_sumObject

Shows the 99th percentile of all Cloud Workload Security hosts over all hours in the current months for all organizations.



96
97
98
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 96

def cws_host_top99p_sum
  @cws_host_top99p_sum
end

#dbm_host_top99p_sumObject

Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for all organizations.



99
100
101
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 99

def dbm_host_top99p_sum
  @dbm_host_top99p_sum
end

#dbm_queries_avg_sumObject

Shows the average of all distinct Database Monitoring Normalized Queries over all hours in the current month for all organizations.



102
103
104
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 102

def dbm_queries_avg_sum
  @dbm_queries_avg_sum
end

#end_dateObject

Shows the last date of usage in the current months for all organizations.



105
106
107
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 105

def end_date
  @end_date
end

#fargate_tasks_count_avg_sumObject

Shows the average of all Fargate tasks over all hours in the current months for all organizations.



108
109
110
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 108

def fargate_tasks_count_avg_sum
  @fargate_tasks_count_avg_sum
end

#fargate_tasks_count_hwm_sumObject

Shows the sum of the high-water marks of all Fargate tasks over all hours in the current months for all organizations.



111
112
113
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 111

def fargate_tasks_count_hwm_sum
  @fargate_tasks_count_hwm_sum
end

#gcp_host_top99p_sumObject

Shows the 99th percentile of all GCP hosts over all hours in the current months for all organizations.



114
115
116
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 114

def gcp_host_top99p_sum
  @gcp_host_top99p_sum
end

#heroku_host_top99p_sumObject

Shows the 99th percentile of all Heroku dynos over all hours in the current months for all organizations.



117
118
119
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 117

def heroku_host_top99p_sum
  @heroku_host_top99p_sum
end

#incident_management_monthly_active_users_hwm_sumObject

Shows sum of the the high-water marks of incident management monthly active users in the current months for all organizations.



120
121
122
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 120

def incident_management_monthly_active_users_hwm_sum
  @incident_management_monthly_active_users_hwm_sum
end

#indexed_events_count_agg_sumObject

Shows the sum of all log events indexed over all hours in the current months for all organizations.



123
124
125
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 123

def indexed_events_count_agg_sum
  @indexed_events_count_agg_sum
end

#infra_host_top99p_sumObject

Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current months for all organizations.



126
127
128
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 126

def infra_host_top99p_sum
  @infra_host_top99p_sum
end

#ingested_events_bytes_agg_sumObject

Shows the sum of all log bytes ingested over all hours in the current months for all organizations.



129
130
131
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 129

def ingested_events_bytes_agg_sum
  @ingested_events_bytes_agg_sum
end

#iot_device_agg_sumObject

Shows the sum of all IoT devices over all hours in the current months for all organizations.



132
133
134
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 132

def iot_device_agg_sum
  @iot_device_agg_sum
end

#iot_device_top99p_sumObject

Shows the 99th percentile of all IoT devices over all hours in the current months of all organizations.



135
136
137
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 135

def iot_device_top99p_sum
  @iot_device_top99p_sum
end

#last_updatedObject

Shows the the most recent hour in the current months for all organizations for which all usages were calculated.



138
139
140
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 138

def last_updated
  @last_updated
end

#live_indexed_events_agg_sumObject

Shows the sum of all live logs indexed over all hours in the current months for all organizations (data available as of December 1, 2020).



141
142
143
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 141

def live_indexed_events_agg_sum
  @live_indexed_events_agg_sum
end

#live_ingested_bytes_agg_sumObject

Shows the sum of all live logs bytes ingested over all hours in the current months for all organizations (data available as of December 1, 2020).



144
145
146
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 144

def live_ingested_bytes_agg_sum
  @live_ingested_bytes_agg_sum
end

#logs_by_retentionObject

Returns the value of attribute logs_by_retention.



146
147
148
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 146

def logs_by_retention
  @logs_by_retention
end

#mobile_rum_lite_session_count_agg_sumObject

Shows the sum of all mobile lite sessions over all hours in the current months for all organizations.



149
150
151
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 149

def mobile_rum_lite_session_count_agg_sum
  @mobile_rum_lite_session_count_agg_sum
end

#mobile_rum_session_count_agg_sumObject

Shows the sum of all mobile RUM Sessions over all hours in the current months for all organizations.



152
153
154
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 152

def mobile_rum_session_count_agg_sum
  @mobile_rum_session_count_agg_sum
end

#mobile_rum_session_count_android_agg_sumObject

Shows the sum of all mobile RUM Sessions on Android over all hours in the current months for all organizations.



155
156
157
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 155

def mobile_rum_session_count_android_agg_sum
  @mobile_rum_session_count_android_agg_sum
end

#mobile_rum_session_count_ios_agg_sumObject

Shows the sum of all mobile RUM Sessions on iOS over all hours in the current months for all organizations.



158
159
160
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 158

def mobile_rum_session_count_ios_agg_sum
  @mobile_rum_session_count_ios_agg_sum
end

#mobile_rum_units_agg_sumObject

Shows the sum of all mobile RUM units over all hours in the current months for all organizations.



161
162
163
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 161

def mobile_rum_units_agg_sum
  @mobile_rum_units_agg_sum
end

#netflow_indexed_events_count_agg_sumObject

Shows the sum of all Network flows indexed over all hours in the current months for all organizations.



164
165
166
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 164

def netflow_indexed_events_count_agg_sum
  @netflow_indexed_events_count_agg_sum
end

#npm_host_top99p_sumObject

Shows the 99th percentile of all distinct Networks hosts over all hours in the current months for all organizations.



167
168
169
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 167

def npm_host_top99p_sum
  @npm_host_top99p_sum
end

#opentelemetry_host_top99p_sumObject

Shows the 99th percentile of all hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current months for all organizations.



170
171
172
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 170

def opentelemetry_host_top99p_sum
  @opentelemetry_host_top99p_sum
end

#profiling_container_agent_count_avgObject

Shows the average number of profiled containers over all hours in the current months for all organizations.



173
174
175
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 173

def profiling_container_agent_count_avg
  @profiling_container_agent_count_avg
end

#profiling_host_count_top99p_sumObject

Shows the 99th percentile of all profiled hosts over all hours in the current months for all organizations.



176
177
178
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 176

def profiling_host_count_top99p_sum
  @profiling_host_count_top99p_sum
end

#rehydrated_indexed_events_agg_sumObject

Shows the sum of all rehydrated logs indexed over all hours in the current months for all organizations (data available as of December 1, 2020).



179
180
181
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 179

def rehydrated_indexed_events_agg_sum
  @rehydrated_indexed_events_agg_sum
end

#rehydrated_ingested_bytes_agg_sumObject

Shows the sum of all rehydrated logs bytes ingested over all hours in the current months for all organizations (data available as of December 1, 2020).



182
183
184
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 182

def rehydrated_ingested_bytes_agg_sum
  @rehydrated_ingested_bytes_agg_sum
end

#rum_browser_and_mobile_session_countObject

Shows the sum of all mobile sessions and all browser lite and legacy sessions over all hours in the current month for all organizations.



185
186
187
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 185

def rum_browser_and_mobile_session_count
  @rum_browser_and_mobile_session_count
end

#rum_session_count_agg_sumObject

Shows the sum of all browser RUM Lite Sessions over all hours in the current months for all organizations.



188
189
190
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 188

def rum_session_count_agg_sum
  @rum_session_count_agg_sum
end

#rum_total_session_count_agg_sumObject

Shows the sum of RUM Sessions (browser and mobile) over all hours in the current months for all organizations.



191
192
193
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 191

def rum_total_session_count_agg_sum
  @rum_total_session_count_agg_sum
end

#rum_units_agg_sumObject

Shows the sum of all browser and mobile RUM units over all hours in the current months for all organizations.



194
195
196
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 194

def rum_units_agg_sum
  @rum_units_agg_sum
end

#sds_logs_scanned_bytes_sumObject

Shows the sum of all bytes scanned of logs usage by the Sensitive Data Scanner over all hours in the current month for all organizations.



197
198
199
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 197

def sds_logs_scanned_bytes_sum
  @sds_logs_scanned_bytes_sum
end

#sds_total_scanned_bytes_sumObject

Shows the sum of all bytes scanned across all usage types by the Sensitive Data Scanner over all hours in the current month for all organizations.



200
201
202
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 200

def sds_total_scanned_bytes_sum
  @sds_total_scanned_bytes_sum
end

#start_dateObject

Shows the first date of usage in the current months for all organizations.



203
204
205
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 203

def start_date
  @start_date
end

#synthetics_browser_check_calls_count_agg_sumObject

Shows the sum of all Synthetic browser tests over all hours in the current months for all organizations.



206
207
208
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 206

def synthetics_browser_check_calls_count_agg_sum
  @synthetics_browser_check_calls_count_agg_sum
end

#synthetics_check_calls_count_agg_sumObject

Shows the sum of all Synthetic API tests over all hours in the current months for all organizations.



209
210
211
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 209

def synthetics_check_calls_count_agg_sum
  @synthetics_check_calls_count_agg_sum
end

#trace_search_indexed_events_count_agg_sumObject

Shows the sum of all Indexed Spans indexed over all hours in the current months for all organizations.



212
213
214
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 212

def trace_search_indexed_events_count_agg_sum
  @trace_search_indexed_events_count_agg_sum
end

#twol_ingested_events_bytes_agg_sumObject

Shows the sum of all tracing without limits bytes ingested over all hours in the current months for all organizations.



215
216
217
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 215

def twol_ingested_events_bytes_agg_sum
  @twol_ingested_events_bytes_agg_sum
end

#usageObject

An array of objects regarding hourly usage.



218
219
220
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 218

def usage
  @usage
end

#vsphere_host_top99p_sumObject

Shows the 99th percentile of all vSphere hosts over all hours in the current months for all organizations.



221
222
223
# File 'lib/datadog_api_client/v1/models/usage_summary_response.rb', line 221

def vsphere_host_top99p_sum
  @vsphere_host_top99p_sum
end