datadog_api_client 2.38.0 → 2.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. checksums.yaml +4 -4
  2. data/.generated-info +4 -0
  3. data/.generator/schemas/v1/openapi.yaml +493 -13
  4. data/.generator/schemas/v2/openapi.yaml +1021 -36
  5. data/.github/workflows/approved_status.yml +1 -0
  6. data/.github/workflows/test.yml +1 -1
  7. data/CHANGELOG.md +16 -0
  8. data/examples/v1/dashboards/CreateDashboard_1751391372.rb +41 -0
  9. data/examples/v1/dashboards/CreatePublicDashboard_1668947073.rb +28 -0
  10. data/examples/v1/dashboards/UpdatePublicDashboard_1708268778.rb +27 -0
  11. data/examples/v1/logs-pipelines/CreateLogsPipeline_1248402480.rb +25 -0
  12. data/examples/v1/logs-pipelines/CreateLogsPipeline_1267211320.rb +27 -0
  13. data/examples/v1/logs-pipelines/CreateLogsPipeline_1271012410.rb +25 -0
  14. data/examples/v1/logs-pipelines/CreateLogsPipeline_3314493032.rb +26 -0
  15. data/examples/v1/logs-pipelines/CreateLogsPipeline_3934594739.rb +26 -0
  16. data/examples/v1/synthetics/SearchTests.rb +5 -0
  17. data/examples/v1/synthetics/SearchTests_195957771.rb +13 -0
  18. data/examples/v2/aws-integration/GetAWSIntegrationIAMPermissions.rb +5 -0
  19. data/examples/v2/cloud-cost-management/CreateCostGCPUsageCostConfig.rb +19 -0
  20. data/examples/v2/cloud-cost-management/DeleteCostGCPUsageCostConfig.rb +5 -0
  21. data/examples/v2/cloud-cost-management/ListCostGCPUsageCostConfigs.rb +5 -0
  22. data/examples/v2/cloud-cost-management/UpdateCostGCPUsageCostConfig.rb +14 -0
  23. data/examples/v2/datasets/CreateDataset.rb +27 -0
  24. data/examples/v2/datasets/DeleteDataset.rb +5 -0
  25. data/examples/v2/datasets/GetAllDatasets.rb +5 -0
  26. data/examples/v2/datasets/GetDataset.rb +5 -0
  27. data/examples/v2/monitors/CreateMonitorNotificationRule.rb +0 -3
  28. data/examples/v2/monitors/DeleteMonitorNotificationRule.rb +0 -3
  29. data/examples/v2/monitors/GetMonitorNotificationRule.rb +0 -3
  30. data/examples/v2/monitors/GetMonitorNotificationRules.rb +0 -3
  31. data/examples/v2/monitors/UpdateMonitorNotificationRule.rb +0 -3
  32. data/examples/v2/on-call/UpdateOnCallSchedule.rb +1 -1
  33. data/examples/v2/security-monitoring/ListAssetsSBOMs.rb +12 -0
  34. data/lib/datadog_api_client/configuration.rb +1 -5
  35. data/lib/datadog_api_client/inflector.rb +41 -0
  36. data/lib/datadog_api_client/v1/api/hosts_api.rb +1 -0
  37. data/lib/datadog_api_client/v1/api/synthetics_api.rb +72 -0
  38. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +6 -6
  39. data/lib/datadog_api_client/v1/models/dashboard_template_variable.rb +14 -3
  40. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb +1 -0
  41. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +9 -1
  42. data/lib/datadog_api_client/v1/models/logs_array_processor.rb +168 -0
  43. data/lib/datadog_api_client/v1/models/logs_array_processor_operation.rb +64 -0
  44. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_append.rb +175 -0
  45. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_append_type.rb +26 -0
  46. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_length.rb +165 -0
  47. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_length_type.rb +26 -0
  48. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_select.rb +207 -0
  49. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_select_type.rb +26 -0
  50. data/lib/datadog_api_client/v1/models/logs_array_processor_type.rb +26 -0
  51. data/lib/datadog_api_client/v1/models/logs_processor.rb +2 -1
  52. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb +1 -0
  53. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +14 -0
  54. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +142 -1
  55. data/lib/datadog_api_client/v1/models/selectable_template_variable_items.rb +12 -1
  56. data/lib/datadog_api_client/v1/models/synthetics_step_type.rb +1 -0
  57. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +81 -1
  58. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +81 -1
  59. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +81 -1
  60. data/lib/datadog_api_client/v2/api/aws_integration_api.rb +60 -0
  61. data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +264 -0
  62. data/lib/datadog_api_client/v2/api/datasets_api.rb +283 -0
  63. data/lib/datadog_api_client/v2/api/events_api.rb +2 -0
  64. data/lib/datadog_api_client/v2/api/monitors_api.rb +0 -30
  65. data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +7 -3
  66. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +111 -0
  67. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
  68. data/lib/datadog_api_client/v2/models/asset_attributes.rb +13 -1
  69. data/lib/datadog_api_client/v2/models/aws_integration_iam_permissions_response.rb +123 -0
  70. data/lib/datadog_api_client/v2/models/aws_integration_iam_permissions_response_attributes.rb +125 -0
  71. data/lib/datadog_api_client/v2/models/aws_integration_iam_permissions_response_data.rb +125 -0
  72. data/lib/datadog_api_client/v2/models/aws_integration_iam_permissions_response_data_type.rb +26 -0
  73. data/lib/datadog_api_client/v2/models/dataset.rb +154 -0
  74. data/lib/datadog_api_client/v2/models/dataset_attributes.rb +197 -0
  75. data/lib/datadog_api_client/v2/models/dataset_create_request.rb +123 -0
  76. data/lib/datadog_api_client/v2/models/dataset_response_multi.rb +125 -0
  77. data/lib/datadog_api_client/v2/models/dataset_response_single.rb +123 -0
  78. data/lib/datadog_api_client/v2/models/filters_per_product.rb +150 -0
  79. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config.rb +154 -0
  80. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb +369 -0
  81. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_patch_data.rb +144 -0
  82. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_patch_request.rb +123 -0
  83. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_patch_request_attributes.rb +123 -0
  84. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_patch_request_type.rb +26 -0
  85. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_data.rb +144 -0
  86. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request.rb +123 -0
  87. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request_attributes.rb +217 -0
  88. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request_type.rb +26 -0
  89. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_response.rb +105 -0
  90. data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_type.rb +26 -0
  91. data/lib/datadog_api_client/v2/models/gcp_usage_cost_configs_response.rb +107 -0
  92. data/lib/datadog_api_client/v2/models/layer_attributes.rb +1 -1
  93. data/lib/datadog_api_client/v2/models/layer_attributes_interval.rb +1 -1
  94. data/lib/datadog_api_client/v2/models/list_assets_sbo_ms_response.rb +145 -0
  95. data/lib/datadog_api_client/v2/models/sbom_attributes.rb +24 -1
  96. data/lib/datadog_api_client/v2/models/sbom_component.rb +46 -1
  97. data/lib/datadog_api_client/v2/models/sbom_component_dependency.rb +117 -0
  98. data/lib/datadog_api_client/v2/models/sbom_component_license.rb +123 -0
  99. data/lib/datadog_api_client/v2/models/sbom_component_license_license.rb +123 -0
  100. data/lib/datadog_api_client/v2/models/sbom_component_license_type.rb +33 -0
  101. data/lib/datadog_api_client/v2/models/sbom_component_property.rb +144 -0
  102. data/lib/datadog_api_client/v2/models/sbom_component_supplier.rb +123 -0
  103. data/lib/datadog_api_client/v2/models/sbom_metadata.rb +25 -3
  104. data/lib/datadog_api_client/v2/models/sbom_metadata_author.rb +105 -0
  105. data/lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items.rb +1 -1
  106. data/lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb +1 -1
  107. data/lib/datadog_api_client/v2/models/vulnerability_attributes.rb +24 -1
  108. data/lib/datadog_api_client/version.rb +1 -1
  109. metadata +63 -2
  110. data/.apigentools-info +0 -16
