datadog_api_client 2.23.0 → 2.24.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +4 -4
  3. data/.generator/schemas/v1/openapi.yaml +666 -156
  4. data/.generator/schemas/v2/openapi.yaml +774 -89
  5. data/.generator/src/generator/replacement.json +1 -1
  6. data/.github/CODEOWNERS +5 -5
  7. data/CHANGELOG.md +26 -0
  8. data/examples/v1/dashboards/CreateDashboard_1213075383.rb +10 -4
  9. data/examples/v1/dashboards/CreateDashboard_2336428357.rb +10 -4
  10. data/examples/v1/dashboards/CreateDashboard_2563642929.rb +66 -0
  11. data/examples/v1/dashboards/CreateDashboard_3669695268.rb +10 -4
  12. data/examples/v1/dashboards/CreateDashboard_915214113.rb +10 -4
  13. data/examples/v1/monitors/UpdateMonitor.rb +1 -0
  14. data/examples/v1/synthetics/CreateSyntheticsAPITest_1241981394.rb +1 -0
  15. data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +9 -4
  16. data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +15 -0
  17. data/examples/v1/synthetics/CreateSyntheticsAPITest_1987645492.rb +134 -0
  18. data/examples/v2/api-management/ListAPIs.rb +8 -0
  19. data/examples/v2/csm-threats/CreateCSMThreatsAgentRule.rb +3 -0
  20. data/examples/v2/csm-threats/UpdateCloudWorkloadSecurityAgentRule.rb +1 -0
  21. data/examples/v2/organizations/GetOrgConfig.rb +5 -0
  22. data/examples/v2/organizations/ListOrgConfigs.rb +5 -0
  23. data/examples/v2/organizations/UpdateOrgConfig.rb +14 -0
  24. data/examples/v2/security-monitoring/TestExistingSecurityMonitoringRule.rb +21 -0
  25. data/examples/v2/security-monitoring/TestSecurityMonitoringRule.rb +58 -0
  26. data/examples/v2/security-monitoring/ValidateSecurityMonitoringRule.rb +1 -1
  27. data/lib/datadog_api_client/configuration.rb +1 -0
  28. data/lib/datadog_api_client/inflector.rb +37 -1
  29. data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -1
  30. data/lib/datadog_api_client/v1/models/event.rb +1 -1
  31. data/lib/datadog_api_client/v1/models/formula_type.rb +26 -0
  32. data/lib/datadog_api_client/v1/models/geomap_widget_request.rb +14 -4
  33. data/lib/datadog_api_client/v1/models/group_type.rb +26 -0
  34. data/lib/datadog_api_client/v1/models/monitor.rb +1 -16
  35. data/lib/datadog_api_client/v1/models/monitor_update_request.rb +2 -23
  36. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +2 -2
  37. data/lib/datadog_api_client/v1/models/synthetics_api_step.rb +37 -180
  38. data/lib/datadog_api_client/v1/models/synthetics_api_test_step.rb +206 -0
  39. data/lib/datadog_api_client/v1/models/{synthetics_api_step_subtype.rb → synthetics_api_test_step_subtype.rb} +2 -2
  40. data/lib/datadog_api_client/v1/models/synthetics_api_wait_step.rb +148 -0
  41. data/lib/datadog_api_client/v1/models/synthetics_api_wait_step_subtype.rb +26 -0
  42. data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +1 -0
  43. data/lib/datadog_api_client/v1/models/synthetics_assertion_body_hash_operator.rb +28 -0
  44. data/lib/datadog_api_client/v1/models/synthetics_assertion_body_hash_target.rb +140 -0
  45. data/lib/datadog_api_client/v1/models/synthetics_assertion_body_hash_type.rb +26 -0
  46. data/lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb +11 -1
  47. data/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options.rb +0 -4
  48. data/lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb +22 -1
  49. data/lib/datadog_api_client/v1/models/table_widget_request.rb +14 -4
  50. data/lib/datadog_api_client/v1/models/toplist_widget_request.rb +11 -1
  51. data/lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb +7 -7
  52. data/lib/datadog_api_client/v1/models/usage_rum_sessions_response.rb +2 -2
  53. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +168 -18
  54. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +169 -19
  55. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +171 -21
  56. data/lib/datadog_api_client/v1/models/widget_formula_sort.rb +144 -0
  57. data/lib/datadog_api_client/v1/models/widget_group_sort.rb +140 -0
  58. data/lib/datadog_api_client/v1/models/widget_sort_by.rb +110 -0
  59. data/lib/datadog_api_client/v1/models/widget_sort_order_by.rb +63 -0
  60. data/lib/datadog_api_client/v2/api/api_management_api.rb +80 -2
  61. data/lib/datadog_api_client/v2/api/organizations_api.rb +197 -0
  62. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +140 -1
  63. data/lib/datadog_api_client/v2/models/cloud_configuration_rule_payload.rb +240 -0
  64. data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_create_attributes.rb +13 -1
  65. data/lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb +1 -1
  66. data/lib/datadog_api_client/v2/models/events_group_by.rb +5 -4
  67. data/lib/datadog_api_client/v2/models/list_apis_response.rb +92 -0
  68. data/lib/datadog_api_client/v2/models/list_apis_response_data.rb +90 -0
  69. data/lib/datadog_api_client/v2/models/list_apis_response_data_attributes.rb +80 -0
  70. data/lib/datadog_api_client/v2/models/list_apis_response_meta.rb +80 -0
  71. data/lib/datadog_api_client/v2/models/list_apis_response_meta_pagination.rb +100 -0
  72. data/lib/datadog_api_client/v2/models/org_config_get_response.rb +98 -0
  73. data/lib/datadog_api_client/v2/models/org_config_list_response.rb +100 -0
  74. data/lib/datadog_api_client/v2/models/org_config_read.rb +140 -0
  75. data/lib/datadog_api_client/v2/models/org_config_read_attributes.rb +179 -0
  76. data/lib/datadog_api_client/v2/models/org_config_type.rb +26 -0
  77. data/lib/datadog_api_client/v2/models/org_config_write.rb +119 -0
  78. data/lib/datadog_api_client/v2/models/org_config_write_attributes.rb +98 -0
  79. data/lib/datadog_api_client/v2/models/org_config_write_request.rb +98 -0
  80. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_payload.rb +118 -0
  81. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_payload_data.rb +120 -0
  82. data/lib/datadog_api_client/v2/models/security_monitoring_rule_test_payload.rb +62 -0
  83. data/lib/datadog_api_client/v2/models/security_monitoring_rule_test_request.rb +92 -0
  84. data/lib/datadog_api_client/v2/models/security_monitoring_rule_test_response.rb +84 -0
  85. data/lib/datadog_api_client/v2/models/security_monitoring_rule_type_test.rb +26 -0
  86. data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +1 -1
  87. data/lib/datadog_api_client/v2/models/security_monitoring_rule_validate_payload.rb +64 -0
  88. data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_payload.rb +251 -0
  89. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +1 -1
  90. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_payload.rb +263 -0
  91. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +1 -1
  92. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_test_payload.rb +263 -0
  93. data/lib/datadog_api_client/version.rb +1 -1
  94. metadata +47 -3
@@ -42,7 +42,7 @@ module DatadogAPIClient::V1
42
42
  # Shows the sum of all Application Security Monitoring Serverless invocations over all hours in the current month for the given org.
43
43
  attr_accessor :asm_serverless_sum
44
44
 
