datadog_api_client 2.56.0 → 2.57.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 (999) hide show
  1. checksums.yaml +4 -4
  2. data/.generator/schemas/v1/openapi.yaml +702 -357
  3. data/.generator/schemas/v2/openapi.yaml +19496 -2797
  4. data/.generator/src/generator/openapi.py +1 -1
  5. data/.generator/src/generator/templates/model_generic.j2 +15 -0
  6. data/CHANGELOG.md +77 -0
  7. data/Gemfile +1 -1
  8. data/examples/v1/dashboards/CreateDashboard_153558925.rb +44 -0
  9. data/examples/v1/dashboards/CreateDashboard_2652180930.rb +4 -4
  10. data/examples/v1/dashboards/CreateDashboard_2780500284.rb +59 -0
  11. data/examples/v1/dashboards/CreateDashboard_2815497946.rb +42 -0
  12. data/examples/v1/dashboards/CreateDashboard_2882802132.rb +1 -1
  13. data/examples/v1/dashboards/CreateDashboard_4032568083.rb +29 -0
  14. data/examples/v1/logs-pipelines/CreateLogsPipeline_2595757342.rb +26 -0
  15. data/examples/v1/logs-pipelines/CreateLogsPipeline_4041812833.rb +28 -0
  16. data/examples/v1/monitors/CreateMonitor_1532893480.rb +36 -0
  17. data/examples/v1/synthetics/CreateSyntheticsAPITest_1072503741.rb +1 -0
  18. data/examples/v2/agentless-scanning/CreateAzureScanOptions.rb +1 -0
  19. data/examples/v2/agentless-scanning/CreateGcpScanOptions.rb +1 -0
  20. data/examples/v2/agentless-scanning/UpdateGcpScanOptions.rb +1 -0
  21. data/examples/v2/aws-integration/GetAWSMetricNameFilterPreview.rb +8 -0
  22. data/examples/v2/aws-integration/PreviewAWSMetricNameFilter.rb +24 -0
  23. data/examples/v2/case-management/AddCaseInsights.rb +0 -3
  24. data/examples/v2/case-management/AggregateCases.rb +0 -3
  25. data/examples/v2/case-management/BulkUpdateCases.rb +0 -3
  26. data/examples/v2/case-management/CountCases.rb +0 -3
  27. data/examples/v2/case-management/CreateCaseAutomationRule.rb +0 -3
  28. data/examples/v2/case-management/CreateCaseJiraIssue.rb +0 -3
  29. data/examples/v2/case-management/CreateCaseLink.rb +0 -3
  30. data/examples/v2/case-management/CreateCaseNotebook.rb +0 -3
  31. data/examples/v2/case-management/CreateCaseServiceNowTicket.rb +0 -3
  32. data/examples/v2/case-management/CreateCaseView.rb +0 -3
  33. data/examples/v2/case-management/CreateMaintenanceWindow.rb +0 -3
  34. data/examples/v2/case-management/DeleteCaseAutomationRule.rb +0 -3
  35. data/examples/v2/case-management/DeleteCaseLink.rb +0 -3
  36. data/examples/v2/case-management/DeleteCaseView.rb +0 -3
  37. data/examples/v2/case-management/DeleteMaintenanceWindow.rb +0 -3
  38. data/examples/v2/case-management/DisableCaseAutomationRule.rb +0 -3
  39. data/examples/v2/case-management/EnableCaseAutomationRule.rb +0 -3
  40. data/examples/v2/case-management/FavoriteCaseProject.rb +0 -3
  41. data/examples/v2/case-management/GetCaseAutomationRule.rb +0 -3
  42. data/examples/v2/case-management/GetCaseView.rb +0 -3
  43. data/examples/v2/case-management/LinkIncident.rb +0 -3
  44. data/examples/v2/case-management/LinkJiraIssueToCase.rb +0 -3
  45. data/examples/v2/case-management/ListCaseAutomationRules.rb +0 -3
  46. data/examples/v2/case-management/ListCaseLinks.rb +0 -3
  47. data/examples/v2/case-management/ListCaseTimeline.rb +0 -3
  48. data/examples/v2/case-management/ListCaseViews.rb +0 -3
  49. data/examples/v2/case-management/ListCaseWatchers.rb +0 -3
  50. data/examples/v2/case-management/ListMaintenanceWindows.rb +0 -3
  51. data/examples/v2/case-management/ListUserCaseProjectFavorites.rb +0 -3
  52. data/examples/v2/case-management/MoveCaseToProject.rb +0 -3
  53. data/examples/v2/case-management/RemoveCaseInsights.rb +0 -3
  54. data/examples/v2/case-management/UnfavoriteCaseProject.rb +0 -3
  55. data/examples/v2/case-management/UnlinkJiraIssue.rb +0 -3
  56. data/examples/v2/case-management/UnwatchCase.rb +0 -3
  57. data/examples/v2/case-management/UpdateCaseAutomationRule.rb +0 -3
  58. data/examples/v2/case-management/UpdateCaseComment.rb +0 -3
  59. data/examples/v2/case-management/UpdateCaseDueDate.rb +0 -3
  60. data/examples/v2/case-management/UpdateCaseResolvedReason.rb +0 -3
  61. data/examples/v2/case-management/UpdateCaseView.rb +0 -3
  62. data/examples/v2/case-management/UpdateMaintenanceWindow.rb +0 -3
  63. data/examples/v2/case-management/WatchCase.rb +0 -3
  64. data/examples/v2/case-management-attribute/UpdateCustomAttributeConfig.rb +0 -3
  65. data/examples/v2/case-management-type/UpdateCaseType.rb +0 -3
  66. data/examples/v2/cloud-cost-management/DeleteCustomForecast.rb +0 -3
  67. data/examples/v2/cloud-cost-management/GetCostAccountFilters.rb +5 -0
  68. data/examples/v2/cloud-cost-management/GetCustomForecast.rb +5 -0
  69. data/examples/v2/cloud-cost-management/UpdateCostAccountFilters.rb +24 -0
  70. data/examples/v2/cloud-cost-management/UpsertCustomForecast.rb +0 -3
  71. data/examples/v2/csm-ownership/GetOwnershipSettings.rb +8 -0
  72. data/examples/v2/csm-ownership/GetOwnershipUntaggedFindings.rb +8 -0
  73. data/examples/v2/csm-ownership/PostOwnershipSettings.rb +18 -0
  74. data/examples/v2/dora-metrics/ListDORADeployments_1654201709.rb +15 -0
  75. data/examples/v2/feature-flags/CreateAllocationsForFeatureFlagInEnvironment.rb +1 -0
  76. data/examples/v2/feature-flags/UpdateAllocationsForFeatureFlagInEnvironment.rb +1 -0
  77. data/examples/v2/fleet-automation/CancelFleetDeploymentV2.rb +8 -0
  78. data/examples/v2/fleet-automation/CreateFleetDeploymentConfigureV2.rb +24 -0
  79. data/examples/v2/fleet-automation/{CreateFleetDeploymentUpgrade.rb → CreateFleetDeploymentUpgradeV2.rb} +5 -8
  80. data/examples/v2/fleet-automation/GetFleetAgentDetailV2.rb +5 -0
  81. data/examples/v2/fleet-automation/{GetFleetDeployment_1482493803.rb → GetFleetDeploymentV2.rb} +1 -4
  82. data/examples/v2/fleet-automation/GetFleetScheduleV2.rb +8 -0
  83. data/examples/v2/fleet-automation/ListFleetAgentVersionsV2.rb +5 -0
  84. data/examples/v2/fleet-automation/ListFleetAgentsV2.rb +5 -0
  85. data/examples/v2/fleet-automation/ListFleetDeploymentsV2.rb +5 -0
  86. data/examples/v2/fleet-automation/ListFleetSchedulesV2.rb +5 -0
  87. data/examples/v2/governance-console/GetGovernanceConfig.rb +8 -0
  88. data/examples/v2/{governance-controls → governance-console}/GetGovernanceControl.rb +2 -2
  89. data/examples/v2/governance-console/GetGovernanceControlNotificationSettings.rb +8 -0
  90. data/examples/v2/governance-console/GetGovernanceDetection.rb +8 -0
  91. data/examples/v2/governance-console/GetGovernanceNotificationSettings.rb +8 -0
  92. data/examples/v2/governance-console/ListGovernanceControlDetections.rb +8 -0
  93. data/examples/v2/{governance-controls → governance-console}/ListGovernanceControls.rb +2 -2
  94. data/examples/v2/{governance-insights → governance-console}/ListGovernanceInsights.rb +2 -2
  95. data/examples/v2/governance-console/MitigateGovernanceDetections.rb +21 -0
  96. data/examples/v2/{governance-controls → governance-console}/UpdateGovernanceControl.rb +2 -6
  97. data/examples/v2/governance-console/UpdateGovernanceControlNotificationSettings.rb +28 -0
  98. data/examples/v2/governance-console/UpdateGovernanceDetection.rb +20 -0
  99. data/examples/v2/governance-console/UpdateGovernanceNotificationSettings.rb +17 -0
  100. data/examples/v2/identity-providers/ListIdentityProviderUsers.rb +5 -0
  101. data/examples/v2/identity-providers/ListIdentityProviderUsers_486416181.rb +5 -0
  102. data/examples/v2/identity-providers/ListIdentityProviders.rb +5 -0
  103. data/examples/v2/identity-providers/UpdateIdentityProvider.rb +15 -0
  104. data/examples/v2/incidents/CreateIncidentPostmortemTemplate.rb +22 -1
  105. data/examples/v2/incidents/CreateIncidentUserDefinedRole.rb +29 -0
  106. data/examples/v2/incidents/DeleteIncidentPostmortemTemplate.rb +1 -1
  107. data/examples/v2/incidents/DeleteIncidentUserDefinedRole.rb +8 -0
  108. data/examples/v2/incidents/GetIncidentPostmortemTemplate.rb +1 -1
  109. data/examples/v2/incidents/GetIncidentUserDefinedRole.rb +8 -0
  110. data/examples/v2/incidents/ListIncidentUserDefinedRoles.rb +8 -0
  111. data/examples/v2/incidents/PatchIncidentImpact.rb +20 -0
  112. data/examples/v2/incidents/UpdateIncidentPostmortemTemplate.rb +23 -2
  113. data/examples/v2/incidents/UpdateIncidentUserDefinedRole.rb +22 -0
  114. data/examples/v2/llm-observability/CreateLLMObsPrompt.rb +28 -0
  115. data/examples/v2/llm-observability/CreateLLMObsPromptVersion.rb +29 -0
  116. data/examples/v2/llm-observability/DeleteLLMObsPrompt.rb +11 -0
  117. data/examples/v2/llm-observability/GetLLMObsPrompt.rb +11 -0
  118. data/examples/v2/llm-observability/GetLLMObsPromptVersion.rb +14 -0
  119. data/examples/v2/llm-observability/ListLLMObsCustomEvalConfigs.rb +8 -0
  120. data/examples/v2/llm-observability/ListLLMObsPromptVersions.rb +11 -0
  121. data/examples/v2/llm-observability/ListLLMObsPrompts.rb +14 -0
  122. data/examples/v2/llm-observability/UpdateLLMObsCustomEvalConfig.rb +5 -0
  123. data/examples/v2/llm-observability/UpdateLLMObsPrompt.rb +20 -0
  124. data/examples/v2/llm-observability/UpdateLLMObsPromptVersion.rb +23 -0
  125. data/examples/v2/metrics/CreateHistoricalMetricsConfiguration.rb +15 -0
  126. data/examples/v2/metrics/CreateTagIndexingRule_2435129406.rb +37 -0
  127. data/examples/v2/metrics/DeleteHistoricalMetricsConfiguration.rb +8 -0
  128. data/examples/v2/metrics/GetHistoricalMetricsConfiguration.rb +8 -0
  129. data/examples/v2/metrics/UpdateTagIndexingRule_4127399471.rb +41 -0
  130. data/examples/v2/observability-pipelines/ValidatePipeline_3345949653.rb +60 -0
  131. data/examples/v2/observability-pipelines/ValidatePipeline_3928499240.rb +61 -0
  132. data/examples/v2/on-call/GetScheduleOnCallResponders.rb +8 -0
  133. data/examples/v2/org-authorized-clients/DeleteOrgAuthorizedClient.rb +5 -0
  134. data/examples/v2/org-authorized-clients/DeleteOrgAuthorizedClientAllUserAuthorizations.rb +5 -0
  135. data/examples/v2/org-authorized-clients/DeleteOrgAuthorizedClientUserAuthorization.rb +5 -0
  136. data/examples/v2/org-authorized-clients/GetOrgAuthorizedClient.rb +5 -0
  137. data/examples/v2/org-authorized-clients/ListOrgAuthorizedClientUserAuthorizations.rb +5 -0
  138. data/examples/v2/org-authorized-clients/ListOrgAuthorizedClientUserAuthorizations_742202381.rb +5 -0
  139. data/examples/v2/org-authorized-clients/ListOrgAuthorizedClients.rb +5 -0
  140. data/examples/v2/org-authorized-clients/ListOrgAuthorizedClients_547493980.rb +5 -0
  141. data/examples/v2/org-authorized-clients/UpdateOrgAuthorizedClient.rb +15 -0
  142. data/examples/v2/org-groups/ListOrgGroupPolicySuggestions.rb +8 -0
  143. data/examples/v2/report-schedules/ListDatasetReportSchedules.rb +5 -0
  144. data/examples/v2/report-schedules/PrintReport.rb +27 -0
  145. data/examples/v2/reporting-and-sharing/CreateSnapshot.rb +39 -0
  146. data/examples/v2/rum-config/CreateRumConfig.rb +17 -0
  147. data/examples/v2/rum-config/GetRumConfig.rb +8 -0
  148. data/examples/v2/rum-config/UpdateRumConfig.rb +17 -0
  149. data/examples/v2/rum-operations/CreateRUMOperation.rb +46 -0
  150. data/examples/v2/rum-operations/CreateRUMOperationStrongLink.rb +21 -0
  151. data/examples/v2/rum-operations/DeleteRUMOperation.rb +8 -0
  152. data/examples/v2/rum-operations/DeleteRUMOperationStrongLink.rb +8 -0
  153. data/examples/v2/rum-operations/GetRUMOperation.rb +8 -0
  154. data/examples/v2/rum-operations/GetRUMOperationByName.rb +8 -0
  155. data/examples/v2/rum-operations/ListRUMOperationStrongLinks.rb +5 -0
  156. data/examples/v2/rum-operations/ListRUMOperations.rb +8 -0
  157. data/examples/v2/rum-operations/UpdateRUMOperation.rb +47 -0
  158. data/examples/v2/rum-operations/UpdateRUMOperationStrongLink.rb +17 -0
  159. data/examples/v2/security-monitoring/ActivateIntegration.rb +22 -0
  160. data/examples/v2/security-monitoring/AttachLinearIssue.rb +30 -0
  161. data/examples/v2/security-monitoring/AttachServiceNowTicket.rb +0 -3
  162. data/examples/v2/security-monitoring/BulkDeleteSecurityMonitoringRules.rb +1 -0
  163. data/examples/v2/security-monitoring/CreateLinearIssues.rb +39 -0
  164. data/examples/v2/security-monitoring/CreateSecurityMonitoringIntegrationConfig.rb +11 -3
  165. data/examples/v2/security-monitoring/CreateServiceNowTickets.rb +0 -3
  166. data/examples/v2/security-monitoring/DeactivateIntegration.rb +8 -0
  167. data/examples/v2/security-monitoring/GetEntraIdAzureAppRegistrations.rb +8 -0
  168. data/examples/v2/security-monitoring/UpdateSecurityMonitoringIntegrationConfig.rb +11 -3
  169. data/examples/v2/security-monitoring/ValidateSecurityMonitoringIntegrationCredentials.rb +11 -3
  170. data/examples/v2/status-pages/CreateDegradationTemplate.rb +25 -0
  171. data/examples/v2/status-pages/CreateMaintenanceTemplate.rb +15 -0
  172. data/examples/v2/status-pages/DeleteDegradationTemplate.rb +5 -0
  173. data/examples/v2/status-pages/DeleteMaintenanceTemplate.rb +5 -0
  174. data/examples/v2/status-pages/GetDegradationTemplate.rb +5 -0
  175. data/examples/v2/status-pages/GetMaintenanceTemplate.rb +5 -0
  176. data/examples/v2/status-pages/ListDegradationTemplates.rb +5 -0
  177. data/examples/v2/status-pages/ListMaintenanceTemplates.rb +5 -0
  178. data/examples/v2/status-pages/UpdateDegradationTemplate.rb +25 -0
  179. data/examples/v2/status-pages/UpdateMaintenanceTemplate.rb +15 -0
  180. data/examples/v2/user-authorized-clients/DeleteUserAuthorizedClient.rb +5 -0
  181. data/examples/v2/user-authorized-clients/DeleteUserAuthorizedClientsByClient.rb +5 -0
  182. data/examples/v2/user-authorized-clients/GetUserAuthorizedClient.rb +5 -0
  183. data/examples/v2/user-authorized-clients/ListUserAuthorizedClients.rb +5 -0
  184. data/examples/v2/user-authorized-clients/ListUserAuthorizedClients_1051662547.rb +5 -0
  185. data/examples/v2/users/GetUserIdentityProviders.rb +5 -0
  186. data/examples/v2/users/UpdateUserIdentityProviders.rb +14 -0
  187. data/lib/datadog_api_client/configuration.rb +202 -82
  188. data/lib/datadog_api_client/inflector.rb +654 -35
  189. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +1 -1
  190. data/lib/datadog_api_client/v1/models/dashboard.rb +11 -1
  191. data/lib/datadog_api_client/v1/models/dashboard_default_timeframe_setting.rb +63 -0
  192. data/lib/datadog_api_client/v1/models/dashboard_fixed_timeframe.rb +173 -0
  193. data/lib/datadog_api_client/v1/models/dashboard_fixed_timeframe_type.rb +26 -0
  194. data/lib/datadog_api_client/v1/models/dashboard_live_timeframe.rb +169 -0
  195. data/lib/datadog_api_client/v1/models/dashboard_live_timeframe_type.rb +26 -0
  196. data/lib/datadog_api_client/v1/models/dataset_list_query.rb +195 -0
  197. data/lib/datadog_api_client/v1/models/dataset_list_query_data_source_type.rb +26 -0
  198. data/lib/datadog_api_client/v1/models/dataset_list_query_sort.rb +125 -0
  199. data/lib/datadog_api_client/v1/models/dataset_list_query_sort_field.rb +144 -0
  200. data/lib/datadog_api_client/v1/models/host_map_request.rb +4 -1
  201. data/lib/datadog_api_client/v1/models/host_map_widget_definition.rb +6 -6
  202. data/lib/datadog_api_client/v1/models/host_map_widget_definition_request_type.rb +27 -0
  203. data/lib/datadog_api_client/v1/models/host_map_widget_definition_requests.rb +39 -9
  204. data/lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb +4 -1
  205. data/lib/datadog_api_client/v1/models/host_map_widget_dimension.rb +2 -1
  206. data/lib/datadog_api_client/v1/models/host_map_widget_formula.rb +1 -1
  207. data/lib/datadog_api_client/v1/models/host_map_widget_projection.rb +146 -0
  208. data/lib/datadog_api_client/v1/models/host_map_widget_projection_dimension_mapping.rb +164 -0
  209. data/lib/datadog_api_client/v1/models/host_map_widget_projection_type.rb +26 -0
  210. data/lib/datadog_api_client/v1/models/list_stream_query.rb +14 -3
  211. data/lib/datadog_api_client/v1/models/list_stream_query_version.rb +27 -0
  212. data/lib/datadog_api_client/v1/models/list_stream_source.rb +3 -0
  213. data/lib/datadog_api_client/v1/models/logs_array_processor.rb +1 -0
  214. data/lib/datadog_api_client/v1/models/logs_array_processor_operation.rb +2 -1
  215. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_extract_key_value.rb +206 -0
  216. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_extract_key_value_type.rb +26 -0
  217. data/lib/datadog_api_client/v1/models/logs_attribute_remapper.rb +1 -1
  218. data/lib/datadog_api_client/v1/models/logs_schema_remapper.rb +1 -1
  219. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_monitor_options.rb +15 -3
  220. data/lib/datadog_api_client/v1/models/monitor_options.rb +2 -1
  221. data/lib/datadog_api_client/v1/models/notebook_create_data_attributes.rb +21 -1
  222. data/lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb +21 -1
  223. data/lib/datadog_api_client/v1/models/notebook_template_variable.rb +193 -0
  224. data/lib/datadog_api_client/v1/models/notebook_template_variable_available_values_query.rb +63 -0
  225. data/lib/datadog_api_client/v1/models/notebook_template_variable_available_values_query_group_by.rb +98 -0
  226. data/lib/datadog_api_client/v1/models/notebook_template_variable_available_values_query_log_rum_spans.rb +142 -0
  227. data/lib/datadog_api_client/v1/models/notebook_template_variable_available_values_query_metrics.rb +119 -0
  228. data/lib/datadog_api_client/v1/models/notebook_template_variable_available_values_query_search.rb +98 -0
  229. data/lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb +21 -1
  230. data/lib/datadog_api_client/v1/models/notebooks_response_data_attributes.rb +21 -1
  231. data/lib/datadog_api_client/v1/models/on_missing_data_option.rb +2 -1
  232. data/lib/datadog_api_client/v1/models/published_dataset_provider.rb +26 -0
  233. data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +11 -1
  234. data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +11 -1
  235. data/lib/datadog_api_client/v1/models/topology_map_widget_definition.rb +36 -175
  236. data/lib/datadog_api_client/v1/models/topology_map_widget_definition_data_streams.rb +187 -0
  237. data/lib/datadog_api_client/v1/models/topology_map_widget_definition_service_map.rb +187 -0
  238. data/lib/datadog_api_client/v1/models/topology_query_data_streams.rb +156 -0
  239. data/lib/datadog_api_client/v1/models/{topology_query_data_source.rb → topology_query_data_streams_data_source.rb} +2 -3
  240. data/lib/datadog_api_client/v1/models/topology_query_service_map.rb +156 -0
  241. data/lib/datadog_api_client/v1/models/topology_query_service_map_data_source.rb +26 -0
  242. data/lib/datadog_api_client/v1/models/topology_request_data_streams.rb +115 -0
  243. data/lib/datadog_api_client/v1/models/{topology_request.rb → topology_request_service_map.rb} +5 -5
  244. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +13 -37
  245. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +13 -37
  246. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +13 -37
  247. data/lib/datadog_api_client/v2/api/aws_integration_api.rb +150 -0
  248. data/lib/datadog_api_client/v2/api/case_management_api.rb +0 -246
  249. data/lib/datadog_api_client/v2/api/case_management_attribute_api.rb +0 -6
  250. data/lib/datadog_api_client/v2/api/case_management_type_api.rb +0 -6
  251. data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +202 -12
  252. data/lib/datadog_api_client/v2/api/cloud_network_monitoring_api.rb +2 -2
  253. data/lib/datadog_api_client/v2/api/csm_ownership_api.rb +205 -0
  254. data/lib/datadog_api_client/v2/api/dashboards_api.rb +2 -2
  255. data/lib/datadog_api_client/v2/api/ddsql_api.rb +165 -0
  256. data/lib/datadog_api_client/v2/api/feature_flags_api.rb +3 -1
  257. data/lib/datadog_api_client/v2/api/fleet_automation_api.rb +186 -253
  258. data/lib/datadog_api_client/v2/api/governance_console_api.rb +987 -0
  259. data/lib/datadog_api_client/v2/api/identity_providers_api.rb +262 -0
  260. data/lib/datadog_api_client/v2/api/incidents_api.rb +3685 -977
  261. data/lib/datadog_api_client/v2/api/llm_observability_api.rb +775 -32
  262. data/lib/datadog_api_client/v2/api/metrics_api.rb +223 -0
  263. data/lib/datadog_api_client/v2/api/on_call_api.rb +75 -1
  264. data/lib/datadog_api_client/v2/api/org_authorized_clients_api.rb +575 -0
  265. data/lib/datadog_api_client/v2/api/org_groups_api.rb +72 -0
  266. data/lib/datadog_api_client/v2/api/report_schedules_api.rb +136 -0
  267. data/lib/datadog_api_client/v2/api/reporting_and_sharing_api.rb +99 -0
  268. data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +5 -3
  269. data/lib/datadog_api_client/v2/api/roles_api.rb +13 -0
  270. data/lib/datadog_api_client/v2/api/{governance_controls_api.rb → rum_config_api.rb} +61 -67
  271. data/lib/datadog_api_client/v2/api/rum_operations_api.rb +793 -0
  272. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +361 -18
  273. data/lib/datadog_api_client/v2/api/service_level_objectives_api.rb +9 -0
  274. data/lib/datadog_api_client/v2/api/status_pages_api.rb +751 -25
  275. data/lib/datadog_api_client/v2/api/tag_policies_api.rb +6 -6
  276. data/lib/datadog_api_client/v2/api/user_authorized_clients_api.rb +313 -0
  277. data/lib/datadog_api_client/v2/api/users_api.rb +140 -0
  278. data/lib/datadog_api_client/v2/models/account_filters.rb +154 -0
  279. data/lib/datadog_api_client/v2/models/account_filters_attributes.rb +125 -0
  280. data/lib/datadog_api_client/v2/models/account_filters_patch_data.rb +144 -0
  281. data/lib/datadog_api_client/v2/models/account_filters_patch_request.rb +123 -0
  282. data/lib/datadog_api_client/v2/models/account_filters_patch_request_attributes.rb +123 -0
  283. data/lib/datadog_api_client/v2/models/{observability_pipeline_tag_cardinality_limit_processor_per_metric_mode.rb → account_filters_patch_request_type.rb} +3 -4
  284. data/lib/datadog_api_client/v2/models/account_filters_response.rb +105 -0
  285. data/lib/datadog_api_client/v2/models/{fleet_agent_info_resource_type.rb → account_filters_type.rb} +3 -3
  286. data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_input_address.rb +2 -0
  287. data/lib/datadog_api_client/v2/models/asset_type.rb +1 -0
  288. data/lib/datadog_api_client/v2/models/attach_linear_issue_request.rb +123 -0
  289. data/lib/datadog_api_client/v2/models/attach_linear_issue_request_data.rb +165 -0
  290. data/lib/datadog_api_client/v2/models/attach_linear_issue_request_data_attributes.rb +123 -0
  291. data/lib/datadog_api_client/v2/models/attach_linear_issue_request_data_relationships.rb +144 -0
  292. data/lib/datadog_api_client/v2/models/automation_rule_action.rb +1 -1
  293. data/lib/datadog_api_client/v2/models/automation_rule_action_data.rb +3 -3
  294. data/lib/datadog_api_client/v2/models/automation_rule_action_type.rb +3 -3
  295. data/lib/datadog_api_client/v2/models/automation_rule_trigger.rb +1 -1
  296. data/lib/datadog_api_client/v2/models/automation_rule_trigger_data.rb +6 -6
  297. data/lib/datadog_api_client/v2/models/automation_rule_trigger_type.rb +6 -6
  298. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_dd_name.rb +144 -0
  299. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_filter_match.rb +144 -0
  300. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_metric.rb +146 -0
  301. data/lib/datadog_api_client/{v1/models/topology_query.rb → v2/models/aws_metric_name_filter_preview_namespace.rb} +53 -28
  302. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_request.rb +123 -0
  303. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_request_attributes.rb +125 -0
  304. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_request_data.rb +144 -0
  305. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_response.rb +123 -0
  306. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_response_attributes.rb +125 -0
  307. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_response_data.rb +168 -0
  308. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_type.rb +26 -0
  309. data/lib/datadog_api_client/v2/models/aws_metric_name_filters.rb +64 -0
  310. data/lib/datadog_api_client/v2/models/aws_metric_name_filters_exclude_only.rb +146 -0
  311. data/lib/datadog_api_client/v2/models/aws_metric_name_filters_include_only.rb +146 -0
  312. data/lib/datadog_api_client/v2/models/aws_metrics_config.rb +14 -1
  313. data/lib/datadog_api_client/v2/models/azure_scan_options_data_attributes.rb +11 -1
  314. data/lib/datadog_api_client/v2/models/azure_scan_options_input_update_data_attributes.rb +11 -1
  315. data/lib/datadog_api_client/v2/models/batch_rows_query_response.rb +15 -3
  316. data/lib/datadog_api_client/v2/models/condition.rb +28 -40
  317. data/lib/datadog_api_client/v2/models/condition_request.rb +21 -47
  318. data/lib/datadog_api_client/v2/models/confluence_postmortem_settings.rb +162 -0
  319. data/lib/datadog_api_client/v2/models/control_notification_event_setting.rb +167 -0
  320. data/lib/datadog_api_client/v2/models/control_notification_settings_attributes.rb +125 -0
  321. data/lib/datadog_api_client/v2/models/control_notification_settings_data.rb +165 -0
  322. data/lib/datadog_api_client/v2/models/control_notification_settings_resource_type.rb +26 -0
  323. data/lib/datadog_api_client/v2/models/control_notification_settings_response.rb +123 -0
  324. data/lib/datadog_api_client/v2/models/control_notification_settings_update_attributes.rb +107 -0
  325. data/lib/datadog_api_client/v2/models/control_notification_settings_update_data.rb +133 -0
  326. data/lib/datadog_api_client/v2/models/control_notification_settings_update_request.rb +123 -0
  327. data/lib/datadog_api_client/v2/models/control_notification_target.rb +144 -0
  328. data/lib/datadog_api_client/v2/models/control_notification_target_type.rb +29 -0
  329. data/lib/datadog_api_client/v2/models/create_backfilled_degradation_request_data.rb +11 -1
  330. data/lib/datadog_api_client/v2/models/create_backfilled_degradation_request_data_relationships.rb +105 -0
  331. data/lib/datadog_api_client/v2/models/create_backfilled_degradation_request_data_relationships_template.rb +123 -0
  332. data/lib/datadog_api_client/v2/models/create_backfilled_degradation_request_data_relationships_template_data.rb +144 -0
  333. data/lib/datadog_api_client/v2/models/create_backfilled_maintenance_request_data.rb +11 -1
  334. data/lib/datadog_api_client/v2/models/create_backfilled_maintenance_request_data_relationships.rb +105 -0
  335. data/lib/datadog_api_client/v2/models/create_backfilled_maintenance_request_data_relationships_template.rb +123 -0
  336. data/lib/datadog_api_client/v2/models/create_backfilled_maintenance_request_data_relationships_template_data.rb +144 -0
  337. data/lib/datadog_api_client/v2/models/create_degradation_request_data.rb +11 -1
  338. data/lib/datadog_api_client/v2/models/create_degradation_request_data_relationships.rb +105 -0
  339. data/lib/datadog_api_client/v2/models/create_degradation_request_data_relationships_template.rb +123 -0
  340. data/lib/datadog_api_client/v2/models/create_degradation_request_data_relationships_template_data.rb +144 -0
  341. data/lib/datadog_api_client/v2/models/create_degradation_template_request.rb +105 -0
  342. data/lib/datadog_api_client/v2/models/create_degradation_template_request_data.rb +133 -0
  343. data/lib/datadog_api_client/v2/models/create_degradation_template_request_data_attributes.rb +157 -0
  344. data/lib/datadog_api_client/v2/models/create_degradation_template_request_data_attributes_components_affected_items.rb +154 -0
  345. data/lib/datadog_api_client/v2/models/create_degradation_template_request_data_attributes_updates_items.rb +133 -0
  346. data/lib/datadog_api_client/v2/models/create_linear_issue_request_array.rb +125 -0
  347. data/lib/datadog_api_client/v2/models/create_linear_issue_request_data.rb +143 -0
  348. data/lib/datadog_api_client/v2/models/create_linear_issue_request_data_attributes.rb +157 -0
  349. data/lib/datadog_api_client/v2/models/create_linear_issue_request_data_relationships.rb +144 -0
  350. data/lib/datadog_api_client/v2/models/create_maintenance_request_data.rb +11 -1
  351. data/lib/datadog_api_client/v2/models/create_maintenance_request_data_relationships.rb +105 -0
  352. data/lib/datadog_api_client/v2/models/create_maintenance_request_data_relationships_template.rb +123 -0
  353. data/lib/datadog_api_client/v2/models/create_maintenance_request_data_relationships_template_data.rb +144 -0
  354. data/lib/datadog_api_client/v2/models/create_maintenance_template_request.rb +105 -0
  355. data/lib/datadog_api_client/v2/models/create_maintenance_template_request_data.rb +133 -0
  356. data/lib/datadog_api_client/v2/models/create_maintenance_template_request_data_attributes.rb +175 -0
  357. data/lib/datadog_api_client/v2/models/create_snapshot_additional_config.rb +127 -0
  358. data/lib/datadog_api_client/v2/models/create_snapshot_data_attributes_request.rb +215 -0
  359. data/lib/datadog_api_client/v2/models/create_snapshot_data_attributes_response.rb +123 -0
  360. data/lib/datadog_api_client/v2/models/create_snapshot_data_request.rb +144 -0
  361. data/lib/datadog_api_client/v2/models/create_snapshot_data_response.rb +165 -0
  362. data/lib/datadog_api_client/v2/models/create_snapshot_request.rb +123 -0
  363. data/lib/datadog_api_client/v2/models/{fleet_agent_info_response.rb → create_snapshot_response.rb} +5 -5
  364. data/lib/datadog_api_client/v2/models/create_snapshot_template_variable.rb +167 -0
  365. data/lib/datadog_api_client/v2/models/create_snapshot_timeseries_legend_type.rb +28 -0
  366. data/lib/datadog_api_client/v2/models/create_snapshot_ttl.rb +31 -0
  367. data/lib/datadog_api_client/v2/models/create_snapshot_type.rb +26 -0
  368. data/lib/datadog_api_client/v2/models/dataset_report_schedule_list_response.rb +137 -0
  369. data/lib/datadog_api_client/v2/models/dataset_report_schedule_resource_type.rb +26 -0
  370. data/lib/datadog_api_client/v2/models/dataset_report_schedule_response_attributes.rb +368 -0
  371. data/lib/datadog_api_client/v2/models/dataset_report_schedule_response_data.rb +186 -0
  372. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_column.rb +181 -0
  373. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_fetch_request.rb +123 -0
  374. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_fetch_request_attributes.rb +124 -0
  375. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_fetch_request_data.rb +144 -0
  376. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_fetch_request_type.rb +26 -0
  377. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_request.rb +123 -0
  378. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_request_attributes.rb +174 -0
  379. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_request_data.rb +144 -0
  380. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_request_type.rb +26 -0
  381. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_response.rb +147 -0
  382. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_response_attributes.rb +163 -0
  383. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_response_data.rb +166 -0
  384. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_response_meta.rb +146 -0
  385. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_response_type.rb +26 -0
  386. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_state.rb +30 -0
  387. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_time_window.rb +147 -0
  388. data/lib/datadog_api_client/v2/models/degradation_data_relationships.rb +13 -3
  389. data/lib/datadog_api_client/v2/models/degradation_data_relationships_template.rb +123 -0
  390. data/lib/datadog_api_client/v2/models/degradation_data_relationships_template_data.rb +144 -0
  391. data/lib/datadog_api_client/v2/models/degradation_template.rb +117 -0
  392. data/lib/datadog_api_client/v2/models/degradation_template_array.rb +137 -0
  393. data/lib/datadog_api_client/v2/models/degradation_template_data.rb +153 -0
  394. data/lib/datadog_api_client/v2/models/degradation_template_data_attributes.rb +159 -0
  395. data/lib/datadog_api_client/v2/models/degradation_template_data_attributes_components_affected_items.rb +154 -0
  396. data/lib/datadog_api_client/v2/models/degradation_template_data_attributes_updates_items.rb +133 -0
  397. data/lib/datadog_api_client/v2/models/degradation_template_data_relationships.rb +125 -0
  398. data/lib/datadog_api_client/v2/models/degradation_template_data_relationships_created_by_user.rb +123 -0
  399. data/lib/datadog_api_client/v2/models/degradation_template_data_relationships_created_by_user_data.rb +144 -0
  400. data/lib/datadog_api_client/v2/models/degradation_template_data_relationships_last_modified_by_user.rb +123 -0
  401. data/lib/datadog_api_client/v2/models/degradation_template_data_relationships_last_modified_by_user_data.rb +144 -0
  402. data/lib/datadog_api_client/v2/models/degradation_template_data_relationships_status_page.rb +123 -0
  403. data/lib/datadog_api_client/v2/models/degradation_template_data_relationships_status_page_data.rb +144 -0
  404. data/lib/datadog_api_client/v2/models/dora_deployment_object_attributes.rb +5 -16
  405. data/lib/datadog_api_client/v2/models/dora_incident_object_attributes.rb +5 -23
  406. data/lib/datadog_api_client/v2/models/entity_v3_api_spec_interface.rb +63 -0
  407. data/lib/datadog_api_client/v2/models/filters_per_product.rb +1 -1
  408. data/lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb +11 -1
  409. data/lib/datadog_api_client/v2/models/finding_linear_issue.rb +125 -0
  410. data/lib/datadog_api_client/v2/models/finding_linear_issue_result.rb +145 -0
  411. data/lib/datadog_api_client/v2/models/flaky_test.rb +4 -1
  412. data/lib/datadog_api_client/v2/models/flaky_test_attributes.rb +44 -1
  413. data/lib/datadog_api_client/v2/models/flaky_test_impact_level.rb +28 -0
  414. data/lib/datadog_api_client/v2/models/flaky_tests_search_filter.rb +3 -0
  415. data/lib/datadog_api_client/v2/models/fleet_agent_configuration_files_v2.rb +147 -0
  416. data/lib/datadog_api_client/v2/models/fleet_agent_detail_v2.rb +165 -0
  417. data/lib/datadog_api_client/v2/models/{fleet_agent_info_attributes.rb → fleet_agent_detail_v2_attributes.rb} +27 -21
  418. data/lib/datadog_api_client/v2/models/fleet_agent_detail_v2_response.rb +123 -0
  419. data/lib/datadog_api_client/v2/models/{fleet_agent_info_details.rb → fleet_agent_info_details_v2.rb} +128 -10
  420. data/lib/datadog_api_client/v2/models/{fleet_agent_info.rb → fleet_agent_v2.rb} +7 -7
  421. data/lib/datadog_api_client/v2/models/{fleet_agent_attributes.rb → fleet_agent_v2_attributes.rb} +129 -39
  422. data/lib/datadog_api_client/v2/models/fleet_agent_v2_attributes_instrumentation_status.rb +27 -0
  423. data/lib/datadog_api_client/v2/models/fleet_agent_v2_resource_type.rb +26 -0
  424. data/lib/datadog_api_client/v2/models/fleet_agent_version_v2.rb +165 -0
  425. data/lib/datadog_api_client/v2/models/{fleet_agent_version_attributes.rb → fleet_agent_version_v2_attributes.rb} +3 -3
  426. data/lib/datadog_api_client/v2/models/{fleet_agent_version_resource_type.rb → fleet_agent_version_v2_resource_type.rb} +2 -2
  427. data/lib/datadog_api_client/v2/models/fleet_agent_versions_v2_page.rb +105 -0
  428. data/lib/datadog_api_client/v2/models/fleet_agent_versions_v2_response.rb +135 -0
  429. data/lib/datadog_api_client/v2/models/fleet_agent_versions_v2_response_meta.rb +105 -0
  430. data/lib/datadog_api_client/v2/models/{fleet_agents_response_meta.rb → fleet_agents_v2_page.rb} +15 -5
  431. data/lib/datadog_api_client/v2/models/{fleet_agents_response.rb → fleet_agents_v2_response.rb} +9 -7
  432. data/lib/datadog_api_client/v2/models/fleet_agents_v2_response_meta.rb +105 -0
  433. data/lib/datadog_api_client/v2/models/{fleet_configuration_file.rb → fleet_configuration_file_v2.rb} +13 -3
  434. data/lib/datadog_api_client/v2/models/fleet_configuration_layer.rb +1 -11
  435. data/lib/datadog_api_client/v2/models/{fleet_deployment_configure_attributes.rb → fleet_deployment_configure_v2_attributes.rb} +43 -7
  436. data/lib/datadog_api_client/v2/models/{fleet_deployment_configure_create.rb → fleet_deployment_configure_v2_create.rb} +5 -5
  437. data/lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_create_request.rb +123 -0
  438. data/lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_dry_run.rb +166 -0
  439. data/lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_dry_run_attributes.rb +125 -0
  440. data/lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_dry_run_response.rb +123 -0
  441. data/lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_dry_run_result.rb +126 -0
  442. data/lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_package.rb +154 -0
  443. data/lib/datadog_api_client/v2/models/{fleet_deployment_package_upgrade_attributes.rb → fleet_deployment_package_upgrade_v2_attributes.rb} +15 -4
  444. data/lib/datadog_api_client/v2/models/{fleet_deployment_package_upgrade_create.rb → fleet_deployment_package_upgrade_v2_create.rb} +5 -5
  445. data/lib/datadog_api_client/v2/models/{fleet_deployment_package_upgrade_create_request.rb → fleet_deployment_package_upgrade_v2_create_request.rb} +5 -5
  446. data/lib/datadog_api_client/v2/models/fleet_deployment_v2.rb +165 -0
  447. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_attributes.rb +243 -0
  448. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_cancel.rb +165 -0
  449. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_cancel_attributes.rb +115 -0
  450. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_cancel_response.rb +123 -0
  451. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_create_response.rb +123 -0
  452. data/lib/datadog_api_client/v2/models/{fleet_agents_response_data.rb → fleet_deployment_v2_detail.rb} +8 -8
  453. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_detail_agent.rb +157 -0
  454. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_detail_attributes.rb +347 -0
  455. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_detail_response.rb +123 -0
  456. data/lib/datadog_api_client/v2/models/fleet_deployments_v2_page.rb +115 -0
  457. data/lib/datadog_api_client/v2/models/{fleet_deployments_response.rb → fleet_deployments_v2_response.rb} +5 -5
  458. data/lib/datadog_api_client/v2/models/fleet_deployments_v2_response_meta.rb +105 -0
  459. data/lib/datadog_api_client/v2/models/{fleet_integration_details.rb → fleet_integration_details_v2.rb} +34 -4
  460. data/lib/datadog_api_client/v2/models/{fleet_integrations_by_status.rb → fleet_integrations_by_status_v2.rb} +7 -17
  461. data/lib/datadog_api_client/v2/models/fleet_otel_collector_configuration_v2.rb +125 -0
  462. data/lib/datadog_api_client/v2/models/fleet_schedule_v2.rb +165 -0
  463. data/lib/datadog_api_client/v2/models/fleet_schedule_v2_attributes.rb +247 -0
  464. data/lib/datadog_api_client/v2/models/fleet_schedule_v2_notification_rule.rb +123 -0
  465. data/lib/datadog_api_client/v2/models/fleet_schedule_v2_recurrence_rule.rb +150 -0
  466. data/lib/datadog_api_client/v2/models/fleet_schedule_v2_response.rb +123 -0
  467. data/lib/datadog_api_client/v2/models/{fleet_deployments_page.rb → fleet_schedules_v2_page.rb} +4 -4
  468. data/lib/datadog_api_client/v2/models/fleet_schedules_v2_response.rb +135 -0
  469. data/lib/datadog_api_client/v2/models/{fleet_deployments_response_meta.rb → fleet_schedules_v2_response_meta.rb} +5 -5
  470. data/lib/datadog_api_client/v2/models/gcp_scan_options_data_attributes.rb +11 -1
  471. data/lib/datadog_api_client/v2/models/gcp_scan_options_input_update_data_attributes.rb +11 -1
  472. data/lib/datadog_api_client/v2/models/google_docs_postmortem_settings.rb +144 -0
  473. data/lib/datadog_api_client/v2/models/governance_config_attributes.rb +187 -0
  474. data/lib/datadog_api_client/v2/models/governance_config_data.rb +167 -0
  475. data/lib/datadog_api_client/v2/models/governance_config_response.rb +123 -0
  476. data/lib/datadog_api_client/v2/models/governance_console_config_resource_type.rb +26 -0
  477. data/lib/datadog_api_client/v2/models/governance_control_attributes.rb +3 -217
  478. data/lib/datadog_api_client/v2/models/governance_control_data.rb +1 -1
  479. data/lib/datadog_api_client/v2/models/governance_control_detection_assignment_source.rb +29 -0
  480. data/lib/datadog_api_client/v2/models/governance_control_detection_attributes.rb +362 -0
  481. data/lib/datadog_api_client/v2/models/governance_control_detection_data.rb +165 -0
  482. data/lib/datadog_api_client/v2/models/governance_control_detection_resource_type.rb +26 -0
  483. data/lib/datadog_api_client/v2/models/governance_control_detection_response.rb +123 -0
  484. data/lib/datadog_api_client/v2/models/governance_control_detection_state.rb +32 -0
  485. data/lib/datadog_api_client/v2/models/governance_control_detection_update_attributes.rb +135 -0
  486. data/lib/datadog_api_client/v2/models/governance_control_detection_update_data.rb +133 -0
  487. data/lib/datadog_api_client/v2/models/governance_control_detection_update_request.rb +123 -0
  488. data/lib/datadog_api_client/v2/models/governance_control_detection_update_state.rb +27 -0
  489. data/lib/datadog_api_client/v2/models/governance_control_detections_response.rb +125 -0
  490. data/lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb +8 -83
  491. data/lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb +1 -22
  492. data/lib/datadog_api_client/v2/models/governance_control_update_attributes.rb +3 -43
  493. data/lib/datadog_api_client/v2/models/governance_control_update_data.rb +1 -11
  494. data/lib/datadog_api_client/v2/models/governance_insight_attributes.rb +12 -170
  495. data/lib/datadog_api_client/v2/models/governance_insight_data.rb +3 -1
  496. data/lib/datadog_api_client/v2/models/governance_insight_directionality.rb +28 -0
  497. data/lib/datadog_api_client/v2/models/governance_insight_query_config.rb +5 -6
  498. data/lib/datadog_api_client/v2/models/governance_mitigation_request.rb +123 -0
  499. data/lib/datadog_api_client/v2/models/governance_mitigation_request_attributes.rb +166 -0
  500. data/lib/datadog_api_client/v2/models/governance_mitigation_request_data.rb +133 -0
  501. data/lib/datadog_api_client/v2/models/governance_notification_settings_attributes.rb +123 -0
  502. data/lib/datadog_api_client/v2/models/governance_notification_settings_data.rb +165 -0
  503. data/lib/datadog_api_client/v2/models/governance_notification_settings_resource_type.rb +26 -0
  504. data/lib/datadog_api_client/v2/models/governance_notification_settings_response.rb +123 -0
  505. data/lib/datadog_api_client/v2/models/governance_notification_settings_update_attributes.rb +105 -0
  506. data/lib/datadog_api_client/v2/models/governance_notification_settings_update_data.rb +133 -0
  507. data/lib/datadog_api_client/v2/models/governance_notification_settings_update_request.rb +123 -0
  508. data/lib/datadog_api_client/v2/models/historical_metrics_configuration_attributes.rb +105 -0
  509. data/lib/datadog_api_client/v2/models/historical_metrics_configuration_create_data.rb +144 -0
  510. data/lib/datadog_api_client/v2/models/historical_metrics_configuration_create_request.rb +123 -0
  511. data/lib/datadog_api_client/v2/models/historical_metrics_configuration_data.rb +125 -0
  512. data/lib/datadog_api_client/v2/models/historical_metrics_configuration_response.rb +105 -0
  513. data/lib/datadog_api_client/v2/models/historical_metrics_configuration_type.rb +26 -0
  514. data/lib/datadog_api_client/v2/models/identity_provider_attributes.rb +144 -0
  515. data/lib/datadog_api_client/v2/models/identity_provider_data.rb +165 -0
  516. data/lib/datadog_api_client/v2/models/{fleet_deployment_configure_create_request.rb → identity_provider_response.rb} +5 -5
  517. data/lib/datadog_api_client/v2/models/identity_provider_type.rb +26 -0
  518. data/lib/datadog_api_client/v2/models/identity_provider_update_attributes.rb +123 -0
  519. data/lib/datadog_api_client/v2/models/identity_provider_update_data.rb +165 -0
  520. data/lib/datadog_api_client/v2/models/identity_provider_update_request.rb +123 -0
  521. data/lib/datadog_api_client/v2/models/identity_providers_response.rb +125 -0
  522. data/lib/datadog_api_client/v2/models/incident_ai_postmortem_data_attributes_response.rb +155 -0
  523. data/lib/datadog_api_client/v2/models/incident_ai_postmortem_data_response.rb +165 -0
  524. data/lib/datadog_api_client/v2/models/incident_ai_postmortem_response.rb +123 -0
  525. data/lib/datadog_api_client/v2/models/incident_ai_postmortem_response_type.rb +26 -0
  526. data/lib/datadog_api_client/v2/models/incident_configuration_data_attributes_request.rb +135 -0
  527. data/lib/datadog_api_client/v2/models/incident_configuration_data_attributes_response.rb +205 -0
  528. data/lib/datadog_api_client/v2/models/incident_configuration_data_request.rb +133 -0
  529. data/lib/datadog_api_client/v2/models/incident_configuration_data_response.rb +175 -0
  530. data/lib/datadog_api_client/v2/models/incident_configuration_patch_data_attributes_request.rb +135 -0
  531. data/lib/datadog_api_client/v2/models/incident_configuration_patch_data_request.rb +154 -0
  532. data/lib/datadog_api_client/v2/models/incident_configuration_patch_request.rb +123 -0
  533. data/lib/datadog_api_client/v2/models/incident_configuration_relationships.rb +115 -0
  534. data/lib/datadog_api_client/v2/models/incident_configuration_request.rb +123 -0
  535. data/lib/datadog_api_client/v2/models/incident_configuration_response.rb +135 -0
  536. data/lib/datadog_api_client/v2/models/incident_configuration_type.rb +26 -0
  537. data/lib/datadog_api_client/v2/models/incident_create_on_call_page_data_attributes_request.rb +159 -0
  538. data/lib/datadog_api_client/v2/models/incident_create_on_call_page_data_request.rb +144 -0
  539. data/lib/datadog_api_client/v2/models/incident_create_on_call_page_request.rb +123 -0
  540. data/lib/datadog_api_client/v2/models/incident_create_page_from_incident_data_attributes_request.rb +169 -0
  541. data/lib/datadog_api_client/v2/models/incident_create_page_from_incident_data_request.rb +144 -0
  542. data/lib/datadog_api_client/v2/models/incident_create_page_from_incident_request.rb +123 -0
  543. data/lib/datadog_api_client/v2/models/incident_create_page_from_incident_type.rb +26 -0
  544. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_data_attributes_request.rb +186 -0
  545. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_data_attributes_response.rb +228 -0
  546. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_data_request.rb +165 -0
  547. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_data_response.rb +175 -0
  548. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_patch_data_attributes_request.rb +135 -0
  549. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_patch_data_request.rb +154 -0
  550. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_patch_request.rb +123 -0
  551. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_relationships.rb +125 -0
  552. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_relationships_request.rb +123 -0
  553. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_request.rb +123 -0
  554. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_response.rb +135 -0
  555. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_type.rb +26 -0
  556. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_data_attributes_request.rb +144 -0
  557. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_data_attributes_response.rb +175 -0
  558. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_data_request.rb +165 -0
  559. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_data_response.rb +175 -0
  560. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_patch_data_attributes_request.rb +115 -0
  561. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_patch_data_request.rb +154 -0
  562. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_patch_request.rb +123 -0
  563. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_relationships.rb +125 -0
  564. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_relationships_request.rb +123 -0
  565. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_request.rb +123 -0
  566. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_response.rb +135 -0
  567. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_type.rb +26 -0
  568. data/lib/datadog_api_client/v2/models/incident_impact_attributes.rb +0 -1
  569. data/lib/datadog_api_client/v2/models/incident_impact_create_attributes.rb +0 -1
  570. data/lib/datadog_api_client/v2/models/incident_impact_field_choice.rb +154 -0
  571. data/lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_request.rb +195 -0
  572. data/lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_response.rb +195 -0
  573. data/lib/datadog_api_client/v2/models/incident_impact_field_data_request.rb +165 -0
  574. data/lib/datadog_api_client/v2/models/incident_impact_field_data_response.rb +175 -0
  575. data/lib/datadog_api_client/v2/models/incident_impact_field_relationships.rb +125 -0
  576. data/lib/datadog_api_client/v2/models/incident_impact_field_relationships_request.rb +123 -0
  577. data/lib/datadog_api_client/v2/models/incident_impact_field_request.rb +123 -0
  578. data/lib/datadog_api_client/v2/models/incident_impact_field_response.rb +135 -0
  579. data/lib/datadog_api_client/v2/models/incident_impact_field_type.rb +26 -0
  580. data/lib/datadog_api_client/v2/models/incident_impact_field_value_type.rb +32 -0
  581. data/lib/datadog_api_client/v2/models/incident_impact_fields_response.rb +137 -0
  582. data/lib/datadog_api_client/v2/models/incident_impact_patch_attributes.rb +143 -0
  583. data/lib/datadog_api_client/v2/models/incident_impact_patch_data.rb +133 -0
  584. data/lib/datadog_api_client/v2/models/incident_impact_patch_request.rb +123 -0
  585. data/lib/datadog_api_client/v2/models/incident_on_call_page_data_attributes_request.rb +125 -0
  586. data/lib/datadog_api_client/v2/models/{fleet_agent_version.rb → incident_on_call_page_data_request.rb} +8 -8
  587. data/lib/datadog_api_client/v2/models/incident_on_call_page_link_request.rb +123 -0
  588. data/lib/datadog_api_client/v2/models/incident_on_call_page_target.rb +144 -0
  589. data/lib/datadog_api_client/v2/models/incident_on_call_page_type.rb +26 -0
  590. data/lib/datadog_api_client/v2/models/incident_org_settings_data_attributes_response.rb +165 -0
  591. data/lib/datadog_api_client/v2/models/incident_org_settings_data_response.rb +175 -0
  592. data/lib/datadog_api_client/v2/models/incident_org_settings_list_response.rb +125 -0
  593. data/lib/datadog_api_client/v2/models/incident_org_settings_relationships.rb +105 -0
  594. data/lib/datadog_api_client/v2/models/incident_org_settings_response.rb +123 -0
  595. data/lib/datadog_api_client/v2/models/incident_org_settings_type.rb +26 -0
  596. data/lib/datadog_api_client/v2/models/incident_page_role_reference.rb +144 -0
  597. data/lib/datadog_api_client/v2/models/incident_page_role_type.rb +27 -0
  598. data/lib/datadog_api_client/v2/models/incident_page_target.rb +144 -0
  599. data/lib/datadog_api_client/v2/models/incident_page_target_type.rb +28 -0
  600. data/lib/datadog_api_client/v2/models/incident_page_uuid_data_response.rb +144 -0
  601. data/lib/datadog_api_client/v2/models/incident_page_uuid_response.rb +123 -0
  602. data/lib/datadog_api_client/v2/models/incident_page_uuid_type.rb +26 -0
  603. data/lib/datadog_api_client/v2/models/incident_responder_data_attributes_response.rb +216 -0
  604. data/lib/datadog_api_client/v2/models/incident_responder_data_request.rb +144 -0
  605. data/lib/datadog_api_client/v2/models/incident_responder_data_response.rb +175 -0
  606. data/lib/datadog_api_client/v2/models/incident_responder_relationships.rb +143 -0
  607. data/lib/datadog_api_client/v2/models/incident_responder_relationships_request.rb +123 -0
  608. data/lib/datadog_api_client/v2/models/incident_responder_request.rb +123 -0
  609. data/lib/datadog_api_client/v2/models/incident_responder_response.rb +135 -0
  610. data/lib/datadog_api_client/v2/models/incident_responder_role_assignment_relationship_data.rb +144 -0
  611. data/lib/datadog_api_client/v2/models/{fleet_agents_response_data_attributes.rb → incident_responder_role_assignments_relationship.rb} +12 -12
  612. data/lib/datadog_api_client/v2/models/incident_responder_type.rb +26 -0
  613. data/lib/datadog_api_client/v2/models/incident_responder_user_relationship.rb +123 -0
  614. data/lib/datadog_api_client/v2/models/incident_responder_user_relationship_data.rb +144 -0
  615. data/lib/datadog_api_client/v2/models/incident_responders_response.rb +137 -0
  616. data/lib/datadog_api_client/v2/models/incident_rule_condition.rb +146 -0
  617. data/lib/datadog_api_client/v2/models/incident_rule_data_attributes_request.rb +278 -0
  618. data/lib/datadog_api_client/v2/models/incident_rule_data_attributes_response.rb +268 -0
  619. data/lib/datadog_api_client/v2/models/incident_rule_data_request.rb +144 -0
  620. data/lib/datadog_api_client/v2/models/incident_rule_data_response.rb +165 -0
  621. data/lib/datadog_api_client/v2/models/incident_rule_execution_type.rb +27 -0
  622. data/lib/datadog_api_client/v2/models/incident_rule_patch_data_attributes_request.rb +147 -0
  623. data/lib/datadog_api_client/v2/models/incident_rule_patch_data_request.rb +154 -0
  624. data/lib/datadog_api_client/v2/models/incident_rule_patch_request.rb +123 -0
  625. data/lib/datadog_api_client/v2/models/incident_rule_query_condition.rb +124 -0
  626. data/lib/datadog_api_client/v2/models/incident_rule_request.rb +123 -0
  627. data/lib/datadog_api_client/v2/models/incident_rule_response.rb +123 -0
  628. data/lib/datadog_api_client/v2/models/incident_rule_response_type.rb +26 -0
  629. data/lib/datadog_api_client/v2/models/incident_rule_task_id_type.rb +37 -0
  630. data/lib/datadog_api_client/v2/models/incident_rule_trigger_type.rb +28 -0
  631. data/lib/datadog_api_client/v2/models/incident_rule_type.rb +26 -0
  632. data/lib/datadog_api_client/v2/models/{fleet_schedules_response.rb → incident_rules_response.rb} +5 -5
  633. data/lib/datadog_api_client/v2/models/incident_service_now_record_data_attributes_request.rb +175 -0
  634. data/lib/datadog_api_client/v2/models/incident_service_now_record_data_request.rb +144 -0
  635. data/lib/datadog_api_client/v2/models/incident_service_now_record_prompt_type.rb +26 -0
  636. data/lib/datadog_api_client/v2/models/incident_service_now_record_request.rb +123 -0
  637. data/lib/datadog_api_client/v2/models/incident_timestamp_override_data_attributes_request.rb +144 -0
  638. data/lib/datadog_api_client/v2/models/incident_timestamp_override_data_attributes_response.rb +225 -0
  639. data/lib/datadog_api_client/v2/models/incident_timestamp_override_data_request.rb +144 -0
  640. data/lib/datadog_api_client/v2/models/incident_timestamp_override_data_response.rb +175 -0
  641. data/lib/datadog_api_client/v2/models/incident_timestamp_override_patch_data_attributes_request.rb +123 -0
  642. data/lib/datadog_api_client/v2/models/incident_timestamp_override_patch_data_request.rb +154 -0
  643. data/lib/datadog_api_client/v2/models/incident_timestamp_override_patch_request.rb +123 -0
  644. data/lib/datadog_api_client/v2/models/incident_timestamp_override_relationships.rb +115 -0
  645. data/lib/datadog_api_client/v2/models/incident_timestamp_override_request.rb +123 -0
  646. data/lib/datadog_api_client/v2/models/incident_timestamp_override_response.rb +135 -0
  647. data/lib/datadog_api_client/v2/models/incident_timestamp_override_type.rb +26 -0
  648. data/lib/datadog_api_client/v2/models/incident_timestamp_overrides_response.rb +137 -0
  649. data/lib/datadog_api_client/v2/models/incident_timestamp_type.rb +28 -0
  650. data/lib/datadog_api_client/v2/models/incident_type_attributes.rb +11 -1
  651. data/lib/datadog_api_client/v2/models/incident_type_configuration.rb +175 -0
  652. data/lib/datadog_api_client/v2/models/incident_type_slug_source.rb +27 -0
  653. data/lib/datadog_api_client/v2/models/incident_type_update_attributes.rb +11 -1
  654. data/lib/datadog_api_client/v2/models/incident_user_defined_field_attributes_response.rb +1 -54
  655. data/lib/datadog_api_client/v2/models/incident_user_defined_role_data_attributes_request.rb +151 -0
  656. data/lib/datadog_api_client/v2/models/incident_user_defined_role_data_attributes_response.rb +204 -0
  657. data/lib/datadog_api_client/v2/models/incident_user_defined_role_data_request.rb +165 -0
  658. data/lib/datadog_api_client/v2/models/incident_user_defined_role_data_response.rb +175 -0
  659. data/lib/datadog_api_client/v2/models/incident_user_defined_role_incident_type_relationship.rb +123 -0
  660. data/lib/datadog_api_client/v2/models/incident_user_defined_role_incident_type_relationship_data.rb +144 -0
  661. data/lib/datadog_api_client/v2/models/incident_user_defined_role_included_item.rb +63 -0
  662. data/lib/datadog_api_client/v2/models/incident_user_defined_role_patch_data_attributes_request.rb +133 -0
  663. data/lib/datadog_api_client/v2/models/incident_user_defined_role_patch_data_request.rb +154 -0
  664. data/lib/datadog_api_client/v2/models/incident_user_defined_role_patch_request.rb +123 -0
  665. data/lib/datadog_api_client/v2/models/incident_user_defined_role_policy.rb +123 -0
  666. data/lib/datadog_api_client/v2/models/incident_user_defined_role_relationships_request.rb +123 -0
  667. data/lib/datadog_api_client/v2/models/incident_user_defined_role_relationships_response.rb +125 -0
  668. data/lib/datadog_api_client/v2/models/incident_user_defined_role_request.rb +123 -0
  669. data/lib/datadog_api_client/v2/models/incident_user_defined_role_response.rb +135 -0
  670. data/lib/datadog_api_client/v2/models/incident_user_defined_role_type.rb +26 -0
  671. data/lib/datadog_api_client/v2/models/incident_user_defined_roles_response.rb +137 -0
  672. data/lib/datadog_api_client/v2/models/linear_issues_data_type.rb +26 -0
  673. data/lib/datadog_api_client/v2/models/list_rows_response.rb +13 -3
  674. data/lib/datadog_api_client/v2/models/list_rows_response_meta.rb +105 -0
  675. data/lib/datadog_api_client/v2/models/list_rows_response_meta_page.rb +105 -0
  676. data/lib/datadog_api_client/v2/models/llm_obs_create_prompt_data.rb +144 -0
  677. data/lib/datadog_api_client/v2/models/llm_obs_create_prompt_data_attributes.rb +202 -0
  678. data/lib/datadog_api_client/v2/models/llm_obs_create_prompt_request.rb +123 -0
  679. data/lib/datadog_api_client/v2/models/llm_obs_create_prompt_version_data.rb +144 -0
  680. data/lib/datadog_api_client/v2/models/llm_obs_create_prompt_version_data_attributes.rb +167 -0
  681. data/lib/datadog_api_client/v2/models/llm_obs_create_prompt_version_request.rb +123 -0
  682. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_bedrock_options.rb +11 -1
  683. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_list_response.rb +125 -0
  684. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_llm_judge_config.rb +36 -3
  685. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_parsing_type.rb +1 -0
  686. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_target.rb +13 -1
  687. data/lib/datadog_api_client/v2/models/llm_obs_deleted_prompt_data.rb +165 -0
  688. data/lib/datadog_api_client/v2/models/llm_obs_deleted_prompt_data_attributes.rb +144 -0
  689. data/lib/datadog_api_client/v2/models/llm_obs_deleted_prompt_response.rb +123 -0
  690. data/lib/datadog_api_client/v2/models/llm_obs_prompt_chat_message.rb +144 -0
  691. data/lib/datadog_api_client/v2/models/llm_obs_prompt_data.rb +165 -0
  692. data/lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb +323 -0
  693. data/lib/datadog_api_client/v2/models/llm_obs_prompt_dataset.rb +133 -0
  694. data/lib/datadog_api_client/v2/models/llm_obs_prompt_response.rb +123 -0
  695. data/lib/datadog_api_client/v2/models/llm_obs_prompt_response_source.rb +27 -0
  696. data/lib/datadog_api_client/v2/models/llm_obs_prompt_sdk_data.rb +165 -0
  697. data/lib/datadog_api_client/v2/models/llm_obs_prompt_sdk_data_attributes.rb +159 -0
  698. data/lib/datadog_api_client/v2/models/llm_obs_prompt_sdk_response.rb +123 -0
  699. data/lib/datadog_api_client/v2/models/llm_obs_prompt_template.rb +63 -0
  700. data/lib/datadog_api_client/v2/models/llm_obs_prompt_type.rb +26 -0
  701. data/lib/datadog_api_client/v2/models/llm_obs_prompt_version_data.rb +165 -0
  702. data/lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb +308 -0
  703. data/lib/datadog_api_client/v2/models/llm_obs_prompt_version_label.rb +27 -0
  704. data/lib/datadog_api_client/v2/models/llm_obs_prompt_version_list_data.rb +165 -0
  705. data/lib/datadog_api_client/v2/models/llm_obs_prompt_version_list_data_attributes.rb +287 -0
  706. data/lib/datadog_api_client/v2/models/llm_obs_prompt_version_response.rb +123 -0
  707. data/lib/datadog_api_client/v2/models/llm_obs_prompt_version_type.rb +26 -0
  708. data/lib/datadog_api_client/v2/models/llm_obs_prompt_versions_response.rb +125 -0
  709. data/lib/datadog_api_client/v2/models/{fleet_agent_versions_response.rb → llm_obs_prompts_response.rb} +5 -5
  710. data/lib/datadog_api_client/v2/models/llm_obs_update_prompt_data.rb +144 -0
  711. data/lib/datadog_api_client/v2/models/llm_obs_update_prompt_data_attributes.rb +90 -0
  712. data/lib/datadog_api_client/v2/models/llm_obs_update_prompt_request.rb +123 -0
  713. data/lib/datadog_api_client/v2/models/llm_obs_update_prompt_version_data.rb +144 -0
  714. data/lib/datadog_api_client/v2/models/llm_obs_update_prompt_version_data_attributes.rb +104 -0
  715. data/lib/datadog_api_client/v2/models/llm_obs_update_prompt_version_request.rb +123 -0
  716. data/lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb +1 -1
  717. data/lib/datadog_api_client/v2/models/logs_archive_integration_s3.rb +36 -117
  718. data/lib/datadog_api_client/v2/models/logs_archive_integration_s3_access_key.rb +123 -0
  719. data/lib/datadog_api_client/v2/models/logs_archive_integration_s3_role.rb +144 -0
  720. data/lib/datadog_api_client/v2/models/maintenance_data_relationships.rb +13 -3
  721. data/lib/datadog_api_client/v2/models/maintenance_data_relationships_template.rb +123 -0
  722. data/lib/datadog_api_client/v2/models/maintenance_data_relationships_template_data.rb +144 -0
  723. data/lib/datadog_api_client/v2/models/maintenance_template.rb +117 -0
  724. data/lib/datadog_api_client/v2/models/maintenance_template_array.rb +137 -0
  725. data/lib/datadog_api_client/v2/models/maintenance_template_data.rb +153 -0
  726. data/lib/datadog_api_client/v2/models/maintenance_template_data_attributes.rb +177 -0
  727. data/lib/datadog_api_client/v2/models/maintenance_template_data_relationships.rb +125 -0
  728. data/lib/datadog_api_client/v2/models/maintenance_template_data_relationships_created_by_user.rb +123 -0
  729. data/lib/datadog_api_client/v2/models/maintenance_template_data_relationships_created_by_user_data.rb +144 -0
  730. data/lib/datadog_api_client/v2/models/maintenance_template_data_relationships_last_modified_by_user.rb +123 -0
  731. data/lib/datadog_api_client/v2/models/maintenance_template_data_relationships_last_modified_by_user_data.rb +144 -0
  732. data/lib/datadog_api_client/v2/models/maintenance_template_data_relationships_status_page.rb +123 -0
  733. data/lib/datadog_api_client/v2/models/maintenance_template_data_relationships_status_page_data.rb +144 -0
  734. data/lib/datadog_api_client/v2/models/notification_rule_preview_result.rb +1 -1
  735. data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_destination.rb +22 -1
  736. data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_destination_server_side_encryption.rb +27 -0
  737. data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_generic_destination.rb +22 -1
  738. data/lib/datadog_api_client/v2/models/observability_pipeline_client_tls.rb +178 -0
  739. data/lib/datadog_api_client/v2/models/observability_pipeline_cloud_prem_destination.rb +1 -1
  740. data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination.rb +1 -1
  741. data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_source.rb +1 -1
  742. data/lib/datadog_api_client/v2/models/observability_pipeline_parse_grok_processor.rb +13 -3
  743. data/lib/datadog_api_client/v2/models/observability_pipeline_parse_grok_processor_include_rule.rb +160 -0
  744. data/lib/datadog_api_client/v2/models/observability_pipeline_parse_grok_processor_rule_item.rb +63 -0
  745. data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination.rb +1 -1
  746. data/lib/datadog_api_client/v2/models/observability_pipeline_syslog_ng_destination.rb +1 -1
  747. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor.rb +22 -1
  748. data/lib/datadog_api_client/v2/models/{observability_pipeline_tag_cardinality_limit_processor_per_tag_mode.rb → observability_pipeline_tag_cardinality_limit_processor_override_type.rb} +2 -2
  749. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_per_metric_limit.rb +16 -16
  750. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_per_tag_limit.rb +15 -15
  751. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_tracking_mode.rb +123 -0
  752. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_tracking_mode_mode.rb +27 -0
  753. data/lib/datadog_api_client/v2/models/org_authorized_client_attributes.rb +162 -0
  754. data/lib/datadog_api_client/v2/models/org_authorized_client_data.rb +186 -0
  755. data/lib/datadog_api_client/v2/models/org_authorized_client_relationship_o_auth2_client.rb +123 -0
  756. data/lib/datadog_api_client/v2/models/org_authorized_client_relationship_o_auth2_client_data.rb +144 -0
  757. data/lib/datadog_api_client/v2/models/org_authorized_client_relationship_o_auth2_client_data_type.rb +26 -0
  758. data/lib/datadog_api_client/v2/models/org_authorized_client_relationship_user_authorized_clients.rb +146 -0
  759. data/lib/datadog_api_client/v2/models/org_authorized_client_relationship_user_authorized_clients_data.rb +144 -0
  760. data/lib/datadog_api_client/v2/models/org_authorized_client_relationship_user_authorized_clients_data_type.rb +26 -0
  761. data/lib/datadog_api_client/v2/models/org_authorized_client_relationship_user_authorized_clients_links.rb +123 -0
  762. data/lib/datadog_api_client/v2/models/org_authorized_client_relationships.rb +144 -0
  763. data/lib/datadog_api_client/v2/models/org_authorized_client_response.rb +123 -0
  764. data/lib/datadog_api_client/v2/models/org_authorized_client_type.rb +26 -0
  765. data/lib/datadog_api_client/v2/models/org_authorized_client_update_attributes.rb +105 -0
  766. data/lib/datadog_api_client/v2/models/org_authorized_client_update_data.rb +154 -0
  767. data/lib/datadog_api_client/v2/models/org_authorized_client_update_request.rb +123 -0
  768. data/lib/datadog_api_client/v2/models/org_authorized_client_user_authorizations_sort.rb +28 -0
  769. data/lib/datadog_api_client/v2/models/org_authorized_clients_response.rb +146 -0
  770. data/lib/datadog_api_client/v2/models/org_group_policy_suggestion_attributes.rb +194 -0
  771. data/lib/datadog_api_client/v2/models/org_group_policy_suggestion_data.rb +175 -0
  772. data/lib/datadog_api_client/v2/models/org_group_policy_suggestion_list_response.rb +125 -0
  773. data/lib/datadog_api_client/v2/models/org_group_policy_suggestion_relationships.rb +105 -0
  774. data/lib/datadog_api_client/v2/models/org_group_policy_suggestion_status.rb +28 -0
  775. data/lib/datadog_api_client/v2/models/org_group_policy_suggestion_type.rb +26 -0
  776. data/lib/datadog_api_client/v2/models/ownership_confidence_level.rb +28 -0
  777. data/lib/datadog_api_client/v2/models/ownership_settings_attributes.rb +165 -0
  778. data/lib/datadog_api_client/v2/models/ownership_settings_data.rb +165 -0
  779. data/lib/datadog_api_client/v2/models/ownership_settings_request.rb +123 -0
  780. data/lib/datadog_api_client/v2/models/ownership_settings_request_attributes.rb +144 -0
  781. data/lib/datadog_api_client/v2/models/ownership_settings_request_data.rb +144 -0
  782. data/lib/datadog_api_client/v2/models/ownership_settings_response.rb +123 -0
  783. data/lib/datadog_api_client/v2/models/ownership_settings_type.rb +26 -0
  784. data/lib/datadog_api_client/v2/models/ownership_untagged_findings_attributes.rb +186 -0
  785. data/lib/datadog_api_client/v2/models/ownership_untagged_findings_data.rb +165 -0
  786. data/lib/datadog_api_client/v2/models/ownership_untagged_findings_response.rb +123 -0
  787. data/lib/datadog_api_client/v2/models/ownership_untagged_findings_type.rb +26 -0
  788. data/lib/datadog_api_client/v2/models/patch_degradation_request_data.rb +11 -1
  789. data/lib/datadog_api_client/v2/models/patch_degradation_request_data_relationships.rb +105 -0
  790. data/lib/datadog_api_client/v2/models/patch_degradation_request_data_relationships_template.rb +123 -0
  791. data/lib/datadog_api_client/v2/models/patch_degradation_request_data_relationships_template_data.rb +144 -0
  792. data/lib/datadog_api_client/v2/models/patch_degradation_template_request.rb +105 -0
  793. data/lib/datadog_api_client/v2/models/patch_degradation_template_request_data.rb +154 -0
  794. data/lib/datadog_api_client/v2/models/patch_degradation_template_request_data_attributes.rb +139 -0
  795. data/lib/datadog_api_client/v2/models/patch_degradation_template_request_data_attributes_components_affected_items.rb +154 -0
  796. data/lib/datadog_api_client/v2/models/patch_degradation_template_request_data_attributes_components_affected_items_status.rb +29 -0
  797. data/lib/datadog_api_client/v2/models/patch_degradation_template_request_data_attributes_updates_items.rb +133 -0
  798. data/lib/datadog_api_client/v2/models/patch_degradation_template_request_data_type.rb +26 -0
  799. data/lib/datadog_api_client/v2/models/patch_maintenance_request_data.rb +11 -1
  800. data/lib/datadog_api_client/v2/models/patch_maintenance_request_data_relationships.rb +105 -0
  801. data/lib/datadog_api_client/v2/models/patch_maintenance_request_data_relationships_template.rb +123 -0
  802. data/lib/datadog_api_client/v2/models/patch_maintenance_request_data_relationships_template_data.rb +144 -0
  803. data/lib/datadog_api_client/v2/models/patch_maintenance_template_request.rb +105 -0
  804. data/lib/datadog_api_client/v2/models/patch_maintenance_template_request_data.rb +154 -0
  805. data/lib/datadog_api_client/v2/models/patch_maintenance_template_request_data_attributes.rb +157 -0
  806. data/lib/datadog_api_client/v2/models/patch_maintenance_template_request_data_type.rb +26 -0
  807. data/lib/datadog_api_client/v2/models/postmortem_template_attributes_request.rb +60 -2
  808. data/lib/datadog_api_client/v2/models/postmortem_template_attributes_response.rb +84 -4
  809. data/lib/datadog_api_client/v2/models/postmortem_template_create_relationships.rb +105 -0
  810. data/lib/datadog_api_client/v2/models/postmortem_template_data_request.rb +22 -2
  811. data/lib/datadog_api_client/v2/models/postmortem_template_data_response.rb +13 -3
  812. data/lib/datadog_api_client/v2/models/postmortem_template_incident_type_relationship.rb +123 -0
  813. data/lib/datadog_api_client/v2/models/postmortem_template_incident_type_relationship_data.rb +144 -0
  814. data/lib/datadog_api_client/v2/models/postmortem_template_location.rb +28 -0
  815. data/lib/datadog_api_client/v2/models/postmortem_template_response_relationships.rb +115 -0
  816. data/lib/datadog_api_client/v2/models/postmortem_template_type.rb +2 -1
  817. data/lib/datadog_api_client/v2/models/postmortem_template_user_relationship.rb +123 -0
  818. data/lib/datadog_api_client/v2/models/postmortem_template_user_relationship_data.rb +144 -0
  819. data/lib/datadog_api_client/v2/models/print_report_request.rb +123 -0
  820. data/lib/datadog_api_client/v2/models/print_report_request_attributes.rb +222 -0
  821. data/lib/datadog_api_client/v2/models/print_report_request_data.rb +145 -0
  822. data/lib/datadog_api_client/v2/models/print_report_response.rb +123 -0
  823. data/lib/datadog_api_client/v2/models/print_report_response_attributes.rb +261 -0
  824. data/lib/datadog_api_client/v2/models/print_report_response_data.rb +165 -0
  825. data/lib/datadog_api_client/v2/models/print_report_type.rb +26 -0
  826. data/lib/datadog_api_client/v2/models/rule_types_items.rb +2 -1
  827. data/lib/datadog_api_client/v2/models/rum_config_attributes.rb +214 -0
  828. data/lib/datadog_api_client/v2/models/rum_config_create_attributes.rb +123 -0
  829. data/lib/datadog_api_client/v2/models/rum_config_create_data.rb +144 -0
  830. data/lib/datadog_api_client/v2/models/rum_config_create_request.rb +123 -0
  831. data/lib/datadog_api_client/v2/models/rum_config_data.rb +165 -0
  832. data/lib/datadog_api_client/v2/models/rum_config_response.rb +123 -0
  833. data/lib/datadog_api_client/v2/models/rum_config_type.rb +26 -0
  834. data/lib/datadog_api_client/v2/models/rum_config_update_attributes.rb +123 -0
  835. data/lib/datadog_api_client/v2/models/rum_config_update_data.rb +144 -0
  836. data/lib/datadog_api_client/v2/models/rum_config_update_request.rb +123 -0
  837. data/lib/datadog_api_client/v2/models/rum_operation_create_request.rb +123 -0
  838. data/lib/datadog_api_client/v2/models/rum_operation_create_request_data.rb +144 -0
  839. data/lib/datadog_api_client/v2/models/rum_operation_journey_composite_rule.rb +178 -0
  840. data/lib/datadog_api_client/v2/models/rum_operation_journey_composite_rule_kind.rb +28 -0
  841. data/lib/datadog_api_client/v2/models/rum_operation_journey_node.rb +133 -0
  842. data/lib/datadog_api_client/v2/models/rum_operation_journey_predicate.rb +123 -0
  843. data/lib/datadog_api_client/v2/models/rum_operation_journey_rum.rb +125 -0
  844. data/lib/datadog_api_client/v2/models/rum_operation_journey_step.rb +147 -0
  845. data/lib/datadog_api_client/v2/models/rum_operation_journey_step_type.rb +30 -0
  846. data/lib/datadog_api_client/v2/models/rum_operation_request_attributes.rb +228 -0
  847. data/lib/datadog_api_client/v2/models/rum_operation_response.rb +123 -0
  848. data/lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb +280 -0
  849. data/lib/datadog_api_client/v2/models/rum_operation_response_data.rb +165 -0
  850. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_create_request.rb +123 -0
  851. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_create_request_attributes.rb +195 -0
  852. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_create_request_data.rb +144 -0
  853. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_response.rb +123 -0
  854. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_response_attributes.rb +216 -0
  855. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_response_data.rb +165 -0
  856. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_status.rb +28 -0
  857. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_type.rb +26 -0
  858. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_update_request.rb +123 -0
  859. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_update_request_attributes.rb +123 -0
  860. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_update_request_data.rb +144 -0
  861. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_update_status.rb +27 -0
  862. data/lib/datadog_api_client/v2/models/rum_operation_strong_links_list_response.rb +135 -0
  863. data/lib/datadog_api_client/v2/models/rum_operation_strong_links_list_response_meta.rb +125 -0
  864. data/lib/datadog_api_client/v2/models/rum_operation_type.rb +26 -0
  865. data/lib/datadog_api_client/v2/models/rum_operation_update_request.rb +123 -0
  866. data/lib/datadog_api_client/v2/models/rum_operation_update_request_data.rb +165 -0
  867. data/lib/datadog_api_client/v2/models/rum_operation_user.rb +135 -0
  868. data/lib/datadog_api_client/v2/models/rum_operations_list_response.rb +135 -0
  869. data/lib/datadog_api_client/v2/models/rum_operations_list_response_meta.rb +105 -0
  870. data/lib/datadog_api_client/v2/models/rum_operations_list_response_meta_page.rb +184 -0
  871. data/lib/datadog_api_client/v2/models/schedule_data_attributes.rb +13 -1
  872. data/lib/datadog_api_client/v2/models/schedule_on_call_responder_data.rb +153 -0
  873. data/lib/datadog_api_client/v2/models/schedule_on_call_responder_data_attributes.rb +105 -0
  874. data/lib/datadog_api_client/v2/models/schedule_on_call_responder_data_relationships.rb +105 -0
  875. data/lib/datadog_api_client/v2/models/schedule_on_call_responder_data_relationships_shifts.rb +107 -0
  876. data/lib/datadog_api_client/v2/models/schedule_on_call_responder_data_relationships_shifts_data_items.rb +144 -0
  877. data/lib/datadog_api_client/v2/models/schedule_on_call_responder_data_relationships_shifts_data_items_type.rb +26 -0
  878. data/lib/datadog_api_client/v2/models/schedule_on_call_responder_data_type.rb +26 -0
  879. data/lib/datadog_api_client/v2/models/schedule_on_call_responders.rb +117 -0
  880. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data.rb +153 -0
  881. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_attributes.rb +105 -0
  882. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships.rb +115 -0
  883. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_responders.rb +107 -0
  884. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_responders_data_items.rb +144 -0
  885. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_responders_data_items_type.rb +26 -0
  886. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_schedule.rb +105 -0
  887. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_schedule_data.rb +144 -0
  888. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_schedule_data_type.rb +26 -0
  889. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_type.rb +26 -0
  890. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_included.rb +65 -0
  891. data/lib/datadog_api_client/v2/models/schedule_trigger.rb +11 -1
  892. data/lib/datadog_api_client/v2/models/schedule_trigger_overlap_behavior.rb +27 -0
  893. data/lib/datadog_api_client/v2/models/security_monitoring_azure_app_registration.rb +207 -0
  894. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_app_sec_details.rb +123 -0
  895. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_app_sec_details_type.rb +26 -0
  896. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_audit_details.rb +123 -0
  897. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_audit_details_type.rb +26 -0
  898. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_entity_details.rb +144 -0
  899. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_entity_details_type.rb +26 -0
  900. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_logs_details.rb +250 -0
  901. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_onboarding_details.rb +154 -0
  902. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_onboarding_details_type.rb +26 -0
  903. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_attributes.rb +28 -122
  904. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_data.rb +1 -1
  905. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_details.rb +53 -0
  906. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_meta.rb +24 -3
  907. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_states_response.rb +1 -1
  908. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_status.rb +1 -0
  909. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_threat_intel_details.rb +186 -0
  910. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_threat_intel_details_type.rb +26 -0
  911. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_vulnerability_details.rb +186 -0
  912. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_vulnerability_details_type.rb +26 -0
  913. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb +21 -1
  914. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_create_attributes.rb +11 -1
  915. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_update_attributes.rb +11 -1
  916. data/lib/datadog_api_client/v2/models/security_monitoring_crowd_strike_integration_config_create_attributes.rb +196 -0
  917. data/lib/datadog_api_client/v2/models/security_monitoring_crowd_strike_integration_config_update_attributes.rb +173 -0
  918. data/lib/datadog_api_client/v2/models/security_monitoring_crowd_strike_integration_credentials_validate_attributes.rb +165 -0
  919. data/lib/datadog_api_client/v2/models/security_monitoring_entra_id_azure_app_registrations_attributes.rb +176 -0
  920. data/lib/datadog_api_client/v2/models/security_monitoring_entra_id_azure_app_registrations_data.rb +165 -0
  921. data/lib/datadog_api_client/v2/models/security_monitoring_entra_id_azure_app_registrations_resource_type.rb +26 -0
  922. data/lib/datadog_api_client/v2/models/security_monitoring_entra_id_azure_app_registrations_response.rb +123 -0
  923. data/lib/datadog_api_client/v2/models/security_monitoring_entra_id_integration_config_create_attributes.rb +175 -0
  924. data/lib/datadog_api_client/v2/models/security_monitoring_entra_id_integration_config_update_attributes.rb +163 -0
  925. data/lib/datadog_api_client/v2/models/security_monitoring_entra_id_integration_credentials_validate_attributes.rb +144 -0
  926. data/lib/datadog_api_client/v2/models/security_monitoring_google_workspace_integration_config_create_attributes.rb +196 -0
  927. data/lib/datadog_api_client/v2/models/security_monitoring_google_workspace_integration_config_update_attributes.rb +173 -0
  928. data/lib/datadog_api_client/v2/models/security_monitoring_google_workspace_integration_credentials_validate_attributes.rb +165 -0
  929. data/lib/datadog_api_client/v2/models/security_monitoring_integration_activate_attributes.rb +125 -0
  930. data/lib/datadog_api_client/v2/models/security_monitoring_integration_activate_data.rb +115 -0
  931. data/lib/datadog_api_client/v2/models/security_monitoring_integration_activate_request.rb +105 -0
  932. data/lib/datadog_api_client/v2/models/security_monitoring_integration_activate_resource_type.rb +26 -0
  933. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_attributes.rb +26 -172
  934. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_crowd_strike_secrets.rb +144 -0
  935. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_google_workspace_secrets.rb +133 -0
  936. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_google_workspace_service_account.rb +186 -0
  937. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_okta_secrets.rb +123 -0
  938. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_sentinel_one_secrets.rb +123 -0
  939. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_attributes.rb +27 -132
  940. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_data.rb +1 -1
  941. data/lib/datadog_api_client/v2/models/security_monitoring_integration_credentials_validate_attributes.rb +26 -141
  942. data/lib/datadog_api_client/v2/models/security_monitoring_integration_type.rb +2 -0
  943. data/lib/datadog_api_client/v2/models/security_monitoring_integration_type_crowd_strike.rb +26 -0
  944. data/lib/datadog_api_client/v2/models/security_monitoring_integration_type_entra_id.rb +26 -0
  945. data/lib/datadog_api_client/v2/models/security_monitoring_integration_type_google_workspace.rb +26 -0
  946. data/lib/datadog_api_client/v2/models/security_monitoring_integration_type_okta.rb +26 -0
  947. data/lib/datadog_api_client/v2/models/security_monitoring_integration_type_sentinel_one.rb +26 -0
  948. data/lib/datadog_api_client/v2/models/security_monitoring_okta_integration_config_create_attributes.rb +196 -0
  949. data/lib/datadog_api_client/v2/models/security_monitoring_okta_integration_config_update_attributes.rb +173 -0
  950. data/lib/datadog_api_client/v2/models/security_monitoring_okta_integration_credentials_validate_attributes.rb +165 -0
  951. data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_data.rb +11 -1
  952. data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_response.rb +8 -22
  953. data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_response_attributes.rb +119 -0
  954. data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_response_data.rb +125 -0
  955. data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_response_data_type.rb +26 -0
  956. data/lib/datadog_api_client/v2/models/security_monitoring_sentinel_one_integration_config_create_attributes.rb +196 -0
  957. data/lib/datadog_api_client/v2/models/security_monitoring_sentinel_one_integration_config_update_attributes.rb +173 -0
  958. data/lib/datadog_api_client/v2/models/security_monitoring_sentinel_one_integration_credentials_validate_attributes.rb +165 -0
  959. data/lib/datadog_api_client/v2/models/security_monitoring_sku.rb +2 -0
  960. data/lib/datadog_api_client/v2/models/tag_indexing_rule_dynamic_tags.rb +48 -2
  961. data/lib/datadog_api_client/v2/models/tag_indexing_rule_options_data.rb +9 -1
  962. data/lib/datadog_api_client/v2/models/update_flaky_tests_request_test.rb +4 -1
  963. data/lib/datadog_api_client/v2/models/update_flaky_tests_response_result.rb +3 -1
  964. data/lib/datadog_api_client/v2/models/update_user_identity_providers_request.rb +125 -0
  965. data/lib/datadog_api_client/v2/models/user_authorized_client_attributes.rb +204 -0
  966. data/lib/datadog_api_client/v2/models/user_authorized_client_data.rb +186 -0
  967. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_o_auth2_client.rb +123 -0
  968. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_o_auth2_client_data.rb +144 -0
  969. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_o_auth2_client_data_type.rb +26 -0
  970. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_scope_data.rb +144 -0
  971. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_scope_data_type.rb +26 -0
  972. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_scopes.rb +125 -0
  973. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_user.rb +123 -0
  974. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_user_data.rb +144 -0
  975. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_user_data_type.rb +26 -0
  976. data/lib/datadog_api_client/v2/models/user_authorized_client_relationships.rb +165 -0
  977. data/lib/datadog_api_client/v2/models/user_authorized_client_response.rb +123 -0
  978. data/lib/datadog_api_client/v2/models/user_authorized_client_type.rb +26 -0
  979. data/lib/datadog_api_client/v2/models/user_authorized_clients_response.rb +146 -0
  980. data/lib/datadog_api_client/v2/models/user_override_identity_provider_attributes.rb +123 -0
  981. data/lib/datadog_api_client/v2/models/user_override_identity_provider_data.rb +165 -0
  982. data/lib/datadog_api_client/v2/models/user_override_identity_provider_data_type.rb +26 -0
  983. data/lib/datadog_api_client/v2/models/user_override_identity_providers_response.rb +125 -0
  984. data/lib/datadog_api_client/v2/models/user_relationship_identity_provider_data.rb +144 -0
  985. data/lib/datadog_api_client/v2/models/user_relationship_identity_provider_data_type.rb +26 -0
  986. data/lib/datadog_api_client/version.rb +1 -1
  987. data/spec/v1/deserialization_spec.rb +23 -0
  988. metadata +770 -51
  989. data/examples/v2/fleet-automation/CancelFleetDeployment.rb +0 -8
  990. data/examples/v2/fleet-automation/CreateFleetDeploymentConfigure.rb +0 -26
  991. data/examples/v2/fleet-automation/GetFleetAgentInfo.rb +0 -8
  992. data/examples/v2/fleet-automation/GetFleetDeployment.rb +0 -8
  993. data/examples/v2/fleet-automation/GetFleetSchedule.rb +0 -8
  994. data/examples/v2/fleet-automation/ListFleetAgentVersions.rb +0 -8
  995. data/examples/v2/fleet-automation/ListFleetAgents.rb +0 -8
  996. data/examples/v2/fleet-automation/ListFleetDeployments.rb +0 -8
  997. data/examples/v2/fleet-automation/ListFleetSchedules.rb +0 -8
  998. data/lib/datadog_api_client/v2/api/governance_insights_api.rb +0 -101
  999. data/lib/datadog_api_client/v2/models/governance_best_practice_definition.rb +0 -379
