datadog_api_client 2.29.1 → 2.30.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (325) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +4 -4
  3. data/.generator/schemas/v1/openapi.yaml +591 -464
  4. data/.generator/schemas/v2/openapi.yaml +4175 -744
  5. data/.github/CODEOWNERS +5 -5
  6. data/.github/workflows/docs.yml +2 -2
  7. data/.github/workflows/prepare_release.yml +1 -1
  8. data/.github/workflows/test.yml +4 -1
  9. data/CHANGELOG.md +42 -0
  10. data/Gemfile +1 -1
  11. data/LICENSE-3rdparty.csv +1 -1
  12. data/RELEASING.md +1 -1
  13. data/examples/v1/azure-integration/UpdateAzureHostFilters.rb +9 -6
  14. data/examples/v1/azure-integration/UpdateAzureIntegration.rb +0 -6
  15. data/examples/v1/logs-pipelines/CreateLogsPipeline.rb +1 -0
  16. data/examples/v1/logs-pipelines/UpdateLogsPipeline.rb +1 -0
  17. data/examples/v1/monitors/CreateMonitor_1303514967.rb +32 -0
  18. data/examples/v1/monitors/ListMonitors.rb +1 -1
  19. data/examples/v1/monitors/{ListMonitors_3448441939.rb → ListMonitors_2154432960.rb} +1 -1
  20. data/examples/v1/monitors/{ListMonitors_2966492814.rb → ListMonitors_463213563.rb} +1 -1
  21. data/examples/v2/action-connection/CreateActionConnection.rb +22 -0
  22. data/examples/v2/action-connection/DeleteActionConnection.rb +5 -0
  23. data/examples/v2/action-connection/DeleteActionConnection_2142905164.rb +8 -0
  24. data/examples/v2/action-connection/GetActionConnection.rb +5 -0
  25. data/examples/v2/action-connection/UpdateActionConnection.rb +22 -0
  26. data/examples/v2/agentless-scanning/ListAwsScanOptions.rb +5 -0
  27. data/examples/v2/{apps → app-builder}/CreateApp.rb +4 -4
  28. data/examples/v2/{apps → app-builder}/DeleteApp.rb +1 -1
  29. data/examples/v2/{apps → app-builder}/DeleteApps.rb +2 -2
  30. data/examples/v2/{apps → app-builder}/GetApp.rb +1 -1
  31. data/examples/v2/{apps → app-builder}/ListApps.rb +1 -1
  32. data/examples/v2/app-builder/PublishApp.rb +11 -0
  33. data/examples/v2/app-builder/UnpublishApp.rb +11 -0
  34. data/examples/v2/{apps → app-builder}/UpdateApp.rb +2 -2
  35. data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_819339921.rb +29 -0
  36. data/examples/v2/csm-coverage-analysis/GetCSMCloudAccountsCoverageAnalysis.rb +5 -0
  37. data/examples/v2/csm-coverage-analysis/GetCSMHostsAndContainersCoverageAnalysis.rb +5 -0
  38. data/examples/v2/csm-coverage-analysis/GetCSMServerlessCoverageAnalysis.rb +5 -0
  39. data/examples/v2/data-deletion/CreateDataDeletionRequest.rb +1 -0
  40. data/examples/v2/events/CreateEvent.rb +1 -1
  41. data/examples/v2/logs/ListLogs.rb +12 -6
  42. data/examples/v2/logs/ListLogsGet.rb +1 -1
  43. data/examples/v2/logs/ListLogsGet_175182691.rb +5 -0
  44. data/examples/v2/logs/ListLogs_3400928236.rb +23 -0
  45. data/examples/v2/logs/ListLogs_534975433.rb +29 -0
  46. data/examples/v2/microsoft-teams-integration/CreateWorkflowsWebhookHandle.rb +15 -0
  47. data/examples/v2/microsoft-teams-integration/CreateWorkflowsWebhookHandle_1716851881.rb +15 -0
  48. data/examples/v2/microsoft-teams-integration/DeleteWorkflowsWebhookHandle.rb +5 -0
  49. data/examples/v2/microsoft-teams-integration/DeleteWorkflowsWebhookHandle_107549514.rb +8 -0
  50. data/examples/v2/microsoft-teams-integration/GetWorkflowsWebhookHandle.rb +5 -0
  51. data/examples/v2/microsoft-teams-integration/GetWorkflowsWebhookHandle_3421443805.rb +8 -0
  52. data/examples/v2/microsoft-teams-integration/ListWorkflowsWebhookHandles.rb +5 -0
  53. data/examples/v2/microsoft-teams-integration/ListWorkflowsWebhookHandles_620762083.rb +5 -0
  54. data/examples/v2/microsoft-teams-integration/UpdateWorkflowsWebhookHandle.rb +15 -0
  55. data/examples/v2/microsoft-teams-integration/UpdateWorkflowsWebhookHandle_163189594.rb +18 -0
  56. data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression.rb +1 -0
  57. data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression_3192265332.rb +1 -0
  58. data/examples/v2/security-monitoring/CreateSignalNotificationRule.rb +30 -0
  59. data/examples/v2/security-monitoring/CreateVulnerabilityNotificationRule.rb +30 -0
  60. data/examples/v2/security-monitoring/DeleteSignalNotificationRule.rb +8 -0
  61. data/examples/v2/security-monitoring/DeleteVulnerabilityNotificationRule.rb +8 -0
  62. data/examples/v2/security-monitoring/GetSBOM.rb +5 -0
  63. data/examples/v2/security-monitoring/GetSignalNotificationRule.rb +8 -0
  64. data/examples/v2/security-monitoring/GetSignalNotificationRules.rb +5 -0
  65. data/examples/v2/security-monitoring/GetVulnerabilityNotificationRule.rb +8 -0
  66. data/examples/v2/security-monitoring/GetVulnerabilityNotificationRules.rb +5 -0
  67. data/examples/v2/security-monitoring/ListVulnerabilities.rb +10 -0
  68. data/examples/v2/security-monitoring/ListVulnerableAssets.rb +10 -0
  69. data/examples/v2/security-monitoring/PatchSignalNotificationRule.rb +35 -0
  70. data/examples/v2/security-monitoring/PatchVulnerabilityNotificationRule.rb +35 -0
  71. data/examples/v2/security-monitoring/RunHistoricalJob.rb +2 -2
  72. data/examples/v2/usage-metering/GetActiveBillingDimensions.rb +0 -3
  73. data/examples/v2/usage-metering/GetBillingDimensionMapping.rb +0 -3
  74. data/examples/v2/usage-metering/GetMonthlyCostAttribution.rb +0 -3
  75. data/lib/datadog_api_client/configuration.rb +2 -5
  76. data/lib/datadog_api_client/inflector.rb +145 -44
  77. data/lib/datadog_api_client/v1/api/monitors_api.rb +28 -4
  78. data/lib/datadog_api_client/v1/models/azure_account.rb +42 -13
  79. data/lib/datadog_api_client/v1/models/dashboard.rb +0 -2
  80. data/lib/datadog_api_client/v1/models/logs_pipeline.rb +23 -1
  81. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_cost_aggregator.rb +34 -0
  82. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_cost_data_source.rb +28 -0
  83. data/lib/datadog_api_client/v1/models/{azure_account_metrics_config.rb → monitor_formula_and_function_cost_query_definition.rb} +81 -16
  84. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +2 -1
  85. data/lib/datadog_api_client/v1/models/monitor_type.rb +1 -0
  86. data/lib/datadog_api_client/v1/models/monitor_update_request.rb +1 -1
  87. data/lib/datadog_api_client/v1/models/resource_provider_config.rb +115 -0
  88. data/lib/datadog_api_client/v1/models/synthetics_step.rb +11 -1
  89. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +184 -4
  90. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +183 -3
  91. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +183 -3
  92. data/lib/datadog_api_client/v2/api/action_connection_api.rb +295 -0
  93. data/lib/datadog_api_client/v2/api/agentless_scanning_api.rb +86 -0
  94. data/lib/datadog_api_client/v2/api/{apps_api.rb → app_builder_api.rb} +184 -38
  95. data/lib/datadog_api_client/v2/api/csm_coverage_analysis_api.rb +212 -0
  96. data/lib/datadog_api_client/v2/api/logs_api.rb +8 -8
  97. data/lib/datadog_api_client/v2/api/metrics_api.rb +1 -1
  98. data/lib/datadog_api_client/v2/api/microsoft_teams_integration_api.rb +331 -0
  99. data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +13 -3
  100. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +1123 -1
  101. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -19
  102. data/lib/datadog_api_client/v2/models/action_connection_attributes.rb +144 -0
  103. data/lib/datadog_api_client/v2/models/{app_builder_error_errors_items.rb → action_connection_attributes_update.rb} +18 -18
  104. data/lib/datadog_api_client/v2/models/action_connection_data.rb +154 -0
  105. data/lib/datadog_api_client/v2/models/{delete_app_response_data_type.rb → action_connection_data_type.rb} +3 -3
  106. data/lib/datadog_api_client/v2/models/action_connection_data_update.rb +144 -0
  107. data/lib/datadog_api_client/v2/models/action_connection_integration.rb +63 -0
  108. data/lib/datadog_api_client/v2/models/action_connection_integration_update.rb +63 -0
  109. data/lib/datadog_api_client/v2/models/advisory.rb +154 -0
  110. data/lib/datadog_api_client/v2/models/app_builder_event.rb +1 -1
  111. data/lib/datadog_api_client/v2/models/{get_app_response_data_type.rb → app_definition_type.rb} +2 -2
  112. data/lib/datadog_api_client/v2/models/{deployment_included_type.rb → app_deployment_type.rb} +2 -2
  113. data/lib/datadog_api_client/v2/models/app_meta.rb +15 -25
  114. data/lib/datadog_api_client/v2/models/{get_app_response_relationship.rb → app_relationship.rb} +5 -5
  115. data/lib/datadog_api_client/v2/models/asset.rb +165 -0
  116. data/lib/datadog_api_client/v2/models/asset_attributes.rb +218 -0
  117. data/lib/datadog_api_client/v2/models/{script_data_type.rb → asset_entity_type.rb} +3 -3
  118. data/lib/datadog_api_client/v2/models/asset_operating_system.rb +133 -0
  119. data/lib/datadog_api_client/v2/models/asset_risks.rb +163 -0
  120. data/lib/datadog_api_client/v2/models/asset_type.rb +30 -0
  121. data/lib/datadog_api_client/v2/models/{disable_app_response_data_attributes.rb → asset_version.rb} +21 -11
  122. data/lib/datadog_api_client/v2/models/aws_assume_role.rb +191 -0
  123. data/lib/datadog_api_client/v2/models/{input_schema_data_type.rb → aws_assume_role_type.rb} +3 -3
  124. data/lib/datadog_api_client/v2/models/aws_assume_role_update.rb +166 -0
  125. data/lib/datadog_api_client/v2/models/aws_credentials.rb +62 -0
  126. data/lib/datadog_api_client/v2/models/aws_credentials_update.rb +62 -0
  127. data/lib/datadog_api_client/v2/models/aws_integration.rb +144 -0
  128. data/lib/datadog_api_client/v2/models/{deploy_app_response_data_type.rb → aws_integration_type.rb} +3 -3
  129. data/lib/datadog_api_client/v2/models/aws_integration_update.rb +133 -0
  130. data/lib/datadog_api_client/v2/models/aws_scan_options_attributes.rb +135 -0
  131. data/lib/datadog_api_client/v2/models/{input_schema_data.rb → aws_scan_options_data.rb} +8 -8
  132. data/lib/datadog_api_client/v2/models/aws_scan_options_response.rb +107 -0
  133. data/lib/datadog_api_client/v2/models/{delete_apps_request_data_items_type.rb → aws_scan_options_type.rb} +3 -3
  134. data/lib/datadog_api_client/v2/models/change_event_custom_attributes.rb +1 -1
  135. data/lib/datadog_api_client/v2/models/change_event_custom_attributes_changed_resource.rb +1 -1
  136. data/lib/datadog_api_client/v2/models/change_event_custom_attributes_changed_resource_type.rb +1 -0
  137. data/lib/datadog_api_client/v2/models/ci_app_create_pipeline_event_request_attributes.rb +11 -1
  138. data/lib/datadog_api_client/v2/models/{deployment_included_meta.rb → code_location.rb} +41 -33
  139. data/lib/datadog_api_client/v2/models/component.rb +6 -6
  140. data/lib/datadog_api_client/v2/models/component_grid.rb +6 -6
  141. data/lib/datadog_api_client/v2/models/component_grid_properties.rb +4 -4
  142. data/lib/datadog_api_client/v2/models/component_grid_properties_is_visible.rb +1 -1
  143. data/lib/datadog_api_client/v2/models/component_grid_type.rb +1 -1
  144. data/lib/datadog_api_client/v2/models/component_properties.rb +3 -3
  145. data/lib/datadog_api_client/v2/models/component_properties_is_visible.rb +1 -1
  146. data/lib/datadog_api_client/v2/models/component_type.rb +1 -1
  147. data/lib/datadog_api_client/v2/models/create_action_connection_request.rb +123 -0
  148. data/lib/datadog_api_client/v2/models/{script.rb → create_action_connection_response.rb} +5 -5
  149. data/lib/datadog_api_client/v2/models/create_app_request.rb +2 -2
  150. data/lib/datadog_api_client/v2/models/create_app_request_data.rb +4 -4
  151. data/lib/datadog_api_client/v2/models/create_app_request_data_attributes.rb +19 -41
  152. data/lib/datadog_api_client/v2/models/create_app_response.rb +2 -2
  153. data/lib/datadog_api_client/v2/models/create_app_response_data.rb +5 -5
  154. data/lib/datadog_api_client/v2/models/create_data_deletion_request_body_data.rb +24 -3
  155. data/lib/datadog_api_client/v2/models/{disable_app_response_data_type.rb → create_data_deletion_request_body_data_type.rb} +3 -3
  156. data/lib/datadog_api_client/v2/models/create_notification_rule_parameters.rb +105 -0
  157. data/lib/datadog_api_client/v2/models/create_notification_rule_parameters_data.rb +144 -0
  158. data/lib/datadog_api_client/v2/models/create_notification_rule_parameters_data_attributes.rb +195 -0
  159. data/lib/datadog_api_client/v2/models/csm_cloud_accounts_coverage_analysis_attributes.rb +145 -0
  160. data/lib/datadog_api_client/v2/models/{disable_app_response_data.rb → csm_cloud_accounts_coverage_analysis_data.rb} +9 -19
  161. data/lib/datadog_api_client/v2/models/csm_cloud_accounts_coverage_analysis_response.rb +105 -0
  162. data/lib/datadog_api_client/v2/models/csm_coverage_analysis.rb +135 -0
  163. data/lib/datadog_api_client/v2/models/csm_hosts_and_containers_coverage_analysis_attributes.rb +145 -0
  164. data/lib/datadog_api_client/v2/models/csm_hosts_and_containers_coverage_analysis_data.rb +125 -0
  165. data/lib/datadog_api_client/v2/models/csm_hosts_and_containers_coverage_analysis_response.rb +105 -0
  166. data/lib/datadog_api_client/v2/models/csm_serverless_coverage_analysis_attributes.rb +125 -0
  167. data/lib/datadog_api_client/v2/models/csm_serverless_coverage_analysis_data.rb +125 -0
  168. data/lib/datadog_api_client/v2/models/csm_serverless_coverage_analysis_response.rb +105 -0
  169. data/lib/datadog_api_client/v2/models/custom_connection.rb +5 -5
  170. data/lib/datadog_api_client/v2/models/custom_connection_attributes.rb +3 -3
  171. data/lib/datadog_api_client/v2/models/custom_connection_attributes_on_prem_runner.rb +3 -3
  172. data/lib/datadog_api_client/v2/models/custom_connection_type.rb +1 -1
  173. data/lib/datadog_api_client/v2/models/cvss.rb +165 -0
  174. data/lib/datadog_api_client/v2/models/delete_app_response.rb +1 -1
  175. data/lib/datadog_api_client/v2/models/delete_app_response_data.rb +4 -4
  176. data/lib/datadog_api_client/v2/models/delete_apps_request.rb +2 -2
  177. data/lib/datadog_api_client/v2/models/delete_apps_request_data_items.rb +5 -5
  178. data/lib/datadog_api_client/v2/models/delete_apps_response.rb +2 -2
  179. data/lib/datadog_api_client/v2/models/delete_apps_response_data_items.rb +5 -5
  180. data/lib/datadog_api_client/v2/models/dependency_location.rb +207 -0
  181. data/lib/datadog_api_client/v2/models/{deploy_app_response_data.rb → deployment.rb} +11 -11
  182. data/lib/datadog_api_client/v2/models/{deploy_app_response_data_attributes.rb → deployment_attributes.rb} +5 -5
  183. data/lib/datadog_api_client/v2/models/{deployment_relationship_meta.rb → deployment_metadata.rb} +9 -9
  184. data/lib/datadog_api_client/v2/models/deployment_relationship.rb +4 -4
  185. data/lib/datadog_api_client/v2/models/deployment_relationship_data.rb +5 -5
  186. data/lib/datadog_api_client/v2/models/entity_v3.rb +2 -1
  187. data/lib/datadog_api_client/v2/models/entity_v3_api.rb +180 -0
  188. data/lib/datadog_api_client/v2/models/entity_v3_api_datadog.rb +126 -0
  189. data/lib/datadog_api_client/v2/models/entity_v3_api_kind.rb +26 -0
  190. data/lib/datadog_api_client/v2/models/entity_v3_api_spec.rb +151 -0
  191. data/lib/datadog_api_client/v2/models/entity_v3_api_spec_interface_definition.rb +80 -0
  192. data/lib/datadog_api_client/v2/models/{entity_v3_metadata_owner.rb → entity_v3_api_spec_interface_file_ref.rb} +12 -12
  193. data/lib/datadog_api_client/v2/models/entity_v3_metadata.rb +1 -1
  194. data/lib/datadog_api_client/v2/models/epss.rb +144 -0
  195. data/lib/datadog_api_client/v2/models/{input_schema.rb → get_action_connection_response.rb} +5 -5
  196. data/lib/datadog_api_client/v2/models/get_app_response.rb +7 -7
  197. data/lib/datadog_api_client/v2/models/get_app_response_data.rb +6 -6
  198. data/lib/datadog_api_client/v2/models/get_app_response_data_attributes.rb +20 -42
  199. data/lib/datadog_api_client/v2/models/get_sbom_response.rb +123 -0
  200. data/lib/datadog_api_client/v2/models/historical_job_options.rb +168 -0
  201. data/lib/datadog_api_client/v2/models/historical_job_query.rb +171 -0
  202. data/lib/datadog_api_client/v2/models/{app_builder_error.rb → http_body.rb} +21 -13
  203. data/lib/datadog_api_client/v2/models/http_credentials.rb +62 -0
  204. data/lib/datadog_api_client/v2/models/http_credentials_update.rb +62 -0
  205. data/lib/datadog_api_client/v2/models/http_header.rb +150 -0
  206. data/lib/datadog_api_client/v2/models/http_header_update.rb +149 -0
  207. data/lib/datadog_api_client/v2/models/http_integration.rb +171 -0
  208. data/lib/datadog_api_client/v2/models/http_integration_type.rb +26 -0
  209. data/lib/datadog_api_client/v2/models/http_integration_update.rb +156 -0
  210. data/lib/datadog_api_client/v2/models/http_token.rb +171 -0
  211. data/lib/datadog_api_client/v2/models/http_token_auth.rb +169 -0
  212. data/lib/datadog_api_client/v2/models/http_token_auth_type.rb +26 -0
  213. data/lib/datadog_api_client/v2/models/http_token_auth_update.rb +169 -0
  214. data/lib/datadog_api_client/v2/models/http_token_update.rb +181 -0
  215. data/lib/datadog_api_client/v2/models/job_definition.rb +6 -18
  216. data/lib/datadog_api_client/v2/models/jsonapi_error_item.rb +21 -1
  217. data/lib/datadog_api_client/v2/models/{app_builder_error_errors_items_source.rb → jsonapi_error_item_source.rb} +16 -6
  218. data/lib/datadog_api_client/v2/models/library.rb +133 -0
  219. data/lib/datadog_api_client/v2/models/links.rb +185 -0
  220. data/lib/datadog_api_client/v2/models/list_apps_response.rb +5 -5
  221. data/lib/datadog_api_client/v2/models/list_apps_response_data_items.rb +8 -8
  222. data/lib/datadog_api_client/v2/models/list_apps_response_data_items_attributes.rb +6 -6
  223. data/lib/datadog_api_client/v2/models/list_apps_response_data_items_relationships.rb +2 -2
  224. data/lib/datadog_api_client/v2/models/list_apps_response_meta.rb +2 -2
  225. data/lib/datadog_api_client/v2/models/list_apps_response_meta_page.rb +3 -3
  226. data/lib/datadog_api_client/v2/models/list_vulnerabilities_response.rb +145 -0
  227. data/lib/datadog_api_client/v2/models/list_vulnerable_assets_response.rb +145 -0
  228. data/lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb +11 -1
  229. data/lib/datadog_api_client/v2/models/logs_archive_encryption_s3.rb +133 -0
  230. data/lib/datadog_api_client/v2/models/logs_archive_encryption_s3_type.rb +28 -0
  231. data/lib/datadog_api_client/v2/models/metadata.rb +165 -0
  232. data/lib/datadog_api_client/v2/models/microsoft_teams_create_workflows_webhook_handle_request.rb +123 -0
  233. data/lib/datadog_api_client/v2/models/microsoft_teams_update_workflows_webhook_handle_request.rb +123 -0
  234. data/lib/datadog_api_client/v2/models/microsoft_teams_update_workflows_webhook_handle_request_data.rb +144 -0
  235. data/lib/datadog_api_client/v2/models/microsoft_teams_workflows_webhook_handle_attributes.rb +144 -0
  236. data/lib/datadog_api_client/v2/models/{input_schema_data_attributes_parameters_items_data_attributes.rb → microsoft_teams_workflows_webhook_handle_request_attributes.rb} +46 -51
  237. data/lib/datadog_api_client/v2/models/microsoft_teams_workflows_webhook_handle_request_data.rb +144 -0
  238. data/lib/datadog_api_client/v2/models/microsoft_teams_workflows_webhook_handle_response.rb +123 -0
  239. data/lib/datadog_api_client/v2/models/microsoft_teams_workflows_webhook_handle_response_data.rb +147 -0
  240. data/lib/datadog_api_client/v2/models/{create_app_response_data_type.rb → microsoft_teams_workflows_webhook_handle_type.rb} +3 -3
  241. data/lib/datadog_api_client/v2/models/microsoft_teams_workflows_webhook_handles_response.rb +125 -0
  242. data/lib/datadog_api_client/v2/models/microsoft_teams_workflows_webhook_response_attributes.rb +123 -0
  243. data/lib/datadog_api_client/v2/models/notification_rule.rb +168 -0
  244. data/lib/datadog_api_client/v2/models/notification_rule_attributes.rb +311 -0
  245. data/lib/datadog_api_client/v2/models/{input_schema_data_attributes_parameters_items.rb → notification_rule_response.rb} +9 -5
  246. data/lib/datadog_api_client/v2/models/{create_app_request_data_type.rb → notification_rules_type.rb} +3 -3
  247. data/lib/datadog_api_client/v2/models/patch_notification_rule_parameters.rb +105 -0
  248. data/lib/datadog_api_client/v2/models/patch_notification_rule_parameters_data.rb +165 -0
  249. data/lib/datadog_api_client/v2/models/patch_notification_rule_parameters_data_attributes.rb +165 -0
  250. data/lib/datadog_api_client/v2/models/{disable_app_response.rb → publish_app_response.rb} +5 -5
  251. data/lib/datadog_api_client/v2/models/query.rb +7 -7
  252. data/lib/datadog_api_client/v2/models/query_type.rb +1 -1
  253. data/lib/datadog_api_client/v2/models/remediation.rb +278 -0
  254. data/lib/datadog_api_client/v2/models/rule_severity.rb +31 -0
  255. data/lib/datadog_api_client/v2/models/rule_types_items.rb +42 -0
  256. data/lib/datadog_api_client/v2/models/{deployment_included_attributes.rb → rule_user.rb} +21 -11
  257. data/lib/datadog_api_client/v2/models/{script_data.rb → sbom.rb} +8 -8
  258. data/lib/datadog_api_client/v2/models/sbom_attributes.rb +230 -0
  259. data/lib/datadog_api_client/v2/models/sbom_component.rb +185 -0
  260. data/lib/datadog_api_client/v2/models/sbom_component_type.rb +37 -0
  261. data/lib/datadog_api_client/v2/models/sbom_metadata.rb +105 -0
  262. data/lib/datadog_api_client/v2/models/{script_data_attributes.rb → sbom_metadata_component.rb} +6 -16
  263. data/lib/datadog_api_client/v2/models/sbom_type.rb +26 -0
  264. data/lib/datadog_api_client/v2/models/security_monitoring_reference_table.rb +2 -2
  265. data/lib/datadog_api_client/v2/models/security_monitoring_rule_case_create.rb +2 -2
  266. data/lib/datadog_api_client/v2/models/security_monitoring_rule_evaluation_window.rb +1 -1
  267. data/lib/datadog_api_client/v2/models/security_monitoring_rule_impossible_travel_options.rb +1 -1
  268. data/lib/datadog_api_client/v2/models/security_monitoring_rule_keep_alive.rb +1 -1
  269. data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb +1 -1
  270. data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +6 -6
  271. data/lib/datadog_api_client/v2/models/security_monitoring_rule_third_party_options.rb +1 -1
  272. data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +1 -1
  273. data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb +1 -1
  274. data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_payload.rb +1 -1
  275. data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response.rb +1 -1
  276. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +1 -1
  277. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_payload.rb +1 -1
  278. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +1 -1
  279. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_test_payload.rb +1 -1
  280. data/lib/datadog_api_client/v2/models/security_monitoring_suppression_attributes.rb +11 -1
  281. data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_attributes.rb +11 -1
  282. data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_attributes.rb +12 -1
  283. data/lib/datadog_api_client/v2/models/security_monitoring_third_party_rule_case_create.rb +1 -1
  284. data/lib/datadog_api_client/v2/models/selectors.rb +160 -0
  285. data/lib/datadog_api_client/v2/models/spec_version.rb +31 -0
  286. data/lib/datadog_api_client/v2/models/token_type.rb +26 -0
  287. data/lib/datadog_api_client/v2/models/trigger_source.rb +28 -0
  288. data/lib/datadog_api_client/v2/models/unpublish_app_response.rb +105 -0
  289. data/lib/datadog_api_client/v2/models/update_action_connection_request.rb +123 -0
  290. data/lib/datadog_api_client/v2/models/{deploy_app_response.rb → update_action_connection_response.rb} +5 -5
  291. data/lib/datadog_api_client/v2/models/update_app_request.rb +2 -2
  292. data/lib/datadog_api_client/v2/models/update_app_request_data.rb +6 -6
  293. data/lib/datadog_api_client/v2/models/update_app_request_data_attributes.rb +19 -41
  294. data/lib/datadog_api_client/v2/models/update_app_response.rb +7 -7
  295. data/lib/datadog_api_client/v2/models/update_app_response_data.rb +6 -6
  296. data/lib/datadog_api_client/v2/models/update_app_response_data_attributes.rb +20 -42
  297. data/lib/datadog_api_client/v2/models/url_param.rb +150 -0
  298. data/lib/datadog_api_client/v2/models/url_param_update.rb +149 -0
  299. data/lib/datadog_api_client/v2/models/vulnerabilities_type.rb +26 -0
  300. data/lib/datadog_api_client/v2/models/vulnerability.rb +186 -0
  301. data/lib/datadog_api_client/v2/models/vulnerability_attributes.rb +462 -0
  302. data/lib/datadog_api_client/v2/models/{deployment_meta.rb → vulnerability_cvss.rb} +43 -34
  303. data/lib/datadog_api_client/v2/models/vulnerability_dependency_locations.rb +143 -0
  304. data/lib/datadog_api_client/v2/models/vulnerability_ecosystem.rb +36 -0
  305. data/lib/datadog_api_client/v2/models/vulnerability_relationships.rb +123 -0
  306. data/lib/datadog_api_client/v2/models/vulnerability_relationships_affects.rb +123 -0
  307. data/lib/datadog_api_client/v2/models/{deployment_included.rb → vulnerability_relationships_affects_data.rb} +38 -29
  308. data/lib/datadog_api_client/v2/models/vulnerability_risks.rb +198 -0
  309. data/lib/datadog_api_client/v2/models/vulnerability_severity.rb +31 -0
  310. data/lib/datadog_api_client/v2/models/vulnerability_status.rb +30 -0
  311. data/lib/datadog_api_client/v2/models/vulnerability_tool.rb +28 -0
  312. data/lib/datadog_api_client/v2/models/vulnerability_type.rb +67 -0
  313. data/lib/datadog_api_client/version.rb +1 -1
  314. metadata +194 -56
  315. data/examples/v2/app-deployment/DeployApp.rb +0 -11
  316. data/examples/v2/app-deployment/DisableApp.rb +0 -11
  317. data/lib/datadog_api_client/v2/api/app_deployment_api.rb +0 -168
  318. data/lib/datadog_api_client/v2/models/delete_apps_response_data_items_type.rb +0 -26
  319. data/lib/datadog_api_client/v2/models/deployment_relationship_data_type.rb +0 -26
  320. data/lib/datadog_api_client/v2/models/input_schema_data_attributes.rb +0 -107
  321. data/lib/datadog_api_client/v2/models/input_schema_data_attributes_parameters_items_data.rb +0 -105
  322. data/lib/datadog_api_client/v2/models/list_apps_response_data_items_type.rb +0 -26
  323. data/lib/datadog_api_client/v2/models/update_app_request_data_type.rb +0 -26
  324. data/lib/datadog_api_client/v2/models/update_app_response_data_type.rb +0 -26
  325. data/lib/datadog_api_client/v2/models/update_app_response_relationship.rb +0 -117