@@ -312,6 +312,12 @@ module DatadogAPIClient::V1
312
312
  # Shows the 99th percentile of all IoT devices over all hours in the current date all organizations.
313
313
  attr_accessor :iot_device_top99p
314
314
 
315
+ # Sum of all LLM observability minimum spend over all hours in the current date for all organizations.
316
+ attr_accessor :llm_observability_min_spend_sum
317
+
318
+ # Sum of all LLM observability sessions over all hours in the current date for all organizations.
319
+ attr_accessor :llm_observability_sum
320
+
315
321
  # Shows the sum of all mobile lite sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
316
322
  attr_accessor :mobile_rum_lite_session_count_sum
317
323
 
@@ -342,6 +348,9 @@ module DatadogAPIClient::V1
342
348
  # Shows the sum of all Network flows indexed over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
343
349
  attr_accessor :netflow_indexed_events_count_sum
344
350
 
351
+ # Shows the 99th percentile of all Network Device Monitoring wireless devices over all hours in the current date for all organizations.
352
+ attr_accessor :network_device_wireless_top99p
353
+
345
354
  # Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current date for all organizations.
346
355
  attr_accessor :npm_host_top99p
347
356
 
@@ -366,12 +375,18 @@ module DatadogAPIClient::V1
366
375
  # Organizations associated with a user.
367
376
  attr_accessor :orgs
368
377
 
378
+ # Sum of all product analytics sessions over all hours in the current date for all organizations.
379
+ attr_accessor :product_analytics_sum
380
+
369
381
  # Shows the 99th percentile of all profiled Azure app services over all hours in the current date for all organizations.
370
382
  attr_accessor :profiling_aas_count_top99p
371
383
 
372
384
  # Shows the 99th percentile of all profiled hosts over all hours within the current date for all organizations.
373
385
  attr_accessor :profiling_host_top99p
374
386
 
387
+ # Shows the high-water mark of all published applications over all hours in the current date for all organizations.
388
+ attr_accessor :published_app_hwm
389
+
375
390
  # 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).
376
391
  attr_accessor :rum_browser_and_mobile_session_count
377
392
 
@@ -384,6 +399,12 @@ module DatadogAPIClient::V1
384
399
  # Shows the sum of all browser RUM Session Replay counts over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
385
400
  attr_accessor :rum_browser_replay_session_count_sum
386
401
 
402
+ # Sum of all RUM indexed sessions over all hours in the current date for all organizations.
403
+ attr_accessor :rum_indexed_sessions_sum
404
+
405
+ # Sum of all RUM ingested sessions over all hours in the current date for all organizations.
406
+ attr_accessor :rum_ingested_sessions_sum
407
+
387
408
  # Shows the sum of all RUM lite sessions (browser and mobile) over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
388
409
  attr_accessor :rum_lite_session_count_sum
389
410
 
@@ -441,6 +462,9 @@ module DatadogAPIClient::V1
441
462
  # Shows the sum of all browser RUM lite sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
442
463
  attr_accessor :rum_session_count_sum
443
464
 
465
+ # Sum of all RUM session replay add-on sessions over all hours in the current date for all organizations.
466
+ attr_accessor :rum_session_replay_add_on_sum
467
+
444
468
  # Shows the sum of RUM sessions (browser and mobile) over all hours in the current date for all organizations.
445
469
  attr_accessor :rum_total_session_count_sum
446
470
 
@@ -613,6 +637,8 @@ module DatadogAPIClient::V1
613
637
  :'ingested_events_bytes_sum' => :'ingested_events_bytes_sum',
614
638
  :'iot_device_sum' => :'iot_device_sum',
615
639
  :'iot_device_top99p' => :'iot_device_top99p',
640
+ :'llm_observability_min_spend_sum' => :'llm_observability_min_spend_sum',
641
+ :'llm_observability_sum' => :'llm_observability_sum',
616
642
  :'mobile_rum_lite_session_count_sum' => :'mobile_rum_lite_session_count_sum',
617
643
  :'mobile_rum_session_count_android_sum' => :'mobile_rum_session_count_android_sum',
618
644
  :'mobile_rum_session_count_flutter_sum' => :'mobile_rum_session_count_flutter_sum',
@@ -623,6 +649,7 @@ module DatadogAPIClient::V1
623
649
  :'mobile_rum_units_sum' => :'mobile_rum_units_sum',
624
650
  :'ndm_netflow_events_sum' => :'ndm_netflow_events_sum',
625
651
  :'netflow_indexed_events_count_sum' => :'netflow_indexed_events_count_sum',