@@ -1443,6 +1443,10 @@ components:
1443
1443
  format: date-time
1444
1444
  readOnly: true
1445
1445
  type: string
1446
+ default_timeframe:
1447
+ $ref: "#/components/schemas/DashboardDefaultTimeframeSetting"
1448
+ description: The default timeframe applied when opening the dashboard. Set to `null` to clear.
1449
+ nullable: true
1446
1450
  description:
1447
1451
  description: Description of the dashboard.
1448
1452
  nullable: true
@@ -1557,6 +1561,11 @@ components:
1557
1561
  required:
1558
1562
  - data
1559
1563
  type: object
1564
+ DashboardDefaultTimeframeSetting:
1565
+ description: The default timeframe applied when opening the dashboard. Set to `null` to clear the dashboard's default timeframe.
1566
+ oneOf:
1567
+ - $ref: "#/components/schemas/DashboardLiveTimeframe"
1568
+ - $ref: "#/components/schemas/DashboardFixedTimeframe"
1560
1569
  DashboardDeleteResponse:
1561
1570
  description: Response from the delete dashboard call.
1562
1571
  properties:
@@ -1564,6 +1573,36 @@ components:
1564
1573
  description: ID of the deleted dashboard.
1565
1574
  type: string
1566
1575
  type: object