@@ -48,7 +48,7 @@ module DatadogAPIClient::V1
48
48
  # Shows the number of organizations that had Audit Trail enabled in the current date.
49
49
  attr_accessor :audit_trail_enabled_hwm
50
50
 
51
- # The average profiled task count for Fargate Profiling.
51
+ # The average total count for Fargate Container Profiler over all hours in the current date for all organizations.
52
52
  attr_accessor :avg_profiled_fargate_tasks
53
53
 
54
54
  # Shows the 99th percentile of all AWS hosts over all hours in the current date for all organizations.
@@ -198,6 +198,45 @@ module DatadogAPIClient::V1
198
198
  # Shows the average of all normalized Database Monitoring queries over all hours in the current date for all organizations.
199
199
  attr_accessor :dbm_queries_count_avg
200
200
 
201
+ # Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org.
202
+ attr_accessor :eph_infra_host_agent_sum
203
+
204
+ # Shows the sum of all ephemeral infrastructure hosts on Alibaba over all hours in the current date for the given org.
205
+ attr_accessor :eph_infra_host_alibaba_sum
206
+
207
+ # Shows the sum of all ephemeral infrastructure hosts on AWS over all hours in the current date for the given org.
208
+ attr_accessor :eph_infra_host_aws_sum
209
+
210
+ # Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
211
+ attr_accessor :eph_infra_host_azure_sum
212
+
213
+ # Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
214
+ attr_accessor :eph_infra_host_ent_sum
215
+
216
+ # Shows the sum of all ephemeral infrastructure hosts on GCP over all hours in the current date for the given org.
217
+ attr_accessor :eph_infra_host_gcp_sum
218
+
219
+ # Shows the sum of all ephemeral infrastructure hosts on Heroku over all hours in the current date for the given org.
220
+ attr_accessor :eph_infra_host_heroku_sum
221
+
222
+ # Shows the sum of all ephemeral infrastructure hosts with only Azure App Services over all hours in the current date for the given org.
223
+ attr_accessor :eph_infra_host_only_aas_sum
224
+
225
+ # Shows the sum of all ephemeral infrastructure hosts with only vSphere over all hours in the current date for the given org.
226
+ attr_accessor :eph_infra_host_only_vsphere_sum
227
+
228
+ # Shows the sum of all ephemeral APM hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current date for the given org.
229
+ attr_accessor :eph_infra_host_opentelemetry_apm_sum
230
+
231
+ # Shows the sum of all ephemeral hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current date for the given org.
232
+ attr_accessor :eph_infra_host_opentelemetry_sum
233
+
234
+ # Shows the sum of all ephemeral infrastructure hosts for Pro over all hours in the current date for the given org.
235
+ attr_accessor :eph_infra_host_pro_sum
236
+
237
+ # Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org.
238
+ attr_accessor :eph_infra_host_proplus_sum
239
+
201
240
  # Shows the sum of all Error Tracking error events over all hours in the current date for the given org.