652
+ :'network_device_wireless_top99p' => :'network_device_wireless_top99p',
626
653
  :'npm_host_top99p' => :'npm_host_top99p',
627
654
  :'observability_pipelines_bytes_processed_sum' => :'observability_pipelines_bytes_processed_sum',
628
655
  :'oci_host_sum' => :'oci_host_sum',
@@ -631,12 +658,16 @@ module DatadogAPIClient::V1
631
658
  :'opentelemetry_apm_host_top99p' => :'opentelemetry_apm_host_top99p',
632
659
  :'opentelemetry_host_top99p' => :'opentelemetry_host_top99p',
633
660
  :'orgs' => :'orgs',
661
+ :'product_analytics_sum' => :'product_analytics_sum',
634
662
  :'profiling_aas_count_top99p' => :'profiling_aas_count_top99p',
635
663
  :'profiling_host_top99p' => :'profiling_host_top99p',
664
+ :'published_app_hwm' => :'published_app_hwm',
636
665
  :'rum_browser_and_mobile_session_count' => :'rum_browser_and_mobile_session_count',
637
666
  :'rum_browser_legacy_session_count_sum' => :'rum_browser_legacy_session_count_sum',
638
667
  :'rum_browser_lite_session_count_sum' => :'rum_browser_lite_session_count_sum',
639
668
  :'rum_browser_replay_session_count_sum' => :'rum_browser_replay_session_count_sum',
669
+ :'rum_indexed_sessions_sum' => :'rum_indexed_sessions_sum',
670
+ :'rum_ingested_sessions_sum' => :'rum_ingested_sessions_sum',
640
671
  :'rum_lite_session_count_sum' => :'rum_lite_session_count_sum',
641
672
  :'rum_mobile_legacy_session_count_android_sum' => :'rum_mobile_legacy_session_count_android_sum',
642
673
  :'rum_mobile_legacy_session_count_flutter_sum' => :'rum_mobile_legacy_session_count_flutter_sum',
@@ -656,6 +687,7 @@ module DatadogAPIClient::V1
656
687
  :'rum_mobile_replay_session_count_reactnative_sum' => :'rum_mobile_replay_session_count_reactnative_sum',
657
688
  :'rum_replay_session_count_sum' => :'rum_replay_session_count_sum',
658
689
  :'rum_session_count_sum' => :'rum_session_count_sum',
690
+ :'rum_session_replay_add_on_sum' => :'rum_session_replay_add_on_sum',
659
691
  :'rum_total_session_count_sum' => :'rum_total_session_count_sum',
660
692
  :'rum_units_sum' => :'rum_units_sum',
661
693
  :'sca_fargate_count_avg' => :'sca_fargate_count_avg',
@@ -783,6 +815,8 @@ module DatadogAPIClient::V1
783
815
  :'ingested_events_bytes_sum' => :'Integer',
784
816
  :'iot_device_sum' => :'Integer',
785
817
  :'iot_device_top99p' => :'Integer',
818
+ :'llm_observability_min_spend_sum' => :'Integer',
819
+ :'llm_observability_sum' => :'Integer',
786
820
  :'mobile_rum_lite_session_count_sum' => :'Integer',
787
821
  :'mobile_rum_session_count_android_sum' => :'Integer',
788
822
  :'mobile_rum_session_count_flutter_sum' => :'Integer',
@@ -793,6 +827,7 @@ module DatadogAPIClient::V1
793
827
  :'mobile_rum_units_sum' => :'Integer',
794
828
  :'ndm_netflow_events_sum' => :'Integer',
795
829
  :'netflow_indexed_events_count_sum' => :'Integer',
830
+ :'network_device_wireless_top99p' => :'Integer',
796
831
  :'npm_host_top99p' => :'Integer',
797
832
  :'observability_pipelines_bytes_processed_sum' => :'Integer',
798
833
  :'oci_host_sum' => :'Integer',
@@ -801,12 +836,16 @@ module DatadogAPIClient::V1
801
836
  :'opentelemetry_apm_host_top99p' => :'Integer',
802
837
  :'opentelemetry_host_top99p' => :'Integer',
803
838
  :'orgs' => :'Array<UsageSummaryDateOrg>',
839
+ :'product_analytics_sum' => :'Integer',
804
840
  :'profiling_aas_count_top99p' => :'Integer',
805
841
  :'profiling_host_top99p' => :'Integer',
842
+ :'published_app_hwm' => :'Integer',
806
843
  :'rum_browser_and_mobile_session_count' => :'Integer',
807
844
  :'rum_browser_legacy_session_count_sum' => :'Integer',
808
845
  :'rum_browser_lite_session_count_sum' => :'Integer',
809
846
  :'rum_browser_replay_session_count_sum' => :'Integer',
847
+ :'rum_indexed_sessions_sum' => :'Integer',
848
+ :'rum_ingested_sessions_sum' => :'Integer',
810
849
  :'rum_lite_session_count_sum' => :'Integer',
811
850
  :'rum_mobile_legacy_session_count_android_sum' => :'Integer',
812
851
  :'rum_mobile_legacy_session_count_flutter_sum' => :'Integer',
@@ -826,6 +865,7 @@ module DatadogAPIClient::V1
826
865
  :'rum_mobile_replay_session_count_reactnative_sum' => :'Integer',
827
866
  :'rum_replay_session_count_sum' => :'Integer',
828
867
  :'rum_session_count_sum' => :'Integer',
868
+ :'rum_session_replay_add_on_sum' => :'Integer',
829
869
  :'rum_total_session_count_sum' => :'Integer',
830
870
  :'rum_units_sum' => :'Integer',
831
871
  :'sca_fargate_count_avg' => :'Integer',
@@ -1258,6 +1298,14 @@ module DatadogAPIClient::V1
1258
1298
  self.iot_device_top99p = attributes[:'iot_device_top99p']
1259
1299
  end
1260
1300
 
1301
+ if attributes.key?(:'llm_observability_min_spend_sum')
1302
+ self.llm_observability_min_spend_sum = attributes[:'llm_observability_min_spend_sum']
1303
+ end
1304
+
1305
+ if attributes.key?(:'llm_observability_sum')
1306
+ self.llm_observability_sum = attributes[:'llm_observability_sum']
1307
+ end
1308
+
1261
1309
  if attributes.key?(:'mobile_rum_lite_session_count_sum')
1262
1310
  self.mobile_rum_lite_session_count_sum = attributes[:'mobile_rum_lite_session_count_sum']