1576
+ DashboardFixedTimeframe:
1577
+ description: A fixed dashboard timeframe.
1578
+ properties:
1579
+ from:
1580
+ description: Start time in milliseconds since epoch.
1581
+ example: 1712080128000
1582
+ format: int64
1583
+ minimum: 0
1584
+ type: integer
1585
+ to:
1586
+ description: End time in milliseconds since epoch.
1587
+ example: 1712083128000
1588
+ format: int64
1589
+ minimum: 0
1590
+ type: integer
1591
+ type:
1592
+ $ref: "#/components/schemas/DashboardFixedTimeframeType"
1593
+ required:
1594
+ - type
1595
+ - from
1596
+ - to
1597
+ type: object
1598
+ DashboardFixedTimeframeType:
1599
+ description: Type of fixed timeframe.
1600
+ enum:
1601
+ - fixed
1602
+ example: fixed
1603
+ type: string
1604
+ x-enum-varnames:
1605
+ - FIXED
1567
1606
  DashboardGlobalTime:
1568
1607
  description: Object containing the live span selection for the dashboard.
1569
1608
  properties:
@@ -1672,6 +1711,32 @@ components:
1672
1711
  $ref: "#/components/schemas/DashboardList"
1673
1712
  type: array
1674
1713
  type: object
