datadog_api_client 2.14.0 → 2.16.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 (213) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +6 -6
  3. data/.generator/schemas/v1/openapi.yaml +808 -143
  4. data/.generator/schemas/v2/openapi.yaml +1808 -166
  5. data/.generator/src/generator/openapi.py +3 -1
  6. data/.generator/src/generator/templates/api.j2 +8 -2
  7. data/.generator/src/generator/templates/api_client.j2 +19 -1
  8. data/.generator/src/generator/templates/model_base.j2 +1 -0
  9. data/CHANGELOG.md +56 -0
  10. data/examples/v1/dashboards/CreateDashboard_1754992756.rb +44 -0
  11. data/examples/v1/dashboards/CreateDashboard_2278756614.rb +91 -0
  12. data/examples/v1/dashboards/CreateDashboard_2618036642.rb +36 -0
  13. data/examples/v1/dashboards/CreateDashboard_2705593938.rb +3 -0
  14. data/examples/v1/dashboards/CreateDashboard_3777304439.rb +50 -0
  15. data/examples/v1/dashboards/ListDashboards_1062671515.rb +8 -0
  16. data/examples/v1/monitors/CreateMonitor_1539578087.rb +36 -0
  17. data/examples/v1/monitors/ListMonitors_2966492814.rb +8 -0
  18. data/examples/v1/notebooks/ListNotebooks_788665428.rb +8 -0
  19. data/examples/v1/service-level-objective-corrections/ListSLOCorrection_2647266873.rb +8 -0
  20. data/examples/v1/service-level-objectives/ListSLOs_3036942817.rb +8 -0
  21. data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +1 -0
  22. data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +1 -1
  23. data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +1 -1
  24. data/examples/v1/synthetics/CreateSyntheticsBrowserTest_397420811.rb +1 -1
  25. data/examples/v1/synthetics/ListTests_1938827783.rb +8 -0
  26. data/examples/v1/usage-metering/GetUsageCIApp.rb +4 -1
  27. data/examples/v1/usage-metering/GetUsageCWS.rb +4 -1
  28. data/examples/v1/usage-metering/GetUsageCloudSecurityPostureManagement.rb +1 -1
  29. data/examples/v2/apm-retention-filters/CreateApmRetentionFilter.rb +20 -0
  30. data/examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb +8 -0
  31. data/examples/v2/apm-retention-filters/GetApmRetentionFilter.rb +8 -0
  32. data/examples/v2/apm-retention-filters/ListApmRetentionFilters.rb +5 -0
  33. data/examples/v2/apm-retention-filters/ReorderApmRetentionFilters.rb +18 -0
  34. data/examples/v2/apm-retention-filters/UpdateApmRetentionFilter.rb +24 -0
  35. data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent.rb +0 -3
  36. data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_129899466.rb +0 -8
  37. data/examples/v2/container-images/ListContainerImages.rb +8 -0
  38. data/examples/v2/container-images/ListContainerImages_3088586393.rb +11 -0
  39. data/examples/v2/container-images/ListContainerImages_3974828736.rb +11 -0
  40. data/examples/v2/downtimes/CancelDowntime.rb +0 -3
  41. data/examples/v2/downtimes/CreateDowntime.rb +0 -3
  42. data/examples/v2/downtimes/GetDowntime.rb +0 -3
  43. data/examples/v2/downtimes/ListDowntimes.rb +0 -3
  44. data/examples/v2/downtimes/ListDowntimes_805770330.rb +8 -0
  45. data/examples/v2/downtimes/ListMonitorDowntimes.rb +0 -3
  46. data/examples/v2/downtimes/ListMonitorDowntimes_128979780.rb +0 -3
  47. data/examples/v2/downtimes/UpdateDowntime.rb +0 -3
  48. data/examples/v2/gcp-integration/CreateGCPSTSAccount_109518525.rb +19 -0
  49. data/examples/v2/powerpack/CreatePowerpack.rb +47 -0
  50. data/examples/v2/powerpack/DeletePowerpack.rb +8 -0
  51. data/examples/v2/powerpack/GetPowerpack.rb +8 -0
  52. data/examples/v2/powerpack/ListPowerpacks.rb +8 -0
  53. data/examples/v2/powerpack/ListPowerpacks_1173755071.rb +8 -0
  54. data/examples/v2/powerpack/UpdatePowerpack.rb +50 -0
  55. data/examples/v2/rum/CreateRUMApplication.rb +1 -1
  56. data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_1092490364.rb +1 -1
  57. data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule_428087276.rb +1 -1
  58. data/examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb +5 -7
  59. data/examples/v2/service-accounts/DeleteServiceAccountApplicationKey.rb +7 -1
  60. data/examples/v2/service-accounts/GetServiceAccountApplicationKey.rb +7 -1
  61. data/examples/v2/service-accounts/ListServiceAccountApplicationKeys.rb +4 -1
  62. data/examples/v2/service-accounts/UpdateServiceAccountApplicationKey.rb +11 -9
  63. data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +23 -12
  64. data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions_2621709423.rb +53 -0
  65. data/examples/v2/teams/ListTeams_3592098458.rb +8 -0
  66. data/examples/v2/users/ListUsers_4075885358.rb +8 -0
  67. data/lib/datadog_api_client/api_client.rb +19 -1
  68. data/lib/datadog_api_client/configuration.rb +1 -7
  69. data/lib/datadog_api_client/inflector.rb +81 -0
  70. data/lib/datadog_api_client/v1/api/dashboards_api.rb +25 -0
  71. data/lib/datadog_api_client/v1/api/monitors_api.rb +23 -20
  72. data/lib/datadog_api_client/v1/api/notebooks_api.rb +21 -0
  73. data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +21 -0
  74. data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +21 -0
  75. data/lib/datadog_api_client/v1/api/synthetics_api.rb +25 -3
  76. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +6 -6
  77. data/lib/datadog_api_client/v1/api/webhooks_integration_api.rb +1 -1
  78. data/lib/datadog_api_client/v1/model_base.rb +1 -0
  79. data/lib/datadog_api_client/v1/models/heat_map_widget_request.rb +35 -1
  80. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +7 -4
  81. data/lib/datadog_api_client/v1/models/ip_prefixes_global.rb +94 -0
  82. data/lib/datadog_api_client/v1/models/ip_ranges.rb +11 -1
  83. data/lib/datadog_api_client/v1/models/list_stream_source.rb +1 -0
  84. data/lib/datadog_api_client/v1/models/monitor.rb +1 -1
  85. data/lib/datadog_api_client/v1/models/monitor_options.rb +1 -1
  86. data/lib/datadog_api_client/v1/models/monitor_options_custom_schedule.rb +82 -0
  87. data/lib/datadog_api_client/v1/models/monitor_options_custom_schedule_recurrence.rb +100 -0
  88. data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb +11 -1
  89. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +6 -0
  90. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +65 -5
  91. data/lib/datadog_api_client/v1/models/powerpack_template_variable_contents.rb +131 -0
  92. data/lib/datadog_api_client/v1/models/powerpack_template_variables.rb +94 -0
  93. data/lib/datadog_api_client/v1/models/powerpack_widget_definition.rb +169 -0
  94. data/lib/datadog_api_client/v1/models/powerpack_widget_definition_type.rb +26 -0
  95. data/lib/datadog_api_client/v1/models/split_config.rb +181 -0
  96. data/lib/datadog_api_client/v1/models/split_config_sort_compute.rb +119 -0
  97. data/lib/datadog_api_client/v1/models/split_dimension.rb +98 -0
  98. data/lib/datadog_api_client/v1/models/split_graph_source_widget_definition.rb +70 -0
  99. data/lib/datadog_api_client/v1/models/split_graph_viz_size.rb +29 -0
  100. data/lib/datadog_api_client/v1/models/split_graph_widget_definition.rb +191 -0
  101. data/lib/datadog_api_client/v1/models/split_graph_widget_definition_type.rb +26 -0
  102. data/lib/datadog_api_client/v1/models/split_sort.rb +108 -0
  103. data/lib/datadog_api_client/v1/models/split_vector_entry_item.rb +125 -0
  104. data/lib/datadog_api_client/v1/models/sunburst_widget_request.rb +14 -4
  105. data/lib/datadog_api_client/v1/models/synthetics_assertion_target.rb +11 -1
  106. data/lib/datadog_api_client/v1/models/synthetics_assertion_timings_scope.rb +27 -0
  107. data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +4 -4
  108. data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb +8 -8
  109. data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_response.rb +2 -2
  110. data/lib/datadog_api_client/v1/models/usage_profiling_hour.rb +12 -1
  111. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +168 -8
  112. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +168 -8
  113. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +168 -8
  114. data/lib/datadog_api_client/v1/models/widget_definition.rb +8 -6
  115. data/lib/datadog_api_client/v2/api/apm_retention_filters_api.rb +423 -0
  116. data/lib/datadog_api_client/v2/api/audit_api.rb +1 -1
  117. data/lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb +5 -11
  118. data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +4 -4
  119. data/lib/datadog_api_client/v2/api/container_images_api.rb +129 -0
  120. data/lib/datadog_api_client/v2/api/downtimes_api.rb +25 -36
  121. data/lib/datadog_api_client/v2/api/events_api.rb +1 -1
  122. data/lib/datadog_api_client/v2/api/incidents_api.rb +1 -1
  123. data/lib/datadog_api_client/v2/api/logs_api.rb +1 -1
  124. data/lib/datadog_api_client/v2/api/powerpack_api.rb +383 -0
  125. data/lib/datadog_api_client/v2/api/processes_api.rb +1 -1
  126. data/lib/datadog_api_client/v2/api/rum_api.rb +1 -1
  127. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +3 -3
  128. data/lib/datadog_api_client/v2/api/service_definition_api.rb +4 -4
  129. data/lib/datadog_api_client/v2/api/spans_api.rb +1 -1
  130. data/lib/datadog_api_client/v2/api/teams_api.rb +22 -0
  131. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
  132. data/lib/datadog_api_client/v2/api/users_api.rb +22 -0
  133. data/lib/datadog_api_client/v2/model_base.rb +1 -0
  134. data/lib/datadog_api_client/v2/models/apm_retention_filter_type.rb +26 -0
  135. data/lib/datadog_api_client/v2/models/container_image.rb +100 -0
  136. data/lib/datadog_api_client/v2/models/container_image_attributes.rb +261 -0
  137. data/lib/datadog_api_client/v2/models/container_image_flavor.rb +120 -0
  138. data/lib/datadog_api_client/v2/models/container_image_group.rb +110 -0
  139. data/lib/datadog_api_client/v2/models/container_image_group_attributes.rb +100 -0
  140. data/lib/datadog_api_client/v2/models/container_image_group_images_relationships_link.rb +92 -0
  141. data/lib/datadog_api_client/v2/models/container_image_group_relationships.rb +80 -0
  142. data/lib/datadog_api_client/v2/models/container_image_group_relationships_links.rb +80 -0
  143. data/lib/datadog_api_client/v2/models/container_image_group_type.rb +26 -0
  144. data/lib/datadog_api_client/v2/models/container_image_item.rb +63 -0
  145. data/lib/datadog_api_client/v2/models/container_image_meta.rb +80 -0
  146. data/lib/datadog_api_client/v2/models/container_image_meta_page.rb +160 -0
  147. data/lib/datadog_api_client/v2/models/container_image_meta_page_type.rb +26 -0
  148. data/lib/datadog_api_client/v2/models/container_image_type.rb +26 -0
  149. data/lib/datadog_api_client/v2/models/container_image_vulnerabilities.rb +140 -0
  150. data/lib/datadog_api_client/v2/models/container_images_response.rb +102 -0
  151. data/lib/datadog_api_client/v2/models/container_images_response_links.rb +130 -0
  152. data/lib/datadog_api_client/v2/models/data_scalar_column.rb +2 -2
  153. data/lib/datadog_api_client/v2/models/downtime_relationships_monitor_data.rb +1 -1
  154. data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +13 -1
  155. data/lib/datadog_api_client/v2/models/group_scalar_column.rb +2 -2
  156. data/lib/datadog_api_client/v2/models/list_powerpacks_response.rb +114 -0
  157. data/lib/datadog_api_client/v2/models/powerpack.rb +80 -0
  158. data/lib/datadog_api_client/v2/models/powerpack_attributes.rb +164 -0
  159. data/lib/datadog_api_client/v2/models/powerpack_data.rb +110 -0
  160. data/lib/datadog_api_client/v2/models/powerpack_group_widget.rb +108 -0
  161. data/lib/datadog_api_client/v2/models/powerpack_group_widget_definition.rb +162 -0
  162. data/lib/datadog_api_client/v2/models/powerpack_group_widget_layout.rb +177 -0
  163. data/lib/datadog_api_client/v2/models/powerpack_inner_widget_layout.rb +177 -0
  164. data/lib/datadog_api_client/v2/models/powerpack_inner_widgets.rb +108 -0
  165. data/lib/datadog_api_client/v2/models/powerpack_relationships.rb +80 -0
  166. data/lib/datadog_api_client/v2/models/powerpack_response.rb +92 -0
  167. data/lib/datadog_api_client/v2/models/powerpack_response_links.rb +129 -0
  168. data/lib/datadog_api_client/v2/models/powerpack_template_variable.rb +110 -0
  169. data/lib/datadog_api_client/v2/models/powerpacks_response_meta.rb +80 -0
  170. data/lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb +150 -0
  171. data/lib/datadog_api_client/v2/models/reorder_retention_filters_request.rb +100 -0
  172. data/lib/datadog_api_client/v2/models/restriction_policy_binding.rb +1 -1
  173. data/lib/datadog_api_client/v2/models/retention_filter.rb +140 -0
  174. data/lib/datadog_api_client/v2/models/retention_filter_all.rb +140 -0
  175. data/lib/datadog_api_client/v2/models/retention_filter_all_attributes.rb +181 -0
  176. data/lib/datadog_api_client/v2/models/retention_filter_all_type.rb +28 -0
  177. data/lib/datadog_api_client/v2/models/retention_filter_attributes.rb +181 -0
  178. data/lib/datadog_api_client/v2/models/retention_filter_create_attributes.rb +183 -0
  179. data/lib/datadog_api_client/v2/models/retention_filter_create_data.rb +119 -0
  180. data/lib/datadog_api_client/v2/models/retention_filter_create_request.rb +98 -0
  181. data/lib/datadog_api_client/v2/models/retention_filter_response.rb +80 -0
  182. data/lib/datadog_api_client/v2/models/retention_filter_type.rb +26 -0
  183. data/lib/datadog_api_client/v2/models/retention_filter_update_data.rb +140 -0
  184. data/lib/datadog_api_client/v2/models/retention_filter_update_request.rb +98 -0
  185. data/lib/datadog_api_client/v2/models/retention_filter_without_attributes.rb +119 -0
  186. data/lib/datadog_api_client/v2/models/retention_filters_response.rb +100 -0
  187. data/lib/datadog_api_client/v2/models/scalar_column_type_group.rb +26 -0
  188. data/lib/datadog_api_client/v2/models/scalar_column_type_number.rb +26 -0
  189. data/lib/datadog_api_client/v2/models/scalar_meta.rb +8 -0
  190. data/lib/datadog_api_client/v2/models/service_definition_schema.rb +2 -1
  191. data/lib/datadog_api_client/v2/models/service_definition_schema_versions.rb +1 -0
  192. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb +247 -0
  193. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_contact.rb +129 -0
  194. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_integrations.rb +90 -0
  195. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_link.rb +150 -0
  196. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_opsgenie.rb +108 -0
  197. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_opsgenie_region.rb +27 -0
  198. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_pagerduty.rb +80 -0
  199. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_type.rb +32 -0
  200. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_version.rb +26 -0
  201. data/lib/datadog_api_client/v2/models/service_definitions_create_request.rb +1 -0
  202. data/lib/datadog_api_client/v2/models/spans_filter.rb +80 -0
  203. data/lib/datadog_api_client/v2/models/spans_filter_create.rb +98 -0
  204. data/lib/datadog_api_client/version.rb +1 -1
  205. data/run-tests.sh +6 -5
  206. metadata +114 -9
  207. data/examples/v1/usage-metering/GetUsageCIApp_1064440884.rb +0 -8
  208. data/examples/v1/usage-metering/GetUsageCWS_736958514.rb +0 -8
  209. data/examples/v2/service-accounts/CreateServiceAccountApplicationKey_1761876297.rb +0 -17
  210. data/examples/v2/service-accounts/DeleteServiceAccountApplicationKey_992091161.rb +0 -11
  211. data/examples/v2/service-accounts/GetServiceAccountApplicationKey_819075131.rb +0 -11
  212. data/examples/v2/service-accounts/ListServiceAccountApplicationKeys_1268914341.rb +0 -8
  213. data/examples/v2/service-accounts/UpdateServiceAccountApplicationKey_768415790.rb +0 -22