1263
1311
  end
@@ -1298,6 +1346,10 @@ module DatadogAPIClient::V1
1298
1346
  self.netflow_indexed_events_count_sum = attributes[:'netflow_indexed_events_count_sum']
1299
1347
  end
1300
1348
 
1349
+ if attributes.key?(:'network_device_wireless_top99p')
1350
+ self.network_device_wireless_top99p = attributes[:'network_device_wireless_top99p']
1351
+ end
1352
+
1301
1353
  if attributes.key?(:'npm_host_top99p')
1302
1354
  self.npm_host_top99p = attributes[:'npm_host_top99p']
1303
1355
  end
@@ -1332,6 +1384,10 @@ module DatadogAPIClient::V1
1332
1384
  end
1333
1385
  end
1334
1386
 
1387
+ if attributes.key?(:'product_analytics_sum')
1388
+ self.product_analytics_sum = attributes[:'product_analytics_sum']
1389
+ end
1390
+
1335
1391
  if attributes.key?(:'profiling_aas_count_top99p')
1336
1392
  self.profiling_aas_count_top99p = attributes[:'profiling_aas_count_top99p']
1337
1393
  end
@@ -1340,6 +1396,10 @@ module DatadogAPIClient::V1
1340
1396
  self.profiling_host_top99p = attributes[:'profiling_host_top99p']
1341
1397
  end
1342
1398
 
1399
+ if attributes.key?(:'published_app_hwm')
1400
+ self.published_app_hwm = attributes[:'published_app_hwm']
1401
+ end
1402
+
1343
1403
  if attributes.key?(:'rum_browser_and_mobile_session_count')
1344
1404
  self.rum_browser_and_mobile_session_count = attributes[:'rum_browser_and_mobile_session_count']
1345
1405
  end
@@ -1356,6 +1416,14 @@ module DatadogAPIClient::V1
1356
1416
  self.rum_browser_replay_session_count_sum = attributes[:'rum_browser_replay_session_count_sum']
1357
1417
  end
1358
1418
 
1419
+ if attributes.key?(:'rum_indexed_sessions_sum')
1420
+ self.rum_indexed_sessions_sum = attributes[:'rum_indexed_sessions_sum']
1421
+ end
1422
+
1423
+ if attributes.key?(:'rum_ingested_sessions_sum')
1424
+ self.rum_ingested_sessions_sum = attributes[:'rum_ingested_sessions_sum']
1425
+ end
1426
+
1359
1427
  if attributes.key?(:'rum_lite_session_count_sum')
1360
1428
  self.rum_lite_session_count_sum = attributes[:'rum_lite_session_count_sum']
1361
1429
  end
@@ -1432,6 +1500,10 @@ module DatadogAPIClient::V1
1432
1500
  self.rum_session_count_sum = attributes[:'rum_session_count_sum']
1433
1501
  end
1434
1502
 
1503
+ if attributes.key?(:'rum_session_replay_add_on_sum')
1504
+ self.rum_session_replay_add_on_sum = attributes[:'rum_session_replay_add_on_sum']
1505
+ end
1506
+
1435
1507
  if attributes.key?(:'rum_total_session_count_sum')
1436
1508
  self.rum_total_session_count_sum = attributes[:'rum_total_session_count_sum']
1437
1509
  end
@@ -1648,6 +1720,8 @@ module DatadogAPIClient::V1
1648
1720
  ingested_events_bytes_sum == o.ingested_events_bytes_sum &&
1649
1721
  iot_device_sum == o.iot_device_sum &&
1650
1722
  iot_device_top99p == o.iot_device_top99p &&
1723
+ llm_observability_min_spend_sum == o.llm_observability_min_spend_sum &&
1724
+ llm_observability_sum == o.llm_observability_sum &&
1651
1725
  mobile_rum_lite_session_count_sum == o.mobile_rum_lite_session_count_sum &&
1652
1726
  mobile_rum_session_count_android_sum == o.mobile_rum_session_count_android_sum &&
1653
1727
  mobile_rum_session_count_flutter_sum == o.mobile_rum_session_count_flutter_sum &&
@@ -1658,6 +1732,7 @@ module DatadogAPIClient::V1
1658
1732
  mobile_rum_units_sum == o.mobile_rum_units_sum &&
1659
1733
  ndm_netflow_events_sum == o.ndm_netflow_events_sum &&
1660
1734
  netflow_indexed_events_count_sum == o.netflow_indexed_events_count_sum &&
1735
+ network_device_wireless_top99p == o.network_device_wireless_top99p &&
1661
1736
  npm_host_top99p == o.npm_host_top99p &&
1662
1737
  observability_pipelines_bytes_processed_sum == o.observability_pipelines_bytes_processed_sum &&
1663
1738
  oci_host_sum == o.oci_host_sum &&
@@ -1666,12 +1741,16 @@ module DatadogAPIClient::V1
1666
1741
  opentelemetry_apm_host_top99p == o.opentelemetry_apm_host_top99p &&
1667
1742
  opentelemetry_host_top99p == o.opentelemetry_host_top99p &&
1668
1743
  orgs == o.orgs &&
1744
+ product_analytics_sum == o.product_analytics_sum &&
1669
1745
  profiling_aas_count_top99p == o.profiling_aas_count_top99p &&
1670
1746
  profiling_host_top99p == o.profiling_host_top99p &&
1747
+ published_app_hwm == o.published_app_hwm &&
1671
1748
  rum_browser_and_mobile_session_count == o.rum_browser_and_mobile_session_count &&
1672
1749
  rum_browser_legacy_session_count_sum == o.rum_browser_legacy_session_count_sum &&
1673
1750
  rum_browser_lite_session_count_sum == o.rum_browser_lite_session_count_sum &&
1674
1751
  rum_browser_replay_session_count_sum == o.rum_browser_replay_session_count_sum &&
1752
+ rum_indexed_sessions_sum == o.rum_indexed_sessions_sum &&
1753
+ rum_ingested_sessions_sum == o.rum_ingested_sessions_sum &&
1675
1754
  rum_lite_session_count_sum == o.rum_lite_session_count_sum &&
1676
1755
  rum_mobile_legacy_session_count_android_sum == o.rum_mobile_legacy_session_count_android_sum &&
1677
1756
  rum_mobile_legacy_session_count_flutter_sum == o.rum_mobile_legacy_session_count_flutter_sum &&