1714
+ DashboardLiveTimeframe:
1715
+ description: A live dashboard timeframe.
1716
+ properties:
1717
+ type:
1718
+ $ref: "#/components/schemas/DashboardLiveTimeframeType"
1719
+ unit:
1720
+ $ref: "#/components/schemas/WidgetLiveSpanUnit"
1721
+ value:
1722
+ description: Value of the live timeframe span.
1723
+ example: 4
1724
+ format: int64
1725
+ minimum: 1
1726
+ type: integer
1727
+ required:
1728
+ - type
1729
+ - value
1730
+ - unit
1731
+ type: object
1732
+ DashboardLiveTimeframeType:
1733
+ description: Type of live timeframe.
1734
+ enum:
1735
+ - live
1736
+ example: live
1737
+ type: string
1738
+ x-enum-varnames:
1739
+ - LIVE
1675
1740
  DashboardReflowType:
1676
1741
  description: |-
1677
1742
  Reflow type for a **new dashboard layout** dashboard. Set this only when layout type is 'ordered'.
@@ -1904,6 +1969,67 @@ components:
1904
1969
  type: string
1905
1970
  x-enum-varnames:
1906
1971
  - DATA_PROJECTION
1972
+ DatasetListQuery:
1973
+ description: Query that lists the rows of a published dataset (a DDSQL query) without aggregation.
1974
+ properties:
1975
+ data_source:
1976
+ $ref: "#/components/schemas/DatasetListQueryDataSourceType"
1977
+ dataset_id:
1978
+ description: ID of the published dataset to query.
1979
+ example: "abc-123-def"
1980
+ type: string
1981
+ dataset_provider:
1982
+ $ref: "#/components/schemas/PublishedDatasetProvider"
1983
+ filter:
1984
+ description: Filter applied to the dataset's rows, using events-style search syntax.
1985
+ example: "service:web-store"
1986
+ type: string
1987
+ limit:
1988
+ description: Maximum number of rows to return from the dataset query.
1989
+ format: int64
1990
+ type: integer
1991
+ sort:
1992
+ $ref: "#/components/schemas/DatasetListQuerySort"
1993
+ required:
1994
+ - data_source
1995
+ - dataset_provider
1996
+ - dataset_id
1997
+ type: object
1998
+ DatasetListQueryDataSourceType:
1999
+ description: Identifies this as a published-dataset list query.
2000
+ enum:
2001
+ - dataset
2002
+ example: dataset
2003
+ type: string
2004
+ x-enum-varnames:
2005
+ - DATASET
2006
+ DatasetListQuerySort:
2007
+ description: Sort configuration for a `DatasetListQuery`.
2008
+ properties:
2009
+ fields:
2010
+ description: List of fields to sort the rows by, applied in order.
2011
+ example:
2012
+ - name: cpu_usage
2013
+ order: desc
2014
+ items:
2015
+ $ref: "#/components/schemas/DatasetListQuerySortField"
2016
+ type: array
2017
+ required:
2018
+ - fields
2019
+ type: object
2020
+ DatasetListQuerySortField:
2021
+ description: A single sort directive for a `DatasetListQuery`.
2022
+ properties:
2023
+ name:
2024
+ description: Name of the field to sort on.
2025
+ example: duration
2026
+ type: string
2027
+ order:
2028
+ $ref: "#/components/schemas/QuerySortOrder"
2029
+ required:
2030
+ - name
2031
+ - order
2032
+ type: object
1907
2033
  DeleteSharedDashboardResponse:
1908
2034
  description: Response containing token of deleted shared dashboard.
1909
2035
  properties:
@@ -4492,7 +4618,9 @@ components:
4492
4618
  type: integer
4493
4619
  type: object
4494
4620
  HostMapRequest:
4495
- description: Updated host map.
4621
+ deprecated: true
4622
+ description: >-
4623
+ Deprecated - Legacy metric-based host map request. Use the infrastructure-backed (`request_type: infrastructure_hostmap`) or DDSQL (`request_type: data_projection`) format instead.
4496
4624
  properties:
4497
4625
  apm_query:
4498
4626
  $ref: "#/components/schemas/LogQueryDefinition"
@@ -4542,32 +4670,46 @@ components:
4542
4670
  description: The description of the widget.
4543
4671
  type: string
4544
4672
  group:
4545
- description: List of tag prefixes to group by.
4673
+ deprecated: true
4674
+ description: >-
4675
+ Deprecated - Only used by the legacy metric-based format. Use `group_by` (infrastructure) or a `group` dimension (DDSQL) inside `requests` instead.
4546
4676
  items:
4547
4677
  description: Tag prefixes.
4548
4678
  type: string
4549
4679
  type: array
4550
4680
  no_group_hosts:
4551
- description: Whether to show the hosts that don’t fit in a group.
4681
+ deprecated: true
4682
+ description: >-
4683
+ Deprecated - Only used by the legacy metric-based format. Use `no_group_hosts` inside `requests` instead.
4552
4684
  type: boolean
4553
4685
  no_metric_hosts:
4554
- description: Whether to show the hosts with no metrics.
4686
+ deprecated: true
4687
+ description: >-
4688
+ Deprecated - Only used by the legacy metric-based format. Use `no_metric_hosts` inside `requests` instead.
4555
4689
  type: boolean
4556
4690
  node_type:
4557
4691
  $ref: "#/components/schemas/WidgetNodeType"
4692
+ deprecated: true
4693
+ description: >-
4694
+ Deprecated - Only used by the legacy metric-based format. Use `node_type` inside `requests` instead.
4558
4695
  notes:
4559
4696
  description: Notes on the title.
4560
4697
  type: string
4561
4698
  requests:
4562
4699
  $ref: "#/components/schemas/HostMapWidgetDefinitionRequests"
4563
4700
  scope:
4564
- description: List of tags used to filter the map.
4701
+ deprecated: true
4702
+ description: >-
4703
+ Deprecated - Only used by the legacy metric-based format. Use `filter` inside `requests` instead.
4565
4704
  items:
4566
4705
  description: Tags.
4567
4706
  type: string
4568
4707
  type: array
4569
4708
  style:
4570
4709
  $ref: "#/components/schemas/HostMapWidgetDefinitionStyle"
4710
+ deprecated: true
4711
+ description: >-
4712
+ Deprecated - Only used by the legacy metric-based format. Use `style` inside `requests` instead.
4571
4713
  title:
4572
4714
  description: Title of the widget.
4573
4715
  type: string
@@ -4582,20 +4724,33 @@ components:
4582
4724
  - type
4583
4725
  - requests
4584
4726
  type: object
4727
+ HostMapWidgetDefinitionRequestType:
4728
+ description: >-
4729
+ Identifies which host map request format the sibling fields on `HostMapWidgetDefinitionRequests` describe: an infrastructure-backed request or a DDSQL published-dataset request.
4730
+ enum:
4731
+ - infrastructure_hostmap
4732
+ - data_projection
4733
+ example: infrastructure_hostmap
4734
+ type: string
4735
+ x-enum-varnames:
4736
+ - INFRASTRUCTURE_HOSTMAP
4737
+ - DATA_PROJECTION
4585
4738
  HostMapWidgetDefinitionRequests:
4586
4739
  description: >-
4587
- Query definition for the host map widget. Supports two mutually exclusive formats distinguished by the presence of `request_type`: the legacy metric-based format (`fill`/`size`) and the infrastructure-backed format (`request_type`, `node_type`, `enrichments`).
4740
+ Query definition for the host map widget. Supports three mutually exclusive formats distinguished by `request_type`: the deprecated legacy metric-based format (`fill`/`size`, no `request_type`), the infrastructure-backed format (`request_type: infrastructure_hostmap`), and the DDSQL published-dataset format (`request_type: data_projection`).
4588
4741
  example: {}
4589
4742
  properties:
4590
4743
  child:
4591
4744
  $ref: "#/components/schemas/HostMapWidgetInfrastructureRequest"
4745
+ description: Optional child entities for hierarchical visualization (for example, host → container). Only used by the infrastructure-backed format.
4592
4746
  conditional_formats:
4593
4747
  description: List of conditional formatting rules applied to fill values.
4594
4748
  items:
4595
4749
  $ref: "#/components/schemas/WidgetConditionalFormat"
4596
4750
  type: array
4597
4751
  enrichments:
4598
- description: Metric or event queries joined to the entity set. Each formula specifies a visual dimension.
4752
+ description: >-
4753
+ Metric or event queries joined to the entity set. Each formula specifies a visual dimension. Only used by the infrastructure-backed format.
4599
4754
  example:
4600
4755
  - formulas:
4601
4756
  - dimension: fill
@@ -4610,17 +4765,25 @@ components:
4610
4765
  type: array
4611
4766
  fill:
4612
4767
  $ref: "#/components/schemas/HostMapRequest"
4768
+ deprecated: true
4769
+ description: >-
4770
+ Deprecated - Legacy metric-based format. Use the infrastructure-backed (`request_type: infrastructure_hostmap`) or DDSQL (`request_type: data_projection`) format instead.
4613
4771
  filter:
4614
- description: Filter string for the entity set in tag format (for example, `env:prod`).
4772
+ description: >-
4773
+ Filter string for the entity set in tag format (for example, `env:prod`). Only used by the infrastructure-backed format.
4615
4774
  example: "env:prod"
4616
4775
  type: string
4617
4776
  group_by:
4618
4777
  description: |-
4619
4778
  Defines how entities are grouped into tiles. The ordering of entries implies
4620
- the grouping hierarchy.
4779
+ the grouping hierarchy. Only used by the infrastructure-backed format.
4621
4780
  items:
4622
4781
  $ref: "#/components/schemas/HostMapWidgetGroupBy"
4623
4782
  type: array
4783
+ limit:
4784
+ description: Maximum number of rows to return from the dataset query. Only used by the DDSQL format.
4785
+ format: int64
4786
+ type: integer
4624
4787
  no_group_hosts:
4625
4788
  description: Whether to hide entities that have no group assignment.
4626
4789
  type: boolean
@@ -4629,15 +4792,28 @@ components:
4629
4792
  type: boolean
4630
4793
  node_type:
4631
4794
  $ref: "#/components/schemas/HostMapWidgetNodeType"
4795
+ description: Entity type to visualize. Only used by the infrastructure-backed format.
4796
+ projection:
4797
+ $ref: "#/components/schemas/HostMapWidgetProjection"
4798
+ description: >-
4799
+ Maps dataset columns to map dimensions (entity, optional parent for grouping, fill, size). Only used by the DDSQL format.
4800
+ query:
4801
+ $ref: "#/components/schemas/DatasetListQuery"
4802
+ description: Published-dataset query. Only used by the DDSQL format.
4632
4803
  request_type:
4633
- $ref: "#/components/schemas/HostMapWidgetInfrastructureRequestRequestType"
4804
+ $ref: "#/components/schemas/HostMapWidgetDefinitionRequestType"
4634
4805
  size:
4635
4806
  $ref: "#/components/schemas/HostMapRequest"
4807
+ deprecated: true
4808
+ description: >-
4809
+ Deprecated - Legacy metric-based format. Use the infrastructure-backed (`request_type: infrastructure_hostmap`) or DDSQL (`request_type: data_projection`) format instead.
4636
4810
  style:
4637
4811
  $ref: "#/components/schemas/HostMapWidgetInfrastructureStyle"
4638
4812
  type: object
4639
4813
  HostMapWidgetDefinitionStyle:
4640
- description: The style to apply to the widget.
4814
+ deprecated: true
4815
+ description: >-
4816
+ Deprecated - The style to apply to the legacy metric-based host map widget. Use `HostMapWidgetInfrastructureStyle` instead.
4641
4817
  properties:
4642
4818
  fill_max:
4643
4819
  description: Max value to use to color the map.
@@ -4662,17 +4838,20 @@ components:
4662
4838
  x-enum-varnames:
4663
4839
  - HOSTMAP
4664
4840
  HostMapWidgetDimension:
4665
- description: Visual dimension driven by a formula in the infrastructure host map widget.
4841
+ description: >-
4842
+ Visual dimension for the host map widget. Used both by infrastructure-backed formulas and by DDSQL projection columns; `group` is only meaningful for DDSQL projection columns, where repeated entries define the grouping hierarchy.
4666
4843
  enum:
4667
4844
  - node
4668
4845
  - fill
4669
4846
  - size
4847
+ - group
4670
4848
  example: node
4671
4849
  type: string
4672
4850
  x-enum-varnames:
4673
4851
  - NODE
4674
4852
  - FILL
4675
4853
  - SIZE
4854
+ - GROUP
4676
4855
  HostMapWidgetFormula:
4677
4856
  description: |-
4678
4857
  Formula for the infrastructure host map widget that specifies both the expression
@@ -4857,6 +5036,54 @@ components:
4857
5036
  - CONTAINER
4858
5037
  - POD
4859
5038
  - CLUSTER
5039
+ HostMapWidgetProjection:
5040
+ description: >-
5041
+ Projection for the DDSQL host map request. Maps dataset columns to map dimensions: `node` identifies the entity, repeated `group` entries define the grouping hierarchy (outermost first), and `fill`/`size` drive the tile color and size.
5042
+ properties:
5043
+ dimensions:
5044
+ description: List of column-to-dimension mappings for the projection.
5045
+ example:
5046
+ - column: entity_id
5047
+ dimension: node
5048
+ - column: parent_id
5049
+ dimension: group
5050
+ - column: cpu_usage
5051
+ dimension: fill
5052
+ items:
5053
+ $ref: "#/components/schemas/HostMapWidgetProjectionDimensionMapping"
5054
+ type: array
5055
+ type:
5056
+ $ref: "#/components/schemas/HostMapWidgetProjectionType"
5057
+ required:
5058
+ - type
5059
+ - dimensions
5060
+ type: object
5061
+ HostMapWidgetProjectionDimensionMapping:
5062
+ description: Maps a dataset column to a host map visual dimension.
5063
+ properties:
5064
+ alias:
5065
+ description: Alias used to label the column instead of its name.
5066
+ type: string
5067
+ column:
5068
+ description: Source column name from the dataset.
5069
+ example: entity_id
5070
+ type: string
5071
+ dimension:
5072
+ $ref: "#/components/schemas/HostMapWidgetDimension"
5073
+ number_format:
5074
+ $ref: "#/components/schemas/WidgetNumberFormat"
5075
+ required:
5076
+ - column
5077
+ - dimension
5078
+ type: object
5079
+ HostMapWidgetProjectionType:
5080
+ description: Type of the host map projection.
5081
+ enum:
5082
+ - hostmap
5083
+ example: hostmap
5084
+ type: string
5085
+ x-enum-varnames:
5086
+ - HOSTMAP
4860
5087
  HostMapWidgetScalarRequest:
4861
5088
  description: |-
4862
5089
  Scalar formula request for the infrastructure host map widget. Each formula specifies
@@ -5807,10 +6034,21 @@ components:
5807
6034
  description: Team handle.
5808
6035
  type: string
5809
6036
  type: array
6037
+ version:
6038
+ $ref: "#/components/schemas/ListStreamQueryVersion"
5810
6039
  required:
5811
6040
  - query_string
5812
6041
  - data_source
5813
6042
  type: object
6043
+ ListStreamQueryVersion:
6044
+ description: |-
6045
+ Version of the query for the logs transaction stream widget. When omitted, v1 query behavior is
6046
+ preserved. Set to `sequential_query` to use v2 behavior. **This feature is in Preview.**
6047
+ enum:
6048
+ - sequential_query
6049
+ type: string
6050
+ x-enum-varnames:
6051
+ - SEQUENTIAL_QUERY
5814
6052
  ListStreamResponseFormat:
5815
6053
  description: Widget response format.
5816
6054
  enum:
@@ -5837,6 +6075,9 @@ components:
5837
6075
  - rum_stream
5838
6076
  - llm_observability_stream
5839
6077
  - issue_stream
6078
+ - security_runtime_stream
6079
+ - security_signals_stream
6080
+ - incidents_stream
5840
6081
  example: logs_stream
5841
6082
  type: string
5842
6083
  x-enum-varnames:
@@ -5854,6 +6095,9 @@ components:
5854
6095
  - RUM_STREAM
5855
6096
  - LLM_OBSERVABILITY_STREAM
5856
6097
  - ISSUE_STREAM
6098
+ - SECURITY_RUNTIME_STREAM
6099
+ - SECURITY_SIGNALS_STREAM
6100
+ - INCIDENTS_STREAM
5857
6101
  ListStreamWidgetDefinition:
5858
6102
  description: |-
5859
6103
  The list stream visualization displays a table of recent events in your application that
@@ -6373,6 +6617,7 @@ components:
6373
6617
  - Select value from matching element
6374
6618
  - Compute array length
6375
6619
  - Append a value to an array
6620
+ - Extract key-value pairs from an array
6376
6621
  properties:
6377
6622
  is_enabled:
6378
6623
  default: false
@@ -6395,6 +6640,7 @@ components:
6395
6640
  - $ref: "#/components/schemas/LogsArrayProcessorOperationAppend"
6396
6641
  - $ref: "#/components/schemas/LogsArrayProcessorOperationLength"
6397
6642
  - $ref: "#/components/schemas/LogsArrayProcessorOperationSelect"
6643
+ - $ref: "#/components/schemas/LogsArrayProcessorOperationExtractKeyValue"
6398
6644
  LogsArrayProcessorOperationAppend:
6399
6645
  description: Operation that appends a value to a target array attribute.
6400
6646
  properties:
@@ -6424,6 +6670,44 @@ components:
6424
6670
  type: string
6425
6671
  x-enum-varnames:
6426
6672
  - APPEND
6673
+ LogsArrayProcessorOperationExtractKeyValue:
6674
+ description: Operation that extracts key-value pairs from a `source` array and stores the result in the `target` attribute.
6675
+ properties:
6676
+ key_to_extract:
6677
+ description: Key of the attribute in each array element that holds the name to use for the extracted attribute.
6678
+ example: name
6679
+ type: string
6680
+ override_on_conflict:
6681
+ default: false
6682
+ description: Whether to override the target element if it's already set.
6683
+ type: boolean
6684
+ source:
6685
+ description: Attribute path of the array to extract key-value pairs from.
6686
+ example: tags
6687
+ type: string
6688
+ target:
6689
+ description: Attribute that receives the extracted key-value pairs. If not specified, the extracted attributes are added at the root level of the log.
6690
+ example: extracted
6691
+ type: string
6692
+ type:
6693
+ $ref: "#/components/schemas/LogsArrayProcessorOperationExtractKeyValueType"
6694
+ value_to_extract:
6695
+ description: Key of the attribute in each array element that holds the value to use for the extracted attribute.
6696
+ example: value
6697
+ type: string
6698
+ required:
6699
+ - type
6700
+ - source
6701
+ - key_to_extract
6702
+ - value_to_extract
6703
+ type: object
6704
+ LogsArrayProcessorOperationExtractKeyValueType:
6705
+ description: Operation type.
6706
+ enum: [key-value]
6707
+ example: key-value
6708
+ type: string
6709
+ x-enum-varnames:
6710
+ - KEY_VALUE
6427
6711
  LogsArrayProcessorOperationLength:
6428
6712
  description: Operation that computes the length of a `source` array and stores the result in the `target` attribute.
6429
6713
  properties:
@@ -6508,7 +6792,7 @@ components:
6508
6792
  type: string
6509
6793
  override_on_conflict:
6510
6794
  default: false
6511
- description: Override or not the target element if already set,
6795
+ description: Whether to override the target element if it's already set.
6512
6796
  type: boolean
6513
6797
  preserve_source:
6514
6798
  default: false
@@ -7674,7 +7958,7 @@ components:
7674
7958
  type: string
7675
7959
  override_on_conflict:
7676
7960
  default: false
7677
- description: Override or not the target element if already set.
7961
+ description: Whether to override the target element if it's already set.
7678
7962
  type: boolean
7679
7963
  preserve_source:
7680
7964
  default: false
@@ -8112,6 +8396,12 @@ components:
8112
8396
  type: object
8113
8397
  MetricsListResponse:
8114
8398
  description: Object listing all metric names stored by Datadog since a given time.
8399
+ example:
8400
+ from: "1571011200"
8401
+ metrics:
8402
+ - system.cpu.idle
8403
+ - system.mem.free
8404
+ - aws.ec2.cpuutilization
8115
8405
  properties:
8116
8406
  from:
8117
8407
  description: Time when the metrics were active, seconds since the Unix epoch.
@@ -8750,6 +9040,14 @@ components:
8750
9040
  type: array
8751
9041
  model_type_override:
8752
9042
  $ref: "#/components/schemas/MonitorFormulaAndFunctionDataQualityModelTypeOverride"
9043
+ sensitivity:
9044
+ description: |-
9045
+ Sensitivity of the anomaly detection model, expressed as a multiplier on the width
9046
+ of the predicted bounds. Higher values widen the bounds and produce fewer alerts;
9047
+ lower values tighten them and produce more alerts. Defaults to `3.0`.
9048
+ example: 3.0
9049
+ format: double
9050
+ type: number
8753
9051
  type: object
8754
9052
  MonitorFormulaAndFunctionDataQualityQueryDefinition:
8755
9053
  description: A formula and functions data quality query.
@@ -11270,6 +11568,12 @@ components:
11270
11568
  type: string
11271
11569
  status:
11272
11570
  $ref: "#/components/schemas/NotebookStatus"
11571
+ template_variables:
11572
+ description: List of template variables for this notebook.
11573
+ items:
11574
+ $ref: "#/components/schemas/NotebookTemplateVariable"
11575
+ nullable: true
11576
+ type: array
11273
11577
  time:
11274
11578
  $ref: "#/components/schemas/NotebookGlobalTime"
11275
11579
  required:
@@ -11489,6 +11793,12 @@ components:
11489
11793
  type: string
11490
11794
  status:
11491
11795
  $ref: "#/components/schemas/NotebookStatus"
11796
+ template_variables:
11797
+ description: List of template variables for this notebook.
11798
+ items:
11799
+ $ref: "#/components/schemas/NotebookTemplateVariable"
11800
+ nullable: true
11801
+ type: array
11492
11802
  time:
11493
11803
  $ref: "#/components/schemas/NotebookGlobalTime"
11494
11804
  required:
@@ -11531,6 +11841,128 @@ components:
11531
11841
  type: string
11532
11842
  x-enum-varnames:
11533
11843
  - PUBLISHED
11844
+ NotebookTemplateVariable:
11845
+ additionalProperties: false
11846
+ description: Notebook template variable.
11847
+ properties:
11848
+ available_values:
11849
+ description: The list of values that the template variable drop-down is limited to.
11850
+ example: ["my-host", "host1", "host2"]
11851
+ items:
11852
+ description: Template variable value.
11853
+ minLength: 1
11854
+ type: string
11855
+ nullable: true
11856
+ type: array
11857
+ uniqueItems: true
11858
+ available_values_query:
11859
+ $ref: "#/components/schemas/NotebookTemplateVariableAvailableValuesQuery"
11860
+ data_source_mappings:
11861
+ additionalProperties:
11862
+ description: The value for the given data source.
11863
+ type: string
11864
+ description: Mapping of data source names to template variable values.
11865
+ type: object
11866
+ default:
11867
+ deprecated: true
11868
+ description: |-
11869
+ (deprecated) The default value for the template variable on notebook load.
11870
+ Cannot be used in conjunction with `defaults`.
11871
+ example: my-host
11872
+ nullable: true
11873
+ type: string
11874
+ defaults:
11875
+ description: One or many default values for the template variable. Cannot be used in conjunction with `default`.
11876
+ example: ["my-host-1", "my-host-2"]
11877
+ items:
11878
+ description: A default value for the template variable.
11879
+ minLength: 1
11880
+ type: string
11881
+ type: array
11882
+ uniqueItems: true
11883
+ name:
11884
+ description: The name of the variable.
11885
+ example: host1
11886
+ type: string
11887
+ placement:
11888
+ description: The placement of the template variable in the notebook.
11889
+ example: global
11890
+ type: string
11891
+ prefix:
11892
+ description: The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down.
11893
+ example: host
11894
+ nullable: true
11895
+ type: string
11896
+ type:
11897
+ description: The type of the template variable.
11898
+ example: tag
11899
+ type: string
11900
+ required:
11901
+ - name
11902
+ type: object
11903
+ NotebookTemplateVariableAvailableValuesQuery:
11904
+ description: Query used to dynamically populate the list of available values for the template variable.
11905
+ oneOf:
11906
+ - $ref: "#/components/schemas/NotebookTemplateVariableAvailableValuesQueryLogRumSpans"
11907
+ - $ref: "#/components/schemas/NotebookTemplateVariableAvailableValuesQueryMetrics"
11908
+ NotebookTemplateVariableAvailableValuesQueryGroupBy:
11909
+ additionalProperties: false
11910
+ description: A group-by facet for an available values query.
11911
+ properties:
11912
+ facet:
11913
+ description: The facet name to group by.
11914
+ example: host
11915
+ type: string
11916
+ required:
11917
+ - facet
11918
+ type: object
11919
+ NotebookTemplateVariableAvailableValuesQueryLogRumSpans:
11920
+ additionalProperties: false
11921
+ description: Available values query for logs, RUM, or spans data sources.
11922
+ properties:
11923
+ data_source:
11924
+ description: The data source for the query. Must be one of `logs`, `rum`, or `spans`.
11925
+ example: logs
11926
+ type: string
11927
+ group_by:
11928
+ description: Group-by fields for the query.
11929
+ items:
11930
+ $ref: "#/components/schemas/NotebookTemplateVariableAvailableValuesQueryGroupBy"
11931
+ type: array
11932
+ search:
11933
+ $ref: "#/components/schemas/NotebookTemplateVariableAvailableValuesQuerySearch"
11934
+ required:
11935
+ - data_source
11936
+ - search
11937
+ - group_by
11938
+ type: object
11939
+ NotebookTemplateVariableAvailableValuesQueryMetrics:
11940
+ additionalProperties: false
11941
+ description: Available values query for the metrics data source.
11942
+ properties:
11943
+ data_source:
11944
+ description: The data source for the query. Must be `metrics`.
11945
+ example: metrics
11946
+ type: string
11947
+ query:
11948
+ description: The metrics query string.
11949
+ example: "avg:system.cpu.user{*} by {host}"
11950
+ type: string
11951
+ required:
11952
+ - data_source
11953
+ - query
11954
+ type: object
11955
+ NotebookTemplateVariableAvailableValuesQuerySearch:
11956
+ additionalProperties: false
11957
+ description: Search parameters for an available values query.
11958
+ properties:
11959
+ query:
11960
+ description: The search query string.
11961
+ example: "service:web"
11962
+ type: string
11963
+ required:
11964
+ - query
11965
+ type: object
11534
11966
  NotebookTimeseriesCellAttributes:
11535
11967
  description: The attributes of a notebook `timeseries` cell.
11536
11968
  properties:
@@ -11596,6 +12028,12 @@ components:
11596
12028
  type: string
11597
12029
  status:
11598
12030
  $ref: "#/components/schemas/NotebookStatus"
12031
+ template_variables:
12032
+ description: List of template variables for this notebook.
12033
+ items:
12034
+ $ref: "#/components/schemas/NotebookTemplateVariable"
12035
+ nullable: true
12036
+ type: array
11599
12037
  time:
11600
12038
  $ref: "#/components/schemas/NotebookGlobalTime"
11601
12039
  required:
@@ -11672,6 +12110,12 @@ components:
11672
12110
  type: string
11673
12111
  status:
11674
12112
  $ref: "#/components/schemas/NotebookStatus"
12113
+ template_variables:
12114
+ description: List of template variables for this notebook.
12115
+ items:
12116
+ $ref: "#/components/schemas/NotebookTemplateVariable"
12117
+ nullable: true
12118
+ type: array
11675
12119
  time:
11676
12120
  $ref: "#/components/schemas/NotebookGlobalTime"
11677
12121
  required:
@@ -11798,7 +12242,8 @@ components:
11798
12242
  The default option results in different behavior depending on the monitor query type.
11799
12243
  For monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions.
11800
12244
  For monitors using any query type other than Count, for example Gauge, Measure, or Rate, the monitor shows the last known status.
11801
- This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
12245
+ This option is available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
12246
+ It is also required for metric monitors that use `scheduling_options.custom_schedule`.
11802
12247
  enum:
11803
12248
  - "default"
11804
12249
  - "show_no_data"
@@ -12617,12 +13062,22 @@ components:
12617
13062
  - type
12618
13063
  - requests
12619
13064
  type: object
13065
+ PublishedDatasetProvider:
13066
+ description: >-
13067
+ Product page that published the dataset queried by a `DatasetListQuery`. `ddsql_query` is the only provider currently supported for host map widgets.
13068
+ enum:
13069
+ - ddsql_query
13070
+ example: ddsql_query
13071
+ type: string
13072
+ x-enum-varnames:
13073
+ - DDSQL_QUERY
12620
13074
  QuerySortOrder:
12621
13075
  default: desc
12622
13076
  description: Direction of sort.
12623
13077
  enum:
12624
13078
  - asc
12625
13079
  - desc
13080
+ example: asc
12626
13081
  type: string
12627
13082
  x-enum-varnames:
12628
13083
  - ASC
@@ -20019,6 +20474,10 @@ components:
20019
20474
  ignoreServerCertificateError:
20020
20475
  description: Ignore server certificate error for browser tests.
20021
20476
  type: boolean
20477
+ ignore_certificate_validation:
20478
+ description: |-
20479
+ For SSL tests, whether the test should ignore certificate validation.
20480
+ type: boolean
20022
20481
  initialNavigationTimeout:
20023
20482
  description: Timeout before declaring the initial step as failed (in seconds) for browser tests.
20024
20483
  format: int64
@@ -20260,6 +20719,10 @@ components:
20260
20719
  type: string
20261
20720
  httpVersion:
20262
20721
  $ref: "#/components/schemas/SyntheticsTestOptionsHTTPVersion"
20722
+ ignore_certificate_validation:
20723
+ description: |-
20724
+ For SSL tests, whether the test should ignore certificate validation.
20725
+ type: boolean
20263
20726
  isMessageBase64Encoded:
20264
20727
  description: Whether the message is base64 encoded.
20265
20728
  type: boolean
@@ -21388,6 +21851,12 @@ components:
21388
21851
  type: object
21389
21852
  TopologyMapWidgetDefinition:
21390
21853
  description: This widget displays a topology of nodes and edges for different data sources. It replaces the service map widget.
