datadog_api_client 2.15.0 → 2.17.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 (315) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +6 -6
  3. data/.generator/schemas/v1/openapi.yaml +1316 -153
  4. data/.generator/schemas/v2/openapi.yaml +3367 -685
  5. data/.generator/src/generator/formatter.py +4 -0
  6. data/.generator/src/generator/openapi.py +2 -0
  7. data/.generator/src/generator/templates/api_client.j2 +22 -1
  8. data/.generator/src/generator/templates/inflector.j2 +1 -1
  9. data/.generator/src/generator/templates/model_base.j2 +5 -0
  10. data/CHANGELOG.md +59 -0
  11. data/Gemfile +1 -0
  12. data/LICENSE-3rdparty.csv +1 -0
  13. data/datadog_api_client.gemspec +2 -0
  14. data/examples/v1/aws-integration/CreateAWSAccount.rb +1 -1
  15. data/examples/v1/aws-integration/CreateAWSEventBridgeSource.rb +12 -0
  16. data/examples/v1/aws-integration/CreateAWSTagFilter.rb +1 -1
  17. data/examples/v1/aws-integration/CreateNewAWSExternalID.rb +1 -1
  18. data/examples/v1/aws-integration/DeleteAWSAccount.rb +1 -1
  19. data/examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb +11 -0
  20. data/examples/v1/aws-integration/ListAWSEventBridgeSources.rb +5 -0
  21. data/examples/v1/azure-integration/CreateAzureIntegration.rb +1 -0
  22. data/examples/v1/azure-integration/DeleteAzureIntegration.rb +1 -0
  23. data/examples/v1/azure-integration/UpdateAzureHostFilters.rb +1 -0
  24. data/examples/v1/azure-integration/UpdateAzureIntegration.rb +1 -0
  25. data/examples/v1/dashboards/CreateDashboard_1213075383.rb +7 -0
  26. data/examples/v1/dashboards/CreateDashboard_1754992756.rb +44 -0
  27. data/examples/v1/dashboards/CreateDashboard_2278756614.rb +91 -0
  28. data/examples/v1/monitors/CreateMonitor_1539578087.rb +35 -0
  29. data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +1 -1
  30. data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +1 -1
  31. data/examples/v1/synthetics/CreateSyntheticsBrowserTest_397420811.rb +1 -1
  32. data/examples/v1/usage-metering/GetUsageCIApp.rb +4 -1
  33. data/examples/v1/usage-metering/GetUsageCWS.rb +4 -1
  34. data/examples/v1/usage-metering/GetUsageCloudSecurityPostureManagement.rb +1 -1
  35. data/examples/v2/apm-retention-filters/CreateApmRetentionFilter.rb +20 -0
  36. data/examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb +8 -0
  37. data/examples/v2/apm-retention-filters/GetApmRetentionFilter.rb +8 -0
  38. data/examples/v2/apm-retention-filters/ListApmRetentionFilters.rb +5 -0
  39. data/examples/v2/apm-retention-filters/ReorderApmRetentionFilters.rb +18 -0
  40. data/examples/v2/apm-retention-filters/UpdateApmRetentionFilter.rb +24 -0
  41. data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_129899466.rb +0 -5
  42. data/examples/v2/confluent-cloud/DeleteConfluentAccount.rb +4 -1
  43. data/examples/v2/confluent-cloud/DeleteConfluentResource.rb +5 -0
  44. data/examples/v2/container-images/ListContainerImages.rb +8 -0
  45. data/examples/v2/container-images/ListContainerImages_3088586393.rb +11 -0
  46. data/examples/v2/container-images/ListContainerImages_3974828736.rb +11 -0
  47. data/examples/v2/containers/ListContainers.rb +8 -0
  48. data/examples/v2/containers/ListContainers_2175733917.rb +11 -0
  49. data/examples/v2/containers/ListContainers_931009654.rb +11 -0
  50. data/examples/v2/downtimes/ListMonitorDowntimes.rb +1 -1
  51. data/examples/v2/gcp-integration/CreateGCPSTSAccount_109518525.rb +19 -0
  52. data/examples/v2/key-management/CreateCurrentUserApplicationKey.rb +2 -7
  53. data/examples/v2/key-management/DeleteApplicationKey.rb +4 -1
  54. data/examples/v2/key-management/DeleteCurrentUserApplicationKey.rb +4 -1
  55. data/examples/v2/powerpack/CreatePowerpack.rb +48 -0
  56. data/examples/v2/powerpack/DeletePowerpack.rb +8 -0
  57. data/examples/v2/powerpack/GetPowerpack.rb +8 -0
  58. data/examples/v2/powerpack/ListPowerpacks.rb +8 -0
  59. data/examples/v2/powerpack/ListPowerpacks_1173755071.rb +8 -0
  60. data/examples/v2/powerpack/UpdatePowerpack.rb +51 -0
  61. data/examples/v2/rum/CreateRUMApplication.rb +1 -1
  62. data/examples/v2/security-monitoring/MuteFindings.rb +29 -0
  63. data/examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb +5 -7
  64. data/examples/v2/service-accounts/DeleteServiceAccountApplicationKey.rb +7 -1
  65. data/examples/v2/service-accounts/GetServiceAccountApplicationKey.rb +7 -1
  66. data/examples/v2/service-accounts/ListServiceAccountApplicationKeys.rb +4 -1
  67. data/examples/v2/service-accounts/UpdateServiceAccountApplicationKey.rb +11 -9
  68. data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +23 -12
  69. data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions_2621709423.rb +53 -0
  70. data/examples/v2/service-scorecards/CreateScorecardOutcomesBatch.rb +27 -0
  71. data/examples/v2/service-scorecards/CreateScorecardRule.rb +19 -0
  72. data/examples/v2/service-scorecards/DeleteScorecardRule.rb +11 -0
  73. data/examples/v2/service-scorecards/ListScorecardOutcomes.rb +8 -0
  74. data/examples/v2/service-scorecards/ListScorecardOutcomes_2663454275.rb +13 -0
  75. data/examples/v2/service-scorecards/ListScorecardRules.rb +8 -0
  76. data/examples/v2/service-scorecards/ListScorecardRules_4057666343.rb +13 -0
  77. data/examples/v2/synthetics/SetOnDemandConcurrencyCap.rb +3 -1
  78. data/examples/v2/teams/ListTeams_3429963470.rb +12 -0
  79. data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring.rb +4 -1
  80. data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations.rb +4 -1
  81. data/examples/v2/usage-metering/GetUsageObservabilityPipelines.rb +4 -1
  82. data/examples/v2/users/GetUser.rb +5 -2
  83. data/lib/datadog_api_client/api_client.rb +22 -1
  84. data/lib/datadog_api_client/configuration.rb +8 -1
  85. data/lib/datadog_api_client/inflector.rb +156 -9
  86. data/lib/datadog_api_client/v1/api/aws_integration_api.rb +194 -0
  87. data/lib/datadog_api_client/v1/api/monitors_api.rb +6 -21
  88. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +6 -6
  89. data/lib/datadog_api_client/v1/api/webhooks_integration_api.rb +1 -1
  90. data/lib/datadog_api_client/v1/model_base.rb +5 -0
  91. data/lib/datadog_api_client/v1/models/aws_account.rb +2 -1
  92. data/lib/datadog_api_client/v1/models/aws_event_bridge_account_configuration.rb +105 -0
  93. data/lib/datadog_api_client/v1/models/aws_event_bridge_create_request.rb +112 -0
  94. data/lib/datadog_api_client/v1/models/aws_event_bridge_create_response.rb +110 -0
  95. data/lib/datadog_api_client/v1/models/aws_event_bridge_create_status.rb +26 -0
  96. data/lib/datadog_api_client/v1/models/aws_event_bridge_delete_request.rb +100 -0
  97. data/lib/datadog_api_client/v1/models/aws_event_bridge_delete_response.rb +80 -0
  98. data/lib/datadog_api_client/v1/models/aws_event_bridge_delete_status.rb +26 -0
  99. data/lib/datadog_api_client/v1/models/aws_event_bridge_list_response.rb +92 -0
  100. data/lib/datadog_api_client/v1/models/aws_event_bridge_source.rb +90 -0
  101. data/lib/datadog_api_client/v1/models/azure_account.rb +12 -1
  102. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +27 -4
  103. data/lib/datadog_api_client/v1/models/ip_prefixes_global.rb +94 -0
  104. data/lib/datadog_api_client/v1/models/ip_ranges.rb +11 -1
  105. data/lib/datadog_api_client/v1/models/monitor_options.rb +1 -1
  106. data/lib/datadog_api_client/v1/models/monitor_options_custom_schedule.rb +82 -0
  107. data/lib/datadog_api_client/v1/models/monitor_options_custom_schedule_recurrence.rb +100 -0
  108. data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb +11 -1
  109. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +46 -0
  110. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +465 -5
  111. data/lib/datadog_api_client/v1/models/powerpack_template_variable_contents.rb +131 -0
  112. data/lib/datadog_api_client/v1/models/powerpack_template_variables.rb +94 -0
  113. data/lib/datadog_api_client/v1/models/powerpack_widget_definition.rb +169 -0
  114. data/lib/datadog_api_client/v1/models/powerpack_widget_definition_type.rb +26 -0
  115. data/lib/datadog_api_client/v1/models/split_config.rb +181 -0
  116. data/lib/datadog_api_client/v1/models/split_config_sort_compute.rb +119 -0
  117. data/lib/datadog_api_client/v1/models/split_dimension.rb +98 -0
  118. data/lib/datadog_api_client/v1/models/split_graph_source_widget_definition.rb +70 -0
  119. data/lib/datadog_api_client/v1/models/split_graph_viz_size.rb +29 -0
  120. data/lib/datadog_api_client/v1/models/split_graph_widget_definition.rb +191 -0
  121. data/lib/datadog_api_client/v1/models/split_graph_widget_definition_type.rb +26 -0
  122. data/lib/datadog_api_client/v1/models/split_sort.rb +108 -0
  123. data/lib/datadog_api_client/v1/models/split_vector_entry_item.rb +125 -0
  124. data/lib/datadog_api_client/v1/models/toplist_widget_definition.rb +11 -1
  125. data/lib/datadog_api_client/v1/models/toplist_widget_display.rb +63 -0
  126. data/lib/datadog_api_client/v1/models/toplist_widget_flat.rb +98 -0
  127. data/lib/datadog_api_client/v1/models/toplist_widget_flat_type.rb +26 -0
  128. data/lib/datadog_api_client/v1/models/toplist_widget_legend.rb +28 -0
  129. data/lib/datadog_api_client/v1/models/toplist_widget_scaling.rb +27 -0
  130. data/lib/datadog_api_client/v1/models/toplist_widget_stacked.rb +119 -0
  131. data/lib/datadog_api_client/v1/models/toplist_widget_stacked_type.rb +26 -0
  132. data/lib/datadog_api_client/v1/models/toplist_widget_style.rb +90 -0
  133. data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +4 -4
  134. data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb +8 -8
  135. data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_response.rb +2 -2
  136. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +158 -8
  137. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +158 -8
  138. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +158 -8
  139. data/lib/datadog_api_client/v1/models/widget_definition.rb +8 -6
  140. data/lib/datadog_api_client/v2/api/apm_retention_filters_api.rb +423 -0
  141. data/lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb +4 -4
  142. data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +3 -3
  143. data/lib/datadog_api_client/v2/api/container_images_api.rb +129 -0
  144. data/lib/datadog_api_client/v2/api/containers_api.rb +129 -0
  145. data/lib/datadog_api_client/v2/api/incidents_api.rb +1 -1
  146. data/lib/datadog_api_client/v2/api/key_management_api.rb +8 -0
  147. data/lib/datadog_api_client/v2/api/metrics_api.rb +6 -3
  148. data/lib/datadog_api_client/v2/api/powerpack_api.rb +383 -0
  149. data/lib/datadog_api_client/v2/api/roles_api.rb +2 -0
  150. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +66 -72
  151. data/lib/datadog_api_client/v2/api/service_definition_api.rb +2 -2
  152. data/lib/datadog_api_client/v2/api/service_scorecards_api.rb +457 -0
  153. data/lib/datadog_api_client/v2/api/teams_api.rb +2 -0
  154. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
  155. data/lib/datadog_api_client/v2/model_base.rb +5 -0
  156. data/lib/datadog_api_client/v2/models/apm_retention_filter_type.rb +26 -0
  157. data/lib/datadog_api_client/v2/models/{mute_finding_request.rb → bulk_mute_findings_request.rb} +6 -6
  158. data/lib/datadog_api_client/v2/models/{mute_finding_request_attributes.rb → bulk_mute_findings_request_attributes.rb} +5 -5
  159. data/lib/datadog_api_client/v2/models/bulk_mute_findings_request_data.rb +161 -0
  160. data/lib/datadog_api_client/v2/models/bulk_mute_findings_request_meta.rb +82 -0
  161. data/lib/datadog_api_client/v2/models/bulk_mute_findings_request_meta_findings.rb +80 -0
  162. data/lib/datadog_api_client/v2/models/{mute_finding_request_properties.rb → bulk_mute_findings_request_properties.rb} +6 -6
  163. data/lib/datadog_api_client/v2/models/{mute_finding_response.rb → bulk_mute_findings_response.rb} +5 -5
  164. data/lib/datadog_api_client/v2/models/bulk_mute_findings_response_data.rb +90 -0
  165. data/lib/datadog_api_client/v2/models/{mute_finding_response_data.rb → container.rb} +9 -9
  166. data/lib/datadog_api_client/v2/models/container_attributes.rb +183 -0
  167. data/lib/datadog_api_client/v2/models/container_group.rb +110 -0
  168. data/lib/datadog_api_client/v2/models/container_group_attributes.rb +90 -0
  169. data/lib/datadog_api_client/v2/models/container_group_relationships.rb +80 -0
  170. data/lib/datadog_api_client/v2/models/container_group_relationships_link.rb +92 -0
  171. data/lib/datadog_api_client/v2/models/container_group_relationships_links.rb +80 -0
  172. data/lib/datadog_api_client/v2/models/container_group_type.rb +26 -0
  173. data/lib/datadog_api_client/v2/models/container_image.rb +100 -0
  174. data/lib/datadog_api_client/v2/models/container_image_attributes.rb +261 -0
  175. data/lib/datadog_api_client/v2/models/container_image_flavor.rb +120 -0
  176. data/lib/datadog_api_client/v2/models/container_image_group.rb +110 -0
  177. data/lib/datadog_api_client/v2/models/container_image_group_attributes.rb +100 -0
  178. data/lib/datadog_api_client/v2/models/container_image_group_images_relationships_link.rb +92 -0
  179. data/lib/datadog_api_client/v2/models/container_image_group_relationships.rb +80 -0
  180. data/lib/datadog_api_client/v2/models/container_image_group_relationships_links.rb +80 -0
  181. data/lib/datadog_api_client/v2/models/container_image_group_type.rb +26 -0
  182. data/lib/datadog_api_client/v2/models/container_image_item.rb +63 -0
  183. data/lib/datadog_api_client/v2/models/container_image_meta.rb +80 -0
  184. data/lib/datadog_api_client/v2/models/container_image_meta_page.rb +160 -0
  185. data/lib/datadog_api_client/v2/models/container_image_meta_page_type.rb +26 -0
  186. data/lib/datadog_api_client/v2/models/container_image_type.rb +26 -0
  187. data/lib/datadog_api_client/v2/models/container_image_vulnerabilities.rb +140 -0
  188. data/lib/datadog_api_client/v2/models/container_images_response.rb +102 -0
  189. data/lib/datadog_api_client/v2/models/container_images_response_links.rb +130 -0
  190. data/lib/datadog_api_client/v2/models/container_item.rb +63 -0
  191. data/lib/datadog_api_client/v2/models/container_meta.rb +80 -0
  192. data/lib/datadog_api_client/v2/models/container_meta_page.rb +160 -0
  193. data/lib/datadog_api_client/v2/models/container_meta_page_type.rb +26 -0
  194. data/lib/datadog_api_client/v2/models/container_type.rb +26 -0
  195. data/lib/datadog_api_client/v2/models/containers_response.rb +102 -0
  196. data/lib/datadog_api_client/v2/models/containers_response_links.rb +130 -0
  197. data/lib/datadog_api_client/v2/models/create_rule_request.rb +80 -0
  198. data/lib/datadog_api_client/v2/models/create_rule_request_data.rb +90 -0
  199. data/lib/datadog_api_client/v2/models/create_rule_response.rb +80 -0
  200. data/lib/datadog_api_client/v2/models/create_rule_response_data.rb +110 -0
  201. data/lib/datadog_api_client/v2/models/data_scalar_column.rb +2 -2
  202. data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +13 -1
  203. data/lib/datadog_api_client/v2/models/group_scalar_column.rb +2 -2
  204. data/lib/datadog_api_client/v2/models/list_powerpacks_response.rb +114 -0
  205. data/lib/datadog_api_client/v2/models/list_rules_response.rb +92 -0
  206. data/lib/datadog_api_client/v2/models/list_rules_response_data_item.rb +110 -0
  207. data/lib/datadog_api_client/v2/models/list_rules_response_links.rb +80 -0
  208. data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_create_attributes.rb +13 -1
  209. data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_status_attributes.rb +12 -1
  210. data/lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb +13 -1
  211. data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +13 -1
  212. data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +13 -1
  213. data/lib/datadog_api_client/v2/models/outcome_type.rb +26 -0
  214. data/lib/datadog_api_client/v2/models/outcomes_batch_attributes.rb +82 -0
  215. data/lib/datadog_api_client/v2/models/outcomes_batch_request.rb +80 -0
  216. data/lib/datadog_api_client/v2/models/outcomes_batch_request_data.rb +90 -0
  217. data/lib/datadog_api_client/v2/models/outcomes_batch_request_item.rb +150 -0
  218. data/lib/datadog_api_client/v2/models/outcomes_batch_response.rb +121 -0
  219. data/lib/datadog_api_client/v2/models/outcomes_batch_response_attributes.rb +120 -0
  220. data/lib/datadog_api_client/v2/models/outcomes_batch_response_meta.rb +90 -0
  221. data/lib/datadog_api_client/v2/models/outcomes_batch_type.rb +26 -0
  222. data/lib/datadog_api_client/v2/models/outcomes_response.rb +104 -0
  223. data/lib/datadog_api_client/v2/models/outcomes_response_data_item.rb +110 -0
  224. data/lib/datadog_api_client/v2/models/outcomes_response_included_item.rb +100 -0
  225. data/lib/datadog_api_client/v2/models/outcomes_response_included_rule_attributes.rb +90 -0
  226. data/lib/datadog_api_client/v2/models/outcomes_response_links.rb +80 -0
  227. data/lib/datadog_api_client/v2/models/powerpack.rb +80 -0
  228. data/lib/datadog_api_client/v2/models/powerpack_attributes.rb +164 -0
  229. data/lib/datadog_api_client/v2/models/powerpack_data.rb +110 -0
  230. data/lib/datadog_api_client/v2/models/powerpack_group_widget.rb +118 -0
  231. data/lib/datadog_api_client/v2/models/powerpack_group_widget_definition.rb +162 -0
  232. data/lib/datadog_api_client/v2/models/powerpack_group_widget_layout.rb +177 -0
  233. data/lib/datadog_api_client/v2/models/powerpack_inner_widget_layout.rb +177 -0
  234. data/lib/datadog_api_client/v2/models/powerpack_inner_widgets.rb +108 -0
  235. data/lib/datadog_api_client/v2/models/powerpack_relationships.rb +80 -0
  236. data/lib/datadog_api_client/v2/models/powerpack_response.rb +92 -0
  237. data/lib/datadog_api_client/v2/models/powerpack_response_links.rb +129 -0
  238. data/lib/datadog_api_client/v2/models/powerpack_template_variable.rb +110 -0
  239. data/lib/datadog_api_client/v2/models/powerpacks_response_meta.rb +80 -0
  240. data/lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb +150 -0
  241. data/lib/datadog_api_client/v2/models/relationship_to_outcome.rb +80 -0
  242. data/lib/datadog_api_client/v2/models/relationship_to_outcome_data.rb +90 -0
  243. data/lib/datadog_api_client/v2/models/relationship_to_rule.rb +80 -0
  244. data/lib/datadog_api_client/v2/models/relationship_to_rule_data.rb +80 -0
  245. data/lib/datadog_api_client/v2/models/relationship_to_rule_data_object.rb +90 -0
  246. data/lib/datadog_api_client/v2/models/reorder_retention_filters_request.rb +100 -0
  247. data/lib/datadog_api_client/v2/models/restriction_policy_binding.rb +1 -1
  248. data/lib/datadog_api_client/v2/models/{mute_finding_request_data.rb → retention_filter.rb} +9 -9
  249. data/lib/datadog_api_client/v2/models/retention_filter_all.rb +140 -0
  250. data/lib/datadog_api_client/v2/models/retention_filter_all_attributes.rb +181 -0
  251. data/lib/datadog_api_client/v2/models/retention_filter_all_type.rb +28 -0
  252. data/lib/datadog_api_client/v2/models/retention_filter_attributes.rb +181 -0
  253. data/lib/datadog_api_client/v2/models/retention_filter_create_attributes.rb +183 -0
  254. data/lib/datadog_api_client/v2/models/retention_filter_create_data.rb +119 -0
  255. data/lib/datadog_api_client/v2/models/retention_filter_create_request.rb +98 -0
  256. data/lib/datadog_api_client/v2/models/retention_filter_response.rb +80 -0
  257. data/lib/datadog_api_client/v2/models/retention_filter_type.rb +26 -0
  258. data/lib/datadog_api_client/v2/models/retention_filter_update_data.rb +140 -0
  259. data/lib/datadog_api_client/v2/models/retention_filter_update_request.rb +98 -0
  260. data/lib/datadog_api_client/v2/models/retention_filter_without_attributes.rb +119 -0
  261. data/lib/datadog_api_client/v2/models/retention_filters_response.rb +100 -0
  262. data/lib/datadog_api_client/v2/models/rule_attributes.rb +160 -0
  263. data/lib/datadog_api_client/v2/models/rule_outcome_relationships.rb +80 -0
  264. data/lib/datadog_api_client/v2/models/rule_type.rb +26 -0
  265. data/lib/datadog_api_client/v2/models/scalar_column_type_group.rb +26 -0
  266. data/lib/datadog_api_client/v2/models/scalar_column_type_number.rb +26 -0
  267. data/lib/datadog_api_client/v2/models/scalar_meta.rb +8 -0
  268. data/lib/datadog_api_client/v2/models/scorecard_type.rb +26 -0
  269. data/lib/datadog_api_client/v2/models/security_monitoring_signal_attributes.rb +7 -7
  270. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_query.rb +11 -1
  271. data/lib/datadog_api_client/v2/models/service_definition_schema.rb +2 -1
  272. data/lib/datadog_api_client/v2/models/service_definition_schema_versions.rb +1 -0
  273. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb +247 -0
  274. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_contact.rb +129 -0
  275. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_integrations.rb +90 -0
  276. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_link.rb +150 -0
  277. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_opsgenie.rb +108 -0
  278. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_opsgenie_region.rb +27 -0
  279. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_pagerduty.rb +80 -0
  280. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_type.rb +32 -0
  281. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_version.rb +26 -0
  282. data/lib/datadog_api_client/v2/models/service_definitions_create_request.rb +1 -0
  283. data/lib/datadog_api_client/v2/models/spans_filter.rb +80 -0
  284. data/lib/datadog_api_client/v2/models/spans_filter_create.rb +98 -0
  285. data/lib/datadog_api_client/v2/models/state.rb +28 -0
  286. data/lib/datadog_api_client/v2/models/teams_field.rb +40 -0
  287. data/lib/datadog_api_client/v2/models/user_team_permission_attributes.rb +1 -1
  288. data/lib/datadog_api_client/v2/models/widget_live_span.rb +40 -0
  289. data/lib/datadog_api_client/version.rb +1 -1
  290. data/run-tests.sh +6 -5
  291. metadata +213 -32
  292. data/examples/v1/usage-metering/GetUsageCIApp_1064440884.rb +0 -8
  293. data/examples/v1/usage-metering/GetUsageCWS_736958514.rb +0 -8
  294. data/examples/v2/confluent-cloud/DeleteConfluentAccount_2919241291.rb +0 -8
  295. data/examples/v2/downtimes/ListMonitorDowntimes_128979780.rb +0 -5
  296. data/examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb +0 -14
  297. data/examples/v2/key-management/DeleteApplicationKey_771691550.rb +0 -8
  298. data/examples/v2/key-management/DeleteCurrentUserApplicationKey_1266687064.rb +0 -8
  299. data/examples/v2/key-management/GetCurrentUserApplicationKey_1060640890.rb +0 -8
  300. data/examples/v2/key-management/ListApplicationKeys_2237010090.rb +0 -5
  301. data/examples/v2/key-management/ListCurrentUserApplicationKeys_1503860964.rb +0 -5
  302. data/examples/v2/security-monitoring/UpdateFinding.rb +0 -23
  303. data/examples/v2/service-accounts/CreateServiceAccountApplicationKey_1761876297.rb +0 -17
  304. data/examples/v2/service-accounts/DeleteServiceAccountApplicationKey_992091161.rb +0 -11
  305. data/examples/v2/service-accounts/GetServiceAccountApplicationKey_819075131.rb +0 -11
  306. data/examples/v2/service-accounts/ListServiceAccountApplicationKeys_1268914341.rb +0 -8
  307. data/examples/v2/service-accounts/UpdateServiceAccountApplicationKey_768415790.rb +0 -22
  308. data/examples/v2/synthetics/GetOnDemandConcurrencyCap_2633566918.rb +0 -5
  309. data/examples/v2/synthetics/SetOnDemandConcurrencyCap_2850884405.rb +0 -9
  310. data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring_3959166796.rb +0 -8
  311. data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations_1436752065.rb +0 -8
  312. data/examples/v2/usage-metering/GetUsageObservabilityPipelines_970725512.rb +0 -8
  313. data/examples/v2/users/GetUser_3047557953.rb +0 -8
  314. data/lib/datadog_api_client/v2/models/mute_finding_response_attributes.rb +0 -191
  315. data/lib/datadog_api_client/v2/models/mute_finding_response_properties.rb +0 -114