@@ -1691,6 +1770,7 @@ module DatadogAPIClient::V1
1691
1770
  rum_mobile_replay_session_count_reactnative_sum == o.rum_mobile_replay_session_count_reactnative_sum &&
1692
1771
  rum_replay_session_count_sum == o.rum_replay_session_count_sum &&
1693
1772
  rum_session_count_sum == o.rum_session_count_sum &&
1773
+ rum_session_replay_add_on_sum == o.rum_session_replay_add_on_sum &&
1694
1774
  rum_total_session_count_sum == o.rum_total_session_count_sum &&
1695
1775
  rum_units_sum == o.rum_units_sum &&
1696
1776
  sca_fargate_count_avg == o.sca_fargate_count_avg &&
@@ -1721,7 +1801,7 @@ module DatadogAPIClient::V1
1721
1801
  # @return [Integer] Hash code
1722
1802
  # @!visibility private
1723
1803
  def hash
1724
- [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, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, code_security_host_top99p, 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_ts_avg, cws_container_count_avg, cws_fargate_task_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, date, dbm_host_top99p, dbm_queries_count_avg, eph_infra_host_agent_sum, eph_infra_host_alibaba_sum, eph_infra_host_aws_sum, eph_infra_host_azure_sum, eph_infra_host_ent_sum, eph_infra_host_gcp_sum, eph_infra_host_heroku_sum, eph_infra_host_only_aas_sum, eph_infra_host_only_vsphere_sum, eph_infra_host_opentelemetry_apm_sum, eph_infra_host_opentelemetry_sum, eph_infra_host_pro_sum, eph_infra_host_proplus_sum, error_tracking_apm_error_events_sum, error_tracking_error_events_sum, error_tracking_events_sum, error_tracking_rum_error_events_sum, fargate_container_profiler_profiling_fargate_avg, fargate_container_profiler_profiling_fargate_eks_avg, 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_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, 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, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, 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_kotlinmultiplatform_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_mobile_lite_session_count_unity_sum, rum_mobile_replay_session_count_android_sum, rum_mobile_replay_session_count_ios_sum, rum_mobile_replay_session_count_kotlinmultiplatform_sum, rum_mobile_replay_session_count_reactnative_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, 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, siem_analyzed_logs_add_on_count_sum, 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, additional_properties].hash
1804
+ [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, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, code_security_host_top99p, 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_ts_avg, cws_container_count_avg, cws_fargate_task_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, date, dbm_host_top99p, dbm_queries_count_avg, eph_infra_host_agent_sum, eph_infra_host_alibaba_sum, eph_infra_host_aws_sum, eph_infra_host_azure_sum, eph_infra_host_ent_sum, eph_infra_host_gcp_sum, eph_infra_host_heroku_sum, eph_infra_host_only_aas_sum, eph_infra_host_only_vsphere_sum, eph_infra_host_opentelemetry_apm_sum, eph_infra_host_opentelemetry_sum, eph_infra_host_pro_sum, eph_infra_host_proplus_sum, error_tracking_apm_error_events_sum, error_tracking_error_events_sum, error_tracking_events_sum, error_tracking_rum_error_events_sum, fargate_container_profiler_profiling_fargate_avg, fargate_container_profiler_profiling_fargate_eks_avg, 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_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, llm_observability_min_spend_sum, llm_observability_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, ndm_netflow_events_sum, netflow_indexed_events_count_sum, network_device_wireless_top99p, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, product_analytics_sum, profiling_aas_count_top99p, profiling_host_top99p, published_app_hwm, 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_indexed_sessions_sum, rum_ingested_sessions_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_kotlinmultiplatform_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_mobile_lite_session_count_unity_sum, rum_mobile_replay_session_count_android_sum, rum_mobile_replay_session_count_ios_sum, rum_mobile_replay_session_count_kotlinmultiplatform_sum, rum_mobile_replay_session_count_reactnative_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_session_replay_add_on_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, 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, siem_analyzed_logs_add_on_count_sum, 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, additional_properties].hash
1725
1805
  end
1726
1806
  end
1727
1807
  end
@@ -324,6 +324,12 @@ module DatadogAPIClient::V1
324
324
  # Shows the 99th percentile of all IoT devices over all hours in the current date for the given org.
325
325
  attr_accessor :iot_device_top99p_sum
326
326
 
327
+ # Shows the sum of all LLM Observability minimum spend over all hours in the current date for the given org.
328
+ attr_accessor :llm_observability_min_spend_sum
329
+
330
+ # Shows the sum of all LLM observability sessions over all hours in the current date for the given org.
331
+ attr_accessor :llm_observability_sum
332
+
327
333
  # 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).
328
334
  attr_accessor :mobile_rum_lite_session_count_sum
329
335
 
@@ -357,6 +363,9 @@ module DatadogAPIClient::V1
357
363
  # 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).
358
364
  attr_accessor :netflow_indexed_events_count_sum
359
365
 
366
+ # Shows the 99th percentile of all Network Device Monitoring wireless devices over all hours in the current date for the given org.
367
+ attr_accessor :network_device_wireless_top99p
368
+
360
369
  # Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current date for the given org.
361
370
  attr_accessor :npm_host_top99p
362
371
 
@@ -378,6 +387,9 @@ module DatadogAPIClient::V1
378
387
  # Shows the 99th percentile of all hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current date for the given org.
379
388
  attr_accessor :opentelemetry_host_top99p
380
389
 
390
+ # Shows the sum of all product analytics sessions over all hours in the current date for the given org.
391
+ attr_accessor :product_analytics_sum
392
+
381
393
  # Shows the 99th percentile of all profiled Azure app services over all hours in the current date for all organizations.
382
394
  attr_accessor :profiling_aas_count_top99p
383
395
 
@@ -387,6 +399,9 @@ module DatadogAPIClient::V1
387
399
  # The organization public id.
388
400
  attr_accessor :public_id
389
401
 
402
+ # Shows the high-water mark of all published applications over all hours in the current date for the given org.
403
+ attr_accessor :published_app_hwm
404
+
390
405
  # The region of the organization.
391
406
  attr_accessor :region
392
407
 
@@ -402,6 +417,12 @@ module DatadogAPIClient::V1
402
417
  # 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).
403
418
  attr_accessor :rum_browser_replay_session_count_sum