202
241
  attr_accessor :error_tracking_error_events_sum
203
242
 
@@ -207,6 +246,12 @@ module DatadogAPIClient::V1
207
246
  # Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org.
208
247
  attr_accessor :error_tracking_rum_error_events_sum
209
248
 
249
+ # The average number of Profiling Fargate tasks over all hours in the current date for all organizations.
250
+ attr_accessor :fargate_container_profiler_profiling_fargate_avg
251
+
252
+ # The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current date for all organizations.
253
+ attr_accessor :fargate_container_profiler_profiling_fargate_eks_avg
254
+
210
255
  # Shows the high-watermark of all Fargate tasks over all hours in the current date for all organizations.
211
256
  attr_accessor :fargate_tasks_count_avg
212
257
 
@@ -321,7 +366,7 @@ module DatadogAPIClient::V1
321
366
  # Shows the 99th percentile of all profiled Azure app services over all hours in the current date for all organizations.
322
367
  attr_accessor :profiling_aas_count_top99p
323
368
 
324
- # Shows the 99th percentile of all profiled hosts over all hours in the current date for all organizations.
369
+ # Shows the 99th percentile of all profiled hosts over all hours within the current date for all organizations.
325
370
  attr_accessor :profiling_host_top99p
326
371
 
327
372
  # Shows the sum of all mobile sessions and all browser lite and legacy sessions over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