@@ -93,6 +93,9 @@ module DatadogAPIClient::V1
93
93
  # Host count average of Cloud Cost Management for all cloud providers for the given date and given org.
94
94
  attr_accessor :cloud_cost_management_host_count_avg
95
95
 
96
+ # Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
97
+ attr_accessor :cloud_siem_events_sum
98
+
96
99
  # Shows the average of all distinct containers over all hours in the current date for the given org.
97
100
  attr_accessor :container_avg
98
101
 
@@ -102,25 +105,55 @@ module DatadogAPIClient::V1
102
105
  # Shows the high-water mark of all distinct containers over all hours in the current date for the given org.
103
106
  attr_accessor :container_hwm
104
107
 
105
- # Shows the 99th percentile of all Cloud Security Posture Management Azure app services hosts over all hours in the current date for the given org.
108
+ # Shows the sum of all Cloud Security Management Enterprise compliance containers over all hours in the current date for the given org.
109
+ attr_accessor :csm_container_enterprise_compliance_count_sum
110
+
111
+ # Shows the sum of all Cloud Security Management Enterprise Cloud Workload Security containers over all hours in the current date for the given org.
112
+ attr_accessor :csm_container_enterprise_cws_count_sum
113
+
114
+ # Shows the sum of all Cloud Security Management Enterprise containers over all hours in the current date for the given org.
115
+ attr_accessor :csm_container_enterprise_total_count_sum
116
+
117
+ # 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.
118
+ attr_accessor :csm_host_enterprise_aas_host_count_top99p
119
+
120
+ # Shows the 99th percentile of all Cloud Security Management Enterprise AWS hosts over all hours in the current date for the given org.
121
+ attr_accessor :csm_host_enterprise_aws_host_count_top99p
122
+
123
+ # Shows the 99th percentile of all Cloud Security Management Enterprise Azure hosts over all hours in the current date for the given org.
124
+ attr_accessor :csm_host_enterprise_azure_host_count_top99p
125
+
126
+ # Shows the 99th percentile of all Cloud Security Management Enterprise compliance hosts over all hours in the current date for the given org.
127
+ attr_accessor :csm_host_enterprise_compliance_host_count_top99p
128
+
129
+ # 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.
130
+ attr_accessor :csm_host_enterprise_cws_host_count_top99p
131
+
132
+ # Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current date for the given org.
133
+ attr_accessor :csm_host_enterprise_gcp_host_count_top99p
134
+
135
+ # Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
136
+ attr_accessor :csm_host_enterprise_total_host_count_top99p
137
+
138
+ # Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current date for the given org.
106
139
  attr_accessor :cspm_aas_host_top99p