404
419
 
420
+ # Shows the sum of all RUM indexed sessions over all hours in the current date for the given org.
421
+ attr_accessor :rum_indexed_sessions_sum
422
+
423
+ # Shows the sum of all RUM ingested sessions over all hours in the current date for the given org.
424
+ attr_accessor :rum_ingested_sessions_sum
425
+
405
426
  # 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).
406
427
  attr_accessor :rum_lite_session_count_sum
407
428
 
@@ -459,6 +480,9 @@ module DatadogAPIClient::V1
459
480
  # 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).
460
481
  attr_accessor :rum_session_count_sum
461
482
 
483
+ # Shows the sum of all RUM session replay add-on sessions over all hours in the current date for the given org.
484
+ attr_accessor :rum_session_replay_add_on_sum
485
+
462
486
  # Shows the sum of RUM sessions (browser and mobile) over all hours in the current date for the given org.
463
487
  attr_accessor :rum_total_session_count_sum
464
488
 
@@ -635,6 +659,8 @@ module DatadogAPIClient::V1
635
659
  :'ingested_events_bytes_sum' => :'ingested_events_bytes_sum',
636
660
  :'iot_device_agg_sum' => :'iot_device_agg_sum',
637
661
  :'iot_device_top99p_sum' => :'iot_device_top99p_sum',
662
+ :'llm_observability_min_spend_sum' => :'llm_observability_min_spend_sum',
663
+ :'llm_observability_sum' => :'llm_observability_sum',
638
664
  :'mobile_rum_lite_session_count_sum' => :'mobile_rum_lite_session_count_sum',
639
665
  :'mobile_rum_session_count_android_sum' => :'mobile_rum_session_count_android_sum',
640
666
  :'mobile_rum_session_count_flutter_sum' => :'mobile_rum_session_count_flutter_sum',
@@ -646,6 +672,7 @@ module DatadogAPIClient::V1
646
672
  :'name' => :'name',
647
673
  :'ndm_netflow_events_sum' => :'ndm_netflow_events_sum',
648
674
  :'netflow_indexed_events_count_sum' => :'netflow_indexed_events_count_sum',
675
+ :'network_device_wireless_top99p' => :'network_device_wireless_top99p',
649
676
  :'npm_host_top99p' => :'npm_host_top99p',
650
677
  :'observability_pipelines_bytes_processed_sum' => :'observability_pipelines_bytes_processed_sum',
651
678
  :'oci_host_sum' => :'oci_host_sum',
@@ -653,14 +680,18 @@ module DatadogAPIClient::V1
653
680
  :'online_archive_events_count_sum' => :'online_archive_events_count_sum',
654
681
  :'opentelemetry_apm_host_top99p' => :'opentelemetry_apm_host_top99p',
655
682
  :'opentelemetry_host_top99p' => :'opentelemetry_host_top99p',
683
+ :'product_analytics_sum' => :'product_analytics_sum',
656
684
  :'profiling_aas_count_top99p' => :'profiling_aas_count_top99p',
657
685
  :'profiling_host_top99p' => :'profiling_host_top99p',
658
686
  :'public_id' => :'public_id',
687
+ :'published_app_hwm' => :'published_app_hwm',
659
688
  :'region' => :'region',
660
689
  :'rum_browser_and_mobile_session_count' => :'rum_browser_and_mobile_session_count',
661
690
  :'rum_browser_legacy_session_count_sum' => :'rum_browser_legacy_session_count_sum',
662
691
  :'rum_browser_lite_session_count_sum' => :'rum_browser_lite_session_count_sum',
663
692
  :'rum_browser_replay_session_count_sum' => :'rum_browser_replay_session_count_sum',
693
+ :'rum_indexed_sessions_sum' => :'rum_indexed_sessions_sum',
694
+ :'rum_ingested_sessions_sum' => :'rum_ingested_sessions_sum',
664
695
  :'rum_lite_session_count_sum' => :'rum_lite_session_count_sum',
665
696
  :'rum_mobile_legacy_session_count_android_sum' => :'rum_mobile_legacy_session_count_android_sum',
666
697
  :'rum_mobile_legacy_session_count_flutter_sum' => :'rum_mobile_legacy_session_count_flutter_sum',
@@ -680,6 +711,7 @@ module DatadogAPIClient::V1
680
711
  :'rum_mobile_replay_session_count_reactnative_sum' => :'rum_mobile_replay_session_count_reactnative_sum',
681
712
  :'rum_replay_session_count_sum' => :'rum_replay_session_count_sum',
682
713
  :'rum_session_count_sum' => :'rum_session_count_sum',
714
+ :'rum_session_replay_add_on_sum' => :'rum_session_replay_add_on_sum',
683
715
  :'rum_total_session_count_sum' => :'rum_total_session_count_sum',
684
716
  :'rum_units_sum' => :'rum_units_sum',
685
717
  :'sca_fargate_count_avg' => :'sca_fargate_count_avg',
@@ -811,6 +843,8 @@ module DatadogAPIClient::V1
811
843
  :'ingested_events_bytes_sum' => :'Integer',
812
844
  :'iot_device_agg_sum' => :'Integer',
813
845
  :'iot_device_top99p_sum' => :'Integer',
846
+ :'llm_observability_min_spend_sum' => :'Integer',
847
+ :'llm_observability_sum' => :'Integer',
814
848
  :'mobile_rum_lite_session_count_sum' => :'Integer',
815
849
  :'mobile_rum_session_count_android_sum' => :'Integer',
816
850
  :'mobile_rum_session_count_flutter_sum' => :'Integer',
@@ -822,6 +856,7 @@ module DatadogAPIClient::V1
822
856
  :'name' => :'String',
823
857
  :'ndm_netflow_events_sum' => :'Integer',
824
858
  :'netflow_indexed_events_count_sum' => :'Integer',
859
+ :'network_device_wireless_top99p' => :'Integer',
825
860
  :'npm_host_top99p' => :'Integer',
826
861
  :'observability_pipelines_bytes_processed_sum' => :'Integer',
827
862
  :'oci_host_sum' => :'Integer',
@@ -829,14 +864,18 @@ module DatadogAPIClient::V1
829
864
  :'online_archive_events_count_sum' => :'Integer',
830
865
  :'opentelemetry_apm_host_top99p' => :'Integer',
831
866
  :'opentelemetry_host_top99p' => :'Integer',