@@ -366,9 +411,18 @@ module DatadogAPIClient::V1
366
411
  # Shows the sum of all mobile RUM lite sessions on React Native over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
367
412
  attr_accessor :rum_mobile_lite_session_count_reactnative_sum
368
413
 
369
- # Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
414
+ # Shows the sum of all mobile RUM lite sessions on Roku over all hours within the current date for all organizations (To be introduced on October 1st, 2024).
370
415
  attr_accessor :rum_mobile_lite_session_count_roku_sum
371
416
 
417
+ # Shows the sum of all mobile RUM replay sessions on Android over all hours within the current date for the given org.
418
+ attr_accessor :rum_mobile_replay_session_count_android_sum
419
+
420
+ # Shows the sum of all mobile RUM replay sessions on iOS over all hours within the current date for the given org.
421
+ attr_accessor :rum_mobile_replay_session_count_ios_sum
422
+
423
+ # Shows the sum of all mobile RUM replay sessions on React Native over all hours within the current date for the given org.
424
+ attr_accessor :rum_mobile_replay_session_count_reactnative_sum
425
+
372
426
  # Shows the sum of all RUM Session Replay counts over all hours in the current date for all organizations (To be introduced on October 1st, 2024).
373
427
  attr_accessor :rum_replay_session_count_sum
374
428
 
@@ -509,9 +563,24 @@ module DatadogAPIClient::V1
509
563
  :'date' => :'date',
510
564
  :'dbm_host_top99p' => :'dbm_host_top99p',
511
565
  :'dbm_queries_count_avg' => :'dbm_queries_count_avg',
566
+ :'eph_infra_host_agent_sum' => :'eph_infra_host_agent_sum',
567
+ :'eph_infra_host_alibaba_sum' => :'eph_infra_host_alibaba_sum',
568
+ :'eph_infra_host_aws_sum' => :'eph_infra_host_aws_sum',
569
+ :'eph_infra_host_azure_sum' => :'eph_infra_host_azure_sum',
570
+ :'eph_infra_host_ent_sum' => :'eph_infra_host_ent_sum',
571
+ :'eph_infra_host_gcp_sum' => :'eph_infra_host_gcp_sum',
572
+ :'eph_infra_host_heroku_sum' => :'eph_infra_host_heroku_sum',
573
+ :'eph_infra_host_only_aas_sum' => :'eph_infra_host_only_aas_sum',
574
+ :'eph_infra_host_only_vsphere_sum' => :'eph_infra_host_only_vsphere_sum',
575
+ :'eph_infra_host_opentelemetry_apm_sum' => :'eph_infra_host_opentelemetry_apm_sum',
576
+ :'eph_infra_host_opentelemetry_sum' => :'eph_infra_host_opentelemetry_sum',
577
+ :'eph_infra_host_pro_sum' => :'eph_infra_host_pro_sum',
578
+ :'eph_infra_host_proplus_sum' => :'eph_infra_host_proplus_sum',
512
579
  :'error_tracking_error_events_sum' => :'error_tracking_error_events_sum',