@@ -102,25 +102,55 @@ module DatadogAPIClient::V1
102
102
  # Shows the high-water mark of all distinct containers over all hours in the current date for all organizations.
103
103
  attr_accessor :container_hwm
104
104
 
105
- # Shows the 99th percentile of all Cloud Security Posture Management Azure app services hosts over all hours in the current date for all organizations.
105
+ # Shows the sum of all Cloud Security Management Enterprise compliance containers over all hours in the current date for the given org.
106
+ attr_accessor :csm_container_enterprise_compliance_count_sum
107
+
108
+ # Shows the sum of all Cloud Security Management Enterprise Cloud Workload Security containers over all hours in the current date for the given org.
109
+ attr_accessor :csm_container_enterprise_cws_count_sum
110
+
111
+ # Shows the sum of all Cloud Security Management Enterprise containers over all hours in the current date for the given org.
112
+ attr_accessor :csm_container_enterprise_total_count_sum
113
+
114
+ # Shows the 99th percentile of all Cloud Security Management Enterprise Azure app services hosts over all hours in the current date for the given org.
115
+ attr_accessor :csm_host_enterprise_aas_host_count_top99p
116
+
117
+ # Shows the 99th percentile of all Cloud Security Management Enterprise AWS hosts over all hours in the current date for the given org.
118
+ attr_accessor :csm_host_enterprise_aws_host_count_top99p
119
+
120
+ # Shows the 99th percentile of all Cloud Security Management Enterprise Azure hosts over all hours in the current date for the given org.
121
+ attr_accessor :csm_host_enterprise_azure_host_count_top99p
122
+
123
+ # Shows the 99th percentile of all Cloud Security Management Enterprise compliance hosts over all hours in the current date for the given org.
124
+ attr_accessor :csm_host_enterprise_compliance_host_count_top99p
125
+
126
+ # Shows the 99th percentile of all Cloud Security Management Enterprise Cloud Workload Security hosts over all hours in the current date for the given org.
127
+ attr_accessor :csm_host_enterprise_cws_host_count_top99p
128
+
129
+ # Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current date for the given org.
130
+ attr_accessor :csm_host_enterprise_gcp_host_count_top99p
131
+
132
+ # Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
133
+ attr_accessor :csm_host_enterprise_total_host_count_top99p
134
+
135
+ # Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current date for all organizations.
106
136
  attr_accessor :cspm_aas_host_top99p