867
+ :'product_analytics_sum' => :'Integer',
832
868
  :'profiling_aas_count_top99p' => :'Integer',
833
869
  :'profiling_host_top99p' => :'Integer',
834
870
  :'public_id' => :'String',
871
+ :'published_app_hwm' => :'Integer',
835
872
  :'region' => :'String',
836
873
  :'rum_browser_and_mobile_session_count' => :'Integer',
837
874
  :'rum_browser_legacy_session_count_sum' => :'Integer',
838
875
  :'rum_browser_lite_session_count_sum' => :'Integer',
839
876
  :'rum_browser_replay_session_count_sum' => :'Integer',
877
+ :'rum_indexed_sessions_sum' => :'Integer',
878
+ :'rum_ingested_sessions_sum' => :'Integer',
840
879
  :'rum_lite_session_count_sum' => :'Integer',
841
880
  :'rum_mobile_legacy_session_count_android_sum' => :'Integer',
842
881
  :'rum_mobile_legacy_session_count_flutter_sum' => :'Integer',
@@ -856,6 +895,7 @@ module DatadogAPIClient::V1
856
895
  :'rum_mobile_replay_session_count_reactnative_sum' => :'Integer',
857
896
  :'rum_replay_session_count_sum' => :'Integer',
858
897
  :'rum_session_count_sum' => :'Integer',
898
+ :'rum_session_replay_add_on_sum' => :'Integer',
859
899
  :'rum_total_session_count_sum' => :'Integer',
860
900
  :'rum_units_sum' => :'Integer',
861
901
  :'sca_fargate_count_avg' => :'Integer',
@@ -1304,6 +1344,14 @@ module DatadogAPIClient::V1
1304
1344
  self.iot_device_top99p_sum = attributes[:'iot_device_top99p_sum']
1305
1345
  end
1306
1346
 
1347
+ if attributes.key?(:'llm_observability_min_spend_sum')
1348
+ self.llm_observability_min_spend_sum = attributes[:'llm_observability_min_spend_sum']
1349
+ end
1350
+
1351
+ if attributes.key?(:'llm_observability_sum')
1352
+ self.llm_observability_sum = attributes[:'llm_observability_sum']
1353
+ end
1354
+
1307
1355
  if attributes.key?(:'mobile_rum_lite_session_count_sum')
1308
1356
  self.mobile_rum_lite_session_count_sum = attributes[:'mobile_rum_lite_session_count_sum']
1309
1357
  end
@@ -1348,6 +1396,10 @@ module DatadogAPIClient::V1
1348
1396
  self.netflow_indexed_events_count_sum = attributes[:'netflow_indexed_events_count_sum']
1349
1397
  end
1350
1398
 
1399
+ if attributes.key?(:'network_device_wireless_top99p')
1400
+ self.network_device_wireless_top99p = attributes[:'network_device_wireless_top99p']
1401
+ end
1402
+
1351
1403
  if attributes.key?(:'npm_host_top99p')
1352
1404
  self.npm_host_top99p = attributes[:'npm_host_top99p']
1353
1405
  end
@@ -1376,6 +1428,10 @@ module DatadogAPIClient::V1
1376
1428
  self.opentelemetry_host_top99p = attributes[:'opentelemetry_host_top99p']
1377
1429
  end
1378
1430
 
1431
+ if attributes.key?(:'product_analytics_sum')
1432
+ self.product_analytics_sum = attributes[:'product_analytics_sum']
1433
+ end
1434
+
1379
1435
  if attributes.key?(:'profiling_aas_count_top99p')
1380
1436
  self.profiling_aas_count_top99p = attributes[:'profiling_aas_count_top99p']
1381
1437
  end
@@ -1388,6 +1444,10 @@ module DatadogAPIClient::V1
1388
1444
  self.public_id = attributes[:'public_id']
1389
1445
  end
1390
1446
 
1447
+ if attributes.key?(:'published_app_hwm')
1448
+ self.published_app_hwm = attributes[:'published_app_hwm']
1449
+ end
1450
+
1391
1451
  if attributes.key?(:'region')
1392
1452
  self.region = attributes[:'region']
1393
1453
  end
@@ -1408,6 +1468,14 @@ module DatadogAPIClient::V1
1408
1468
  self.rum_browser_replay_session_count_sum = attributes[:'rum_browser_replay_session_count_sum']
1409
1469
  end
1410
1470
 
1471
+ if attributes.key?(:'rum_indexed_sessions_sum')
1472
+ self.rum_indexed_sessions_sum = attributes[:'rum_indexed_sessions_sum']
1473
+ end
1474
+
1475
+ if attributes.key?(:'rum_ingested_sessions_sum')
1476
+ self.rum_ingested_sessions_sum = attributes[:'rum_ingested_sessions_sum']
1477
+ end
1478
+
1411
1479
  if attributes.key?(:'rum_lite_session_count_sum')
1412
1480
  self.rum_lite_session_count_sum = attributes[:'rum_lite_session_count_sum']
1413
1481
  end
@@ -1484,6 +1552,10 @@ module DatadogAPIClient::V1
1484
1552
  self.rum_session_count_sum = attributes[:'rum_session_count_sum']
1485
1553
  end
1486
1554
 
1555
+ if attributes.key?(:'rum_session_replay_add_on_sum')
1556
+ self.rum_session_replay_add_on_sum = attributes[:'rum_session_replay_add_on_sum']
1557
+ end
1558
+
1487
1559
  if attributes.key?(:'rum_total_session_count_sum')
1488
1560
  self.rum_total_session_count_sum = attributes[:'rum_total_session_count_sum']
1489
1561
  end
@@ -1704,6 +1776,8 @@ module DatadogAPIClient::V1
1704
1776
  ingested_events_bytes_sum == o.ingested_events_bytes_sum &&
1705
1777
  iot_device_agg_sum == o.iot_device_agg_sum &&
1706
1778
  iot_device_top99p_sum == o.iot_device_top99p_sum &&
1779
+ llm_observability_min_spend_sum == o.llm_observability_min_spend_sum &&
1780
+ llm_observability_sum == o.llm_observability_sum &&
1707
1781
  mobile_rum_lite_session_count_sum == o.mobile_rum_lite_session_count_sum &&
1708
1782
  mobile_rum_session_count_android_sum == o.mobile_rum_session_count_android_sum &&