45
- # Shows the sum of all audit logs lines indexed over all hours in the current date for the given org.
45
+ # Shows the sum of all audit logs lines indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
46
46
  attr_accessor :audit_logs_lines_indexed_sum
47
47
 
48
48
  # Shows whether Audit Trail is enabled for the current date for the given org.
@@ -66,13 +66,13 @@ module DatadogAPIClient::V1
66
66
  # Shows the sum of all log bytes ingested over all hours in the current date for the given org.
67
67
  attr_accessor :billable_ingested_bytes_sum
68
68
 
69
- # Shows the sum of all browser lite sessions over all hours in the current date for the given org.
69
+ # Shows the sum of all browser lite sessions over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
70
70
  attr_accessor :browser_rum_lite_session_count_sum
71
71
 
72
- # Shows the sum of all browser replay sessions over all hours in the current date for the given org.
72
+ # Shows the sum of all browser replay sessions over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
73
73
  attr_accessor :browser_rum_replay_session_count_sum
74
74
 
75
- # Shows the sum of all browser RUM units over all hours in the current date for the given org.
75
+ # Shows the sum of all browser RUM units over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
76
76
  attr_accessor :browser_rum_units_sum
77
77
 
78
78
  # Shows the sum of all CI pipeline indexed spans over all hours in the current date for the given org.
@@ -225,7 +225,7 @@ module DatadogAPIClient::V1
225
225
  # Shows the high-water mark of incident management monthly active users over all hours in the current date for the given org.
226
226
  attr_accessor :incident_management_monthly_active_users_hwm
227
227
 
228
- # Shows the sum of all log events indexed over all hours in the current date for the given org.
228
+ # Shows the sum of all log events indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
229
229
  attr_accessor :indexed_events_count_sum
230
230
 
231
231
  # Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.
@@ -240,28 +240,28 @@ module DatadogAPIClient::V1
240
240
  # Shows the 99th percentile of all IoT devices over all hours in the current date for the given org.
241
241
  attr_accessor :iot_device_top99p_sum
242
242
 
243
- # Shows the sum of all mobile lite sessions over all hours in the current date for the given org.
243
+ # Shows the sum of all mobile lite sessions over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
244
244
  attr_accessor :mobile_rum_lite_session_count_sum
245
245
 
246
- # Shows the sum of all mobile RUM Sessions on Android over all hours in the current date for the given org.
246
+ # Shows the sum of all mobile RUM sessions on Android over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
247
247
  attr_accessor :mobile_rum_session_count_android_sum
248
248
 
249
- # Shows the sum of all mobile RUM Sessions on Flutter over all hours in the current date for the given org.
249
+ # Shows the sum of all mobile RUM sessions on Flutter over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
250
250
  attr_accessor :mobile_rum_session_count_flutter_sum
251
251
 
252
- # Shows the sum of all mobile RUM Sessions on iOS over all hours in the current date for the given org.
252
+ # Shows the sum of all mobile RUM sessions on iOS over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
253
253
  attr_accessor :mobile_rum_session_count_ios_sum
254
254
 
255
- # Shows the sum of all mobile RUM Sessions on React Native over all hours in the current date for the given org.
255
+ # Shows the sum of all mobile RUM sessions on React Native over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
256
256
  attr_accessor :mobile_rum_session_count_reactnative_sum
257
257
 
258
- # Shows the sum of all mobile RUM Sessions on Roku over all hours in the current date for the given org.
258
+ # Shows the sum of all mobile RUM sessions on Roku over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
259
259
  attr_accessor :mobile_rum_session_count_roku_sum
260
260
 
261
- # Shows the sum of all mobile RUM Sessions over all hours in the current date for the given org.
261
+ # Shows the sum of all mobile RUM sessions over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
262
262
  attr_accessor :mobile_rum_session_count_sum
263
263
 
264
- # Shows the sum of all mobile RUM units over all hours in the current date for the given org.
264
+ # Shows the sum of all mobile RUM units over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
265
265
  attr_accessor :mobile_rum_units_sum
266
266
 
267
267
  # The organization name.
@@ -270,7 +270,7 @@ module DatadogAPIClient::V1
270
270
  # Shows the sum of all Network Device Monitoring NetFlow events over all hours in the current date for the given org.
271
271
  attr_accessor :ndm_netflow_events_sum
272
272
 
273
- # Shows the sum of all Network flows indexed over all hours in the current date for the given org.
273
+ # Shows the sum of all Network flows indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
274
274
  attr_accessor :netflow_indexed_events_count_sum
275
275
 
276
276
  # Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for the given org.
@@ -300,16 +300,61 @@ module DatadogAPIClient::V1
300
300
  # The region of the organization.
301
301
  attr_accessor :region
302
302
 
303
- # Shows the sum of all mobile sessions and all browser lite and legacy sessions over all hours in the current date for the given org.
303
+ # Shows the sum of all mobile sessions and all browser lite and legacy sessions over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
304
304
  attr_accessor :rum_browser_and_mobile_session_count
305
305
 
306
- # Shows the sum of all browser RUM Lite Sessions over all hours in the current date for the given org.
306
+ # Shows the sum of all browser RUM legacy sessions over all hours in the current date for the given org (To be introduced on October 1st, 2024).
307
+ attr_accessor :rum_browser_legacy_session_count_sum
308
+
309
+ # Shows the sum of all browser RUM lite sessions over all hours in the current date for the given org (To be introduced on October 1st, 2024).
310
+ attr_accessor :rum_browser_lite_session_count_sum
311
+
312
+ # Shows the sum of all browser RUM Session Replay counts over all hours in the current date for the given org (To be introduced on October 1st, 2024).
313
+ attr_accessor :rum_browser_replay_session_count_sum
314
+
315
+ # Shows the sum of all RUM lite sessions (browser and mobile) over all hours in the current date for the given org (To be introduced on October 1st, 2024).
316
+ attr_accessor :rum_lite_session_count_sum
317
+
318
+ # Shows the sum of all mobile RUM legacy sessions on Android over all hours in the current date for the given org (To be introduced on October 1st, 2024).
319
+ attr_accessor :rum_mobile_legacy_session_count_android_sum
320
+
321
+ # Shows the sum of all mobile RUM legacy sessions on Flutter over all hours in the current date for the given org (To be introduced on October 1st, 2024).
322
+ attr_accessor :rum_mobile_legacy_session_count_flutter_sum
323
+
324
+ # Shows the sum of all mobile RUM legacy sessions on iOS over all hours in the current date for the given org (To be introduced on October 1st, 2024).
325
+ attr_accessor :rum_mobile_legacy_session_count_ios_sum
326
+
327
+ # Shows the sum of all mobile RUM legacy sessions on React Native over all hours in the current date for the given org (To be introduced on October 1st, 2024).
328
+ attr_accessor :rum_mobile_legacy_session_count_reactnative_sum
329
+
330
+ # Shows the sum of all mobile RUM legacy sessions on Roku over all hours in the current date for the given org (To be introduced on October 1st, 2024).
331
+ attr_accessor :rum_mobile_legacy_session_count_roku_sum
332
+
333
+ # Shows the sum of all mobile RUM lite sessions on Android over all hours in the current date for the given org (To be introduced on October 1st, 2024).
334
+ attr_accessor :rum_mobile_lite_session_count_android_sum
335
+
336
+ # Shows the sum of all mobile RUM lite sessions on Flutter over all hours in the current date for the given org (To be introduced on October 1st, 2024).
337
+ attr_accessor :rum_mobile_lite_session_count_flutter_sum
338
+
339
+ # Shows the sum of all mobile RUM lite sessions on iOS over all hours in the current date for the given org (To be introduced on October 1st, 2024).
340
+ attr_accessor :rum_mobile_lite_session_count_ios_sum
341
+
342
+ # Shows the sum of all mobile RUM lite sessions on React Native over all hours in the current date for the given org (To be introduced on October 1st, 2024).
343
+ attr_accessor :rum_mobile_lite_session_count_reactnative_sum
344
+
345
+ # Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current date for the given org (To be introduced on October 1st, 2024).
346
+ attr_accessor :rum_mobile_lite_session_count_roku_sum
347
+
348
+ # Shows the sum of all RUM Session Replay counts over all hours in the current date for the given org (To be introduced on October 1st, 2024).
349
+ attr_accessor :rum_replay_session_count_sum
350
+
351
+ # Shows the sum of all browser RUM lite sessions over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
307
352
  attr_accessor :rum_session_count_sum