107
137
 
108
- # Shows the 99th percentile of all Cloud Security Posture Management AWS hosts over all hours in the current date for all organizations.
138
+ # Shows the 99th percentile of all Cloud Security Management Pro AWS hosts over all hours in the current date for all organizations.
109
139
  attr_accessor :cspm_aws_host_top99p
110
140
 
111
- # Shows the 99th percentile of all Cloud Security Posture Management Azure hosts over all hours in the current date for all organizations.
141
+ # Shows the 99th percentile of all Cloud Security Management Pro Azure hosts over all hours in the current date for all organizations.
112
142
  attr_accessor :cspm_azure_host_top99p
113
143
 
114
- # Shows the average number of Cloud Security Posture Management containers over all hours in the current date for all organizations.
144
+ # Shows the average number of Cloud Security Management Pro containers over all hours in the current date for all organizations.
115
145
  attr_accessor :cspm_container_avg
116
146
 
117
- # Shows the high-water mark of Cloud Security Posture Management containers over all hours in the current date for all organizations.
147
+ # Shows the high-water mark of Cloud Security Management Pro containers over all hours in the current date for all organizations.
118
148
  attr_accessor :cspm_container_hwm
119
149
 
120
- # Shows the 99th percentile of all Cloud Security Posture Management GCP hosts over all hours in the current date for all organizations.
150
+ # Shows the 99th percentile of all Cloud Security Management Pro GCP hosts over all hours in the current date for all organizations.
121
151
  attr_accessor :cspm_gcp_host_top99p