513
580
  :'error_tracking_events_sum' => :'error_tracking_events_sum',
514
581
  :'error_tracking_rum_error_events_sum' => :'error_tracking_rum_error_events_sum',
582
+ :'fargate_container_profiler_profiling_fargate_avg' => :'fargate_container_profiler_profiling_fargate_avg',
583
+ :'fargate_container_profiler_profiling_fargate_eks_avg' => :'fargate_container_profiler_profiling_fargate_eks_avg',
515
584
  :'fargate_tasks_count_avg' => :'fargate_tasks_count_avg',
516
585
  :'fargate_tasks_count_hwm' => :'fargate_tasks_count_hwm',
517
586
  :'flex_logs_compute_large_avg' => :'flex_logs_compute_large_avg',
@@ -566,6 +635,9 @@ module DatadogAPIClient::V1
566
635
  :'rum_mobile_lite_session_count_ios_sum' => :'rum_mobile_lite_session_count_ios_sum',
567
636
  :'rum_mobile_lite_session_count_reactnative_sum' => :'rum_mobile_lite_session_count_reactnative_sum',
568
637
  :'rum_mobile_lite_session_count_roku_sum' => :'rum_mobile_lite_session_count_roku_sum',
638
+ :'rum_mobile_replay_session_count_android_sum' => :'rum_mobile_replay_session_count_android_sum',
639
+ :'rum_mobile_replay_session_count_ios_sum' => :'rum_mobile_replay_session_count_ios_sum',
640
+ :'rum_mobile_replay_session_count_reactnative_sum' => :'rum_mobile_replay_session_count_reactnative_sum',
569
641
  :'rum_replay_session_count_sum' => :'rum_replay_session_count_sum',
570
642
  :'rum_session_count_sum' => :'rum_session_count_sum',
571
643
  :'rum_total_session_count_sum' => :'rum_total_session_count_sum',
@@ -657,9 +729,24 @@ module DatadogAPIClient::V1
657
729
  :'date' => :'Time',
658
730
  :'dbm_host_top99p' => :'Integer',
659
731
  :'dbm_queries_count_avg' => :'Integer',
732
+ :'eph_infra_host_agent_sum' => :'Integer',
733
+ :'eph_infra_host_alibaba_sum' => :'Integer',
734
+ :'eph_infra_host_aws_sum' => :'Integer',
735
+ :'eph_infra_host_azure_sum' => :'Integer',
736
+ :'eph_infra_host_ent_sum' => :'Integer',
737
+ :'eph_infra_host_gcp_sum' => :'Integer',
738
+ :'eph_infra_host_heroku_sum' => :'Integer',
739
+ :'eph_infra_host_only_aas_sum' => :'Integer',
740
+ :'eph_infra_host_only_vsphere_sum' => :'Integer',
741
+ :'eph_infra_host_opentelemetry_apm_sum' => :'Integer',
742
+ :'eph_infra_host_opentelemetry_sum' => :'Integer',
743
+ :'eph_infra_host_pro_sum' => :'Integer',
744
+ :'eph_infra_host_proplus_sum' => :'Integer',
660
745
  :'error_tracking_error_events_sum' => :'Integer',
661
746
  :'error_tracking_events_sum' => :'Integer',
662
747
  :'error_tracking_rum_error_events_sum' => :'Integer',
748
+ :'fargate_container_profiler_profiling_fargate_avg' => :'Integer',
749
+ :'fargate_container_profiler_profiling_fargate_eks_avg' => :'Integer',
663
750
  :'fargate_tasks_count_avg' => :'Integer',
664
751
  :'fargate_tasks_count_hwm' => :'Integer',
665
752
  :'flex_logs_compute_large_avg' => :'Integer',
@@ -714,6 +801,9 @@ module DatadogAPIClient::V1
714
801
  :'rum_mobile_lite_session_count_ios_sum' => :'Integer',
715
802
  :'rum_mobile_lite_session_count_reactnative_sum' => :'Integer',
716
803
  :'rum_mobile_lite_session_count_roku_sum' => :'Integer',
804
+ :'rum_mobile_replay_session_count_android_sum' => :'Integer',
805
+ :'rum_mobile_replay_session_count_ios_sum' => :'Integer',
806
+ :'rum_mobile_replay_session_count_reactnative_sum' => :'Integer',
717
807
  :'rum_replay_session_count_sum' => :'Integer',
718
808
  :'rum_session_count_sum' => :'Integer',
719
809
  :'rum_total_session_count_sum' => :'Integer',
@@ -996,6 +1086,58 @@ module DatadogAPIClient::V1
996
1086
  self.dbm_queries_count_avg = attributes[:'dbm_queries_count_avg']
997
1087
  end
998
1088
 
1089
+ if attributes.key?(:'eph_infra_host_agent_sum')
1090
+ self.eph_infra_host_agent_sum = attributes[:'eph_infra_host_agent_sum']
1091
+ end
1092
+
1093
+ if attributes.key?(:'eph_infra_host_alibaba_sum')
1094
+ self.eph_infra_host_alibaba_sum = attributes[:'eph_infra_host_alibaba_sum']
1095
+ end
1096
+
1097
+ if attributes.key?(:'eph_infra_host_aws_sum')
1098
+ self.eph_infra_host_aws_sum = attributes[:'eph_infra_host_aws_sum']
1099
+ end
1100
+
1101
+ if attributes.key?(:'eph_infra_host_azure_sum')
1102
+ self.eph_infra_host_azure_sum = attributes[:'eph_infra_host_azure_sum']
1103
+ end
1104
+
1105
+ if attributes.key?(:'eph_infra_host_ent_sum')
1106
+ self.eph_infra_host_ent_sum = attributes[:'eph_infra_host_ent_sum']
1107
+ end
1108
+
1109
+ if attributes.key?(:'eph_infra_host_gcp_sum')
1110
+ self.eph_infra_host_gcp_sum = attributes[:'eph_infra_host_gcp_sum']
1111
+ end
1112
+
1113
+ if attributes.key?(:'eph_infra_host_heroku_sum')
1114
+ self.eph_infra_host_heroku_sum = attributes[:'eph_infra_host_heroku_sum']
1115
+ end
1116
+
1117
+ if attributes.key?(:'eph_infra_host_only_aas_sum')
1118
+ self.eph_infra_host_only_aas_sum = attributes[:'eph_infra_host_only_aas_sum']
1119
+ end
1120
+
1121
+ if attributes.key?(:'eph_infra_host_only_vsphere_sum')
1122
+ self.eph_infra_host_only_vsphere_sum = attributes[:'eph_infra_host_only_vsphere_sum']
1123
+ end
1124
+
1125
+ if attributes.key?(:'eph_infra_host_opentelemetry_apm_sum')
1126
+ self.eph_infra_host_opentelemetry_apm_sum = attributes[:'eph_infra_host_opentelemetry_apm_sum']
1127
+ end
1128
+
1129
+ if attributes.key?(:'eph_infra_host_opentelemetry_sum')
1130
+ self.eph_infra_host_opentelemetry_sum = attributes[:'eph_infra_host_opentelemetry_sum']
1131
+ end
1132
+
1133
+ if attributes.key?(:'eph_infra_host_pro_sum')
1134
+ self.eph_infra_host_pro_sum = attributes[:'eph_infra_host_pro_sum']
1135
+ end
1136
+
1137
+ if attributes.key?(:'eph_infra_host_proplus_sum')
1138
+ self.eph_infra_host_proplus_sum = attributes[:'eph_infra_host_proplus_sum']
1139
+ end
1140
+
999
1141
  if attributes.key?(:'error_tracking_error_events_sum')
1000
1142
  self.error_tracking_error_events_sum = attributes[:'error_tracking_error_events_sum']
1001
1143
  end
@@ -1008,6 +1150,14 @@ module DatadogAPIClient::V1
1008
1150
  self.error_tracking_rum_error_events_sum = attributes[:'error_tracking_rum_error_events_sum']
1009
1151
  end
1010
1152
 
1153
+ if attributes.key?(:'fargate_container_profiler_profiling_fargate_avg')
1154
+ self.fargate_container_profiler_profiling_fargate_avg = attributes[:'fargate_container_profiler_profiling_fargate_avg']
1155
+ end
1156
+
1157
+ if attributes.key?(:'fargate_container_profiler_profiling_fargate_eks_avg')
1158
+ self.fargate_container_profiler_profiling_fargate_eks_avg = attributes[:'fargate_container_profiler_profiling_fargate_eks_avg']
1159
+ end
1160
+
1011
1161
  if attributes.key?(:'fargate_tasks_count_avg')
1012
1162
  self.fargate_tasks_count_avg = attributes[:'fargate_tasks_count_avg']
1013
1163
  end
@@ -1226,6 +1376,18 @@ module DatadogAPIClient::V1
1226
1376
  self.rum_mobile_lite_session_count_roku_sum = attributes[:'rum_mobile_lite_session_count_roku_sum']
1227
1377
  end
1228
1378
 