107
140
 
108
- # Shows the 99th percentile of all Cloud Security Posture Management AWS hosts over all hours in the current date for the given org.
141
+ # Shows the 99th percentile of all Cloud Security Management Pro AWS hosts over all hours in the current date for the given org.
109
142
  attr_accessor :cspm_aws_host_top99p
110
143
 
111
- # Shows the 99th percentile of all Cloud Security Posture Management Azure hosts over all hours in the current date for the given org.
144
+ # Shows the 99th percentile of all Cloud Security Management Pro Azure hosts over all hours in the current date for the given org.
112
145
  attr_accessor :cspm_azure_host_top99p
113
146
 
114
- # Shows the average number of Cloud Security Posture Management containers over all hours in the current date for the given org.
147
+ # Shows the average number of Cloud Security Management Pro containers over all hours in the current date for the given org.
115
148
  attr_accessor :cspm_container_avg
116
149
 
117
- # Shows the high-water mark of Cloud Security Posture Management containers over all hours in the current date for the given org.
150
+ # Shows the high-water mark of Cloud Security Management Pro containers over all hours in the current date for the given org.
118
151
  attr_accessor :cspm_container_hwm
119
152
 
120
- # Shows the 99th percentile of all Cloud Security Posture Management GCP hosts over all hours in the current date for the given org.
153
+ # Shows the 99th percentile of all Cloud Security Management Pro GCP hosts over all hours in the current date for the given org.
121
154
  attr_accessor :cspm_gcp_host_top99p