21854
+ oneOf:
21855
+ - $ref: "#/components/schemas/TopologyMapWidgetDefinitionDataStreams"
21856
+ - $ref: "#/components/schemas/TopologyMapWidgetDefinitionServiceMap"
21857
+ TopologyMapWidgetDefinitionDataStreams:
21858
+ additionalProperties: false
21859
+ description: Topology map widget backed by the data streams data source.
21391
21860
  properties:
21392
21861
  custom_links:
21393
21862
  description: List of custom links.
@@ -21398,11 +21867,47 @@ components:
21398
21867
  description: The description of the widget.
21399
21868
  type: string
21400
21869
  requests:
21401
- description: One or more Topology requests.
21870
+ description: One Topology request.
21402
21871
  items:
21403
- $ref: "#/components/schemas/TopologyRequest"
21872
+ $ref: "#/components/schemas/TopologyRequestDataStreams"
21404
21873
  minItems: 1
21405
21874
  type: array
21875
+ time:
21876
+ $ref: "#/components/schemas/WidgetTime"
21877
+ title:
21878
+ description: Title of your widget.
21879
+ type: string
21880
+ title_align:
21881
+ $ref: "#/components/schemas/WidgetTextAlign"
21882
+ title_size:
21883
+ description: Size of the title.
21884
+ type: string
21885
+ type:
21886
+ $ref: "#/components/schemas/TopologyMapWidgetDefinitionType"
21887
+ required:
21888
+ - type
21889
+ - requests
21890
+ type: object
21891
+ TopologyMapWidgetDefinitionServiceMap:
21892
+ additionalProperties: false
21893
+ description: Topology map widget backed by the service map data source.
21894
+ properties:
21895
+ custom_links:
21896
+ description: List of custom links.
21897
+ items:
21898
+ $ref: "#/components/schemas/WidgetCustomLink"
21899
+ type: array
21900
+ description:
21901
+ description: The description of the widget.
21902
+ type: string
21903
+ requests:
21904
+ description: One Topology request.
21905
+ items:
21906
+ $ref: "#/components/schemas/TopologyRequestServiceMap"
21907
+ minItems: 1
21908
+ type: array
21909
+ time:
21910
+ $ref: "#/components/schemas/WidgetTime"
21406
21911
  title:
21407
21912
  description: Title of your widget.
21408
21913
  type: string
@@ -21426,38 +21931,89 @@ components:
21426
21931
  type: string
21427
21932
  x-enum-varnames:
21428
21933
  - TOPOLOGY_MAP
21429
- TopologyQuery:
21430
- description: Query to service-based topology data sources like the service map or data streams.
21934
+ TopologyQueryDataStreams:
21935
+ additionalProperties: false
21936
+ description: Query to the data streams topology data source.
21431
21937
  properties:
21432
21938
  data_source:
21433
- $ref: "#/components/schemas/TopologyQueryDataSource"
21939
+ $ref: "#/components/schemas/TopologyQueryDataStreamsDataSource"
21434
21940
  filters:
21435
21941
  description: Your environment and primary tag (or * if enabled for your account).
21436
21942
  example: ["env:prod", "az:us-east"]
21437
21943
  items:
21438
- description: Environment or primary tag, generally in a key:value format
21944
+ description: Environment or primary tag, generally in a key:value format.
21439
21945
  type: string
21440
21946
  minItems: 1
21441
21947
  type: array
21948
+ query_string:
21949
+ description: A search string for filtering services. When set, this replaces the `service` field.
21950
+ example: "service:myservice"
21951
+ type: string
21442
21952
  service:
21443
- description: Name of the service
21444
- example: myService
21953
+ description: (deprecated) Name of the service. Leave this empty and use query_string instead.
21954
+ example: myservice
21445
21955
  type: string
21956
+ required:
21957
+ - data_source
21958
+ - filters
21959
+ - service
21446
21960
  type: object
21447
- TopologyQueryDataSource:
21448
- description: Name of the data source
21961
+ TopologyQueryDataStreamsDataSource:
21962
+ description: Name of the data source.
21449
21963
  enum:
21450
21964
  - data_streams
21451
- - service_map
21965
+ example: data_streams
21452
21966
  type: string
21453
21967
  x-enum-varnames:
21454
21968
  - DATA_STREAMS
21969
+ TopologyQueryServiceMap:
21970
+ additionalProperties: false
21971
+ description: Query to the service map topology data source.
21972
+ properties:
21973
+ data_source:
21974
+ $ref: "#/components/schemas/TopologyQueryServiceMapDataSource"
21975
+ filters:
21976
+ description: Your environment and primary tag (or * if enabled for your account).
21977
+ example: ["env:prod", "az:us-east"]
21978
+ items:
21979
+ description: Environment or primary tag, generally in a key:value format
21980
+ type: string
21981
+ minItems: 1
21982
+ type: array
21983
+ query_string:
21984
+ description: A search string for filtering services. When set, this replaces the `service` field.
21985
+ example: "service:myservice"
21986
+ type: string
21987
+ service:
21988
+ description: (deprecated) Name of the service. Leave this empty and use query_string instead.
21989
+ example: myservice
21990
+ type: string
21991
+ required:
21992
+ - data_source
21993
+ - filters
21994
+ - service
21995
+ type: object
21996
+ TopologyQueryServiceMapDataSource:
21997
+ description: Name of the data source.
21998
+ enum:
21999
+ - service_map
22000
+ example: service_map
22001
+ type: string
22002
+ x-enum-varnames:
21455
22003
  - SERVICE_MAP
21456
- TopologyRequest:
21457
- description: Request that will return nodes and edges to be used by topology map.
22004
+ TopologyRequestDataStreams:
22005
+ description: Request that returns nodes and edges from the data streams data source.
21458
22006
  properties:
21459
22007
  query:
21460
- $ref: "#/components/schemas/TopologyQuery"
22008
+ $ref: "#/components/schemas/TopologyQueryDataStreams"
22009
+ request_type:
22010
+ $ref: "#/components/schemas/TopologyRequestType"
22011
+ type: object
22012
+ TopologyRequestServiceMap:
22013
+ description: Request that returns nodes and edges from the service map data source.
22014
+ properties:
22015
+ query:
22016
+ $ref: "#/components/schemas/TopologyQueryServiceMap"
21461
22017
  request_type:
21462
22018
  $ref: "#/components/schemas/TopologyRequestType"
21463
22019
  type: object
@@ -23004,7 +23560,7 @@ components:
23004
23560
  For SDK users only: all fields at this response level are accessible through the
23005
23561
  `additionalProperties` map. Existing typed-field getters are unchanged. New billing
23006
23562
  dimensions will not have typed-field getters. Use