308
353
 
309
- # Shows the sum of RUM Sessions (browser and mobile) over all hours in the current date for the given org.
354
+ # Shows the sum of RUM sessions (browser and mobile) over all hours in the current date for the given org.
310
355
  attr_accessor :rum_total_session_count_sum
311
356
 
312
- # Shows the sum of all browser and mobile RUM units over all hours in the current date for the given org.
357
+ # Shows the sum of all browser and mobile RUM units over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
313
358
  attr_accessor :rum_units_sum
314
359
 
315
360
  # Sum of all APM bytes scanned with sensitive data scanner over all hours in the current date for the given org.
@@ -464,6 +509,21 @@ module DatadogAPIClient::V1
464
509
  :'public_id' => :'public_id',
465
510
  :'region' => :'region',
466
511
  :'rum_browser_and_mobile_session_count' => :'rum_browser_and_mobile_session_count',
512
+ :'rum_browser_legacy_session_count_sum' => :'rum_browser_legacy_session_count_sum',
513
+ :'rum_browser_lite_session_count_sum' => :'rum_browser_lite_session_count_sum',
514
+ :'rum_browser_replay_session_count_sum' => :'rum_browser_replay_session_count_sum',
515
+ :'rum_lite_session_count_sum' => :'rum_lite_session_count_sum',
516
+ :'rum_mobile_legacy_session_count_android_sum' => :'rum_mobile_legacy_session_count_android_sum',
517
+ :'rum_mobile_legacy_session_count_flutter_sum' => :'rum_mobile_legacy_session_count_flutter_sum',
518
+ :'rum_mobile_legacy_session_count_ios_sum' => :'rum_mobile_legacy_session_count_ios_sum',
519
+ :'rum_mobile_legacy_session_count_reactnative_sum' => :'rum_mobile_legacy_session_count_reactnative_sum',
520
+ :'rum_mobile_legacy_session_count_roku_sum' => :'rum_mobile_legacy_session_count_roku_sum',
521
+ :'rum_mobile_lite_session_count_android_sum' => :'rum_mobile_lite_session_count_android_sum',
522
+ :'rum_mobile_lite_session_count_flutter_sum' => :'rum_mobile_lite_session_count_flutter_sum',
523
+ :'rum_mobile_lite_session_count_ios_sum' => :'rum_mobile_lite_session_count_ios_sum',
524
+ :'rum_mobile_lite_session_count_reactnative_sum' => :'rum_mobile_lite_session_count_reactnative_sum',
525
+ :'rum_mobile_lite_session_count_roku_sum' => :'rum_mobile_lite_session_count_roku_sum',
526
+ :'rum_replay_session_count_sum' => :'rum_replay_session_count_sum',
467
527
  :'rum_session_count_sum' => :'rum_session_count_sum',
468
528
  :'rum_total_session_count_sum' => :'rum_total_session_count_sum',
469
529
  :'rum_units_sum' => :'rum_units_sum',
@@ -586,6 +646,21 @@ module DatadogAPIClient::V1
586
646
  :'public_id' => :'String',
587
647
  :'region' => :'String',
588
648
  :'rum_browser_and_mobile_session_count' => :'Integer',
649
+ :'rum_browser_legacy_session_count_sum' => :'Integer',
650
+ :'rum_browser_lite_session_count_sum' => :'Integer',
651
+ :'rum_browser_replay_session_count_sum' => :'Integer',
652
+ :'rum_lite_session_count_sum' => :'Integer',
653
+ :'rum_mobile_legacy_session_count_android_sum' => :'Integer',
654
+ :'rum_mobile_legacy_session_count_flutter_sum' => :'Integer',
655
+ :'rum_mobile_legacy_session_count_ios_sum' => :'Integer',
656
+ :'rum_mobile_legacy_session_count_reactnative_sum' => :'Integer',
657
+ :'rum_mobile_legacy_session_count_roku_sum' => :'Integer',
658
+ :'rum_mobile_lite_session_count_android_sum' => :'Integer',
659
+ :'rum_mobile_lite_session_count_flutter_sum' => :'Integer',
660
+ :'rum_mobile_lite_session_count_ios_sum' => :'Integer',
661
+ :'rum_mobile_lite_session_count_reactnative_sum' => :'Integer',
662
+ :'rum_mobile_lite_session_count_roku_sum' => :'Integer',
663
+ :'rum_replay_session_count_sum' => :'Integer',
589
664
  :'rum_session_count_sum' => :'Integer',
590
665
  :'rum_total_session_count_sum' => :'Integer',
591
666
  :'rum_units_sum' => :'Integer',
@@ -1002,6 +1077,66 @@ module DatadogAPIClient::V1
1002
1077
  self.rum_browser_and_mobile_session_count = attributes[:'rum_browser_and_mobile_session_count']
1003
1078
  end
1004
1079
 