1379
+ if attributes.key?(:'rum_mobile_replay_session_count_android_sum')
1380
+ self.rum_mobile_replay_session_count_android_sum = attributes[:'rum_mobile_replay_session_count_android_sum']
1381
+ end
1382
+
1383
+ if attributes.key?(:'rum_mobile_replay_session_count_ios_sum')
1384
+ self.rum_mobile_replay_session_count_ios_sum = attributes[:'rum_mobile_replay_session_count_ios_sum']
1385
+ end
1386
+
1387
+ if attributes.key?(:'rum_mobile_replay_session_count_reactnative_sum')
1388
+ self.rum_mobile_replay_session_count_reactnative_sum = attributes[:'rum_mobile_replay_session_count_reactnative_sum']
1389
+ end
1390
+
1229
1391
  if attributes.key?(:'rum_replay_session_count_sum')
1230
1392
  self.rum_replay_session_count_sum = attributes[:'rum_replay_session_count_sum']
1231
1393
  end
@@ -1412,9 +1574,24 @@ module DatadogAPIClient::V1
1412
1574
  date == o.date &&
1413
1575
  dbm_host_top99p == o.dbm_host_top99p &&
1414
1576
  dbm_queries_count_avg == o.dbm_queries_count_avg &&
1577
+ eph_infra_host_agent_sum == o.eph_infra_host_agent_sum &&
1578
+ eph_infra_host_alibaba_sum == o.eph_infra_host_alibaba_sum &&
1579
+ eph_infra_host_aws_sum == o.eph_infra_host_aws_sum &&
1580
+ eph_infra_host_azure_sum == o.eph_infra_host_azure_sum &&
1581
+ eph_infra_host_ent_sum == o.eph_infra_host_ent_sum &&
1582
+ eph_infra_host_gcp_sum == o.eph_infra_host_gcp_sum &&
1583
+ eph_infra_host_heroku_sum == o.eph_infra_host_heroku_sum &&
1584
+ eph_infra_host_only_aas_sum == o.eph_infra_host_only_aas_sum &&
1585
+ eph_infra_host_only_vsphere_sum == o.eph_infra_host_only_vsphere_sum &&
1586
+ eph_infra_host_opentelemetry_apm_sum == o.eph_infra_host_opentelemetry_apm_sum &&
1587
+ eph_infra_host_opentelemetry_sum == o.eph_infra_host_opentelemetry_sum &&
1588
+ eph_infra_host_pro_sum == o.eph_infra_host_pro_sum &&
1589
+ eph_infra_host_proplus_sum == o.eph_infra_host_proplus_sum &&
1415
1590
  error_tracking_error_events_sum == o.error_tracking_error_events_sum &&
1416
1591
  error_tracking_events_sum == o.error_tracking_events_sum &&
1417
1592
  error_tracking_rum_error_events_sum == o.error_tracking_rum_error_events_sum &&
1593
+ fargate_container_profiler_profiling_fargate_avg == o.fargate_container_profiler_profiling_fargate_avg &&
1594
+ fargate_container_profiler_profiling_fargate_eks_avg == o.fargate_container_profiler_profiling_fargate_eks_avg &&
1418
1595
  fargate_tasks_count_avg == o.fargate_tasks_count_avg &&
1419
1596
  fargate_tasks_count_hwm == o.fargate_tasks_count_hwm &&
1420
1597
  flex_logs_compute_large_avg == o.flex_logs_compute_large_avg &&
@@ -1469,6 +1646,9 @@ module DatadogAPIClient::V1
1469
1646
  rum_mobile_lite_session_count_ios_sum == o.rum_mobile_lite_session_count_ios_sum &&
1470
1647
  rum_mobile_lite_session_count_reactnative_sum == o.rum_mobile_lite_session_count_reactnative_sum &&
1471
1648
  rum_mobile_lite_session_count_roku_sum == o.rum_mobile_lite_session_count_roku_sum &&
1649
+ rum_mobile_replay_session_count_android_sum == o.rum_mobile_replay_session_count_android_sum &&
1650
+ rum_mobile_replay_session_count_ios_sum == o.rum_mobile_replay_session_count_ios_sum &&
1651
+ rum_mobile_replay_session_count_reactnative_sum == o.rum_mobile_replay_session_count_reactnative_sum &&
1472
1652
  rum_replay_session_count_sum == o.rum_replay_session_count_sum &&
1473
1653
  rum_session_count_sum == o.rum_session_count_sum &&
1474
1654
  rum_total_session_count_sum == o.rum_total_session_count_sum &&
@@ -1501,7 +1681,7 @@ module DatadogAPIClient::V1
1501
1681
  # @return [Integer] Hash code
1502
1682
  # @!visibility private
1503
1683
  def hash
1504
- [agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, code_security_host_top99p, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_fargate_task_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_error_events_sum, error_tracking_events_sum, error_tracking_rum_error_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum, additional_properties].hash
1684
+ [agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, code_security_host_top99p, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_fargate_task_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, date, dbm_host_top99p, dbm_queries_count_avg, eph_infra_host_agent_sum, eph_infra_host_alibaba_sum, eph_infra_host_aws_sum, eph_infra_host_azure_sum, eph_infra_host_ent_sum, eph_infra_host_gcp_sum, eph_infra_host_heroku_sum, eph_infra_host_only_aas_sum, eph_infra_host_only_vsphere_sum, eph_infra_host_opentelemetry_apm_sum, eph_infra_host_opentelemetry_sum, eph_infra_host_pro_sum, eph_infra_host_proplus_sum, error_tracking_error_events_sum, error_tracking_events_sum, error_tracking_rum_error_events_sum, fargate_container_profiler_profiling_fargate_avg, fargate_container_profiler_profiling_fargate_eks_avg, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_mobile_replay_session_count_android_sum, rum_mobile_replay_session_count_ios_sum, rum_mobile_replay_session_count_reactnative_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum, additional_properties].hash
1505
1685
  end
1506
1686
  end
1507
1687
  end
@@ -54,7 +54,7 @@ module DatadogAPIClient::V1
54
54
  # Shows whether Audit Trail is enabled for the current date for the given org.
55
55
  attr_accessor :audit_trail_enabled_hwm
56
56
 
57
- # The average profiled task count for Fargate Profiling.
57
+ # The average total count for Fargate Container Profiler over all hours in the current month for the given org.
58
58
  attr_accessor :avg_profiled_fargate_tasks
59
59
 
60
60
  # Shows the 99th percentile of all AWS hosts over all hours in the current date for the given org.
@@ -207,6 +207,45 @@ module DatadogAPIClient::V1
207
207
  # Shows the average of all distinct Database Monitoring normalized queries over all hours in the current month for the given org.
208
208
  attr_accessor :dbm_queries_avg_sum
209
209
 
210
+ # Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org.
211
+ attr_accessor :eph_infra_host_agent_sum
212
+
213
+ # Shows the sum of all ephemeral infrastructure hosts on Alibaba over all hours in the current date for the given org.
214
+ attr_accessor :eph_infra_host_alibaba_sum
215
+
216
+ # Shows the sum of all ephemeral infrastructure hosts on AWS over all hours in the current date for the given org.
217
+ attr_accessor :eph_infra_host_aws_sum
218
+
219
+ # Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
220
+ attr_accessor :eph_infra_host_azure_sum
221
+
222
+ # Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
223
+ attr_accessor :eph_infra_host_ent_sum
224
+
225
+ # Shows the sum of all ephemeral infrastructure hosts on GCP over all hours in the current date for the given org.
226
+ attr_accessor :eph_infra_host_gcp_sum
227
+
228
+ # Shows the sum of all ephemeral infrastructure hosts on Heroku over all hours in the current date for the given org.
229
+ attr_accessor :eph_infra_host_heroku_sum
230
+
231
+ # Shows the sum of all ephemeral infrastructure hosts with only Azure App Services over all hours in the current date for the given org.
232
+ attr_accessor :eph_infra_host_only_aas_sum
233
+
234
+ # Shows the sum of all ephemeral infrastructure hosts with only vSphere over all hours in the current date for the given org.
235
+ attr_accessor :eph_infra_host_only_vsphere_sum
236
+
237
+ # Shows the sum of all ephemeral APM hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current date for the given org.
238
+ attr_accessor :eph_infra_host_opentelemetry_apm_sum
239
+
240
+ # Shows the sum of all ephemeral hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current date for the given org.
241
+ attr_accessor :eph_infra_host_opentelemetry_sum
242
+
243
+ # Shows the sum of all ephemeral infrastructure hosts for Pro over all hours in the current date for the given org.
244
+ attr_accessor :eph_infra_host_pro_sum
245
+
246
+ # Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org.
247
+ attr_accessor :eph_infra_host_proplus_sum
248
+
210
249
  # Shows the sum of all Error Tracking error events over all hours in the current date for the given org.
211
250
  attr_accessor :error_tracking_error_events_sum
212
251
 
@@ -216,6 +255,12 @@ module DatadogAPIClient::V1
216
255
  # Shows the sum of all Error Tracking RUM error events over all hours in the current date for the given org.
217
256
  attr_accessor :error_tracking_rum_error_events_sum
218
257
 
258
+ # The average number of Profiling Fargate tasks over all hours in the current month for the given org.
259
+ attr_accessor :fargate_container_profiler_profiling_fargate_avg
260
+
261
+ # The average number of Profiling Fargate Elastic Kubernetes Service tasks over all hours in the current month for the given org.
262
+ attr_accessor :fargate_container_profiler_profiling_fargate_eks_avg
263
+
219
264
  # The average task count for Fargate.
220
265
  attr_accessor :fargate_tasks_count_avg
221
266
 