122
152
 
123
- # Shows the 99th percentile of all Cloud Security Posture Management hosts over all hours in the current date for all organizations.
153
+ # Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current date for all organizations.
124
154
  attr_accessor :cspm_host_top99p
125
155
 
126
156
  # Shows the average number of distinct custom metrics over all hours in the current date for all organizations.
@@ -198,6 +228,9 @@ module DatadogAPIClient::V1
198
228
  # Shows the sum of all mobile RUM units over all hours in the current date for all organizations.
199
229
  attr_accessor :mobile_rum_units_sum
200
230
 
231
+ # Shows the sum of all Network Device Monitoring NetFlow events over all hours in the current date for the given org.
232
+ attr_accessor :ndm_netflow_events_sum
233
+
201
234
  # Shows the sum of all Network flows indexed over all hours in the current date for all organizations.
202
235
  attr_accessor :netflow_indexed_events_count_sum
203
236
 
@@ -219,6 +252,9 @@ module DatadogAPIClient::V1
219
252
  # Organizations associated with a user.
220
253
  attr_accessor :orgs
221
254
 
255
+ # Shows the 99th percentile of all profiled Azure app services over all hours in the current date for all organizations.
256
+ attr_accessor :profiling_aas_count_top99p
257
+
222
258
  # Shows the 99th percentile of all profiled hosts over all hours in the current date for all organizations.