1080
+ if attributes.key?(:'rum_browser_legacy_session_count_sum')
1081
+ self.rum_browser_legacy_session_count_sum = attributes[:'rum_browser_legacy_session_count_sum']
1082
+ end
1083
+
1084
+ if attributes.key?(:'rum_browser_lite_session_count_sum')
1085
+ self.rum_browser_lite_session_count_sum = attributes[:'rum_browser_lite_session_count_sum']
1086
+ end
1087
+
1088
+ if attributes.key?(:'rum_browser_replay_session_count_sum')
1089
+ self.rum_browser_replay_session_count_sum = attributes[:'rum_browser_replay_session_count_sum']
1090
+ end
1091
+
1092
+ if attributes.key?(:'rum_lite_session_count_sum')
1093
+ self.rum_lite_session_count_sum = attributes[:'rum_lite_session_count_sum']
1094
+ end
1095
+
1096
+ if attributes.key?(:'rum_mobile_legacy_session_count_android_sum')
1097
+ self.rum_mobile_legacy_session_count_android_sum = attributes[:'rum_mobile_legacy_session_count_android_sum']
1098
+ end
1099
+
1100
+ if attributes.key?(:'rum_mobile_legacy_session_count_flutter_sum')
1101
+ self.rum_mobile_legacy_session_count_flutter_sum = attributes[:'rum_mobile_legacy_session_count_flutter_sum']
1102
+ end
1103
+
1104
+ if attributes.key?(:'rum_mobile_legacy_session_count_ios_sum')
1105
+ self.rum_mobile_legacy_session_count_ios_sum = attributes[:'rum_mobile_legacy_session_count_ios_sum']
1106
+ end
1107
+
1108
+ if attributes.key?(:'rum_mobile_legacy_session_count_reactnative_sum')
1109
+ self.rum_mobile_legacy_session_count_reactnative_sum = attributes[:'rum_mobile_legacy_session_count_reactnative_sum']
1110
+ end
1111
+
1112
+ if attributes.key?(:'rum_mobile_legacy_session_count_roku_sum')
1113
+ self.rum_mobile_legacy_session_count_roku_sum = attributes[:'rum_mobile_legacy_session_count_roku_sum']
1114
+ end
1115
+
1116
+ if attributes.key?(:'rum_mobile_lite_session_count_android_sum')
1117
+ self.rum_mobile_lite_session_count_android_sum = attributes[:'rum_mobile_lite_session_count_android_sum']
1118
+ end
1119
+
1120
+ if attributes.key?(:'rum_mobile_lite_session_count_flutter_sum')
1121
+ self.rum_mobile_lite_session_count_flutter_sum = attributes[:'rum_mobile_lite_session_count_flutter_sum']
1122
+ end
1123
+
1124
+ if attributes.key?(:'rum_mobile_lite_session_count_ios_sum')
1125
+ self.rum_mobile_lite_session_count_ios_sum = attributes[:'rum_mobile_lite_session_count_ios_sum']
1126
+ end
1127
+
1128
+ if attributes.key?(:'rum_mobile_lite_session_count_reactnative_sum')
1129
+ self.rum_mobile_lite_session_count_reactnative_sum = attributes[:'rum_mobile_lite_session_count_reactnative_sum']
1130
+ end
1131
+
1132
+ if attributes.key?(:'rum_mobile_lite_session_count_roku_sum')
1133
+ self.rum_mobile_lite_session_count_roku_sum = attributes[:'rum_mobile_lite_session_count_roku_sum']
1134
+ end
1135
+
1136
+ if attributes.key?(:'rum_replay_session_count_sum')
1137
+ self.rum_replay_session_count_sum = attributes[:'rum_replay_session_count_sum']
1138
+ end
1139
+
1005
1140
  if attributes.key?(:'rum_session_count_sum')
1006
1141
  self.rum_session_count_sum = attributes[:'rum_session_count_sum']
1007
1142
  end
@@ -1187,6 +1322,21 @@ module DatadogAPIClient::V1
1187
1322
  public_id == o.public_id &&
1188
1323
  region == o.region &&
1189
1324
  rum_browser_and_mobile_session_count == o.rum_browser_and_mobile_session_count &&
1325
+ rum_browser_legacy_session_count_sum == o.rum_browser_legacy_session_count_sum &&
1326
+ rum_browser_lite_session_count_sum == o.rum_browser_lite_session_count_sum &&
1327
+ rum_browser_replay_session_count_sum == o.rum_browser_replay_session_count_sum &&
1328
+ rum_lite_session_count_sum == o.rum_lite_session_count_sum &&
1329
+ rum_mobile_legacy_session_count_android_sum == o.rum_mobile_legacy_session_count_android_sum &&
1330
+ rum_mobile_legacy_session_count_flutter_sum == o.rum_mobile_legacy_session_count_flutter_sum &&
1331
+ rum_mobile_legacy_session_count_ios_sum == o.rum_mobile_legacy_session_count_ios_sum &&
1332
+ rum_mobile_legacy_session_count_reactnative_sum == o.rum_mobile_legacy_session_count_reactnative_sum &&
1333
+ rum_mobile_legacy_session_count_roku_sum == o.rum_mobile_legacy_session_count_roku_sum &&
1334
+ rum_mobile_lite_session_count_android_sum == o.rum_mobile_lite_session_count_android_sum &&
1335
+ rum_mobile_lite_session_count_flutter_sum == o.rum_mobile_lite_session_count_flutter_sum &&
1336
+ rum_mobile_lite_session_count_ios_sum == o.rum_mobile_lite_session_count_ios_sum &&
1337
+ rum_mobile_lite_session_count_reactnative_sum == o.rum_mobile_lite_session_count_reactnative_sum &&
1338
+ rum_mobile_lite_session_count_roku_sum == o.rum_mobile_lite_session_count_roku_sum &&
1339
+ rum_replay_session_count_sum == o.rum_replay_session_count_sum &&
1190
1340
  rum_session_count_sum == o.rum_session_count_sum &&
1191
1341
  rum_total_session_count_sum == o.rum_total_session_count_sum &&
1192
1342
  rum_units_sum == o.rum_units_sum &&
@@ -1214,7 +1364,7 @@ module DatadogAPIClient::V1
1214
1364
  # @return [Integer] Hash code
1215
1365
  # @!visibility private
1216
1366
  def hash