1709
1783
  mobile_rum_session_count_flutter_sum == o.mobile_rum_session_count_flutter_sum &&
@@ -1715,6 +1789,7 @@ module DatadogAPIClient::V1
1715
1789
  name == o.name &&
1716
1790
  ndm_netflow_events_sum == o.ndm_netflow_events_sum &&
1717
1791
  netflow_indexed_events_count_sum == o.netflow_indexed_events_count_sum &&
1792
+ network_device_wireless_top99p == o.network_device_wireless_top99p &&
1718
1793
  npm_host_top99p == o.npm_host_top99p &&
1719
1794
  observability_pipelines_bytes_processed_sum == o.observability_pipelines_bytes_processed_sum &&
1720
1795
  oci_host_sum == o.oci_host_sum &&
@@ -1722,14 +1797,18 @@ module DatadogAPIClient::V1
1722
1797
  online_archive_events_count_sum == o.online_archive_events_count_sum &&
1723
1798
  opentelemetry_apm_host_top99p == o.opentelemetry_apm_host_top99p &&
1724
1799
  opentelemetry_host_top99p == o.opentelemetry_host_top99p &&
1800
+ product_analytics_sum == o.product_analytics_sum &&
1725
1801
  profiling_aas_count_top99p == o.profiling_aas_count_top99p &&
1726
1802
  profiling_host_top99p == o.profiling_host_top99p &&
1727
1803
  public_id == o.public_id &&
1804
+ published_app_hwm == o.published_app_hwm &&
1728
1805
  region == o.region &&
1729
1806
  rum_browser_and_mobile_session_count == o.rum_browser_and_mobile_session_count &&
1730
1807
  rum_browser_legacy_session_count_sum == o.rum_browser_legacy_session_count_sum &&
1731
1808
  rum_browser_lite_session_count_sum == o.rum_browser_lite_session_count_sum &&
1732
1809
  rum_browser_replay_session_count_sum == o.rum_browser_replay_session_count_sum &&
1810
+ rum_indexed_sessions_sum == o.rum_indexed_sessions_sum &&
1811
+ rum_ingested_sessions_sum == o.rum_ingested_sessions_sum &&
1733
1812
  rum_lite_session_count_sum == o.rum_lite_session_count_sum &&
1734
1813
  rum_mobile_legacy_session_count_android_sum == o.rum_mobile_legacy_session_count_android_sum &&
1735
1814
  rum_mobile_legacy_session_count_flutter_sum == o.rum_mobile_legacy_session_count_flutter_sum &&
@@ -1749,6 +1828,7 @@ module DatadogAPIClient::V1
1749
1828
  rum_mobile_replay_session_count_reactnative_sum == o.rum_mobile_replay_session_count_reactnative_sum &&
1750
1829
  rum_replay_session_count_sum == o.rum_replay_session_count_sum &&
1751
1830
  rum_session_count_sum == o.rum_session_count_sum &&
1831
+ rum_session_replay_add_on_sum == o.rum_session_replay_add_on_sum &&
1752
1832
  rum_total_session_count_sum == o.rum_total_session_count_sum &&
1753
1833
  rum_units_sum == o.rum_units_sum &&
1754
1834
  sca_fargate_count_avg == o.sca_fargate_count_avg &&
@@ -1779,7 +1859,7 @@ module DatadogAPIClient::V1
1779
1859
  # @return [Integer] Hash code
1780
1860
  # @!visibility private
1781
1861
  def hash
1782
- [account_name, account_public_id, 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, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, code_security_host_top99p, 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_fargate_task_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, eph_infra_host_agent_sum, eph_infra_host_alibaba_sum, eph_infra_host_aws_sum, eph_infra_host_azure_sum, eph_infra_host_ent_sum, eph_infra_host_gcp_sum, eph_infra_host_heroku_sum, eph_infra_host_only_aas_sum, eph_infra_host_only_vsphere_sum, eph_infra_host_opentelemetry_apm_sum, eph_infra_host_opentelemetry_sum, eph_infra_host_pro_sum, eph_infra_host_proplus_sum, error_tracking_apm_error_events_sum, error_tracking_error_events_sum, error_tracking_events_sum, error_tracking_rum_error_events_sum, fargate_container_profiler_profiling_fargate_avg, fargate_container_profiler_profiling_fargate_eks_avg, 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_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_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, oci_host_sum, oci_host_top99p, 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_kotlinmultiplatform_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_mobile_lite_session_count_unity_sum, rum_mobile_replay_session_count_android_sum, rum_mobile_replay_session_count_ios_sum, rum_mobile_replay_session_count_kotlinmultiplatform_sum, rum_mobile_replay_session_count_reactnative_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, 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, siem_analyzed_logs_add_on_count_sum, 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, additional_properties].hash
1862
+ [account_name, account_public_id, 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, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, code_security_host_top99p, 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_fargate_task_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, eph_infra_host_agent_sum, eph_infra_host_alibaba_sum, eph_infra_host_aws_sum, eph_infra_host_azure_sum, eph_infra_host_ent_sum, eph_infra_host_gcp_sum, eph_infra_host_heroku_sum, eph_infra_host_only_aas_sum, eph_infra_host_only_vsphere_sum, eph_infra_host_opentelemetry_apm_sum, eph_infra_host_opentelemetry_sum, eph_infra_host_pro_sum, eph_infra_host_proplus_sum, error_tracking_apm_error_events_sum, error_tracking_error_events_sum, error_tracking_events_sum, error_tracking_rum_error_events_sum, fargate_container_profiler_profiling_fargate_avg, fargate_container_profiler_profiling_fargate_eks_avg, 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_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_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, llm_observability_min_spend_sum, llm_observability_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, network_device_wireless_top99p, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, product_analytics_sum, profiling_aas_count_top99p, profiling_host_top99p, public_id, published_app_hwm, 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_indexed_sessions_sum, rum_ingested_sessions_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_kotlinmultiplatform_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_mobile_lite_session_count_unity_sum, rum_mobile_replay_session_count_android_sum, rum_mobile_replay_session_count_ios_sum, rum_mobile_replay_session_count_kotlinmultiplatform_sum, rum_mobile_replay_session_count_reactnative_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_session_replay_add_on_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, 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, siem_analyzed_logs_add_on_count_sum, 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, additional_properties].hash
1783
1863
  end
1784
1864
  end
1785
1865
  end