223
259
  attr_accessor :profiling_host_top99p
224
260
 
@@ -249,12 +285,24 @@ module DatadogAPIClient::V1
249
285
  # Shows the sum of all bytes scanned across all usage types by the Sensitive Data Scanner over all hours in the current month for all organizations.
250
286
  attr_accessor :sds_total_scanned_bytes_sum
251
287
 
288
+ # Shows the average of the number of Serverless Apps for Azure for the given date and given org.
289
+ attr_accessor :serverless_apps_azure_count_avg
290
+
291
+ # Shows the average of the number of Serverless Apps for Google Cloud for the given date and given org.
292
+ attr_accessor :serverless_apps_google_count_avg
293
+
294
+ # Shows the average of the number of Serverless Apps for Azure and Google Cloud for the given date and given org.
295
+ attr_accessor :serverless_apps_total_count_avg
296
+
252
297
  # Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations.
253
298
  attr_accessor :synthetics_browser_check_calls_count_sum
254
299
 
255
300
  # Shows the sum of all Synthetic API tests over all hours in the current date for all organizations.
256
301
  attr_accessor :synthetics_check_calls_count_sum
257
302
 
303
+ # Shows the sum of all Synthetic mobile application tests over all hours in the current date for all organizations.
304
+ attr_accessor :synthetics_mobile_test_runs_sum
305
+
258
306
  # Shows the high-water mark of used synthetics parallel testing slots over all hours in the current date for all organizations.
259
307
  attr_accessor :synthetics_parallel_testing_max_slots_hwm
260
308
 
@@ -307,6 +355,16 @@ module DatadogAPIClient::V1
307
355
  :'container_avg' => :'container_avg',
308
356
  :'container_excl_agent_avg' => :'container_excl_agent_avg',
309
357
  :'container_hwm' => :'container_hwm',
358
+ :'csm_container_enterprise_compliance_count_sum' => :'csm_container_enterprise_compliance_count_sum',
359
+ :'csm_container_enterprise_cws_count_sum' => :'csm_container_enterprise_cws_count_sum',
360
+ :'csm_container_enterprise_total_count_sum' => :'csm_container_enterprise_total_count_sum',
361
+ :'csm_host_enterprise_aas_host_count_top99p' => :'csm_host_enterprise_aas_host_count_top99p',
362
+ :'csm_host_enterprise_aws_host_count_top99p' => :'csm_host_enterprise_aws_host_count_top99p',
363
+ :'csm_host_enterprise_azure_host_count_top99p' => :'csm_host_enterprise_azure_host_count_top99p',
364
+ :'csm_host_enterprise_compliance_host_count_top99p' => :'csm_host_enterprise_compliance_host_count_top99p',
365
+ :'csm_host_enterprise_cws_host_count_top99p' => :'csm_host_enterprise_cws_host_count_top99p',
366
+ :'csm_host_enterprise_gcp_host_count_top99p' => :'csm_host_enterprise_gcp_host_count_top99p',
367
+ :'csm_host_enterprise_total_host_count_top99p' => :'csm_host_enterprise_total_host_count_top99p',
310
368
  :'cspm_aas_host_top99p' => :'cspm_aas_host_top99p',
311
369
  :'cspm_aws_host_top99p' => :'cspm_aws_host_top99p',
312
370
  :'cspm_azure_host_top99p' => :'cspm_azure_host_top99p',
@@ -339,6 +397,7 @@ module DatadogAPIClient::V1
339
397
  :'mobile_rum_session_count_roku_sum' => :'mobile_rum_session_count_roku_sum',
340
398
  :'mobile_rum_session_count_sum' => :'mobile_rum_session_count_sum',
341
399
  :'mobile_rum_units_sum' => :'mobile_rum_units_sum',
400
+ :'ndm_netflow_events_sum' => :'ndm_netflow_events_sum',
342
401
  :'netflow_indexed_events_count_sum' => :'netflow_indexed_events_count_sum',
343
402
  :'npm_host_top99p' => :'npm_host_top99p',
344
403
  :'observability_pipelines_bytes_processed_sum' => :'observability_pipelines_bytes_processed_sum',
@@ -346,6 +405,7 @@ module DatadogAPIClient::V1
346
405
  :'opentelemetry_apm_host_top99p' => :'opentelemetry_apm_host_top99p',
347
406
  :'opentelemetry_host_top99p' => :'opentelemetry_host_top99p',
348
407
  :'orgs' => :'orgs',