1217
- [agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_historical_ts_avg, custom_live_ts_avg, custom_ts_avg, cws_container_count_avg, cws_host_top99p, dbm_host_top99p_sum, dbm_queries_avg_sum, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, id, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_agg_sum, iot_device_top99p_sum, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, name, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, profiling_aas_count_top99p, profiling_host_top99p, public_id, region, rum_browser_and_mobile_session_count, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
1367
+ [agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_historical_ts_avg, custom_live_ts_avg, custom_ts_avg, cws_container_count_avg, cws_host_top99p, dbm_host_top99p_sum, dbm_queries_avg_sum, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, id, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_agg_sum, iot_device_top99p_sum, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, name, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, profiling_aas_count_top99p, profiling_host_top99p, public_id, region, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
1218
1368
  end
1219
1369
  end
1220
1370
  end
@@ -42,7 +42,7 @@ module DatadogAPIClient::V1
42
42
  # Shows the sum of all Application Security Monitoring Serverless invocations over all hours in the current months for all organizations.
43
43
  attr_accessor :asm_serverless_agg_sum
44
44
 
45
- # Shows the sum of all audit logs lines indexed over all hours in the current month for all organizations.
45
+ # Shows the sum of all audit logs lines indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
46
46
  attr_accessor :audit_logs_lines_indexed_agg_sum
47
47
 
48
48
  # Shows the total number of organizations that had Audit Trail enabled over a specific number of months.
@@ -69,13 +69,13 @@ module DatadogAPIClient::V1
69
69
  # Shows the sum of all log bytes ingested over all hours in the current month for all organizations.
70
70
  attr_accessor :billable_ingested_bytes_agg_sum
71
71
 
72
- # Shows the sum of all browser lite sessions over all hours in the current month for all organizations.
72
+ # Shows the sum of all browser lite sessions over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
73
73
  attr_accessor :browser_rum_lite_session_count_agg_sum
74
74
 
75
- # Shows the sum of all browser replay sessions over all hours in the current month for all organizations.
75
+ # Shows the sum of all browser replay sessions over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
76
76
  attr_accessor :browser_rum_replay_session_count_agg_sum
77
77
 
78
- # Shows the sum of all browser RUM units over all hours in the current month for all organizations.
78
+ # Shows the sum of all browser RUM units over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
79
79
  attr_accessor :browser_rum_units_agg_sum
80
80
 
81
81
  # Shows the sum of all CI pipeline indexed spans over all hours in the current month for all organizations.
@@ -228,7 +228,7 @@ module DatadogAPIClient::V1
228
228
  # Shows sum of the the high-water marks of incident management monthly active users in the current month for all organizations.
229
229
  attr_accessor :incident_management_monthly_active_users_hwm_sum
230
230
 
231
- # Shows the sum of all log events indexed over all hours in the current month for all organizations.
231
+ # Shows the sum of all log events indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
232
232
  attr_accessor :indexed_events_count_agg_sum
233
233
 
234
234
  # Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
@@ -246,7 +246,7 @@ module DatadogAPIClient::V1
246
246
  # Shows the the most recent hour in the current month for all organizations for which all usages were calculated.
247
247
  attr_accessor :last_updated
248
248
 
249
- # Shows the sum of all live logs indexed over all hours in the current month for all organizations (data available as of December 1, 2020).
249
+ # Shows the sum of all live logs indexed over all hours in the current month for all organization (To be deprecated on October 1st, 2024).
250
250
  attr_accessor :live_indexed_events_agg_sum
251
251
 
252
252
  # Shows the sum of all live logs bytes ingested over all hours in the current month for all organizations (data available as of December 1, 2020).
@@ -255,34 +255,34 @@ module DatadogAPIClient::V1
255
255
  # Object containing logs usage data broken down by retention period.
256
256
  attr_accessor :logs_by_retention
257
257
 
258
- # Shows the sum of all mobile lite sessions over all hours in the current month for all organizations.
258
+ # Shows the sum of all mobile lite sessions over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
259
259
  attr_accessor :mobile_rum_lite_session_count_agg_sum
260
260
 
261
- # Shows the sum of all mobile RUM Sessions over all hours in the current month for all organizations.
261
+ # Shows the sum of all mobile RUM sessions over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
262
262
  attr_accessor :mobile_rum_session_count_agg_sum
263
263
 
264
- # Shows the sum of all mobile RUM Sessions on Android over all hours in the current month for all organizations.
264
+ # Shows the sum of all mobile RUM sessions on Android over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
265
265
  attr_accessor :mobile_rum_session_count_android_agg_sum
266
266
 
267
- # Shows the sum of all mobile RUM Sessions on Flutter over all hours in the current month for all organizations.
267
+ # Shows the sum of all mobile RUM sessions on Flutter over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
268
268
  attr_accessor :mobile_rum_session_count_flutter_agg_sum
269
269
 
270
- # Shows the sum of all mobile RUM Sessions on iOS over all hours in the current month for all organizations.
270
+ # Shows the sum of all mobile RUM sessions on iOS over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
271
271
  attr_accessor :mobile_rum_session_count_ios_agg_sum
272
272
 
273
- # Shows the sum of all mobile RUM Sessions on React Native over all hours in the current month for all organizations.
273
+ # Shows the sum of all mobile RUM sessions on React Native over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
274
274
  attr_accessor :mobile_rum_session_count_reactnative_agg_sum
275
275
 
276
- # Shows the sum of all mobile RUM Sessions on Roku over all hours in the current month for all organizations.
276
+ # Shows the sum of all mobile RUM sessions on Roku over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
277
277
  attr_accessor :mobile_rum_session_count_roku_agg_sum
278
278
 
279
- # Shows the sum of all mobile RUM units over all hours in the current month for all organizations.
279
+ # Shows the sum of all mobile RUM units over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
280
280
  attr_accessor :mobile_rum_units_agg_sum
281
281
 
282
282
  # Shows the sum of all Network Device Monitoring NetFlow events over all hours in the current month for all organizations.
283
283
  attr_accessor :ndm_netflow_events_agg_sum
284
284
 
285
- # Shows the sum of all Network flows indexed over all hours in the current month for all organizations.
285
+ # Shows the sum of all Network flows indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
286
286
  attr_accessor :netflow_indexed_events_count_agg_sum
287
287
 
288
288
  # Shows the 99th percentile of all distinct Networks hosts over all hours in the current month for all organizations.
@@ -309,22 +309,67 @@ module DatadogAPIClient::V1
309
309
  # Shows the 99th percentile of all profiled hosts over all hours in the current month for all organizations.
310
310
  attr_accessor :profiling_host_count_top99p_sum
311
311
 
312
- # Shows the sum of all rehydrated logs indexed over all hours in the current month for all organizations (data available as of December 1, 2020).
312
+ # Shows the sum of all rehydrated logs indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
313
313
  attr_accessor :rehydrated_indexed_events_agg_sum
314
314
 
315
315
  # Shows the sum of all rehydrated logs bytes ingested over all hours in the current month for all organizations (data available as of December 1, 2020).
316
316
  attr_accessor :rehydrated_ingested_bytes_agg_sum
317
317
 
318
- # Shows the sum of all mobile sessions and all browser lite and legacy sessions over all hours in the current month for all organizations.
318
+ # Shows the sum of all mobile sessions and all browser lite and legacy sessions over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
319
319
  attr_accessor :rum_browser_and_mobile_session_count
320
320
 
321
- # Shows the sum of all browser RUM Lite Sessions over all hours in the current month for all organizations.
321
+ # Shows the sum of all browser RUM legacy sessions over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
322
+ attr_accessor :rum_browser_legacy_session_count_agg_sum
323
+
324
+ # Shows the sum of all browser RUM lite sessions over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
325
+ attr_accessor :rum_browser_lite_session_count_agg_sum
326
+
327
+ # Shows the sum of all browser RUM Session Replay counts over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
328
+ attr_accessor :rum_browser_replay_session_count_agg_sum
329
+
330
+ # Shows the sum of all RUM lite sessions (browser and mobile) over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
331
+ attr_accessor :rum_lite_session_count_agg_sum
332
+
333
+ # Shows the sum of all mobile RUM legacy sessions on Android over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
334
+ attr_accessor :rum_mobile_legacy_session_count_android_agg_sum
335
+
336
+ # Shows the sum of all mobile RUM legacy sessions on Flutter over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
337
+ attr_accessor :rum_mobile_legacy_session_count_flutter_agg_sum
338
+
339
+ # Shows the sum of all mobile RUM legacy sessions on iOS over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
340
+ attr_accessor :rum_mobile_legacy_session_count_ios_agg_sum
341
+
342
+ # Shows the sum of all mobile RUM legacy sessions on React Native over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
343
+ attr_accessor :rum_mobile_legacy_session_count_reactnative_agg_sum
344
+
345
+ # Shows the sum of all mobile RUM legacy sessions on Roku over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
346
+ attr_accessor :rum_mobile_legacy_session_count_roku_agg_sum
347
+
348
+ # Shows the sum of all mobile RUM lite sessions on Android over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
349
+ attr_accessor :rum_mobile_lite_session_count_android_agg_sum
350
+
351
+ # Shows the sum of all mobile RUM lite sessions on Flutter over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
352
+ attr_accessor :rum_mobile_lite_session_count_flutter_agg_sum
353
+
354
+ # Shows the sum of all mobile RUM lite sessions on iOS over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
355
+ attr_accessor :rum_mobile_lite_session_count_ios_agg_sum
356
+
357
+ # Shows the sum of all mobile RUM lite sessions on React Native over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
358
+ attr_accessor :rum_mobile_lite_session_count_reactnative_agg_sum
359
+
360
+ # Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
361
+ attr_accessor :rum_mobile_lite_session_count_roku_agg_sum
362
+
363
+ # Shows the sum of all RUM Session Replay counts over all hours in the current month for all organizations (To be introduced on October 1st, 2024).
364
+ attr_accessor :rum_replay_session_count_agg_sum
365
+
366
+ # Shows the sum of all browser RUM lite sessions over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
322
367
  attr_accessor :rum_session_count_agg_sum
323
368
 
324
- # Shows the sum of RUM Sessions (browser and mobile) over all hours in the current month for all organizations.
369
+ # Shows the sum of RUM sessions (browser and mobile) over all hours in the current month for all organizations.
325
370
  attr_accessor :rum_total_session_count_agg_sum
326
371
 
327
- # Shows the sum of all browser and mobile RUM units over all hours in the current month for all organizations.
372
+ # Shows the sum of all browser and mobile RUM units over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
328
373
  attr_accessor :rum_units_agg_sum
329
374
 
330
375
  # Sum of all APM bytes scanned with sensitive data scanner in the current month for all organizations.
@@ -490,6 +535,21 @@ module DatadogAPIClient::V1
490
535
  :'rehydrated_indexed_events_agg_sum' => :'rehydrated_indexed_events_agg_sum',
491
536
  :'rehydrated_ingested_bytes_agg_sum' => :'rehydrated_ingested_bytes_agg_sum',
492
537
  :'rum_browser_and_mobile_session_count' => :'rum_browser_and_mobile_session_count',
538
+ :'rum_browser_legacy_session_count_agg_sum' => :'rum_browser_legacy_session_count_agg_sum',
539
+ :'rum_browser_lite_session_count_agg_sum' => :'rum_browser_lite_session_count_agg_sum',
540
+ :'rum_browser_replay_session_count_agg_sum' => :'rum_browser_replay_session_count_agg_sum',
541
+ :'rum_lite_session_count_agg_sum' => :'rum_lite_session_count_agg_sum',
542
+ :'rum_mobile_legacy_session_count_android_agg_sum' => :'rum_mobile_legacy_session_count_android_agg_sum',
543
+ :'rum_mobile_legacy_session_count_flutter_agg_sum' => :'rum_mobile_legacy_session_count_flutter_agg_sum',
544
+ :'rum_mobile_legacy_session_count_ios_agg_sum' => :'rum_mobile_legacy_session_count_ios_agg_sum',
545
+ :'rum_mobile_legacy_session_count_reactnative_agg_sum' => :'rum_mobile_legacy_session_count_reactnative_agg_sum',
546
+ :'rum_mobile_legacy_session_count_roku_agg_sum' => :'rum_mobile_legacy_session_count_roku_agg_sum',
547
+ :'rum_mobile_lite_session_count_android_agg_sum' => :'rum_mobile_lite_session_count_android_agg_sum',
548
+ :'rum_mobile_lite_session_count_flutter_agg_sum' => :'rum_mobile_lite_session_count_flutter_agg_sum',
549
+ :'rum_mobile_lite_session_count_ios_agg_sum' => :'rum_mobile_lite_session_count_ios_agg_sum',
550
+ :'rum_mobile_lite_session_count_reactnative_agg_sum' => :'rum_mobile_lite_session_count_reactnative_agg_sum',
551
+ :'rum_mobile_lite_session_count_roku_agg_sum' => :'rum_mobile_lite_session_count_roku_agg_sum',
552
+ :'rum_replay_session_count_agg_sum' => :'rum_replay_session_count_agg_sum',
493
553
  :'rum_session_count_agg_sum' => :'rum_session_count_agg_sum',
494
554
  :'rum_total_session_count_agg_sum' => :'rum_total_session_count_agg_sum',
495
555
  :'rum_units_agg_sum' => :'rum_units_agg_sum',
@@ -619,6 +679,21 @@ module DatadogAPIClient::V1
619
679
  :'rehydrated_indexed_events_agg_sum' => :'Integer',
620
680
  :'rehydrated_ingested_bytes_agg_sum' => :'Integer',
621
681
  :'rum_browser_and_mobile_session_count' => :'Integer',
682
+ :'rum_browser_legacy_session_count_agg_sum' => :'Integer',
683
+ :'rum_browser_lite_session_count_agg_sum' => :'Integer',
684
+ :'rum_browser_replay_session_count_agg_sum' => :'Integer',
685
+ :'rum_lite_session_count_agg_sum' => :'Integer',
686
+ :'rum_mobile_legacy_session_count_android_agg_sum' => :'Integer',
687
+ :'rum_mobile_legacy_session_count_flutter_agg_sum' => :'Integer',
688
+ :'rum_mobile_legacy_session_count_ios_agg_sum' => :'Integer',
689
+ :'rum_mobile_legacy_session_count_reactnative_agg_sum' => :'Integer',
690
+ :'rum_mobile_legacy_session_count_roku_agg_sum' => :'Integer',
691
+ :'rum_mobile_lite_session_count_android_agg_sum' => :'Integer',
692
+ :'rum_mobile_lite_session_count_flutter_agg_sum' => :'Integer',
693
+ :'rum_mobile_lite_session_count_ios_agg_sum' => :'Integer',
694
+ :'rum_mobile_lite_session_count_reactnative_agg_sum' => :'Integer',
695
+ :'rum_mobile_lite_session_count_roku_agg_sum' => :'Integer',
696
+ :'rum_replay_session_count_agg_sum' => :'Integer',
622
697
  :'rum_session_count_agg_sum' => :'Integer',
623
698
  :'rum_total_session_count_agg_sum' => :'Integer',
624
699
  :'rum_units_agg_sum' => :'Integer',
@@ -1057,6 +1132,66 @@ module DatadogAPIClient::V1
1057
1132
  self.rum_browser_and_mobile_session_count = attributes[:'rum_browser_and_mobile_session_count']
1058
1133
  end
1059
1134
 
1135
+ if attributes.key?(:'rum_browser_legacy_session_count_agg_sum')
1136
+ self.rum_browser_legacy_session_count_agg_sum = attributes[:'rum_browser_legacy_session_count_agg_sum']
1137
+ end
1138
+
1139
+ if attributes.key?(:'rum_browser_lite_session_count_agg_sum')
1140
+ self.rum_browser_lite_session_count_agg_sum = attributes[:'rum_browser_lite_session_count_agg_sum']
1141
+ end
1142
+
1143
+ if attributes.key?(:'rum_browser_replay_session_count_agg_sum')
1144
+ self.rum_browser_replay_session_count_agg_sum = attributes[:'rum_browser_replay_session_count_agg_sum']
1145
+ end
1146
+
1147
+ if attributes.key?(:'rum_lite_session_count_agg_sum')
1148
+ self.rum_lite_session_count_agg_sum = attributes[:'rum_lite_session_count_agg_sum']
1149
+ end
1150
+
1151
+ if attributes.key?(:'rum_mobile_legacy_session_count_android_agg_sum')
1152
+ self.rum_mobile_legacy_session_count_android_agg_sum = attributes[:'rum_mobile_legacy_session_count_android_agg_sum']
1153
+ end
1154
+
1155
+ if attributes.key?(:'rum_mobile_legacy_session_count_flutter_agg_sum')
1156
+ self.rum_mobile_legacy_session_count_flutter_agg_sum = attributes[:'rum_mobile_legacy_session_count_flutter_agg_sum']
1157
+ end
1158
+
1159
+ if attributes.key?(:'rum_mobile_legacy_session_count_ios_agg_sum')
1160
+ self.rum_mobile_legacy_session_count_ios_agg_sum = attributes[:'rum_mobile_legacy_session_count_ios_agg_sum']
1161
+ end
1162
+
1163
+ if attributes.key?(:'rum_mobile_legacy_session_count_reactnative_agg_sum')
1164
+ self.rum_mobile_legacy_session_count_reactnative_agg_sum = attributes[:'rum_mobile_legacy_session_count_reactnative_agg_sum']
1165
+ end
1166
+
1167
+ if attributes.key?(:'rum_mobile_legacy_session_count_roku_agg_sum')
1168
+ self.rum_mobile_legacy_session_count_roku_agg_sum = attributes[:'rum_mobile_legacy_session_count_roku_agg_sum']
1169
+ end
1170
+
1171
+ if attributes.key?(:'rum_mobile_lite_session_count_android_agg_sum')
1172
+ self.rum_mobile_lite_session_count_android_agg_sum = attributes[:'rum_mobile_lite_session_count_android_agg_sum']
1173
+ end
1174
+
1175
+ if attributes.key?(:'rum_mobile_lite_session_count_flutter_agg_sum')
1176
+ self.rum_mobile_lite_session_count_flutter_agg_sum = attributes[:'rum_mobile_lite_session_count_flutter_agg_sum']
1177
+ end
1178
+
1179
+ if attributes.key?(:'rum_mobile_lite_session_count_ios_agg_sum')
1180
+ self.rum_mobile_lite_session_count_ios_agg_sum = attributes[:'rum_mobile_lite_session_count_ios_agg_sum']
1181
+ end
1182
+
1183
+ if attributes.key?(:'rum_mobile_lite_session_count_reactnative_agg_sum')
1184
+ self.rum_mobile_lite_session_count_reactnative_agg_sum = attributes[:'rum_mobile_lite_session_count_reactnative_agg_sum']
1185
+ end
1186
+
1187
+ if attributes.key?(:'rum_mobile_lite_session_count_roku_agg_sum')
1188
+ self.rum_mobile_lite_session_count_roku_agg_sum = attributes[:'rum_mobile_lite_session_count_roku_agg_sum']
1189
+ end
1190
+
1191
+ if attributes.key?(:'rum_replay_session_count_agg_sum')
1192
+ self.rum_replay_session_count_agg_sum = attributes[:'rum_replay_session_count_agg_sum']
1193
+ end
1194
+
1060
1195
  if attributes.key?(:'rum_session_count_agg_sum')
1061
1196
  self.rum_session_count_agg_sum = attributes[:'rum_session_count_agg_sum']
1062
1197
  end
@@ -1257,6 +1392,21 @@ module DatadogAPIClient::V1
1257
1392
  rehydrated_indexed_events_agg_sum == o.rehydrated_indexed_events_agg_sum &&
1258
1393
  rehydrated_ingested_bytes_agg_sum == o.rehydrated_ingested_bytes_agg_sum &&
1259
1394
  rum_browser_and_mobile_session_count == o.rum_browser_and_mobile_session_count &&
1395
+ rum_browser_legacy_session_count_agg_sum == o.rum_browser_legacy_session_count_agg_sum &&
1396
+ rum_browser_lite_session_count_agg_sum == o.rum_browser_lite_session_count_agg_sum &&
1397
+ rum_browser_replay_session_count_agg_sum == o.rum_browser_replay_session_count_agg_sum &&
1398
+ rum_lite_session_count_agg_sum == o.rum_lite_session_count_agg_sum &&
1399
+ rum_mobile_legacy_session_count_android_agg_sum == o.rum_mobile_legacy_session_count_android_agg_sum &&
1400
+ rum_mobile_legacy_session_count_flutter_agg_sum == o.rum_mobile_legacy_session_count_flutter_agg_sum &&
1401
+ rum_mobile_legacy_session_count_ios_agg_sum == o.rum_mobile_legacy_session_count_ios_agg_sum &&
1402
+ rum_mobile_legacy_session_count_reactnative_agg_sum == o.rum_mobile_legacy_session_count_reactnative_agg_sum &&
1403
+ rum_mobile_legacy_session_count_roku_agg_sum == o.rum_mobile_legacy_session_count_roku_agg_sum &&
1404
+ rum_mobile_lite_session_count_android_agg_sum == o.rum_mobile_lite_session_count_android_agg_sum &&
1405
+ rum_mobile_lite_session_count_flutter_agg_sum == o.rum_mobile_lite_session_count_flutter_agg_sum &&
1406
+ rum_mobile_lite_session_count_ios_agg_sum == o.rum_mobile_lite_session_count_ios_agg_sum &&
1407
+ rum_mobile_lite_session_count_reactnative_agg_sum == o.rum_mobile_lite_session_count_reactnative_agg_sum &&
1408
+ rum_mobile_lite_session_count_roku_agg_sum == o.rum_mobile_lite_session_count_roku_agg_sum &&
1409
+ rum_replay_session_count_agg_sum == o.rum_replay_session_count_agg_sum &&
1260
1410
  rum_session_count_agg_sum == o.rum_session_count_agg_sum &&
1261
1411
  rum_total_session_count_agg_sum == o.rum_total_session_count_agg_sum &&
1262
1412
  rum_units_agg_sum == o.rum_units_agg_sum &&
@@ -1286,7 +1436,7 @@ module DatadogAPIClient::V1
1286
1436
  # @return [Integer] Hash code
1287
1437
  # @!visibility private
1288
1438
  def hash
1289
- [agent_host_top99p_sum, apm_azure_app_service_host_top99p_sum, apm_devsecops_host_top99p_sum, apm_fargate_count_avg_sum, apm_host_top99p_sum, appsec_fargate_count_avg_sum, asm_serverless_agg_sum, audit_logs_lines_indexed_agg_sum, audit_trail_enabled_hwm_sum, avg_profiled_fargate_tasks_sum, aws_host_top99p_sum, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p_sum, azure_host_top99p_sum, billable_ingested_bytes_agg_sum, browser_rum_lite_session_count_agg_sum, browser_rum_replay_session_count_agg_sum, browser_rum_units_agg_sum, ci_pipeline_indexed_spans_agg_sum, ci_test_indexed_spans_agg_sum, ci_visibility_itr_committers_hwm_sum, ci_visibility_pipeline_committers_hwm_sum, ci_visibility_test_committers_hwm_sum, cloud_cost_management_aws_host_count_avg_sum, cloud_cost_management_azure_host_count_avg_sum, cloud_cost_management_gcp_host_count_avg_sum, cloud_cost_management_host_count_avg_sum, cloud_siem_events_agg_sum, container_avg_sum, container_excl_agent_avg_sum, container_hwm_sum, csm_container_enterprise_compliance_count_agg_sum, csm_container_enterprise_cws_count_agg_sum, csm_container_enterprise_total_count_agg_sum, csm_host_enterprise_aas_host_count_top99p_sum, csm_host_enterprise_aws_host_count_top99p_sum, csm_host_enterprise_azure_host_count_top99p_sum, csm_host_enterprise_compliance_host_count_top99p_sum, csm_host_enterprise_cws_host_count_top99p_sum, csm_host_enterprise_gcp_host_count_top99p_sum, csm_host_enterprise_total_host_count_top99p_sum, cspm_aas_host_top99p_sum, cspm_aws_host_top99p_sum, cspm_azure_host_top99p_sum, cspm_container_avg_sum, cspm_container_hwm_sum, cspm_gcp_host_top99p_sum, cspm_host_top99p_sum, custom_historical_ts_sum, custom_live_ts_sum, custom_ts_sum, cws_containers_avg_sum, cws_host_top99p_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, end_date, error_tracking_events_agg_sum, fargate_tasks_count_avg_sum, fargate_tasks_count_hwm_sum, flex_logs_compute_large_avg_sum, flex_logs_compute_medium_avg_sum, flex_logs_compute_small_avg_sum, flex_logs_compute_xsmall_avg_sum, flex_stored_logs_avg_sum, forwarding_events_bytes_agg_sum, gcp_host_top99p_sum, heroku_host_top99p_sum, incident_management_monthly_active_users_hwm_sum, indexed_events_count_agg_sum, infra_host_top99p_sum, ingested_events_bytes_agg_sum, iot_device_agg_sum, iot_device_top99p_sum, last_updated, live_indexed_events_agg_sum, live_ingested_bytes_agg_sum, logs_by_retention, mobile_rum_lite_session_count_agg_sum, mobile_rum_session_count_agg_sum, mobile_rum_session_count_android_agg_sum, mobile_rum_session_count_flutter_agg_sum, mobile_rum_session_count_ios_agg_sum, mobile_rum_session_count_reactnative_agg_sum, mobile_rum_session_count_roku_agg_sum, mobile_rum_units_agg_sum, ndm_netflow_events_agg_sum, netflow_indexed_events_count_agg_sum, npm_host_top99p_sum, observability_pipelines_bytes_processed_agg_sum, online_archive_events_count_agg_sum, opentelemetry_apm_host_top99p_sum, opentelemetry_host_top99p_sum, profiling_aas_count_top99p_sum, profiling_container_agent_count_avg, profiling_host_count_top99p_sum, rehydrated_indexed_events_agg_sum, rehydrated_ingested_bytes_agg_sum, rum_browser_and_mobile_session_count, rum_session_count_agg_sum, rum_total_session_count_agg_sum, rum_units_agg_sum, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg_sum, serverless_apps_google_count_avg_sum, serverless_apps_total_count_avg_sum, start_date, synthetics_browser_check_calls_count_agg_sum, synthetics_check_calls_count_agg_sum, synthetics_mobile_test_runs_agg_sum, synthetics_parallel_testing_max_slots_hwm_sum, trace_search_indexed_events_count_agg_sum, twol_ingested_events_bytes_agg_sum, universal_service_monitoring_host_top99p_sum, usage, vsphere_host_top99p_sum, vuln_management_host_count_top99p_sum, workflow_executions_usage_agg_sum].hash
1439
+ [agent_host_top99p_sum, apm_azure_app_service_host_top99p_sum, apm_devsecops_host_top99p_sum, apm_fargate_count_avg_sum, apm_host_top99p_sum, appsec_fargate_count_avg_sum, asm_serverless_agg_sum, audit_logs_lines_indexed_agg_sum, audit_trail_enabled_hwm_sum, avg_profiled_fargate_tasks_sum, aws_host_top99p_sum, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p_sum, azure_host_top99p_sum, billable_ingested_bytes_agg_sum, browser_rum_lite_session_count_agg_sum, browser_rum_replay_session_count_agg_sum, browser_rum_units_agg_sum, ci_pipeline_indexed_spans_agg_sum, ci_test_indexed_spans_agg_sum, ci_visibility_itr_committers_hwm_sum, ci_visibility_pipeline_committers_hwm_sum, ci_visibility_test_committers_hwm_sum, cloud_cost_management_aws_host_count_avg_sum, cloud_cost_management_azure_host_count_avg_sum, cloud_cost_management_gcp_host_count_avg_sum, cloud_cost_management_host_count_avg_sum, cloud_siem_events_agg_sum, container_avg_sum, container_excl_agent_avg_sum, container_hwm_sum, csm_container_enterprise_compliance_count_agg_sum, csm_container_enterprise_cws_count_agg_sum, csm_container_enterprise_total_count_agg_sum, csm_host_enterprise_aas_host_count_top99p_sum, csm_host_enterprise_aws_host_count_top99p_sum, csm_host_enterprise_azure_host_count_top99p_sum, csm_host_enterprise_compliance_host_count_top99p_sum, csm_host_enterprise_cws_host_count_top99p_sum, csm_host_enterprise_gcp_host_count_top99p_sum, csm_host_enterprise_total_host_count_top99p_sum, cspm_aas_host_top99p_sum, cspm_aws_host_top99p_sum, cspm_azure_host_top99p_sum, cspm_container_avg_sum, cspm_container_hwm_sum, cspm_gcp_host_top99p_sum, cspm_host_top99p_sum, custom_historical_ts_sum, custom_live_ts_sum, custom_ts_sum, cws_containers_avg_sum, cws_host_top99p_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, end_date, error_tracking_events_agg_sum, fargate_tasks_count_avg_sum, fargate_tasks_count_hwm_sum, flex_logs_compute_large_avg_sum, flex_logs_compute_medium_avg_sum, flex_logs_compute_small_avg_sum, flex_logs_compute_xsmall_avg_sum, flex_stored_logs_avg_sum, forwarding_events_bytes_agg_sum, gcp_host_top99p_sum, heroku_host_top99p_sum, incident_management_monthly_active_users_hwm_sum, indexed_events_count_agg_sum, infra_host_top99p_sum, ingested_events_bytes_agg_sum, iot_device_agg_sum, iot_device_top99p_sum, last_updated, live_indexed_events_agg_sum, live_ingested_bytes_agg_sum, logs_by_retention, mobile_rum_lite_session_count_agg_sum, mobile_rum_session_count_agg_sum, mobile_rum_session_count_android_agg_sum, mobile_rum_session_count_flutter_agg_sum, mobile_rum_session_count_ios_agg_sum, mobile_rum_session_count_reactnative_agg_sum, mobile_rum_session_count_roku_agg_sum, mobile_rum_units_agg_sum, ndm_netflow_events_agg_sum, netflow_indexed_events_count_agg_sum, npm_host_top99p_sum, observability_pipelines_bytes_processed_agg_sum, online_archive_events_count_agg_sum, opentelemetry_apm_host_top99p_sum, opentelemetry_host_top99p_sum, profiling_aas_count_top99p_sum, profiling_container_agent_count_avg, profiling_host_count_top99p_sum, rehydrated_indexed_events_agg_sum, rehydrated_ingested_bytes_agg_sum, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_agg_sum, rum_browser_lite_session_count_agg_sum, rum_browser_replay_session_count_agg_sum, rum_lite_session_count_agg_sum, rum_mobile_legacy_session_count_android_agg_sum, rum_mobile_legacy_session_count_flutter_agg_sum, rum_mobile_legacy_session_count_ios_agg_sum, rum_mobile_legacy_session_count_reactnative_agg_sum, rum_mobile_legacy_session_count_roku_agg_sum, rum_mobile_lite_session_count_android_agg_sum, rum_mobile_lite_session_count_flutter_agg_sum, rum_mobile_lite_session_count_ios_agg_sum, rum_mobile_lite_session_count_reactnative_agg_sum, rum_mobile_lite_session_count_roku_agg_sum, rum_replay_session_count_agg_sum, rum_session_count_agg_sum, rum_total_session_count_agg_sum, rum_units_agg_sum, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg_sum, serverless_apps_google_count_avg_sum, serverless_apps_total_count_avg_sum, start_date, synthetics_browser_check_calls_count_agg_sum, synthetics_check_calls_count_agg_sum, synthetics_mobile_test_runs_agg_sum, synthetics_parallel_testing_max_slots_hwm_sum, trace_search_indexed_events_count_agg_sum, twol_ingested_events_bytes_agg_sum, universal_service_monitoring_host_top99p_sum, usage, vsphere_host_top99p_sum, vuln_management_host_count_top99p_sum, workflow_executions_usage_agg_sum].hash
1290
1440
  end
1291
1441
  end
1292
1442
  end