23007
- [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
23563
+ [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
23008
23564
  to enumerate every available key.
23009
23565
  properties:
23010
23566
  agent_host_top99p:
@@ -23012,33 +23568,23 @@ components:
23012
23568
  format: int64
23013
23569
  type: integer
23014
23570
  ai_credits_agent_builder_ai_credits_sum:
23015
- description: |-
23016
- Shows the sum of all AI credits used by Agent Builder over all hours in the current date for all organizations.
23017
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
23571
+ description: Shows the sum of all AI credits used by Agent Builder over all hours in the current date for all organizations.
23018
23572
  format: int64
23019
23573
  type: integer
23020
23574
  ai_credits_bits_assistant_ai_credits_sum:
23021
- description: |-
23022
- Shows the sum of all AI credits used by Bits AI Assistant over all hours in the current date for all organizations.
23023
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
23575
+ description: Shows the sum of all AI credits used by Bits AI Assistant over all hours in the current date for all organizations.
23024
23576
  format: int64
23025
23577
  type: integer
23026
23578
  ai_credits_bits_dev_ai_credits_sum:
23027
- description: |-
23028
- Shows the sum of all AI credits used by Bits AI Dev over all hours in the current date for all organizations.
23029
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
23579
+ description: Shows the sum of all AI credits used by Bits AI Dev over all hours in the current date for all organizations.
23030
23580
  format: int64
23031
23581
  type: integer
23032
23582
  ai_credits_bits_sre_ai_credits_sum:
23033
- description: |-
23034
- Shows the sum of all AI credits used by Bits AI SRE over all hours in the current date for all organizations.
23035
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
23583
+ description: Shows the sum of all AI credits used by Bits AI SRE over all hours in the current date for all organizations.
23036
23584
  format: int64
23037
23585
  type: integer
23038
23586
  ai_credits_sum:
23039
- description: |-
23040
- Shows the sum of all AI credits over all hours in the current date for all organizations.
23041
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
23587
+ description: Shows the sum of all AI credits over all hours in the current date for all organizations.
23042
23588
  format: int64
23043
23589
  type: integer
23044
23590
  apm_azure_app_service_host_top99p:
@@ -23397,9 +23943,7 @@ components:
23397
23943
  format: int64
23398
23944
  type: integer
23399
23945
  do_jobs_monitoring_orchestrators_job_hours_sum:
23400
- description: |-
23401
- Shows the sum of all orchestrator job hours over all hours in the current date for all organizations.
23402
- Values are returned in seconds. Divide by 3,600 to convert to hours.
23946
+ description: Shows the sum of all orchestrator job hours over all hours in the current date for all organizations.
23403
23947
  format: int64
23404
23948
  type: integer
23405
23949
  eph_infra_host_agent_sum:
@@ -23583,183 +24127,123 @@ components:
23583
24127
  format: int64
23584
24128
  type: integer
23585
24129
  infra_cpu_avg:
23586
- description: |-
23587
- Shows the average of all Infrastructure vCPU cores over all hours in the current date for all organizations.
23588
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24130
+ description: Shows the average of all Infrastructure vCPU cores over all hours in the current date for all organizations.
23589
24131
  format: int64
23590
24132
  type: integer
23591
24133
  infra_cpu_default_infra_host_vcpu_agent_avg:
23592
- description: |-
23593
- Shows the average of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
23594
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24134
+ description: Shows the average of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
23595
24135
  format: int64
23596
24136
  type: integer
23597
24137
  infra_cpu_default_infra_host_vcpu_agent_basic_avg:
23598
- description: |-
23599
- Shows the average of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
23600
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24138
+ description: Shows the average of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
23601
24139
  format: int64
23602
24140
  type: integer
23603
24141
  infra_cpu_default_infra_host_vcpu_agent_basic_sum:
23604
- description: |-
23605
- Shows the sum of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
23606
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24142
+ description: Shows the sum of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
23607
24143
  format: int64
23608
24144
  type: integer
23609
24145
  infra_cpu_default_infra_host_vcpu_agent_sum:
23610
- description: |-
23611
- Shows the sum of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
23612
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24146
+ description: Shows the sum of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
23613
24147
  format: int64
23614
24148
  type: integer
23615
24149
  infra_cpu_default_infra_host_vcpu_aws_avg:
23616
- description: |-
23617
- Shows the average of all default Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
23618
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24150
+ description: Shows the average of all default Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
23619
24151
  format: int64
23620
24152
  type: integer
23621
24153
  infra_cpu_default_infra_host_vcpu_aws_sum:
23622
- description: |-
23623
- Shows the sum of all default Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
23624
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24154
+ description: Shows the sum of all default Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
23625
24155
  format: int64
23626
24156
  type: integer
23627
24157
  infra_cpu_default_infra_host_vcpu_azure_avg:
23628
- description: |-
23629
- Shows the average of all default Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
23630
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24158
+ description: Shows the average of all default Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
23631
24159
  format: int64
23632
24160
  type: integer
23633
24161
  infra_cpu_default_infra_host_vcpu_azure_sum:
23634
- description: |-
23635
- Shows the sum of all default Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
23636
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24162
+ description: Shows the sum of all default Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
23637
24163
  format: int64
23638
24164
  type: integer
23639
24165
  infra_cpu_default_infra_host_vcpu_gcp_avg:
23640
- description: |-
23641
- Shows the average of all default Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
23642
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24166
+ description: Shows the average of all default Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
23643
24167
  format: int64
23644
24168
  type: integer
23645
24169
  infra_cpu_default_infra_host_vcpu_gcp_sum:
23646
- description: |-
23647
- Shows the sum of all default Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
23648
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24170
+ description: Shows the sum of all default Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
23649
24171
  format: int64
23650
24172
  type: integer
23651
24173
  infra_cpu_default_infra_host_vcpu_nutanix_avg:
23652
- description: |-
23653
- Shows the average of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23654
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24174
+ description: Shows the average of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23655
24175
  format: int64
23656
24176
  type: integer
23657
24177
  infra_cpu_default_infra_host_vcpu_nutanix_basic_avg:
23658
- description: |-
23659
- Shows the average of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23660
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24178
+ description: Shows the average of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23661
24179
  format: int64
23662
24180
  type: integer
23663
24181
  infra_cpu_default_infra_host_vcpu_nutanix_basic_sum:
23664
- description: |-
23665
- Shows the sum of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23666
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24182
+ description: Shows the sum of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23667
24183
  format: int64
23668
24184
  type: integer
23669
24185
  infra_cpu_default_infra_host_vcpu_nutanix_sum:
23670
- description: |-
23671
- Shows the sum of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23672
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24186
+ description: Shows the sum of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23673
24187
  format: int64
23674
24188
  type: integer
23675
24189
  infra_cpu_default_infra_host_vcpu_opentelemetry_avg:
23676
- description: |-
23677
- Shows the average of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
23678
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24190
+ description: Shows the average of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
23679
24191
  format: int64
23680
24192
  type: integer
23681
24193
  infra_cpu_default_infra_host_vcpu_opentelemetry_sum:
23682
- description: |-
23683
- Shows the sum of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
23684
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24194
+ description: Shows the sum of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
23685
24195
  format: int64
23686
24196
  type: integer
23687
24197
  infra_cpu_observed_infra_host_vcpu_agent_avg:
23688
- description: |-
23689
- Shows the average of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
23690
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24198
+ description: Shows the average of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
23691
24199
  format: int64
23692
24200
  type: integer
23693
24201
  infra_cpu_observed_infra_host_vcpu_agent_sum:
23694
- description: |-
23695
- Shows the sum of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
23696
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24202
+ description: Shows the sum of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
23697
24203
  format: int64
23698
24204
  type: integer
23699
24205
  infra_cpu_observed_infra_host_vcpu_aws_avg:
23700
- description: |-
23701
- Shows the average of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
23702
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24206
+ description: Shows the average of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
23703
24207
  format: int64
23704
24208
  type: integer
23705
24209
  infra_cpu_observed_infra_host_vcpu_aws_sum:
23706
- description: |-
23707
- Shows the sum of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
23708
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24210
+ description: Shows the sum of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
23709
24211
  format: int64
23710
24212
  type: integer
23711
24213
  infra_cpu_observed_infra_host_vcpu_azure_avg:
23712
- description: |-
23713
- Shows the average of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
23714
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24214
+ description: Shows the average of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
23715
24215
  format: int64
23716
24216
  type: integer
23717
24217
  infra_cpu_observed_infra_host_vcpu_azure_sum:
23718
- description: |-
23719
- Shows the sum of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
23720
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24218
+ description: Shows the sum of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
23721
24219
  format: int64
23722
24220
  type: integer
23723
24221
  infra_cpu_observed_infra_host_vcpu_gcp_avg:
23724
- description: |-
23725
- Shows the average of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
23726
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24222
+ description: Shows the average of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
23727
24223
  format: int64
23728
24224
  type: integer
23729
24225
  infra_cpu_observed_infra_host_vcpu_gcp_sum:
23730
- description: |-
23731
- Shows the sum of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
23732
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24226
+ description: Shows the sum of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
23733
24227
  format: int64
23734
24228
  type: integer
23735
24229
  infra_cpu_observed_infra_host_vcpu_nutanix_avg:
23736
- description: |-
23737
- Shows the average of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23738
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24230
+ description: Shows the average of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23739
24231
  format: int64
23740
24232
  type: integer
23741
24233
  infra_cpu_observed_infra_host_vcpu_nutanix_sum:
23742
- description: |-
23743
- Shows the sum of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23744
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24234
+ description: Shows the sum of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23745
24235
  format: int64
23746
24236
  type: integer
23747
24237
  infra_cpu_observed_infra_host_vcpu_opentelemetry_avg:
23748
- description: |-
23749
- Shows the average of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
23750
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24238
+ description: Shows the average of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
23751
24239
  format: int64
23752
24240
  type: integer
23753
24241
  infra_cpu_observed_infra_host_vcpu_opentelemetry_sum:
23754
- description: |-
23755
- Shows the sum of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
23756
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24242
+ description: Shows the sum of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
23757
24243
  format: int64
23758
24244
  type: integer
23759
24245
  infra_cpu_sum:
23760
- description: |-
23761
- Shows the sum of all Infrastructure vCPU cores over all hours in the current date for all organizations.
23762
- Values are returned in millicores. Divide by 1,000 to convert to cores.
24246
+ description: Shows the sum of all Infrastructure vCPU cores over all hours in the current date for all organizations.
23763
24247
  format: int64
23764
24248
  type: integer
23765
24249
  infra_edge_monitoring_devices_top99p:
@@ -24307,7 +24791,7 @@ components:
24307
24791
  For SDK users only: all fields at this response level are accessible through the
24308
24792
  `additionalProperties` map. Existing typed-field getters are unchanged. New billing
24309
24793
  dimensions will not have typed-field getters. Use
24310
- [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
24794
+ [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
24311
24795
  to enumerate every available key.
24312
24796
  properties:
24313
24797
  account_name:
@@ -24321,33 +24805,23 @@ components:
24321
24805
  format: int64
24322
24806
  type: integer
24323
24807
  ai_credits_agent_builder_ai_credits_sum:
24324
- description: |-
24325
- Shows the sum of all AI credits used by Agent Builder over all hours in the current date for the given org.
24326
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
24808
+ description: Shows the sum of all AI credits used by Agent Builder over all hours in the current date for the given org.
24327
24809
  format: int64
24328
24810
  type: integer
24329
24811
  ai_credits_bits_assistant_ai_credits_sum:
24330
- description: |-
24331
- Shows the sum of all AI credits used by Bits AI Assistant over all hours in the current date for the given org.
24332
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
24812
+ description: Shows the sum of all AI credits used by Bits AI Assistant over all hours in the current date for the given org.
24333
24813
  format: int64
24334
24814
  type: integer
24335
24815
  ai_credits_bits_dev_ai_credits_sum:
24336
- description: |-
24337
- Shows the sum of all AI credits used by Bits AI Dev over all hours in the current date for the given org.
24338
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
24816
+ description: Shows the sum of all AI credits used by Bits AI Dev over all hours in the current date for the given org.
24339
24817
  format: int64
24340
24818
  type: integer
24341
24819
  ai_credits_bits_sre_ai_credits_sum:
24342
- description: |-
24343
- Shows the sum of all AI credits used by Bits AI SRE over all hours in the current date for the given org.
24344
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
24820
+ description: Shows the sum of all AI credits used by Bits AI SRE over all hours in the current date for the given org.
24345
24821
  format: int64
24346
24822
  type: integer
24347
24823
  ai_credits_sum:
24348
- description: |-
24349
- Shows the sum of all AI credits over all hours in the current date for the given org.
24350
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
24824
+ description: Shows the sum of all AI credits over all hours in the current date for the given org.
24351
24825
  format: int64
24352
24826
  type: integer
24353
24827
  apm_azure_app_service_host_top99p:
@@ -24710,9 +25184,7 @@ components:
24710
25184
  format: int64
24711
25185
  type: integer
24712
25186
  do_jobs_monitoring_orchestrators_job_hours_sum:
24713
- description: |-
24714
- Shows the sum of all orchestrator job hours over all hours in the current date for the given org.
24715
- Values are returned in seconds. Divide by 3,600 to convert to hours.
25187
+ description: Shows the sum of all orchestrator job hours over all hours in the current date for the given org.
24716
25188
  format: int64
24717
25189
  type: integer
24718
25190
  eph_infra_host_agent_sum:
@@ -24900,183 +25372,123 @@ components:
24900
25372
  format: int64
24901
25373
  type: integer
24902
25374
  infra_cpu_avg:
24903
- description: |-
24904
- Shows the average of all Infrastructure vCPU cores over all hours in the current date for the given org.
24905
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25375
+ description: Shows the average of all Infrastructure vCPU cores over all hours in the current date for the given org.
24906
25376
  format: int64
24907
25377
  type: integer
24908
25378
  infra_cpu_default_infra_host_vcpu_agent_avg:
24909
- description: |-
24910
- Shows the average of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
24911
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25379
+ description: Shows the average of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
24912
25380
  format: int64
24913
25381
  type: integer
24914
25382
  infra_cpu_default_infra_host_vcpu_agent_basic_avg:
24915
- description: |-
24916
- Shows the average of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
24917
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25383
+ description: Shows the average of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
24918
25384
  format: int64
24919
25385
  type: integer
24920
25386
  infra_cpu_default_infra_host_vcpu_agent_basic_sum:
24921
- description: |-
24922
- Shows the sum of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
24923
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25387
+ description: Shows the sum of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
24924
25388
  format: int64
24925
25389
  type: integer
24926
25390
  infra_cpu_default_infra_host_vcpu_agent_sum:
24927
- description: |-
24928
- Shows the sum of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
24929
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25391
+ description: Shows the sum of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
24930
25392
  format: int64
24931
25393
  type: integer
24932
25394
  infra_cpu_default_infra_host_vcpu_aws_avg:
24933
- description: |-
24934
- Shows the average of all default Infrastructure host vCPU cores on AWS over all hours in the current date for the given org.
24935
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25395
+ description: Shows the average of all default Infrastructure host vCPU cores on AWS over all hours in the current date for the given org.
24936
25396
  format: int64
24937
25397
  type: integer
24938
25398
  infra_cpu_default_infra_host_vcpu_aws_sum:
24939
- description: |-
24940
- Shows the sum of all default Infrastructure host vCPU cores on AWS over all hours in the current date for the given org.
24941
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25399
+ description: Shows the sum of all default Infrastructure host vCPU cores on AWS over all hours in the current date for the given org.
24942
25400
  format: int64
24943
25401
  type: integer
24944
25402
  infra_cpu_default_infra_host_vcpu_azure_avg:
24945
- description: |-
24946
- Shows the average of all default Infrastructure host vCPU cores on Azure over all hours in the current date for the given org.
24947
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25403
+ description: Shows the average of all default Infrastructure host vCPU cores on Azure over all hours in the current date for the given org.
24948
25404
  format: int64
24949
25405
  type: integer
24950
25406
  infra_cpu_default_infra_host_vcpu_azure_sum:
24951
- description: |-
24952
- Shows the sum of all default Infrastructure host vCPU cores on Azure over all hours in the current date for the given org.
24953
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25407
+ description: Shows the sum of all default Infrastructure host vCPU cores on Azure over all hours in the current date for the given org.
24954
25408
  format: int64
24955
25409
  type: integer
24956
25410
  infra_cpu_default_infra_host_vcpu_gcp_avg:
24957
- description: |-
24958
- Shows the average of all default Infrastructure host vCPU cores on GCP over all hours in the current date for the given org.
24959
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25411
+ description: Shows the average of all default Infrastructure host vCPU cores on GCP over all hours in the current date for the given org.
24960
25412
  format: int64
24961
25413
  type: integer
24962
25414
  infra_cpu_default_infra_host_vcpu_gcp_sum:
24963
- description: |-
24964
- Shows the sum of all default Infrastructure host vCPU cores on GCP over all hours in the current date for the given org.
24965
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25415
+ description: Shows the sum of all default Infrastructure host vCPU cores on GCP over all hours in the current date for the given org.
24966
25416
  format: int64
24967
25417
  type: integer
24968
25418
  infra_cpu_default_infra_host_vcpu_nutanix_avg:
24969
- description: |-
24970
- Shows the average of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
24971
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25419
+ description: Shows the average of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
24972
25420
  format: int64
24973
25421
  type: integer
24974
25422
  infra_cpu_default_infra_host_vcpu_nutanix_basic_avg:
24975
- description: |-
24976
- Shows the average of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
24977
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25423
+ description: Shows the average of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
24978
25424
  format: int64
24979
25425
  type: integer
24980
25426
  infra_cpu_default_infra_host_vcpu_nutanix_basic_sum:
24981
- description: |-
24982
- Shows the sum of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
24983
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25427
+ description: Shows the sum of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
24984
25428
  format: int64
24985
25429
  type: integer
24986
25430
  infra_cpu_default_infra_host_vcpu_nutanix_sum:
24987
- description: |-
24988
- Shows the sum of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
24989
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25431
+ description: Shows the sum of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
24990
25432
  format: int64
24991
25433
  type: integer
24992
25434
  infra_cpu_default_infra_host_vcpu_opentelemetry_avg:
24993
- description: |-
24994
- Shows the average of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for the given org.
24995
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25435
+ description: Shows the average of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for the given org.
24996
25436
  format: int64
24997
25437
  type: integer
24998
25438
  infra_cpu_default_infra_host_vcpu_opentelemetry_sum:
24999
- description: |-
25000
- Shows the sum of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for the given org.
25001
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25439
+ description: Shows the sum of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for the given org.
25002
25440
  format: int64
25003
25441
  type: integer
25004
25442
  infra_cpu_observed_infra_host_vcpu_agent_avg:
25005
- description: |-
25006
- Shows the average of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
25007
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25443
+ description: Shows the average of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
25008
25444
  format: int64
25009
25445
  type: integer
25010
25446
  infra_cpu_observed_infra_host_vcpu_agent_sum:
25011
- description: |-
25012
- Shows the sum of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
25013
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25447
+ description: Shows the sum of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
25014
25448
  format: int64
25015
25449
  type: integer
25016
25450
  infra_cpu_observed_infra_host_vcpu_aws_avg:
25017
- description: |-
25018
- Shows the average of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for the given org.
25019
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25451
+ description: Shows the average of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for the given org.
25020
25452
  format: int64
25021
25453
  type: integer
25022
25454
  infra_cpu_observed_infra_host_vcpu_aws_sum:
25023
- description: |-
25024
- Shows the sum of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for the given org.
25025
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25455
+ description: Shows the sum of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for the given org.
25026
25456
  format: int64
25027
25457
  type: integer
25028
25458
  infra_cpu_observed_infra_host_vcpu_azure_avg:
25029
- description: |-
25030
- Shows the average of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for the given org.
25031
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25459
+ description: Shows the average of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for the given org.
25032
25460
  format: int64
25033
25461
  type: integer
25034
25462
  infra_cpu_observed_infra_host_vcpu_azure_sum:
25035
- description: |-
25036
- Shows the sum of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for the given org.
25037
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25463
+ description: Shows the sum of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for the given org.
25038
25464
  format: int64
25039
25465
  type: integer
25040
25466
  infra_cpu_observed_infra_host_vcpu_gcp_avg:
25041
- description: |-
25042
- Shows the average of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for the given org.
25043
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25467
+ description: Shows the average of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for the given org.
25044
25468
  format: int64
25045
25469
  type: integer
25046
25470
  infra_cpu_observed_infra_host_vcpu_gcp_sum:
25047
- description: |-
25048
- Shows the sum of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for the given org.
25049
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25471
+ description: Shows the sum of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for the given org.
25050
25472
  format: int64
25051
25473
  type: integer
25052
25474
  infra_cpu_observed_infra_host_vcpu_nutanix_avg:
25053
- description: |-
25054
- Shows the average of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
25055
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25475
+ description: Shows the average of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
25056
25476
  format: int64
25057
25477
  type: integer
25058
25478
  infra_cpu_observed_infra_host_vcpu_nutanix_sum:
25059
- description: |-
25060
- Shows the sum of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
25061
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25479
+ description: Shows the sum of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
25062
25480
  format: int64
25063
25481
  type: integer
25064
25482
  infra_cpu_observed_infra_host_vcpu_opentelemetry_avg:
25065
- description: |-
25066
- Shows the average of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for the given org.
25067
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25483
+ description: Shows the average of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for the given org.
25068
25484
  format: int64
25069
25485
  type: integer
25070
25486
  infra_cpu_observed_infra_host_vcpu_opentelemetry_sum:
25071
- description: |-
25072
- Shows the sum of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for the given org.
25073
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25487
+ description: Shows the sum of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for the given org.
25074
25488
  format: int64
25075
25489
  type: integer
25076
25490
  infra_cpu_sum:
25077
- description: |-
25078
- Shows the sum of all Infrastructure vCPU cores over all hours in the current date for the given org.
25079
- Values are returned in millicores. Divide by 1,000 to convert to cores.
25491
+ description: Shows the sum of all Infrastructure vCPU cores over all hours in the current date for the given org.
25080
25492
  format: int64
25081
25493
  type: integer
25082
25494
  infra_edge_monitoring_devices_top99p:
@@ -25629,7 +26041,7 @@ components:
25629
26041
  For SDK users only: all fields at this response level are accessible through the
25630
26042
  `additionalProperties` map. Existing typed-field getters are unchanged. New billing
25631
26043
  dimensions will not have typed-field getters. Use
25632
- [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
26044
+ [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
25633
26045
  to enumerate every available key.
25634
26046
  properties:
25635
26047
  agent_host_top99p_sum:
@@ -25637,33 +26049,23 @@ components:
25637
26049
  format: int64
25638
26050
  type: integer
25639
26051
  ai_credits_agent_builder_ai_credits_agg_sum:
25640
- description: |-
25641
- Shows the sum of all AI credits used by Agent Builder over all hours in the current month for all organizations.
25642
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
26052
+ description: Shows the sum of all AI credits used by Agent Builder over all hours in the current month for all organizations.
25643
26053
  format: int64
25644
26054
  type: integer
25645
26055
  ai_credits_agg_sum:
25646
- description: |-
25647
- Shows the sum of all AI credits over all hours in the current month for all organizations.
25648
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
26056
+ description: Shows the sum of all AI credits over all hours in the current month for all organizations.
25649
26057
  format: int64
25650
26058
  type: integer
25651
26059
  ai_credits_bits_assistant_ai_credits_agg_sum:
25652
- description: |-
25653
- Shows the sum of all AI credits used by Bits AI Assistant over all hours in the current month for all organizations.
25654
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
26060
+ description: Shows the sum of all AI credits used by Bits AI Assistant over all hours in the current month for all organizations.
25655
26061
  format: int64
25656
26062
  type: integer
25657
26063
  ai_credits_bits_dev_ai_credits_agg_sum:
25658
- description: |-
25659
- Shows the sum of all AI credits used by Bits AI Dev over all hours in the current month for all organizations.
25660
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
26064
+ description: Shows the sum of all AI credits used by Bits AI Dev over all hours in the current month for all organizations.
25661
26065
  format: int64
25662
26066
  type: integer
25663
26067
  ai_credits_bits_sre_ai_credits_agg_sum:
25664
- description: |-
25665
- Shows the sum of all AI credits used by Bits AI SRE over all hours in the current month for all organizations.
25666
- Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
26068
+ description: Shows the sum of all AI credits used by Bits AI SRE over all hours in the current month for all organizations.
25667
26069
  format: int64
25668
26070
  type: integer
25669
26071
  apm_azure_app_service_host_top99p_sum:
@@ -26030,9 +26432,7 @@ components:
26030
26432
  format: int64
26031
26433
  type: integer
26032
26434
  do_jobs_monitoring_orchestrators_job_hours_agg_sum:
26033
- description: |-
26034
- Shows the sum of all orchestrator job hours over all hours in the current month for all organizations.
26035
- Values are returned in seconds. Divide by 3,600 to convert to hours.
26435
+ description: Shows the sum of all orchestrator job hours over all hours in the current month for all organizations.
26036
26436
  format: int64
26037
26437
  type: integer
26038
26438
  end_date:
@@ -26221,183 +26621,123 @@ components:
26221
26621
  format: int64
26222
26622
  type: integer
26223
26623
  infra_cpu_agg_sum:
26224
- description: |-
26225
- Shows the sum of all Infrastructure vCPU cores over all hours in the current month for all organizations.
26226
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26624
+ description: Shows the sum of all Infrastructure vCPU cores over all hours in the current month for all organizations.
26227
26625
  format: int64
26228
26626
  type: integer
26229
26627
  infra_cpu_avg_sum:
26230
- description: |-
26231
- Shows the average of all Infrastructure vCPU cores over all hours in the current month for all organizations.
26232
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26628
+ description: Shows the average of all Infrastructure vCPU cores over all hours in the current month for all organizations.
26233
26629
  format: int64
26234
26630
  type: integer
26235
26631
  infra_cpu_default_infra_host_vcpu_agent_agg_sum:
26236
- description: |-
26237
- Shows the sum of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
26238
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26632
+ description: Shows the sum of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
26239
26633
  format: int64
26240
26634
  type: integer
26241
26635
  infra_cpu_default_infra_host_vcpu_agent_avg_sum:
26242
- description: |-
26243
- Shows the average of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
26244
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26636
+ description: Shows the average of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
26245
26637
  format: int64
26246
26638
  type: integer
26247
26639
  infra_cpu_default_infra_host_vcpu_agent_basic_agg_sum:
26248
- description: |-
26249
- Shows the sum of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
26250
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26640
+ description: Shows the sum of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
26251
26641
  format: int64
26252
26642
  type: integer
26253
26643
  infra_cpu_default_infra_host_vcpu_agent_basic_avg_sum:
26254
- description: |-
26255
- Shows the average of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
26256
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26644
+ description: Shows the average of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
26257
26645
  format: int64
26258
26646
  type: integer
26259
26647
  infra_cpu_default_infra_host_vcpu_aws_agg_sum:
26260
- description: |-
26261
- Shows the sum of all default Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
26262
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26648
+ description: Shows the sum of all default Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
26263
26649
  format: int64
26264
26650
  type: integer
26265
26651
  infra_cpu_default_infra_host_vcpu_aws_avg_sum:
26266
- description: |-
26267
- Shows the average of all default Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
26268
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26652
+ description: Shows the average of all default Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
26269
26653
  format: int64
26270
26654
  type: integer
26271
26655
  infra_cpu_default_infra_host_vcpu_azure_agg_sum:
26272
- description: |-
26273
- Shows the sum of all default Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
26274
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26656
+ description: Shows the sum of all default Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
26275
26657
  format: int64
26276
26658
  type: integer
26277
26659
  infra_cpu_default_infra_host_vcpu_azure_avg_sum:
26278
- description: |-
26279
- Shows the average of all default Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
26280
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26660
+ description: Shows the average of all default Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
26281
26661
  format: int64
26282
26662
  type: integer
26283
26663
  infra_cpu_default_infra_host_vcpu_gcp_agg_sum:
26284
- description: |-
26285
- Shows the sum of all default Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
26286
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26664
+ description: Shows the sum of all default Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
26287
26665
  format: int64
26288
26666
  type: integer
26289
26667
  infra_cpu_default_infra_host_vcpu_gcp_avg_sum:
26290
- description: |-
26291
- Shows the average of all default Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
26292
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26668
+ description: Shows the average of all default Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
26293
26669
  format: int64
26294
26670
  type: integer
26295
26671
  infra_cpu_default_infra_host_vcpu_nutanix_agg_sum:
26296
- description: |-
26297
- Shows the sum of all default Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26298
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26672
+ description: Shows the sum of all default Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26299
26673
  format: int64
26300
26674
  type: integer
26301
26675
  infra_cpu_default_infra_host_vcpu_nutanix_avg_sum:
26302
- description: |-
26303
- Shows the average of all default Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26304
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26676
+ description: Shows the average of all default Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26305
26677
  format: int64
26306
26678
  type: integer
26307
26679
  infra_cpu_default_infra_host_vcpu_nutanix_basic_agg_sum:
26308
- description: |-
26309
- Shows the sum of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26310
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26680
+ description: Shows the sum of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26311
26681
  format: int64
26312
26682
  type: integer
26313
26683
  infra_cpu_default_infra_host_vcpu_nutanix_basic_avg_sum:
26314
- description: |-
26315
- Shows the average of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26316
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26684
+ description: Shows the average of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26317
26685
  format: int64
26318
26686
  type: integer
26319
26687
  infra_cpu_default_infra_host_vcpu_opentelemetry_agg_sum:
26320
- description: |-
26321
- Shows the sum of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current month for all organizations.
26322
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26688
+ description: Shows the sum of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current month for all organizations.
26323
26689
  format: int64
26324
26690
  type: integer
26325
26691
  infra_cpu_default_infra_host_vcpu_opentelemetry_avg_sum:
26326
- description: |-
26327
- Shows the average of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current month for all organizations.
26328
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26692
+ description: Shows the average of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current month for all organizations.
26329
26693
  format: int64
26330
26694
  type: integer
26331
26695
  infra_cpu_observed_infra_host_vcpu_agent_agg_sum:
26332
- description: |-
26333
- Shows the sum of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
26334
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26696
+ description: Shows the sum of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
26335
26697
  format: int64
26336
26698
  type: integer
26337
26699
  infra_cpu_observed_infra_host_vcpu_agent_avg_sum:
26338
- description: |-
26339
- Shows the average of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
26340
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26700
+ description: Shows the average of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
26341
26701
  format: int64
26342
26702
  type: integer
26343
26703
  infra_cpu_observed_infra_host_vcpu_aws_agg_sum:
26344
- description: |-
26345
- Shows the sum of all observed Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
26346
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26704
+ description: Shows the sum of all observed Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
26347
26705
  format: int64
26348
26706
  type: integer
26349
26707
  infra_cpu_observed_infra_host_vcpu_aws_avg_sum:
26350
- description: |-
26351
- Shows the average of all observed Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
26352
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26708
+ description: Shows the average of all observed Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
26353
26709
  format: int64
26354
26710
  type: integer
26355
26711
  infra_cpu_observed_infra_host_vcpu_azure_agg_sum:
26356
- description: |-
26357
- Shows the sum of all observed Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
26358
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26712
+ description: Shows the sum of all observed Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
26359
26713
  format: int64
26360
26714
  type: integer
26361
26715
  infra_cpu_observed_infra_host_vcpu_azure_avg_sum:
26362
- description: |-
26363
- Shows the average of all observed Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
26364
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26716
+ description: Shows the average of all observed Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
26365
26717
  format: int64
26366
26718
  type: integer
26367
26719
  infra_cpu_observed_infra_host_vcpu_gcp_agg_sum:
26368
- description: |-
26369
- Shows the sum of all observed Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
26370
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26720
+ description: Shows the sum of all observed Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
26371
26721
  format: int64
26372
26722
  type: integer
26373
26723
  infra_cpu_observed_infra_host_vcpu_gcp_avg_sum:
26374
- description: |-
26375
- Shows the average of all observed Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
26376
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26724
+ description: Shows the average of all observed Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
26377
26725
  format: int64
26378
26726
  type: integer
26379
26727
  infra_cpu_observed_infra_host_vcpu_nutanix_agg_sum:
26380
- description: |-
26381
- Shows the sum of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26382
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26728
+ description: Shows the sum of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26383
26729
  format: int64
26384
26730
  type: integer
26385
26731
  infra_cpu_observed_infra_host_vcpu_nutanix_avg_sum:
26386
- description: |-
26387
- Shows the average of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26388
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26732
+ description: Shows the average of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26389
26733
  format: int64
26390
26734
  type: integer
26391
26735
  infra_cpu_observed_infra_host_vcpu_opentelemetry_agg_sum:
26392
- description: |-
26393
- Shows the sum of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current month for all organizations.
26394
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26736
+ description: Shows the sum of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current month for all organizations.
26395
26737
  format: int64
26396
26738
  type: integer
26397
26739
  infra_cpu_observed_infra_host_vcpu_opentelemetry_avg_sum:
26398
- description: |-
26399
- Shows the average of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current month for all organizations.
26400
- Values are returned in millicores. Divide by 1,000 to convert to cores.
26740
+ description: Shows the average of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current month for all organizations.
26401
26741
  format: int64
26402
26742
  type: integer
26403
26743
  infra_edge_monitoring_devices_top99p_sum:
@@ -28743,6 +29083,7 @@ paths:
28743
29083
  - us5.datadoghq.com
28744
29084
  - ap1.datadoghq.com
28745
29085
  - ap2.datadoghq.com
29086
+ - uk1.datadoghq.com
28746
29087
  - datadoghq.eu
28747
29088
  - ddog-gov.com
28748
29089
  - us2.ddog-gov.com
@@ -28752,6 +29093,7 @@ paths:
28752
29093
  - US5
28753
29094
  - AP1
28754
29095
  - AP2
29096
+ - UK1
28755
29097
  - EU1
28756
29098
  - GOV
28757
29099
  - US2_GOV
@@ -43410,7 +43752,7 @@ paths:
43410
43752
  `UsageSummaryDateOrg` are accessible through each object's `additionalProperties` map.
43411
43753
  Existing typed-field getters are unchanged. New billing dimensions will not have
43412
43754
  typed-field getters. Use
43413
- [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
43755
+ [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
43414
43756
  to enumerate every available key at each response level.
43415
43757
 
43416
43758
  This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
@@ -44289,6 +44631,7 @@ paths:
44289
44631
  - us5.datadoghq.com
44290
44632
  - ap1.datadoghq.com
44291
44633
  - ap2.datadoghq.com
44634
+ - uk1.datadoghq.com
44292
44635
  - datadoghq.eu
44293
44636
  - ddog-gov.com
44294
44637
  - us2.ddog-gov.com
@@ -44298,6 +44641,7 @@ paths:
44298
44641
  - US5
44299
44642
  - AP1
44300
44643
  - AP2
44644
+ - UK1
44301
44645
  - EU1
44302
44646
  - GOV
44303
44647
  - US2_GOV
@@ -44339,6 +44683,7 @@ servers:
44339
44683
  - us5.datadoghq.com
44340
44684
  - ap1.datadoghq.com
44341
44685
  - ap2.datadoghq.com
44686
+ - uk1.datadoghq.com
44342
44687
  - datadoghq.eu
44343
44688
  - ddog-gov.com
44344
44689
  - us2.ddog-gov.com