408
+ :'profiling_aas_count_top99p' => :'profiling_aas_count_top99p',
349
409
  :'profiling_host_top99p' => :'profiling_host_top99p',
350
410
  :'rum_browser_and_mobile_session_count' => :'rum_browser_and_mobile_session_count',
351
411
  :'rum_session_count_sum' => :'rum_session_count_sum',
@@ -356,8 +416,12 @@ module DatadogAPIClient::V1
356
416
  :'sds_logs_scanned_bytes_sum' => :'sds_logs_scanned_bytes_sum',
357
417
  :'sds_rum_scanned_bytes_sum' => :'sds_rum_scanned_bytes_sum',
358
418
  :'sds_total_scanned_bytes_sum' => :'sds_total_scanned_bytes_sum',
419
+ :'serverless_apps_azure_count_avg' => :'serverless_apps_azure_count_avg',
420
+ :'serverless_apps_google_count_avg' => :'serverless_apps_google_count_avg',
421
+ :'serverless_apps_total_count_avg' => :'serverless_apps_total_count_avg',
359
422
  :'synthetics_browser_check_calls_count_sum' => :'synthetics_browser_check_calls_count_sum',
360
423
  :'synthetics_check_calls_count_sum' => :'synthetics_check_calls_count_sum',
424
+ :'synthetics_mobile_test_runs_sum' => :'synthetics_mobile_test_runs_sum',
361
425
  :'synthetics_parallel_testing_max_slots_hwm' => :'synthetics_parallel_testing_max_slots_hwm',
362
426
  :'trace_search_indexed_events_count_sum' => :'trace_search_indexed_events_count_sum',
363
427
  :'twol_ingested_events_bytes_sum' => :'twol_ingested_events_bytes_sum',
@@ -399,6 +463,16 @@ module DatadogAPIClient::V1
399
463
  :'container_avg' => :'Integer',
400
464
  :'container_excl_agent_avg' => :'Integer',
401
465
  :'container_hwm' => :'Integer',
466
+ :'csm_container_enterprise_compliance_count_sum' => :'Integer',
467
+ :'csm_container_enterprise_cws_count_sum' => :'Integer',
468
+ :'csm_container_enterprise_total_count_sum' => :'Integer',
469
+ :'csm_host_enterprise_aas_host_count_top99p' => :'Integer',
470
+ :'csm_host_enterprise_aws_host_count_top99p' => :'Integer',
471
+ :'csm_host_enterprise_azure_host_count_top99p' => :'Integer',
472
+ :'csm_host_enterprise_compliance_host_count_top99p' => :'Integer',
473
+ :'csm_host_enterprise_cws_host_count_top99p' => :'Integer',
474
+ :'csm_host_enterprise_gcp_host_count_top99p' => :'Integer',
475
+ :'csm_host_enterprise_total_host_count_top99p' => :'Integer',
402
476
  :'cspm_aas_host_top99p' => :'Integer',
403
477
  :'cspm_aws_host_top99p' => :'Integer',
404
478
  :'cspm_azure_host_top99p' => :'Integer',
@@ -431,6 +505,7 @@ module DatadogAPIClient::V1
431
505
  :'mobile_rum_session_count_roku_sum' => :'Integer',
432
506
  :'mobile_rum_session_count_sum' => :'Integer',
433
507
  :'mobile_rum_units_sum' => :'Integer',
508
+ :'ndm_netflow_events_sum' => :'Integer',
434
509
  :'netflow_indexed_events_count_sum' => :'Integer',
435
510
  :'npm_host_top99p' => :'Integer',
436
511
  :'observability_pipelines_bytes_processed_sum' => :'Integer',
@@ -438,6 +513,7 @@ module DatadogAPIClient::V1
438
513
  :'opentelemetry_apm_host_top99p' => :'Integer',
439
514
  :'opentelemetry_host_top99p' => :'Integer',
440
515
  :'orgs' => :'Array<UsageSummaryDateOrg>',
516
+ :'profiling_aas_count_top99p' => :'Integer',
441
517
  :'profiling_host_top99p' => :'Integer',
442
518
  :'rum_browser_and_mobile_session_count' => :'Integer',
443
519
  :'rum_session_count_sum' => :'Integer',
@@ -448,8 +524,12 @@ module DatadogAPIClient::V1
448
524
  :'sds_logs_scanned_bytes_sum' => :'Integer',
449
525
  :'sds_rum_scanned_bytes_sum' => :'Integer',
450
526
  :'sds_total_scanned_bytes_sum' => :'Integer',
527
+ :'serverless_apps_azure_count_avg' => :'Integer',
528
+ :'serverless_apps_google_count_avg' => :'Integer',
529
+ :'serverless_apps_total_count_avg' => :'Integer',
451
530
  :'synthetics_browser_check_calls_count_sum' => :'Integer',
452
531
  :'synthetics_check_calls_count_sum' => :'Integer',
532
+ :'synthetics_mobile_test_runs_sum' => :'Integer',
453
533
  :'synthetics_parallel_testing_max_slots_hwm' => :'Integer',
454
534
  :'trace_search_indexed_events_count_sum' => :'Integer',
455
535
  :'twol_ingested_events_bytes_sum' => :'Integer',
@@ -584,6 +664,46 @@ module DatadogAPIClient::V1
584
664
  self.container_hwm = attributes[:'container_hwm']
585
665
  end
586
666
 