@@ -333,7 +378,7 @@ module DatadogAPIClient::V1
333
378
  # Shows the 99th percentile of all profiled Azure app services over all hours in the current date for all organizations.
334
379
  attr_accessor :profiling_aas_count_top99p
335
380
 
336
- # Shows the 99th percentile of all profiled hosts over all hours in the current date for the given org.
381
+ # Shows the 99th percentile of all profiled hosts over all hours within the current date for the given org.
337
382
  attr_accessor :profiling_host_top99p
338
383
 
339
384
  # The organization public id.
@@ -387,6 +432,15 @@ module DatadogAPIClient::V1
387
432
  # Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current date for the given org (To be introduced on October 1st, 2024).
388
433
  attr_accessor :rum_mobile_lite_session_count_roku_sum
389
434
 
435
+ # Shows the sum of all mobile RUM replay sessions on Android over all hours within the current date for the given org.
436
+ attr_accessor :rum_mobile_replay_session_count_android_sum
437
+
438
+ # Shows the sum of all mobile RUM replay sessions on iOS over all hours within the current date for the given org.
439
+ attr_accessor :rum_mobile_replay_session_count_ios_sum
440
+
441
+ # Shows the sum of all mobile RUM replay sessions on React Native over all hours within the current date for the given org.
442
+ attr_accessor :rum_mobile_replay_session_count_reactnative_sum
443
+
390
444
  # Shows the sum of all RUM Session Replay counts over all hours in the current date for the given org (To be introduced on October 1st, 2024).
391
445
  attr_accessor :rum_replay_session_count_sum
392
446
 
@@ -530,9 +584,24 @@ module DatadogAPIClient::V1
530
584
  :'data_jobs_monitoring_host_hr_sum' => :'data_jobs_monitoring_host_hr_sum',
531
585
  :'dbm_host_top99p_sum' => :'dbm_host_top99p_sum',
532
586
  :'dbm_queries_avg_sum' => :'dbm_queries_avg_sum',
587
+ :'eph_infra_host_agent_sum' => :'eph_infra_host_agent_sum',
588
+ :'eph_infra_host_alibaba_sum' => :'eph_infra_host_alibaba_sum',
589
+ :'eph_infra_host_aws_sum' => :'eph_infra_host_aws_sum',
590
+ :'eph_infra_host_azure_sum' => :'eph_infra_host_azure_sum',
591
+ :'eph_infra_host_ent_sum' => :'eph_infra_host_ent_sum',
592
+ :'eph_infra_host_gcp_sum' => :'eph_infra_host_gcp_sum',
593
+ :'eph_infra_host_heroku_sum' => :'eph_infra_host_heroku_sum',
594
+ :'eph_infra_host_only_aas_sum' => :'eph_infra_host_only_aas_sum',
595
+ :'eph_infra_host_only_vsphere_sum' => :'eph_infra_host_only_vsphere_sum',
596
+ :'eph_infra_host_opentelemetry_apm_sum' => :'eph_infra_host_opentelemetry_apm_sum',
597
+ :'eph_infra_host_opentelemetry_sum' => :'eph_infra_host_opentelemetry_sum',
598
+ :'eph_infra_host_pro_sum' => :'eph_infra_host_pro_sum',
599
+ :'eph_infra_host_proplus_sum' => :'eph_infra_host_proplus_sum',
533
600
  :'error_tracking_error_events_sum' => :'error_tracking_error_events_sum',
534
601
  :'error_tracking_events_sum' => :'error_tracking_events_sum',
535
602
  :'error_tracking_rum_error_events_sum' => :'error_tracking_rum_error_events_sum',
603
+ :'fargate_container_profiler_profiling_fargate_avg' => :'fargate_container_profiler_profiling_fargate_avg',
604
+ :'fargate_container_profiler_profiling_fargate_eks_avg' => :'fargate_container_profiler_profiling_fargate_eks_avg',
536
605
  :'fargate_tasks_count_avg' => :'fargate_tasks_count_avg',
537
606
  :'fargate_tasks_count_hwm' => :'fargate_tasks_count_hwm',
538
607
  :'flex_logs_compute_large_avg' => :'flex_logs_compute_large_avg',
@@ -590,6 +659,9 @@ module DatadogAPIClient::V1
590
659
  :'rum_mobile_lite_session_count_ios_sum' => :'rum_mobile_lite_session_count_ios_sum',
591
660
  :'rum_mobile_lite_session_count_reactnative_sum' => :'rum_mobile_lite_session_count_reactnative_sum',
592
661
  :'rum_mobile_lite_session_count_roku_sum' => :'rum_mobile_lite_session_count_roku_sum',
662
+ :'rum_mobile_replay_session_count_android_sum' => :'rum_mobile_replay_session_count_android_sum',
663
+ :'rum_mobile_replay_session_count_ios_sum' => :'rum_mobile_replay_session_count_ios_sum',
664
+ :'rum_mobile_replay_session_count_reactnative_sum' => :'rum_mobile_replay_session_count_reactnative_sum',
593
665
  :'rum_replay_session_count_sum' => :'rum_replay_session_count_sum',
594
666
  :'rum_session_count_sum' => :'rum_session_count_sum',
595
667
  :'rum_total_session_count_sum' => :'rum_total_session_count_sum',
@@ -684,9 +756,24 @@ module DatadogAPIClient::V1
684
756
  :'data_jobs_monitoring_host_hr_sum' => :'Integer',
685
757
  :'dbm_host_top99p_sum' => :'Integer',
686
758
  :'dbm_queries_avg_sum' => :'Integer',
759
+ :'eph_infra_host_agent_sum' => :'Integer',
760
+ :'eph_infra_host_alibaba_sum' => :'Integer',
761
+ :'eph_infra_host_aws_sum' => :'Integer',
762
+ :'eph_infra_host_azure_sum' => :'Integer',
763
+ :'eph_infra_host_ent_sum' => :'Integer',
764
+ :'eph_infra_host_gcp_sum' => :'Integer',
765
+ :'eph_infra_host_heroku_sum' => :'Integer',
766
+ :'eph_infra_host_only_aas_sum' => :'Integer',
767
+ :'eph_infra_host_only_vsphere_sum' => :'Integer',
768
+ :'eph_infra_host_opentelemetry_apm_sum' => :'Integer',
769
+ :'eph_infra_host_opentelemetry_sum' => :'Integer',
770
+ :'eph_infra_host_pro_sum' => :'Integer',
771
+ :'eph_infra_host_proplus_sum' => :'Integer',
687
772
  :'error_tracking_error_events_sum' => :'Integer',
688
773
  :'error_tracking_events_sum' => :'Integer',
689
774
  :'error_tracking_rum_error_events_sum' => :'Integer',
775
+ :'fargate_container_profiler_profiling_fargate_avg' => :'Integer',
776
+ :'fargate_container_profiler_profiling_fargate_eks_avg' => :'Integer',
690
777
  :'fargate_tasks_count_avg' => :'Integer',
691
778
  :'fargate_tasks_count_hwm' => :'Integer',
692
779
  :'flex_logs_compute_large_avg' => :'Integer',
@@ -744,6 +831,9 @@ module DatadogAPIClient::V1
744
831
  :'rum_mobile_lite_session_count_ios_sum' => :'Integer',
745
832
  :'rum_mobile_lite_session_count_reactnative_sum' => :'Integer',
746
833
  :'rum_mobile_lite_session_count_roku_sum' => :'Integer',
834
+ :'rum_mobile_replay_session_count_android_sum' => :'Integer',
835
+ :'rum_mobile_replay_session_count_ios_sum' => :'Integer',
836
+ :'rum_mobile_replay_session_count_reactnative_sum' => :'Integer',
747
837
  :'rum_replay_session_count_sum' => :'Integer',
748
838
  :'rum_session_count_sum' => :'Integer',
749
839
  :'rum_total_session_count_sum' => :'Integer',
@@ -1038,6 +1128,58 @@ module DatadogAPIClient::V1
1038
1128
  self.dbm_queries_avg_sum = attributes[:'dbm_queries_avg_sum']
1039
1129
  end
1040
1130
 