122
155
 
123
- # Shows the 99th percentile of all Cloud Security Posture Management hosts over all hours in the current date for the given org.
156
+ # Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current date for the given org.
124
157
  attr_accessor :cspm_host_top99p
125
158
 
126
159
  # Shows the average number of distinct custom metrics over all hours in the current date for the given org.
@@ -201,6 +234,9 @@ module DatadogAPIClient::V1
201
234
  # The organization name.
202
235
  attr_accessor :name
203
236
 
237
+ # Shows the sum of all Network Device Monitoring NetFlow events over all hours in the current date for the given org.
238
+ attr_accessor :ndm_netflow_events_sum
239
+
204
240
  # Shows the sum of all Network flows indexed over all hours in the current date for the given org.
205
241
  attr_accessor :netflow_indexed_events_count_sum
206
242
 
@@ -258,6 +294,15 @@ module DatadogAPIClient::V1
258
294
  # Shows the sum of all bytes scanned across all usage types by the Sensitive Data Scanner over all hours in the current month for the given org.
259
295
  attr_accessor :sds_total_scanned_bytes_sum
260
296
 
297
+ # Shows the average of the number of Serverless Apps for Azure for the given date and given org.
298
+ attr_accessor :serverless_apps_azure_count_avg
299
+
300
+ # Shows the average of the number of Serverless Apps for Google Cloud for the given date and given org.
301
+ attr_accessor :serverless_apps_google_count_avg
302
+
303
+ # Shows the average of the number of Serverless Apps for Azure and Google Cloud for the given date and given org.
304
+ attr_accessor :serverless_apps_total_count_avg
305
+
261
306
  # Shows the sum of all Synthetic browser tests over all hours in the current date for the given org.
262
307
  attr_accessor :synthetics_browser_check_calls_count_sum
263
308
 
@@ -316,9 +361,20 @@ module DatadogAPIClient::V1
316
361
  :'cloud_cost_management_aws_host_count_avg' => :'cloud_cost_management_aws_host_count_avg',
317
362
  :'cloud_cost_management_azure_host_count_avg' => :'cloud_cost_management_azure_host_count_avg',
318
363
  :'cloud_cost_management_host_count_avg' => :'cloud_cost_management_host_count_avg',
364
+ :'cloud_siem_events_sum' => :'cloud_siem_events_sum',
319
365
  :'container_avg' => :'container_avg',
320
366
  :'container_excl_agent_avg' => :'container_excl_agent_avg',
321
367
  :'container_hwm' => :'container_hwm',
368
+ :'csm_container_enterprise_compliance_count_sum' => :'csm_container_enterprise_compliance_count_sum',
369
+ :'csm_container_enterprise_cws_count_sum' => :'csm_container_enterprise_cws_count_sum',
370
+ :'csm_container_enterprise_total_count_sum' => :'csm_container_enterprise_total_count_sum',
371
+ :'csm_host_enterprise_aas_host_count_top99p' => :'csm_host_enterprise_aas_host_count_top99p',
372
+ :'csm_host_enterprise_aws_host_count_top99p' => :'csm_host_enterprise_aws_host_count_top99p',
373
+ :'csm_host_enterprise_azure_host_count_top99p' => :'csm_host_enterprise_azure_host_count_top99p',
374
+ :'csm_host_enterprise_compliance_host_count_top99p' => :'csm_host_enterprise_compliance_host_count_top99p',
375
+ :'csm_host_enterprise_cws_host_count_top99p' => :'csm_host_enterprise_cws_host_count_top99p',
376
+ :'csm_host_enterprise_gcp_host_count_top99p' => :'csm_host_enterprise_gcp_host_count_top99p',
377
+ :'csm_host_enterprise_total_host_count_top99p' => :'csm_host_enterprise_total_host_count_top99p',
322
378
  :'cspm_aas_host_top99p' => :'cspm_aas_host_top99p',
323
379
  :'cspm_aws_host_top99p' => :'cspm_aws_host_top99p',
324
380
  :'cspm_azure_host_top99p' => :'cspm_azure_host_top99p',
@@ -352,6 +408,7 @@ module DatadogAPIClient::V1
352
408
  :'mobile_rum_session_count_sum' => :'mobile_rum_session_count_sum',
353
409
  :'mobile_rum_units_sum' => :'mobile_rum_units_sum',
354
410
  :'name' => :'name',
411
+ :'ndm_netflow_events_sum' => :'ndm_netflow_events_sum',
355
412
  :'netflow_indexed_events_count_sum' => :'netflow_indexed_events_count_sum',
356
413
  :'npm_host_top99p' => :'npm_host_top99p',
357
414
  :'observability_pipelines_bytes_processed_sum' => :'observability_pipelines_bytes_processed_sum',
@@ -371,6 +428,9 @@ module DatadogAPIClient::V1
371
428
  :'sds_logs_scanned_bytes_sum' => :'sds_logs_scanned_bytes_sum',
372
429
  :'sds_rum_scanned_bytes_sum' => :'sds_rum_scanned_bytes_sum',
373
430
  :'sds_total_scanned_bytes_sum' => :'sds_total_scanned_bytes_sum',
431
+ :'serverless_apps_azure_count_avg' => :'serverless_apps_azure_count_avg',
432
+ :'serverless_apps_google_count_avg' => :'serverless_apps_google_count_avg',
433
+ :'serverless_apps_total_count_avg' => :'serverless_apps_total_count_avg',
374
434
  :'synthetics_browser_check_calls_count_sum' => :'synthetics_browser_check_calls_count_sum',
375
435
  :'synthetics_check_calls_count_sum' => :'synthetics_check_calls_count_sum',
376
436
  :'synthetics_mobile_test_runs_sum' => :'synthetics_mobile_test_runs_sum',
@@ -412,9 +472,20 @@ module DatadogAPIClient::V1
412
472
  :'cloud_cost_management_aws_host_count_avg' => :'Integer',
413
473
  :'cloud_cost_management_azure_host_count_avg' => :'Integer',
414
474
  :'cloud_cost_management_host_count_avg' => :'Integer',
475
+ :'cloud_siem_events_sum' => :'Integer',
415
476
  :'container_avg' => :'Integer',
416
477
  :'container_excl_agent_avg' => :'Integer',
417
478
  :'container_hwm' => :'Integer',
479
+ :'csm_container_enterprise_compliance_count_sum' => :'Integer',
480
+ :'csm_container_enterprise_cws_count_sum' => :'Integer',
481
+ :'csm_container_enterprise_total_count_sum' => :'Integer',
482
+ :'csm_host_enterprise_aas_host_count_top99p' => :'Integer',
483
+ :'csm_host_enterprise_aws_host_count_top99p' => :'Integer',
484
+ :'csm_host_enterprise_azure_host_count_top99p' => :'Integer',
485
+ :'csm_host_enterprise_compliance_host_count_top99p' => :'Integer',
486
+ :'csm_host_enterprise_cws_host_count_top99p' => :'Integer',
487
+ :'csm_host_enterprise_gcp_host_count_top99p' => :'Integer',
488
+ :'csm_host_enterprise_total_host_count_top99p' => :'Integer',
418
489
  :'cspm_aas_host_top99p' => :'Integer',
419
490
  :'cspm_aws_host_top99p' => :'Integer',
420
491
  :'cspm_azure_host_top99p' => :'Integer',
@@ -448,6 +519,7 @@ module DatadogAPIClient::V1
448
519
  :'mobile_rum_session_count_sum' => :'Integer',
449
520
  :'mobile_rum_units_sum' => :'Integer',
450
521
  :'name' => :'String',
522
+ :'ndm_netflow_events_sum' => :'Integer',
451
523
  :'netflow_indexed_events_count_sum' => :'Integer',
452
524
  :'npm_host_top99p' => :'Integer',
453
525
  :'observability_pipelines_bytes_processed_sum' => :'Integer',
@@ -467,6 +539,9 @@ module DatadogAPIClient::V1
467
539
  :'sds_logs_scanned_bytes_sum' => :'Integer',
468
540
  :'sds_rum_scanned_bytes_sum' => :'Integer',
469
541
  :'sds_total_scanned_bytes_sum' => :'Integer',
542
+ :'serverless_apps_azure_count_avg' => :'Integer',
543
+ :'serverless_apps_google_count_avg' => :'Integer',
544
+ :'serverless_apps_total_count_avg' => :'Integer',
470
545
  :'synthetics_browser_check_calls_count_sum' => :'Integer',
471
546
  :'synthetics_check_calls_count_sum' => :'Integer',
472
547
  :'synthetics_mobile_test_runs_sum' => :'Integer',
@@ -592,6 +667,10 @@ module DatadogAPIClient::V1
592
667
  self.cloud_cost_management_host_count_avg = attributes[:'cloud_cost_management_host_count_avg']
593
668
  end
594
669
 
670
+ if attributes.key?(:'cloud_siem_events_sum')
671
+ self.cloud_siem_events_sum = attributes[:'cloud_siem_events_sum']
672
+ end
673
+
595
674
  if attributes.key?(:'container_avg')
596
675
  self.container_avg = attributes[:'container_avg']
597
676
  end
@@ -604,6 +683,46 @@ module DatadogAPIClient::V1
604
683
  self.container_hwm = attributes[:'container_hwm']
605
684
  end
606
685
 