667
+ if attributes.key?(:'csm_container_enterprise_compliance_count_sum')
668
+ self.csm_container_enterprise_compliance_count_sum = attributes[:'csm_container_enterprise_compliance_count_sum']
669
+ end
670
+
671
+ if attributes.key?(:'csm_container_enterprise_cws_count_sum')
672
+ self.csm_container_enterprise_cws_count_sum = attributes[:'csm_container_enterprise_cws_count_sum']
673
+ end
674
+
675
+ if attributes.key?(:'csm_container_enterprise_total_count_sum')
676
+ self.csm_container_enterprise_total_count_sum = attributes[:'csm_container_enterprise_total_count_sum']
677
+ end
678
+
679
+ if attributes.key?(:'csm_host_enterprise_aas_host_count_top99p')
680
+ self.csm_host_enterprise_aas_host_count_top99p = attributes[:'csm_host_enterprise_aas_host_count_top99p']
681
+ end
682
+
683
+ if attributes.key?(:'csm_host_enterprise_aws_host_count_top99p')
684
+ self.csm_host_enterprise_aws_host_count_top99p = attributes[:'csm_host_enterprise_aws_host_count_top99p']
685
+ end
686
+
687
+ if attributes.key?(:'csm_host_enterprise_azure_host_count_top99p')
688
+ self.csm_host_enterprise_azure_host_count_top99p = attributes[:'csm_host_enterprise_azure_host_count_top99p']
689
+ end
690
+
691
+ if attributes.key?(:'csm_host_enterprise_compliance_host_count_top99p')
692
+ self.csm_host_enterprise_compliance_host_count_top99p = attributes[:'csm_host_enterprise_compliance_host_count_top99p']
693
+ end
694
+
695
+ if attributes.key?(:'csm_host_enterprise_cws_host_count_top99p')
696
+ self.csm_host_enterprise_cws_host_count_top99p = attributes[:'csm_host_enterprise_cws_host_count_top99p']
697
+ end
698
+
699
+ if attributes.key?(:'csm_host_enterprise_gcp_host_count_top99p')
700
+ self.csm_host_enterprise_gcp_host_count_top99p = attributes[:'csm_host_enterprise_gcp_host_count_top99p']
701
+ end
702
+
703
+ if attributes.key?(:'csm_host_enterprise_total_host_count_top99p')
704
+ self.csm_host_enterprise_total_host_count_top99p = attributes[:'csm_host_enterprise_total_host_count_top99p']
705
+ end
706
+
587
707
  if attributes.key?(:'cspm_aas_host_top99p')
588
708
  self.cspm_aas_host_top99p = attributes[:'cspm_aas_host_top99p']
589
709
  end
@@ -712,6 +832,10 @@ module DatadogAPIClient::V1
712
832
  self.mobile_rum_units_sum = attributes[:'mobile_rum_units_sum']
713
833
  end
714
834
 
835
+ if attributes.key?(:'ndm_netflow_events_sum')
836
+ self.ndm_netflow_events_sum = attributes[:'ndm_netflow_events_sum']
837
+ end
838
+
715
839
  if attributes.key?(:'netflow_indexed_events_count_sum')
716
840
  self.netflow_indexed_events_count_sum = attributes[:'netflow_indexed_events_count_sum']
717
841
  end
@@ -742,6 +866,10 @@ module DatadogAPIClient::V1
742
866
  end
743
867
  end
744
868
 
869
+ if attributes.key?(:'profiling_aas_count_top99p')
870
+ self.profiling_aas_count_top99p = attributes[:'profiling_aas_count_top99p']
871
+ end
872
+
745
873
  if attributes.key?(:'profiling_host_top99p')
746
874
  self.profiling_host_top99p = attributes[:'profiling_host_top99p']
747
875
  end
@@ -782,6 +910,18 @@ module DatadogAPIClient::V1
782
910
  self.sds_total_scanned_bytes_sum = attributes[:'sds_total_scanned_bytes_sum']
783
911
  end
784
912
 
913
+ if attributes.key?(:'serverless_apps_azure_count_avg')
914
+ self.serverless_apps_azure_count_avg = attributes[:'serverless_apps_azure_count_avg']
915
+ end
916
+
917
+ if attributes.key?(:'serverless_apps_google_count_avg')
918
+ self.serverless_apps_google_count_avg = attributes[:'serverless_apps_google_count_avg']
919
+ end
920
+
921
+ if attributes.key?(:'serverless_apps_total_count_avg')
922
+ self.serverless_apps_total_count_avg = attributes[:'serverless_apps_total_count_avg']
923
+ end
924
+
785
925
  if attributes.key?(:'synthetics_browser_check_calls_count_sum')
786
926
  self.synthetics_browser_check_calls_count_sum = attributes[:'synthetics_browser_check_calls_count_sum']
787
927
  end
@@ -790,6 +930,10 @@ module DatadogAPIClient::V1
790
930
  self.synthetics_check_calls_count_sum = attributes[:'synthetics_check_calls_count_sum']
791
931
  end
792
932
 
933
+ if attributes.key?(:'synthetics_mobile_test_runs_sum')
934
+ self.synthetics_mobile_test_runs_sum = attributes[:'synthetics_mobile_test_runs_sum']
935
+ end
936
+
793
937
  if attributes.key?(:'synthetics_parallel_testing_max_slots_hwm')
794
938
  self.synthetics_parallel_testing_max_slots_hwm = attributes[:'synthetics_parallel_testing_max_slots_hwm']