1131
+ if attributes.key?(:'eph_infra_host_agent_sum')
1132
+ self.eph_infra_host_agent_sum = attributes[:'eph_infra_host_agent_sum']
1133
+ end
1134
+
1135
+ if attributes.key?(:'eph_infra_host_alibaba_sum')
1136
+ self.eph_infra_host_alibaba_sum = attributes[:'eph_infra_host_alibaba_sum']
1137
+ end
1138
+
1139
+ if attributes.key?(:'eph_infra_host_aws_sum')
1140
+ self.eph_infra_host_aws_sum = attributes[:'eph_infra_host_aws_sum']
1141
+ end
1142
+
1143
+ if attributes.key?(:'eph_infra_host_azure_sum')
1144
+ self.eph_infra_host_azure_sum = attributes[:'eph_infra_host_azure_sum']
1145
+ end
1146
+
1147
+ if attributes.key?(:'eph_infra_host_ent_sum')
1148
+ self.eph_infra_host_ent_sum = attributes[:'eph_infra_host_ent_sum']
1149
+ end
1150
+
1151
+ if attributes.key?(:'eph_infra_host_gcp_sum')
1152
+ self.eph_infra_host_gcp_sum = attributes[:'eph_infra_host_gcp_sum']
1153
+ end
1154
+
1155
+ if attributes.key?(:'eph_infra_host_heroku_sum')
1156
+ self.eph_infra_host_heroku_sum = attributes[:'eph_infra_host_heroku_sum']
1157
+ end
1158
+
1159
+ if attributes.key?(:'eph_infra_host_only_aas_sum')
1160
+ self.eph_infra_host_only_aas_sum = attributes[:'eph_infra_host_only_aas_sum']
1161
+ end
1162
+
1163
+ if attributes.key?(:'eph_infra_host_only_vsphere_sum')
1164
+ self.eph_infra_host_only_vsphere_sum = attributes[:'eph_infra_host_only_vsphere_sum']
1165
+ end
1166
+
1167
+ if attributes.key?(:'eph_infra_host_opentelemetry_apm_sum')
1168
+ self.eph_infra_host_opentelemetry_apm_sum = attributes[:'eph_infra_host_opentelemetry_apm_sum']
1169
+ end
1170
+
1171
+ if attributes.key?(:'eph_infra_host_opentelemetry_sum')
1172
+ self.eph_infra_host_opentelemetry_sum = attributes[:'eph_infra_host_opentelemetry_sum']
1173
+ end
1174
+
1175
+ if attributes.key?(:'eph_infra_host_pro_sum')
1176
+ self.eph_infra_host_pro_sum = attributes[:'eph_infra_host_pro_sum']
1177
+ end
1178
+
1179
+ if attributes.key?(:'eph_infra_host_proplus_sum')
1180
+ self.eph_infra_host_proplus_sum = attributes[:'eph_infra_host_proplus_sum']
1181
+ end
1182
+
1041
1183
  if attributes.key?(:'error_tracking_error_events_sum')
1042
1184
  self.error_tracking_error_events_sum = attributes[:'error_tracking_error_events_sum']
1043
1185
  end
@@ -1050,6 +1192,14 @@ module DatadogAPIClient::V1
1050
1192
  self.error_tracking_rum_error_events_sum = attributes[:'error_tracking_rum_error_events_sum']
1051
1193
  end
1052
1194
 
1195
+ if attributes.key?(:'fargate_container_profiler_profiling_fargate_avg')
1196
+ self.fargate_container_profiler_profiling_fargate_avg = attributes[:'fargate_container_profiler_profiling_fargate_avg']
1197
+ end
1198
+
1199
+ if attributes.key?(:'fargate_container_profiler_profiling_fargate_eks_avg')
1200
+ self.fargate_container_profiler_profiling_fargate_eks_avg = attributes[:'fargate_container_profiler_profiling_fargate_eks_avg']
1201
+ end
1202
+
1053
1203
  if attributes.key?(:'fargate_tasks_count_avg')
1054
1204
  self.fargate_tasks_count_avg = attributes[:'fargate_tasks_count_avg']
1055
1205
  end
@@ -1278,6 +1428,18 @@ module DatadogAPIClient::V1
1278
1428
  self.rum_mobile_lite_session_count_roku_sum = attributes[:'rum_mobile_lite_session_count_roku_sum']
1279
1429
  end
1280
1430
 
1431
+ if attributes.key?(:'rum_mobile_replay_session_count_android_sum')
1432
+ self.rum_mobile_replay_session_count_android_sum = attributes[:'rum_mobile_replay_session_count_android_sum']
1433
+ end
1434
+
1435
+ if attributes.key?(:'rum_mobile_replay_session_count_ios_sum')
1436
+ self.rum_mobile_replay_session_count_ios_sum = attributes[:'rum_mobile_replay_session_count_ios_sum']
1437
+ end
1438
+
1439
+ if attributes.key?(:'rum_mobile_replay_session_count_reactnative_sum')
1440
+ self.rum_mobile_replay_session_count_reactnative_sum = attributes[:'rum_mobile_replay_session_count_reactnative_sum']
1441
+ end
1442
+
1281
1443
  if attributes.key?(:'rum_replay_session_count_sum')
1282
1444
  self.rum_replay_session_count_sum = attributes[:'rum_replay_session_count_sum']
1283
1445
  end
@@ -1467,9 +1629,24 @@ module DatadogAPIClient::V1
1467
1629
  data_jobs_monitoring_host_hr_sum == o.data_jobs_monitoring_host_hr_sum &&
1468
1630
  dbm_host_top99p_sum == o.dbm_host_top99p_sum &&
1469
1631
  dbm_queries_avg_sum == o.dbm_queries_avg_sum &&
1632
+ eph_infra_host_agent_sum == o.eph_infra_host_agent_sum &&
1633
+ eph_infra_host_alibaba_sum == o.eph_infra_host_alibaba_sum &&
1634
+ eph_infra_host_aws_sum == o.eph_infra_host_aws_sum &&
1635
+ eph_infra_host_azure_sum == o.eph_infra_host_azure_sum &&
1636
+ eph_infra_host_ent_sum == o.eph_infra_host_ent_sum &&
1637
+ eph_infra_host_gcp_sum == o.eph_infra_host_gcp_sum &&
1638
+ eph_infra_host_heroku_sum == o.eph_infra_host_heroku_sum &&
1639
+ eph_infra_host_only_aas_sum == o.eph_infra_host_only_aas_sum &&
1640
+ eph_infra_host_only_vsphere_sum == o.eph_infra_host_only_vsphere_sum &&
1641
+ eph_infra_host_opentelemetry_apm_sum == o.eph_infra_host_opentelemetry_apm_sum &&
1642
+ eph_infra_host_opentelemetry_sum == o.eph_infra_host_opentelemetry_sum &&
1643
+ eph_infra_host_pro_sum == o.eph_infra_host_pro_sum &&
1644
+ eph_infra_host_proplus_sum == o.eph_infra_host_proplus_sum &&
1470
1645
  error_tracking_error_events_sum == o.error_tracking_error_events_sum &&
1471
1646
  error_tracking_events_sum == o.error_tracking_events_sum &&
1472
1647
  error_tracking_rum_error_events_sum == o.error_tracking_rum_error_events_sum &&
1648
+ fargate_container_profiler_profiling_fargate_avg == o.fargate_container_profiler_profiling_fargate_avg &&
1649
+ fargate_container_profiler_profiling_fargate_eks_avg == o.fargate_container_profiler_profiling_fargate_eks_avg &&
1473
1650
  fargate_tasks_count_avg == o.fargate_tasks_count_avg &&
1474
1651
  fargate_tasks_count_hwm == o.fargate_tasks_count_hwm &&
1475
1652
  flex_logs_compute_large_avg == o.flex_logs_compute_large_avg &&
@@ -1527,6 +1704,9 @@ module DatadogAPIClient::V1
1527
1704
  rum_mobile_lite_session_count_ios_sum == o.rum_mobile_lite_session_count_ios_sum &&
1528
1705
  rum_mobile_lite_session_count_reactnative_sum == o.rum_mobile_lite_session_count_reactnative_sum &&
1529
1706
  rum_mobile_lite_session_count_roku_sum == o.rum_mobile_lite_session_count_roku_sum &&
1707
+ rum_mobile_replay_session_count_android_sum == o.rum_mobile_replay_session_count_android_sum &&
1708
+ rum_mobile_replay_session_count_ios_sum == o.rum_mobile_replay_session_count_ios_sum &&
1709
+ rum_mobile_replay_session_count_reactnative_sum == o.rum_mobile_replay_session_count_reactnative_sum &&
1530
1710
  rum_replay_session_count_sum == o.rum_replay_session_count_sum &&
1531
1711
  rum_session_count_sum == o.rum_session_count_sum &&
1532
1712
  rum_total_session_count_sum == o.rum_total_session_count_sum &&
@@ -1559,7 +1739,7 @@ module DatadogAPIClient::V1
1559
1739
  # @return [Integer] Hash code
1560
1740
  # @!visibility private
1561
1741
  def hash
1562
- [account_name, account_public_id, agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, code_security_host_top99p, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_historical_ts_avg, custom_live_ts_avg, custom_ts_avg, cws_container_count_avg, cws_fargate_task_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, error_tracking_error_events_sum, error_tracking_events_sum, error_tracking_rum_error_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, id, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_agg_sum, iot_device_top99p_sum, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, name, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, profiling_aas_count_top99p, profiling_host_top99p, public_id, region, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum, additional_properties].hash
1742
+ [account_name, account_public_id, agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, code_security_host_top99p, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_historical_ts_avg, custom_live_ts_avg, custom_ts_avg, cws_container_count_avg, cws_fargate_task_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, eph_infra_host_agent_sum, eph_infra_host_alibaba_sum, eph_infra_host_aws_sum, eph_infra_host_azure_sum, eph_infra_host_ent_sum, eph_infra_host_gcp_sum, eph_infra_host_heroku_sum, eph_infra_host_only_aas_sum, eph_infra_host_only_vsphere_sum, eph_infra_host_opentelemetry_apm_sum, eph_infra_host_opentelemetry_sum, eph_infra_host_pro_sum, eph_infra_host_proplus_sum, error_tracking_error_events_sum, error_tracking_events_sum, error_tracking_rum_error_events_sum, fargate_container_profiler_profiling_fargate_avg, fargate_container_profiler_profiling_fargate_eks_avg, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, id, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_agg_sum, iot_device_top99p_sum, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, name, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, profiling_aas_count_top99p, profiling_host_top99p, public_id, region, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_mobile_replay_session_count_android_sum, rum_mobile_replay_session_count_ios_sum, rum_mobile_replay_session_count_reactnative_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum, additional_properties].hash
1563
1743
  end
1564
1744
  end
1565
1745
  end