686
+ if attributes.key?(:'csm_container_enterprise_compliance_count_sum')
687
+ self.csm_container_enterprise_compliance_count_sum = attributes[:'csm_container_enterprise_compliance_count_sum']
688
+ end
689
+
690
+ if attributes.key?(:'csm_container_enterprise_cws_count_sum')
691
+ self.csm_container_enterprise_cws_count_sum = attributes[:'csm_container_enterprise_cws_count_sum']
692
+ end
693
+
694
+ if attributes.key?(:'csm_container_enterprise_total_count_sum')
695
+ self.csm_container_enterprise_total_count_sum = attributes[:'csm_container_enterprise_total_count_sum']
696
+ end
697
+
698
+ if attributes.key?(:'csm_host_enterprise_aas_host_count_top99p')
699
+ self.csm_host_enterprise_aas_host_count_top99p = attributes[:'csm_host_enterprise_aas_host_count_top99p']
700
+ end
701
+
702
+ if attributes.key?(:'csm_host_enterprise_aws_host_count_top99p')
703
+ self.csm_host_enterprise_aws_host_count_top99p = attributes[:'csm_host_enterprise_aws_host_count_top99p']
704
+ end
705
+
706
+ if attributes.key?(:'csm_host_enterprise_azure_host_count_top99p')
707
+ self.csm_host_enterprise_azure_host_count_top99p = attributes[:'csm_host_enterprise_azure_host_count_top99p']
708
+ end
709
+
710
+ if attributes.key?(:'csm_host_enterprise_compliance_host_count_top99p')
711
+ self.csm_host_enterprise_compliance_host_count_top99p = attributes[:'csm_host_enterprise_compliance_host_count_top99p']
712
+ end
713
+
714
+ if attributes.key?(:'csm_host_enterprise_cws_host_count_top99p')
715
+ self.csm_host_enterprise_cws_host_count_top99p = attributes[:'csm_host_enterprise_cws_host_count_top99p']
716
+ end
717
+
718
+ if attributes.key?(:'csm_host_enterprise_gcp_host_count_top99p')
719
+ self.csm_host_enterprise_gcp_host_count_top99p = attributes[:'csm_host_enterprise_gcp_host_count_top99p']
720
+ end
721
+
722
+ if attributes.key?(:'csm_host_enterprise_total_host_count_top99p')
723
+ self.csm_host_enterprise_total_host_count_top99p = attributes[:'csm_host_enterprise_total_host_count_top99p']
724
+ end
725
+
607
726
  if attributes.key?(:'cspm_aas_host_top99p')
608
727
  self.cspm_aas_host_top99p = attributes[:'cspm_aas_host_top99p']
609
728
  end
@@ -736,6 +855,10 @@ module DatadogAPIClient::V1
736
855
  self.name = attributes[:'name']
737
856
  end
738
857
 
858
+ if attributes.key?(:'ndm_netflow_events_sum')
859
+ self.ndm_netflow_events_sum = attributes[:'ndm_netflow_events_sum']
860
+ end
861
+
739
862
  if attributes.key?(:'netflow_indexed_events_count_sum')
740
863
  self.netflow_indexed_events_count_sum = attributes[:'netflow_indexed_events_count_sum']
741
864
  end
@@ -812,6 +935,18 @@ module DatadogAPIClient::V1
812
935
  self.sds_total_scanned_bytes_sum = attributes[:'sds_total_scanned_bytes_sum']
813
936
  end
814
937
 
938
+ if attributes.key?(:'serverless_apps_azure_count_avg')
939
+ self.serverless_apps_azure_count_avg = attributes[:'serverless_apps_azure_count_avg']
940
+ end
941
+
942
+ if attributes.key?(:'serverless_apps_google_count_avg')
943
+ self.serverless_apps_google_count_avg = attributes[:'serverless_apps_google_count_avg']
944
+ end
945
+
946
+ if attributes.key?(:'serverless_apps_total_count_avg')
947
+ self.serverless_apps_total_count_avg = attributes[:'serverless_apps_total_count_avg']
948
+ end
949
+
815
950
  if attributes.key?(:'synthetics_browser_check_calls_count_sum')
816
951
  self.synthetics_browser_check_calls_count_sum = attributes[:'synthetics_browser_check_calls_count_sum']
817
952
  end
@@ -883,9 +1018,20 @@ module DatadogAPIClient::V1
883
1018
  cloud_cost_management_aws_host_count_avg == o.cloud_cost_management_aws_host_count_avg &&
884
1019
  cloud_cost_management_azure_host_count_avg == o.cloud_cost_management_azure_host_count_avg &&
885
1020
  cloud_cost_management_host_count_avg == o.cloud_cost_management_host_count_avg &&
1021
+ cloud_siem_events_sum == o.cloud_siem_events_sum &&
886
1022
  container_avg == o.container_avg &&
887
1023
  container_excl_agent_avg == o.container_excl_agent_avg &&
888
1024
  container_hwm == o.container_hwm &&
1025
+ csm_container_enterprise_compliance_count_sum == o.csm_container_enterprise_compliance_count_sum &&
1026
+ csm_container_enterprise_cws_count_sum == o.csm_container_enterprise_cws_count_sum &&
1027
+ csm_container_enterprise_total_count_sum == o.csm_container_enterprise_total_count_sum &&
1028
+ csm_host_enterprise_aas_host_count_top99p == o.csm_host_enterprise_aas_host_count_top99p &&
1029
+ csm_host_enterprise_aws_host_count_top99p == o.csm_host_enterprise_aws_host_count_top99p &&
1030
+ csm_host_enterprise_azure_host_count_top99p == o.csm_host_enterprise_azure_host_count_top99p &&
1031
+ csm_host_enterprise_compliance_host_count_top99p == o.csm_host_enterprise_compliance_host_count_top99p &&
1032
+ csm_host_enterprise_cws_host_count_top99p == o.csm_host_enterprise_cws_host_count_top99p &&
1033
+ csm_host_enterprise_gcp_host_count_top99p == o.csm_host_enterprise_gcp_host_count_top99p &&
1034
+ csm_host_enterprise_total_host_count_top99p == o.csm_host_enterprise_total_host_count_top99p &&
889
1035
  cspm_aas_host_top99p == o.cspm_aas_host_top99p &&
890
1036
  cspm_aws_host_top99p == o.cspm_aws_host_top99p &&
891
1037
  cspm_azure_host_top99p == o.cspm_azure_host_top99p &&
@@ -919,6 +1065,7 @@ module DatadogAPIClient::V1
919
1065
  mobile_rum_session_count_sum == o.mobile_rum_session_count_sum &&
920
1066
  mobile_rum_units_sum == o.mobile_rum_units_sum &&
921
1067
  name == o.name &&
1068
+ ndm_netflow_events_sum == o.ndm_netflow_events_sum &&
922
1069
  netflow_indexed_events_count_sum == o.netflow_indexed_events_count_sum &&
923
1070
  npm_host_top99p == o.npm_host_top99p &&
924
1071
  observability_pipelines_bytes_processed_sum == o.observability_pipelines_bytes_processed_sum &&
@@ -938,6 +1085,9 @@ module DatadogAPIClient::V1
938
1085
  sds_logs_scanned_bytes_sum == o.sds_logs_scanned_bytes_sum &&
939
1086
  sds_rum_scanned_bytes_sum == o.sds_rum_scanned_bytes_sum &&
940
1087
  sds_total_scanned_bytes_sum == o.sds_total_scanned_bytes_sum &&
1088
+ serverless_apps_azure_count_avg == o.serverless_apps_azure_count_avg &&
1089
+ serverless_apps_google_count_avg == o.serverless_apps_google_count_avg &&
1090
+ serverless_apps_total_count_avg == o.serverless_apps_total_count_avg &&
941
1091
  synthetics_browser_check_calls_count_sum == o.synthetics_browser_check_calls_count_sum &&
942
1092
  synthetics_check_calls_count_sum == o.synthetics_check_calls_count_sum &&
943
1093
  synthetics_mobile_test_runs_sum == o.synthetics_mobile_test_runs_sum &&
@@ -954,7 +1104,7 @@ module DatadogAPIClient::V1
954
1104
  # @return [Integer] Hash code
955
1105
  # @!visibility private
956
1106
  def hash