795
939
  end
@@ -852,6 +996,16 @@ module DatadogAPIClient::V1
852
996
  container_avg == o.container_avg &&
853
997
  container_excl_agent_avg == o.container_excl_agent_avg &&
854
998
  container_hwm == o.container_hwm &&
999
+ csm_container_enterprise_compliance_count_sum == o.csm_container_enterprise_compliance_count_sum &&
1000
+ csm_container_enterprise_cws_count_sum == o.csm_container_enterprise_cws_count_sum &&
1001
+ csm_container_enterprise_total_count_sum == o.csm_container_enterprise_total_count_sum &&
1002
+ csm_host_enterprise_aas_host_count_top99p == o.csm_host_enterprise_aas_host_count_top99p &&
1003
+ csm_host_enterprise_aws_host_count_top99p == o.csm_host_enterprise_aws_host_count_top99p &&
1004
+ csm_host_enterprise_azure_host_count_top99p == o.csm_host_enterprise_azure_host_count_top99p &&
1005
+ csm_host_enterprise_compliance_host_count_top99p == o.csm_host_enterprise_compliance_host_count_top99p &&
1006
+ csm_host_enterprise_cws_host_count_top99p == o.csm_host_enterprise_cws_host_count_top99p &&
1007
+ csm_host_enterprise_gcp_host_count_top99p == o.csm_host_enterprise_gcp_host_count_top99p &&
1008
+ csm_host_enterprise_total_host_count_top99p == o.csm_host_enterprise_total_host_count_top99p &&
855
1009
  cspm_aas_host_top99p == o.cspm_aas_host_top99p &&
856
1010
  cspm_aws_host_top99p == o.cspm_aws_host_top99p &&
857
1011
  cspm_azure_host_top99p == o.cspm_azure_host_top99p &&
@@ -884,6 +1038,7 @@ module DatadogAPIClient::V1
884
1038
  mobile_rum_session_count_roku_sum == o.mobile_rum_session_count_roku_sum &&
885
1039
  mobile_rum_session_count_sum == o.mobile_rum_session_count_sum &&
886
1040
  mobile_rum_units_sum == o.mobile_rum_units_sum &&
1041
+ ndm_netflow_events_sum == o.ndm_netflow_events_sum &&
887
1042
  netflow_indexed_events_count_sum == o.netflow_indexed_events_count_sum &&
888
1043
  npm_host_top99p == o.npm_host_top99p &&
889
1044
  observability_pipelines_bytes_processed_sum == o.observability_pipelines_bytes_processed_sum &&
@@ -891,6 +1046,7 @@ module DatadogAPIClient::V1
891
1046
  opentelemetry_apm_host_top99p == o.opentelemetry_apm_host_top99p &&
892
1047
  opentelemetry_host_top99p == o.opentelemetry_host_top99p &&
893
1048
  orgs == o.orgs &&
1049
+ profiling_aas_count_top99p == o.profiling_aas_count_top99p &&
894
1050
  profiling_host_top99p == o.profiling_host_top99p &&
895
1051
  rum_browser_and_mobile_session_count == o.rum_browser_and_mobile_session_count &&
896
1052
  rum_session_count_sum == o.rum_session_count_sum &&
@@ -901,8 +1057,12 @@ module DatadogAPIClient::V1
901
1057
  sds_logs_scanned_bytes_sum == o.sds_logs_scanned_bytes_sum &&
902
1058
  sds_rum_scanned_bytes_sum == o.sds_rum_scanned_bytes_sum &&
903
1059
  sds_total_scanned_bytes_sum == o.sds_total_scanned_bytes_sum &&
1060
+ serverless_apps_azure_count_avg == o.serverless_apps_azure_count_avg &&
1061
+ serverless_apps_google_count_avg == o.serverless_apps_google_count_avg &&
1062
+ serverless_apps_total_count_avg == o.serverless_apps_total_count_avg &&
904
1063
  synthetics_browser_check_calls_count_sum == o.synthetics_browser_check_calls_count_sum &&
905
1064
  synthetics_check_calls_count_sum == o.synthetics_check_calls_count_sum &&
1065
+ synthetics_mobile_test_runs_sum == o.synthetics_mobile_test_runs_sum &&
906
1066
  synthetics_parallel_testing_max_slots_hwm == o.synthetics_parallel_testing_max_slots_hwm &&
907
1067
  trace_search_indexed_events_count_sum == o.trace_search_indexed_events_count_sum &&
908
1068
  twol_ingested_events_bytes_sum == o.twol_ingested_events_bytes_sum &&
@@ -916,7 +1076,7 @@ module DatadogAPIClient::V1
916
1076
  # @return [Integer] Hash code
917
1077
  # @!visibility private
918
1078
  def hash
919
- [agent_host_top99p, apm_azure_app_service_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, 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_host_count_avg, container_avg, container_excl_agent_avg, container_hwm, 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_host_top99p, date, dbm_host_top99p, dbm_queries_count_avg, fargate_tasks_count_avg, fargate_tasks_count_hwm, 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, 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, orgs, profiling_host_top99p, 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, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_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
1079
+ [agent_host_top99p, apm_azure_app_service_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, 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_host_count_avg, 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_host_top99p, date, dbm_host_top99p, dbm_queries_count_avg, fargate_tasks_count_avg, fargate_tasks_count_hwm, 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, 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_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
920
1080
  end
921
1081
  end
922
1082
  end