957
- [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, dbm_host_top99p_sum, dbm_queries_avg_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, 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, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, profiling_aas_count_top99p, profiling_host_top99p, public_id, region, rum_browser_and_mobile_session_count, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, 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
1107
+ [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, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_host_top99p, dbm_host_top99p_sum, dbm_queries_avg_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, id, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_agg_sum, iot_device_top99p_sum, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, name, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, profiling_aas_count_top99p, profiling_host_top99p, public_id, region, rum_browser_and_mobile_session_count, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
958
1108
  end
959
1109
  end
960
1110
  end
@@ -96,6 +96,9 @@ module DatadogAPIClient::V1
96
96
  # Sum of the host count average for Cloud Cost Management for all cloud providers.
97
97
  attr_accessor :cloud_cost_management_host_count_avg_sum
98
98
 
99
+ # Shows the sum of all Cloud Security Information and Event Management events over all hours in the current months for all organizations.
100
+ attr_accessor :cloud_siem_events_agg_sum
101
+
99
102
  # Shows the average of all distinct containers over all hours in the current months for all organizations.
100
103
  attr_accessor :container_avg_sum
101
104
 
@@ -105,25 +108,55 @@ module DatadogAPIClient::V1
105
108
  # Shows the sum of the high-water marks of all distinct containers over all hours in the current months for all organizations.
106
109
  attr_accessor :container_hwm_sum
107
110
 
108
- # Shows the 99th percentile of all Cloud Security Posture Management Azure app services hosts over all hours in the current months for all organizations.
111
+ # Shows the sum of all Cloud Security Management Enterprise compliance containers over all hours in the current months for all organizations.
112
+ attr_accessor :csm_container_enterprise_compliance_count_agg_sum
113
+
114
+ # Shows the sum of all Cloud Security Management Enterprise Cloud Workload Security containers over all hours in the current months for all organizations.
115
+ attr_accessor :csm_container_enterprise_cws_count_agg_sum
116
+
117
+ # Shows the sum of all Cloud Security Management Enterprise containers over all hours in the current months for all organizations.
118
+ attr_accessor :csm_container_enterprise_total_count_agg_sum
119
+
120
+ # Shows the 99th percentile of all Cloud Security Management Enterprise Azure app services hosts over all hours in the current months for all organizations.
121
+ attr_accessor :csm_host_enterprise_aas_host_count_top99p_sum
122
+
123
+ # Shows the 99th percentile of all Cloud Security Management Enterprise AWS hosts over all hours in the current months for all organizations.
124
+ attr_accessor :csm_host_enterprise_aws_host_count_top99p_sum
125
+
126
+ # Shows the 99th percentile of all Cloud Security Management Enterprise Azure hosts over all hours in the current months for all organizations.
127
+ attr_accessor :csm_host_enterprise_azure_host_count_top99p_sum
128
+
129
+ # Shows the 99th percentile of all Cloud Security Management Enterprise compliance hosts over all hours in the current months for all organizations.
130
+ attr_accessor :csm_host_enterprise_compliance_host_count_top99p_sum
131
+
132
+ # Shows the 99th percentile of all Cloud Security Management Enterprise Cloud Workload Security hosts over all hours in the current months for all organizations.
133
+ attr_accessor :csm_host_enterprise_cws_host_count_top99p_sum
134
+
135
+ # Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current months for all organizations.
136
+ attr_accessor :csm_host_enterprise_gcp_host_count_top99p_sum
137
+
138
+ # Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current months for all organizations.
139
+ attr_accessor :csm_host_enterprise_total_host_count_top99p_sum
140
+
141
+ # Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current months for all organizations.
109
142
  attr_accessor :cspm_aas_host_top99p_sum
110
143
 
111
- # Shows the 99th percentile of all Cloud Security Posture Management AWS hosts over all hours in the current months for all organizations.
144
+ # Shows the 99th percentile of all Cloud Security Management Pro AWS hosts over all hours in the current months for all organizations.
112
145
  attr_accessor :cspm_aws_host_top99p_sum
113
146
 
114
- # Shows the 99th percentile of all Cloud Security Posture Management Azure hosts over all hours in the current months for all organizations.
147
+ # Shows the 99th percentile of all Cloud Security Management Pro Azure hosts over all hours in the current months for all organizations.
115
148
  attr_accessor :cspm_azure_host_top99p_sum
116
149
 
117
- # Shows the average number of Cloud Security Posture Management containers over all hours in the current months for all organizations.
150
+ # Shows the average number of Cloud Security Management Pro containers over all hours in the current months for all organizations.
118
151
  attr_accessor :cspm_container_avg_sum
119
152
 
120
- # Shows the sum of the the high-water marks of Cloud Security Posture Management containers over all hours in the current months for all organizations.
153
+ # Shows the sum of the the high-water marks of Cloud Security Management Pro containers over all hours in the current months for all organizations.
121
154
  attr_accessor :cspm_container_hwm_sum
122
155
 
123
- # Shows the 99th percentile of all Cloud Security Posture Management GCP hosts over all hours in the current months for all organizations.
156
+ # Shows the 99th percentile of all Cloud Security Management Pro GCP hosts over all hours in the current months for all organizations.
124
157
  attr_accessor :cspm_gcp_host_top99p_sum
125
158
 
126
- # Shows the 99th percentile of all Cloud Security Posture Management hosts over all hours in the current months for all organizations.
159
+ # Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current months for all organizations.
127
160
  attr_accessor :cspm_host_top99p_sum
128
161
 
129
162
  # Shows the average number of distinct custom metrics over all hours in the current months for all organizations.
@@ -213,6 +246,9 @@ module DatadogAPIClient::V1
213
246
  # Shows the sum of all mobile RUM units over all hours in the current months for all organizations.
214
247
  attr_accessor :mobile_rum_units_agg_sum
215
248
 
249
+ # Shows the sum of all Network Device Monitoring NetFlow events over all hours in the current months for all organizations.
250
+ attr_accessor :ndm_netflow_events_agg_sum
251
+
216
252
  # Shows the sum of all Network flows indexed over all hours in the current months for all organizations.
217
253
  attr_accessor :netflow_indexed_events_count_agg_sum
218
254
 
@@ -273,6 +309,15 @@ module DatadogAPIClient::V1
273
309
  # 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.
274
310
  attr_accessor :sds_total_scanned_bytes_sum
275
311
 
312
+ # Sum of the average number of Serverless Apps for Azure in the current months for all organizations.
313
+ attr_accessor :serverless_apps_azure_count_avg_sum
314
+
315
+ # Sum of the average number of Serverless Apps for Google Cloud in the current months for all organizations.
316
+ attr_accessor :serverless_apps_google_count_avg_sum
317
+
318
+ # Sum of the average number of Serverless Apps for Azure and Google Cloud in the current months for all organizations.
319
+ attr_accessor :serverless_apps_total_count_avg_sum
320
+
276
321
  # Shows the first date of usage in the current months for all organizations.
277
322
  attr_accessor :start_date
278
323
 
@@ -338,9 +383,20 @@ module DatadogAPIClient::V1
338
383
  :'cloud_cost_management_aws_host_count_avg_sum' => :'cloud_cost_management_aws_host_count_avg_sum',
339
384
  :'cloud_cost_management_azure_host_count_avg_sum' => :'cloud_cost_management_azure_host_count_avg_sum',
340
385
  :'cloud_cost_management_host_count_avg_sum' => :'cloud_cost_management_host_count_avg_sum',
386
+ :'cloud_siem_events_agg_sum' => :'cloud_siem_events_agg_sum',
341
387
  :'container_avg_sum' => :'container_avg_sum',
342
388
  :'container_excl_agent_avg_sum' => :'container_excl_agent_avg_sum',
343
389
  :'container_hwm_sum' => :'container_hwm_sum',
390
+ :'csm_container_enterprise_compliance_count_agg_sum' => :'csm_container_enterprise_compliance_count_agg_sum',
391
+ :'csm_container_enterprise_cws_count_agg_sum' => :'csm_container_enterprise_cws_count_agg_sum',
392
+ :'csm_container_enterprise_total_count_agg_sum' => :'csm_container_enterprise_total_count_agg_sum',
393
+ :'csm_host_enterprise_aas_host_count_top99p_sum' => :'csm_host_enterprise_aas_host_count_top99p_sum',
394
+ :'csm_host_enterprise_aws_host_count_top99p_sum' => :'csm_host_enterprise_aws_host_count_top99p_sum',
395
+ :'csm_host_enterprise_azure_host_count_top99p_sum' => :'csm_host_enterprise_azure_host_count_top99p_sum',
396
+ :'csm_host_enterprise_compliance_host_count_top99p_sum' => :'csm_host_enterprise_compliance_host_count_top99p_sum',
397
+ :'csm_host_enterprise_cws_host_count_top99p_sum' => :'csm_host_enterprise_cws_host_count_top99p_sum',
398
+ :'csm_host_enterprise_gcp_host_count_top99p_sum' => :'csm_host_enterprise_gcp_host_count_top99p_sum',
399
+ :'csm_host_enterprise_total_host_count_top99p_sum' => :'csm_host_enterprise_total_host_count_top99p_sum',
344
400
  :'cspm_aas_host_top99p_sum' => :'cspm_aas_host_top99p_sum',
345
401
  :'cspm_aws_host_top99p_sum' => :'cspm_aws_host_top99p_sum',
346
402
  :'cspm_azure_host_top99p_sum' => :'cspm_azure_host_top99p_sum',
@@ -377,6 +433,7 @@ module DatadogAPIClient::V1
377
433
  :'mobile_rum_session_count_reactnative_agg_sum' => :'mobile_rum_session_count_reactnative_agg_sum',
378
434
  :'mobile_rum_session_count_roku_agg_sum' => :'mobile_rum_session_count_roku_agg_sum',
379
435
  :'mobile_rum_units_agg_sum' => :'mobile_rum_units_agg_sum',
436
+ :'ndm_netflow_events_agg_sum' => :'ndm_netflow_events_agg_sum',
380
437
  :'netflow_indexed_events_count_agg_sum' => :'netflow_indexed_events_count_agg_sum',
381
438
  :'npm_host_top99p_sum' => :'npm_host_top99p_sum',
382
439
  :'observability_pipelines_bytes_processed_agg_sum' => :'observability_pipelines_bytes_processed_agg_sum',
@@ -397,6 +454,9 @@ module DatadogAPIClient::V1
397
454
  :'sds_logs_scanned_bytes_sum' => :'sds_logs_scanned_bytes_sum',
398
455
  :'sds_rum_scanned_bytes_sum' => :'sds_rum_scanned_bytes_sum',
399
456
  :'sds_total_scanned_bytes_sum' => :'sds_total_scanned_bytes_sum',
457
+ :'serverless_apps_azure_count_avg_sum' => :'serverless_apps_azure_count_avg_sum',
458
+ :'serverless_apps_google_count_avg_sum' => :'serverless_apps_google_count_avg_sum',
459
+ :'serverless_apps_total_count_avg_sum' => :'serverless_apps_total_count_avg_sum',
400
460
  :'start_date' => :'start_date',
401
461
  :'synthetics_browser_check_calls_count_agg_sum' => :'synthetics_browser_check_calls_count_agg_sum',
402
462
  :'synthetics_check_calls_count_agg_sum' => :'synthetics_check_calls_count_agg_sum',
@@ -441,9 +501,20 @@ module DatadogAPIClient::V1
441
501
  :'cloud_cost_management_aws_host_count_avg_sum' => :'Integer',
442
502
  :'cloud_cost_management_azure_host_count_avg_sum' => :'Integer',
443
503
  :'cloud_cost_management_host_count_avg_sum' => :'Integer',
504
+ :'cloud_siem_events_agg_sum' => :'Integer',
444
505
  :'container_avg_sum' => :'Integer',
445
506
  :'container_excl_agent_avg_sum' => :'Integer',
446
507
  :'container_hwm_sum' => :'Integer',
508
+ :'csm_container_enterprise_compliance_count_agg_sum' => :'Integer',
509
+ :'csm_container_enterprise_cws_count_agg_sum' => :'Integer',
510
+ :'csm_container_enterprise_total_count_agg_sum' => :'Integer',
511
+ :'csm_host_enterprise_aas_host_count_top99p_sum' => :'Integer',
512
+ :'csm_host_enterprise_aws_host_count_top99p_sum' => :'Integer',
513
+ :'csm_host_enterprise_azure_host_count_top99p_sum' => :'Integer',
514
+ :'csm_host_enterprise_compliance_host_count_top99p_sum' => :'Integer',
515
+ :'csm_host_enterprise_cws_host_count_top99p_sum' => :'Integer',
516
+ :'csm_host_enterprise_gcp_host_count_top99p_sum' => :'Integer',
517
+ :'csm_host_enterprise_total_host_count_top99p_sum' => :'Integer',
447
518
  :'cspm_aas_host_top99p_sum' => :'Integer',
448
519
  :'cspm_aws_host_top99p_sum' => :'Integer',
449
520
  :'cspm_azure_host_top99p_sum' => :'Integer',
@@ -480,6 +551,7 @@ module DatadogAPIClient::V1
480
551
  :'mobile_rum_session_count_reactnative_agg_sum' => :'Integer',
481
552
  :'mobile_rum_session_count_roku_agg_sum' => :'Integer',
482
553
  :'mobile_rum_units_agg_sum' => :'Integer',
554
+ :'ndm_netflow_events_agg_sum' => :'Integer',
483
555
  :'netflow_indexed_events_count_agg_sum' => :'Integer',
484
556
  :'npm_host_top99p_sum' => :'Integer',
485
557
  :'observability_pipelines_bytes_processed_agg_sum' => :'Integer',
@@ -500,6 +572,9 @@ module DatadogAPIClient::V1
500
572
  :'sds_logs_scanned_bytes_sum' => :'Integer',
501
573
  :'sds_rum_scanned_bytes_sum' => :'Integer',
502
574
  :'sds_total_scanned_bytes_sum' => :'Integer',
575
+ :'serverless_apps_azure_count_avg_sum' => :'Integer',
576
+ :'serverless_apps_google_count_avg_sum' => :'Integer',
577
+ :'serverless_apps_total_count_avg_sum' => :'Integer',
503
578
  :'start_date' => :'Time',
504
579
  :'synthetics_browser_check_calls_count_agg_sum' => :'Integer',
505
580
  :'synthetics_check_calls_count_agg_sum' => :'Integer',
@@ -631,6 +706,10 @@ module DatadogAPIClient::V1
631
706
  self.cloud_cost_management_host_count_avg_sum = attributes[:'cloud_cost_management_host_count_avg_sum']
632
707
  end
633
708
 
709
+ if attributes.key?(:'cloud_siem_events_agg_sum')
710
+ self.cloud_siem_events_agg_sum = attributes[:'cloud_siem_events_agg_sum']
711
+ end
712
+
634
713
  if attributes.key?(:'container_avg_sum')
635
714
  self.container_avg_sum = attributes[:'container_avg_sum']
636
715
  end
@@ -643,6 +722,46 @@ module DatadogAPIClient::V1
643
722
  self.container_hwm_sum = attributes[:'container_hwm_sum']
644
723
  end
645
724
 
725
+ if attributes.key?(:'csm_container_enterprise_compliance_count_agg_sum')
726
+ self.csm_container_enterprise_compliance_count_agg_sum = attributes[:'csm_container_enterprise_compliance_count_agg_sum']
727
+ end
728
+
729
+ if attributes.key?(:'csm_container_enterprise_cws_count_agg_sum')
730
+ self.csm_container_enterprise_cws_count_agg_sum = attributes[:'csm_container_enterprise_cws_count_agg_sum']
731
+ end
732
+
733
+ if attributes.key?(:'csm_container_enterprise_total_count_agg_sum')
734
+ self.csm_container_enterprise_total_count_agg_sum = attributes[:'csm_container_enterprise_total_count_agg_sum']
735
+ end
736
+
737
+ if attributes.key?(:'csm_host_enterprise_aas_host_count_top99p_sum')
738
+ self.csm_host_enterprise_aas_host_count_top99p_sum = attributes[:'csm_host_enterprise_aas_host_count_top99p_sum']
739
+ end
740
+
741
+ if attributes.key?(:'csm_host_enterprise_aws_host_count_top99p_sum')
742
+ self.csm_host_enterprise_aws_host_count_top99p_sum = attributes[:'csm_host_enterprise_aws_host_count_top99p_sum']
743
+ end
744
+
745
+ if attributes.key?(:'csm_host_enterprise_azure_host_count_top99p_sum')
746
+ self.csm_host_enterprise_azure_host_count_top99p_sum = attributes[:'csm_host_enterprise_azure_host_count_top99p_sum']
747
+ end
748
+
749
+ if attributes.key?(:'csm_host_enterprise_compliance_host_count_top99p_sum')
750
+ self.csm_host_enterprise_compliance_host_count_top99p_sum = attributes[:'csm_host_enterprise_compliance_host_count_top99p_sum']
751
+ end
752
+
753
+ if attributes.key?(:'csm_host_enterprise_cws_host_count_top99p_sum')
754
+ self.csm_host_enterprise_cws_host_count_top99p_sum = attributes[:'csm_host_enterprise_cws_host_count_top99p_sum']
755
+ end
756
+
757
+ if attributes.key?(:'csm_host_enterprise_gcp_host_count_top99p_sum')
758
+ self.csm_host_enterprise_gcp_host_count_top99p_sum = attributes[:'csm_host_enterprise_gcp_host_count_top99p_sum']
759
+ end
760
+
761
+ if attributes.key?(:'csm_host_enterprise_total_host_count_top99p_sum')
762
+ self.csm_host_enterprise_total_host_count_top99p_sum = attributes[:'csm_host_enterprise_total_host_count_top99p_sum']
763
+ end
764
+
646
765
  if attributes.key?(:'cspm_aas_host_top99p_sum')
647
766
  self.cspm_aas_host_top99p_sum = attributes[:'cspm_aas_host_top99p_sum']
648
767
  end
@@ -787,6 +906,10 @@ module DatadogAPIClient::V1
787
906
  self.mobile_rum_units_agg_sum = attributes[:'mobile_rum_units_agg_sum']
788
907
  end
789
908
 
909
+ if attributes.key?(:'ndm_netflow_events_agg_sum')
910
+ self.ndm_netflow_events_agg_sum = attributes[:'ndm_netflow_events_agg_sum']
911
+ end
912
+
790
913
  if attributes.key?(:'netflow_indexed_events_count_agg_sum')
791
914
  self.netflow_indexed_events_count_agg_sum = attributes[:'netflow_indexed_events_count_agg_sum']
792
915
  end
@@ -867,6 +990,18 @@ module DatadogAPIClient::V1
867
990
  self.sds_total_scanned_bytes_sum = attributes[:'sds_total_scanned_bytes_sum']
868
991
  end
869
992
 
993
+ if attributes.key?(:'serverless_apps_azure_count_avg_sum')
994
+ self.serverless_apps_azure_count_avg_sum = attributes[:'serverless_apps_azure_count_avg_sum']
995
+ end
996
+
997
+ if attributes.key?(:'serverless_apps_google_count_avg_sum')
998
+ self.serverless_apps_google_count_avg_sum = attributes[:'serverless_apps_google_count_avg_sum']
999
+ end
1000
+
1001
+ if attributes.key?(:'serverless_apps_total_count_avg_sum')
1002
+ self.serverless_apps_total_count_avg_sum = attributes[:'serverless_apps_total_count_avg_sum']
1003
+ end
1004
+
870
1005
  if attributes.key?(:'start_date')
871
1006
  self.start_date = attributes[:'start_date']
872
1007
  end
@@ -949,9 +1084,20 @@ module DatadogAPIClient::V1
949
1084
  cloud_cost_management_aws_host_count_avg_sum == o.cloud_cost_management_aws_host_count_avg_sum &&
950
1085
  cloud_cost_management_azure_host_count_avg_sum == o.cloud_cost_management_azure_host_count_avg_sum &&
951
1086
  cloud_cost_management_host_count_avg_sum == o.cloud_cost_management_host_count_avg_sum &&
1087
+ cloud_siem_events_agg_sum == o.cloud_siem_events_agg_sum &&
952
1088
  container_avg_sum == o.container_avg_sum &&
953
1089
  container_excl_agent_avg_sum == o.container_excl_agent_avg_sum &&
954
1090
  container_hwm_sum == o.container_hwm_sum &&
1091
+ csm_container_enterprise_compliance_count_agg_sum == o.csm_container_enterprise_compliance_count_agg_sum &&
1092
+ csm_container_enterprise_cws_count_agg_sum == o.csm_container_enterprise_cws_count_agg_sum &&
1093
+ csm_container_enterprise_total_count_agg_sum == o.csm_container_enterprise_total_count_agg_sum &&
1094
+ csm_host_enterprise_aas_host_count_top99p_sum == o.csm_host_enterprise_aas_host_count_top99p_sum &&
1095
+ csm_host_enterprise_aws_host_count_top99p_sum == o.csm_host_enterprise_aws_host_count_top99p_sum &&
1096
+ csm_host_enterprise_azure_host_count_top99p_sum == o.csm_host_enterprise_azure_host_count_top99p_sum &&
1097
+ csm_host_enterprise_compliance_host_count_top99p_sum == o.csm_host_enterprise_compliance_host_count_top99p_sum &&
1098
+ csm_host_enterprise_cws_host_count_top99p_sum == o.csm_host_enterprise_cws_host_count_top99p_sum &&
1099
+ csm_host_enterprise_gcp_host_count_top99p_sum == o.csm_host_enterprise_gcp_host_count_top99p_sum &&
1100
+ csm_host_enterprise_total_host_count_top99p_sum == o.csm_host_enterprise_total_host_count_top99p_sum &&
955
1101
  cspm_aas_host_top99p_sum == o.cspm_aas_host_top99p_sum &&
956
1102
  cspm_aws_host_top99p_sum == o.cspm_aws_host_top99p_sum &&
957
1103
  cspm_azure_host_top99p_sum == o.cspm_azure_host_top99p_sum &&
@@ -988,6 +1134,7 @@ module DatadogAPIClient::V1
988
1134
  mobile_rum_session_count_reactnative_agg_sum == o.mobile_rum_session_count_reactnative_agg_sum &&
989
1135
  mobile_rum_session_count_roku_agg_sum == o.mobile_rum_session_count_roku_agg_sum &&
990
1136
  mobile_rum_units_agg_sum == o.mobile_rum_units_agg_sum &&
1137
+ ndm_netflow_events_agg_sum == o.ndm_netflow_events_agg_sum &&
991
1138
  netflow_indexed_events_count_agg_sum == o.netflow_indexed_events_count_agg_sum &&
992
1139
  npm_host_top99p_sum == o.npm_host_top99p_sum &&
993
1140
  observability_pipelines_bytes_processed_agg_sum == o.observability_pipelines_bytes_processed_agg_sum &&
@@ -1008,6 +1155,9 @@ module DatadogAPIClient::V1
1008
1155
  sds_logs_scanned_bytes_sum == o.sds_logs_scanned_bytes_sum &&
1009
1156
  sds_rum_scanned_bytes_sum == o.sds_rum_scanned_bytes_sum &&
1010
1157
  sds_total_scanned_bytes_sum == o.sds_total_scanned_bytes_sum &&
1158
+ serverless_apps_azure_count_avg_sum == o.serverless_apps_azure_count_avg_sum &&
1159
+ serverless_apps_google_count_avg_sum == o.serverless_apps_google_count_avg_sum &&
1160
+ serverless_apps_total_count_avg_sum == o.serverless_apps_total_count_avg_sum &&
1011
1161
  start_date == o.start_date &&
1012
1162
  synthetics_browser_check_calls_count_agg_sum == o.synthetics_browser_check_calls_count_agg_sum &&
1013
1163
  synthetics_check_calls_count_agg_sum == o.synthetics_check_calls_count_agg_sum &&
@@ -1026,7 +1176,7 @@ module DatadogAPIClient::V1
1026
1176
  # @return [Integer] Hash code
1027
1177
  # @!visibility private
1028
1178
  def hash
1029
- [agent_host_top99p_sum, apm_azure_app_service_host_top99p_sum, apm_fargate_count_avg_sum, apm_host_top99p_sum, appsec_fargate_count_avg_sum, audit_logs_lines_indexed_agg_sum, audit_trail_enabled_hwm_sum, avg_profiled_fargate_tasks_sum, aws_host_top99p_sum, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p_sum, azure_host_top99p_sum, billable_ingested_bytes_agg_sum, browser_rum_lite_session_count_agg_sum, browser_rum_replay_session_count_agg_sum, browser_rum_units_agg_sum, ci_pipeline_indexed_spans_agg_sum, ci_test_indexed_spans_agg_sum, ci_visibility_itr_committers_hwm_sum, ci_visibility_pipeline_committers_hwm_sum, ci_visibility_test_committers_hwm_sum, cloud_cost_management_aws_host_count_avg_sum, cloud_cost_management_azure_host_count_avg_sum, cloud_cost_management_host_count_avg_sum, container_avg_sum, container_excl_agent_avg_sum, container_hwm_sum, cspm_aas_host_top99p_sum, cspm_aws_host_top99p_sum, cspm_azure_host_top99p_sum, cspm_container_avg_sum, cspm_container_hwm_sum, cspm_gcp_host_top99p_sum, cspm_host_top99p_sum, custom_ts_sum, cws_containers_avg_sum, cws_host_top99p_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, end_date, fargate_tasks_count_avg_sum, fargate_tasks_count_hwm_sum, forwarding_events_bytes_agg_sum, gcp_host_top99p_sum, heroku_host_top99p_sum, incident_management_monthly_active_users_hwm_sum, indexed_events_count_agg_sum, infra_host_top99p_sum, ingested_events_bytes_agg_sum, iot_device_agg_sum, iot_device_top99p_sum, last_updated, live_indexed_events_agg_sum, live_ingested_bytes_agg_sum, logs_by_retention, mobile_rum_lite_session_count_agg_sum, mobile_rum_session_count_agg_sum, mobile_rum_session_count_android_agg_sum, mobile_rum_session_count_flutter_agg_sum, mobile_rum_session_count_ios_agg_sum, mobile_rum_session_count_reactnative_agg_sum, mobile_rum_session_count_roku_agg_sum, mobile_rum_units_agg_sum, netflow_indexed_events_count_agg_sum, npm_host_top99p_sum, observability_pipelines_bytes_processed_agg_sum, online_archive_events_count_agg_sum, opentelemetry_apm_host_top99p_sum, opentelemetry_host_top99p_sum, profiling_aas_count_top99p_sum, profiling_container_agent_count_avg, profiling_host_count_top99p_sum, rehydrated_indexed_events_agg_sum, rehydrated_ingested_bytes_agg_sum, rum_browser_and_mobile_session_count, rum_session_count_agg_sum, rum_total_session_count_agg_sum, rum_units_agg_sum, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, start_date, synthetics_browser_check_calls_count_agg_sum, synthetics_check_calls_count_agg_sum, synthetics_mobile_test_runs_agg_sum, synthetics_parallel_testing_max_slots_hwm_sum, trace_search_indexed_events_count_agg_sum, twol_ingested_events_bytes_agg_sum, universal_service_monitoring_host_top99p_sum, usage, vsphere_host_top99p_sum, vuln_management_host_count_top99p_sum, workflow_executions_usage_agg_sum].hash
1179
+ [agent_host_top99p_sum, apm_azure_app_service_host_top99p_sum, apm_fargate_count_avg_sum, apm_host_top99p_sum, appsec_fargate_count_avg_sum, audit_logs_lines_indexed_agg_sum, audit_trail_enabled_hwm_sum, avg_profiled_fargate_tasks_sum, aws_host_top99p_sum, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p_sum, azure_host_top99p_sum, billable_ingested_bytes_agg_sum, browser_rum_lite_session_count_agg_sum, browser_rum_replay_session_count_agg_sum, browser_rum_units_agg_sum, ci_pipeline_indexed_spans_agg_sum, ci_test_indexed_spans_agg_sum, ci_visibility_itr_committers_hwm_sum, ci_visibility_pipeline_committers_hwm_sum, ci_visibility_test_committers_hwm_sum, cloud_cost_management_aws_host_count_avg_sum, cloud_cost_management_azure_host_count_avg_sum, cloud_cost_management_host_count_avg_sum, cloud_siem_events_agg_sum, container_avg_sum, container_excl_agent_avg_sum, container_hwm_sum, csm_container_enterprise_compliance_count_agg_sum, csm_container_enterprise_cws_count_agg_sum, csm_container_enterprise_total_count_agg_sum, csm_host_enterprise_aas_host_count_top99p_sum, csm_host_enterprise_aws_host_count_top99p_sum, csm_host_enterprise_azure_host_count_top99p_sum, csm_host_enterprise_compliance_host_count_top99p_sum, csm_host_enterprise_cws_host_count_top99p_sum, csm_host_enterprise_gcp_host_count_top99p_sum, csm_host_enterprise_total_host_count_top99p_sum, cspm_aas_host_top99p_sum, cspm_aws_host_top99p_sum, cspm_azure_host_top99p_sum, cspm_container_avg_sum, cspm_container_hwm_sum, cspm_gcp_host_top99p_sum, cspm_host_top99p_sum, custom_ts_sum, cws_containers_avg_sum, cws_host_top99p_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, end_date, fargate_tasks_count_avg_sum, fargate_tasks_count_hwm_sum, forwarding_events_bytes_agg_sum, gcp_host_top99p_sum, heroku_host_top99p_sum, incident_management_monthly_active_users_hwm_sum, indexed_events_count_agg_sum, infra_host_top99p_sum, ingested_events_bytes_agg_sum, iot_device_agg_sum, iot_device_top99p_sum, last_updated, live_indexed_events_agg_sum, live_ingested_bytes_agg_sum, logs_by_retention, mobile_rum_lite_session_count_agg_sum, mobile_rum_session_count_agg_sum, mobile_rum_session_count_android_agg_sum, mobile_rum_session_count_flutter_agg_sum, mobile_rum_session_count_ios_agg_sum, mobile_rum_session_count_reactnative_agg_sum, mobile_rum_session_count_roku_agg_sum, mobile_rum_units_agg_sum, ndm_netflow_events_agg_sum, netflow_indexed_events_count_agg_sum, npm_host_top99p_sum, observability_pipelines_bytes_processed_agg_sum, online_archive_events_count_agg_sum, opentelemetry_apm_host_top99p_sum, opentelemetry_host_top99p_sum, profiling_aas_count_top99p_sum, profiling_container_agent_count_avg, profiling_host_count_top99p_sum, rehydrated_indexed_events_agg_sum, rehydrated_ingested_bytes_agg_sum, rum_browser_and_mobile_session_count, rum_session_count_agg_sum, rum_total_session_count_agg_sum, rum_units_agg_sum, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg_sum, serverless_apps_google_count_avg_sum, serverless_apps_total_count_avg_sum, start_date, synthetics_browser_check_calls_count_agg_sum, synthetics_check_calls_count_agg_sum, synthetics_mobile_test_runs_agg_sum, synthetics_parallel_testing_max_slots_hwm_sum, trace_search_indexed_events_count_agg_sum, twol_ingested_events_bytes_agg_sum, universal_service_monitoring_host_top99p_sum, usage, vsphere_host_top99p_sum, vuln_management_host_count_top99p_sum, workflow_executions_usage_agg_sum].hash
1030
1180
  end
1031
1181
  end
1032
1182
  end