datadog_api_client 2.56.0 → 2.58.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 (1092) hide show
  1. checksums.yaml +4 -4
  2. data/.generator/schemas/v1/openapi.yaml +704 -357
  3. data/.generator/schemas/v2/openapi.yaml +19823 -2773
  4. data/.generator/src/generator/openapi.py +1 -1
  5. data/.generator/src/generator/templates/model_generic.j2 +15 -0
  6. data/CHANGELOG.md +98 -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_1348801712.rb +23 -0
  17. data/examples/v1/monitors/CreateMonitor_1532893480.rb +36 -0
  18. data/examples/v1/synthetics/CreateSyntheticsAPITest_1072503741.rb +1 -0
  19. data/examples/v2/agentless-scanning/CreateAzureScanOptions.rb +1 -0
  20. data/examples/v2/agentless-scanning/CreateGcpScanOptions.rb +1 -0
  21. data/examples/v2/agentless-scanning/UpdateGcpScanOptions.rb +1 -0
  22. data/examples/v2/aws-integration/GetAWSMetricNameFilterPreview.rb +8 -0
  23. data/examples/v2/aws-integration/PreviewAWSMetricNameFilter.rb +24 -0
  24. data/examples/v2/case-management/AddCaseInsights.rb +0 -3
  25. data/examples/v2/case-management/AggregateCases.rb +0 -3
  26. data/examples/v2/case-management/BulkUpdateCases.rb +0 -3
  27. data/examples/v2/case-management/CountCases.rb +0 -3
  28. data/examples/v2/case-management/CreateCaseAutomationRule.rb +0 -3
  29. data/examples/v2/case-management/CreateCaseJiraIssue.rb +0 -3
  30. data/examples/v2/case-management/CreateCaseLink.rb +0 -3
  31. data/examples/v2/case-management/CreateCaseNotebook.rb +0 -3
  32. data/examples/v2/case-management/CreateCaseServiceNowTicket.rb +0 -3
  33. data/examples/v2/case-management/CreateCaseView.rb +0 -3
  34. data/examples/v2/case-management/CreateMaintenanceWindow.rb +0 -3
  35. data/examples/v2/case-management/DeleteCaseAutomationRule.rb +0 -3
  36. data/examples/v2/case-management/DeleteCaseLink.rb +0 -3
  37. data/examples/v2/case-management/DeleteCaseView.rb +0 -3
  38. data/examples/v2/case-management/DeleteMaintenanceWindow.rb +0 -3
  39. data/examples/v2/case-management/DisableCaseAutomationRule.rb +0 -3
  40. data/examples/v2/case-management/EnableCaseAutomationRule.rb +0 -3
  41. data/examples/v2/case-management/FavoriteCaseProject.rb +0 -3
  42. data/examples/v2/case-management/GetCaseAutomationRule.rb +0 -3
  43. data/examples/v2/case-management/GetCaseView.rb +0 -3
  44. data/examples/v2/case-management/LinkIncident.rb +0 -3
  45. data/examples/v2/case-management/LinkJiraIssueToCase.rb +0 -3
  46. data/examples/v2/case-management/ListCaseAutomationRules.rb +0 -3
  47. data/examples/v2/case-management/ListCaseLinks.rb +0 -3
  48. data/examples/v2/case-management/ListCaseTimeline.rb +0 -3
  49. data/examples/v2/case-management/ListCaseViews.rb +0 -3
  50. data/examples/v2/case-management/ListCaseWatchers.rb +0 -3
  51. data/examples/v2/case-management/ListMaintenanceWindows.rb +0 -3
  52. data/examples/v2/case-management/ListUserCaseProjectFavorites.rb +0 -3
  53. data/examples/v2/case-management/MoveCaseToProject.rb +0 -3
  54. data/examples/v2/case-management/RemoveCaseInsights.rb +0 -3
  55. data/examples/v2/case-management/UnfavoriteCaseProject.rb +0 -3
  56. data/examples/v2/case-management/UnlinkJiraIssue.rb +0 -3
  57. data/examples/v2/case-management/UnwatchCase.rb +0 -3
  58. data/examples/v2/case-management/UpdateCaseAutomationRule.rb +0 -3
  59. data/examples/v2/case-management/UpdateCaseComment.rb +0 -3
  60. data/examples/v2/case-management/UpdateCaseDueDate.rb +0 -3
  61. data/examples/v2/case-management/UpdateCaseResolvedReason.rb +0 -3
  62. data/examples/v2/case-management/UpdateCaseView.rb +0 -3
  63. data/examples/v2/case-management/UpdateMaintenanceWindow.rb +0 -3
  64. data/examples/v2/case-management/WatchCase.rb +0 -3
  65. data/examples/v2/case-management-attribute/UpdateCustomAttributeConfig.rb +0 -3
  66. data/examples/v2/case-management-type/UpdateCaseType.rb +0 -3
  67. data/examples/v2/ci-visibility-github-accounts/ListCIAppGitHubAccounts.rb +5 -0
  68. data/examples/v2/ci-visibility-github-accounts/UpdateCIAppGitHubAccount.rb +20 -0
  69. data/examples/v2/cloud-cost-management/DeleteCustomForecast.rb +0 -3
  70. data/examples/v2/cloud-cost-management/GetCostAccountFilters.rb +5 -0
  71. data/examples/v2/cloud-cost-management/GetCustomForecast.rb +5 -0
  72. data/examples/v2/cloud-cost-management/UpdateCostAccountFilters.rb +24 -0
  73. data/examples/v2/cloud-cost-management/UpsertCustomForecast.rb +0 -3
  74. data/examples/v2/csm-ownership/GetOwnershipSettings.rb +8 -0
  75. data/examples/v2/csm-ownership/GetOwnershipUntaggedFindings.rb +8 -0
  76. data/examples/v2/csm-ownership/PostOwnershipSettings.rb +18 -0
  77. data/examples/v2/dora-metrics/ListDORADeployments_1654201709.rb +15 -0
  78. data/examples/v2/dora-metrics/PatchDORADeploymentByVersion.rb +24 -0
  79. data/examples/v2/feature-flags/CreateAllocationsForFeatureFlagInEnvironment.rb +1 -0
  80. data/examples/v2/feature-flags/UpdateAllocationsForFeatureFlagInEnvironment.rb +1 -0
  81. data/examples/v2/fleet-automation/CancelFleetDeploymentV2.rb +8 -0
  82. data/examples/v2/fleet-automation/CreateFleetDeploymentConfigureV2.rb +24 -0
  83. data/examples/v2/fleet-automation/{CreateFleetDeploymentUpgrade.rb → CreateFleetDeploymentUpgradeV2.rb} +5 -8
  84. data/examples/v2/fleet-automation/GetFleetAgentDetailV2.rb +5 -0
  85. data/examples/v2/fleet-automation/{GetFleetDeployment_1482493803.rb → GetFleetDeploymentV2.rb} +1 -4
  86. data/examples/v2/fleet-automation/GetFleetScheduleV2.rb +8 -0
  87. data/examples/v2/fleet-automation/ListFleetAgentVersionsV2.rb +5 -0
  88. data/examples/v2/fleet-automation/ListFleetAgentsV2.rb +5 -0
  89. data/examples/v2/fleet-automation/ListFleetDeploymentsV2.rb +5 -0
  90. data/examples/v2/fleet-automation/ListFleetSchedulesV2.rb +5 -0
  91. data/examples/v2/governance-console/GetGovernanceConfig.rb +8 -0
  92. data/examples/v2/{governance-controls → governance-console}/GetGovernanceControl.rb +2 -2
  93. data/examples/v2/governance-console/GetGovernanceControlNotificationSettings.rb +8 -0
  94. data/examples/v2/governance-console/GetGovernanceDetection.rb +8 -0
  95. data/examples/v2/governance-console/GetGovernanceNotificationSettings.rb +8 -0
  96. data/examples/v2/governance-console/ListGovernanceControlDetections.rb +8 -0
  97. data/examples/v2/{governance-controls → governance-console}/ListGovernanceControls.rb +2 -2
  98. data/examples/v2/{governance-insights → governance-console}/ListGovernanceInsights.rb +2 -2
  99. data/examples/v2/governance-console/MitigateGovernanceDetections.rb +21 -0
  100. data/examples/v2/{governance-controls → governance-console}/UpdateGovernanceControl.rb +2 -7
  101. data/examples/v2/governance-console/UpdateGovernanceControlNotificationSettings.rb +28 -0
  102. data/examples/v2/governance-console/UpdateGovernanceDetection.rb +20 -0
  103. data/examples/v2/governance-console/UpdateGovernanceNotificationSettings.rb +17 -0
  104. data/examples/v2/identity-providers/ListIdentityProviderUsers.rb +5 -0
  105. data/examples/v2/identity-providers/ListIdentityProviderUsers_486416181.rb +5 -0
  106. data/examples/v2/identity-providers/ListIdentityProviders.rb +5 -0
  107. data/examples/v2/identity-providers/UpdateIdentityProvider.rb +15 -0
  108. data/examples/v2/incidents/CreateIncidentPostmortemTemplate.rb +22 -1
  109. data/examples/v2/incidents/CreateIncidentUserDefinedRole.rb +29 -0
  110. data/examples/v2/incidents/DeleteIncidentPostmortemTemplate.rb +1 -1
  111. data/examples/v2/incidents/DeleteIncidentUserDefinedRole.rb +8 -0
  112. data/examples/v2/incidents/GetIncidentPostmortemTemplate.rb +1 -1
  113. data/examples/v2/incidents/GetIncidentUserDefinedRole.rb +8 -0
  114. data/examples/v2/incidents/ListIncidentUserDefinedRoles.rb +8 -0
  115. data/examples/v2/incidents/PatchIncidentImpact.rb +20 -0
  116. data/examples/v2/incidents/UpdateIncidentPostmortemTemplate.rb +23 -2
  117. data/examples/v2/incidents/UpdateIncidentUserDefinedRole.rb +22 -0
  118. data/examples/v2/llm-observability/CreateLLMObsPrompt.rb +28 -0
  119. data/examples/v2/llm-observability/CreateLLMObsPromptVersion.rb +29 -0
  120. data/examples/v2/llm-observability/DeleteLLMObsPrompt.rb +11 -0
  121. data/examples/v2/llm-observability/GetLLMObsPrompt.rb +11 -0
  122. data/examples/v2/llm-observability/GetLLMObsPromptVersion.rb +14 -0
  123. data/examples/v2/llm-observability/ListLLMObsCustomEvalConfigs.rb +8 -0
  124. data/examples/v2/llm-observability/ListLLMObsPromptVersions.rb +11 -0
  125. data/examples/v2/llm-observability/ListLLMObsPrompts.rb +14 -0
  126. data/examples/v2/llm-observability/UpdateLLMObsCustomEvalConfig.rb +5 -0
  127. data/examples/v2/llm-observability/UpdateLLMObsPrompt.rb +20 -0
  128. data/examples/v2/llm-observability/UpdateLLMObsPromptVersion.rb +23 -0
  129. data/examples/v2/metrics/CreateHistoricalMetricsConfiguration.rb +15 -0
  130. data/examples/v2/metrics/CreateTagIndexingRule_2435129406.rb +37 -0
  131. data/examples/v2/metrics/DeleteHistoricalMetricsConfiguration.rb +8 -0
  132. data/examples/v2/metrics/GetHistoricalMetricsConfiguration.rb +8 -0
  133. data/examples/v2/metrics/UpdateTagIndexingRule_4127399471.rb +41 -0
  134. data/examples/v2/observability-pipelines/ValidatePipeline_3345949653.rb +60 -0
  135. data/examples/v2/observability-pipelines/ValidatePipeline_3928499240.rb +61 -0
  136. data/examples/v2/on-call/GetScheduleOnCallResponders.rb +8 -0
  137. data/examples/v2/org-authorized-clients/DeleteOrgAuthorizedClient.rb +5 -0
  138. data/examples/v2/org-authorized-clients/DeleteOrgAuthorizedClientAllUserAuthorizations.rb +5 -0
  139. data/examples/v2/org-authorized-clients/DeleteOrgAuthorizedClientUserAuthorization.rb +5 -0
  140. data/examples/v2/org-authorized-clients/GetOrgAuthorizedClient.rb +5 -0
  141. data/examples/v2/org-authorized-clients/ListOrgAuthorizedClientUserAuthorizations.rb +5 -0
  142. data/examples/v2/org-authorized-clients/ListOrgAuthorizedClientUserAuthorizations_742202381.rb +5 -0
  143. data/examples/v2/org-authorized-clients/ListOrgAuthorizedClients.rb +5 -0
  144. data/examples/v2/org-authorized-clients/ListOrgAuthorizedClients_547493980.rb +5 -0
  145. data/examples/v2/org-authorized-clients/UpdateOrgAuthorizedClient.rb +15 -0
  146. data/examples/v2/org-groups/ListOrgGroupPolicySuggestions.rb +8 -0
  147. data/examples/v2/report-schedules/ListDatasetReportSchedules.rb +5 -0
  148. data/examples/v2/report-schedules/PrintReport.rb +27 -0
  149. data/examples/v2/reporting-and-sharing/CreateSnapshot.rb +39 -0
  150. data/examples/v2/rum-config/CreateRumConfig.rb +17 -0
  151. data/examples/v2/rum-config/GetRumConfig.rb +8 -0
  152. data/examples/v2/rum-config/UpdateRumConfig.rb +17 -0
  153. data/examples/v2/rum-operations/CreateRUMOperation.rb +46 -0
  154. data/examples/v2/rum-operations/CreateRUMOperationStrongLink.rb +21 -0
  155. data/examples/v2/rum-operations/DeleteRUMOperation.rb +8 -0
  156. data/examples/v2/rum-operations/DeleteRUMOperationStrongLink.rb +8 -0
  157. data/examples/v2/rum-operations/GetRUMOperation.rb +8 -0
  158. data/examples/v2/rum-operations/GetRUMOperationByName.rb +8 -0
  159. data/examples/v2/rum-operations/ListRUMOperationStrongLinks.rb +5 -0
  160. data/examples/v2/rum-operations/ListRUMOperations.rb +8 -0
  161. data/examples/v2/rum-operations/UpdateRUMOperation.rb +47 -0
  162. data/examples/v2/rum-operations/UpdateRUMOperationStrongLink.rb +17 -0
  163. data/examples/v2/security-monitoring/ActivateIntegration.rb +22 -0
  164. data/examples/v2/security-monitoring/AttachLinearIssue.rb +30 -0
  165. data/examples/v2/security-monitoring/AttachServiceNowTicket.rb +0 -3
  166. data/examples/v2/security-monitoring/BulkDeleteSecurityMonitoringRules.rb +1 -0
  167. data/examples/v2/security-monitoring/CreateLinearIssues.rb +39 -0
  168. data/examples/v2/security-monitoring/CreateSecurityMonitoringIntegrationConfig.rb +11 -3
  169. data/examples/v2/security-monitoring/CreateServiceNowTickets.rb +0 -3
  170. data/examples/v2/security-monitoring/DeactivateIntegration.rb +8 -0
  171. data/examples/v2/security-monitoring/GetEntraIdAzureAppRegistrations.rb +8 -0
  172. data/examples/v2/security-monitoring/UpdateSecurityMonitoringIntegrationConfig.rb +11 -3
  173. data/examples/v2/security-monitoring/ValidateSecurityMonitoringIntegrationCredentials.rb +11 -3
  174. data/examples/v2/status-pages/CreateDegradationTemplate.rb +25 -0
  175. data/examples/v2/status-pages/CreateMaintenanceTemplate.rb +15 -0
  176. data/examples/v2/status-pages/DeleteDegradationTemplate.rb +5 -0
  177. data/examples/v2/status-pages/DeleteMaintenanceTemplate.rb +5 -0
  178. data/examples/v2/status-pages/GetDegradationTemplate.rb +5 -0
  179. data/examples/v2/status-pages/GetMaintenanceTemplate.rb +5 -0
  180. data/examples/v2/status-pages/ListDegradationTemplates.rb +5 -0
  181. data/examples/v2/status-pages/ListMaintenanceTemplates.rb +5 -0
  182. data/examples/v2/status-pages/PatchMaintenanceUpdate.rb +15 -0
  183. data/examples/v2/status-pages/UpdateDegradationTemplate.rb +25 -0
  184. data/examples/v2/status-pages/UpdateMaintenanceTemplate.rb +15 -0
  185. data/examples/v2/user-authorized-clients/DeleteUserAuthorizedClient.rb +5 -0
  186. data/examples/v2/user-authorized-clients/DeleteUserAuthorizedClientsByClient.rb +5 -0
  187. data/examples/v2/user-authorized-clients/GetUserAuthorizedClient.rb +5 -0
  188. data/examples/v2/user-authorized-clients/ListUserAuthorizedClients.rb +5 -0
  189. data/examples/v2/user-authorized-clients/ListUserAuthorizedClients_1051662547.rb +5 -0
  190. data/examples/v2/users/GetUserIdentityProviders.rb +5 -0
  191. data/examples/v2/users/UpdateUserIdentityProviders.rb +14 -0
  192. data/lib/datadog_api_client/configuration.rb +203 -85
  193. data/lib/datadog_api_client/inflector.rb +687 -49
  194. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +1 -1
  195. data/lib/datadog_api_client/v1/models/dashboard.rb +11 -1
  196. data/lib/datadog_api_client/v1/models/dashboard_default_timeframe_setting.rb +63 -0
  197. data/lib/datadog_api_client/v1/models/dashboard_fixed_timeframe.rb +173 -0
  198. data/lib/datadog_api_client/v1/models/dashboard_fixed_timeframe_type.rb +26 -0
  199. data/lib/datadog_api_client/v1/models/dashboard_live_timeframe.rb +169 -0
  200. data/lib/datadog_api_client/v1/models/dashboard_live_timeframe_type.rb +26 -0
  201. data/lib/datadog_api_client/v1/models/dataset_list_query.rb +195 -0
  202. data/lib/datadog_api_client/v1/models/dataset_list_query_data_source_type.rb +26 -0
  203. data/lib/datadog_api_client/v1/models/dataset_list_query_sort.rb +125 -0
  204. data/lib/datadog_api_client/v1/models/dataset_list_query_sort_field.rb +144 -0
  205. data/lib/datadog_api_client/v1/models/host_map_request.rb +4 -1
  206. data/lib/datadog_api_client/v1/models/host_map_widget_definition.rb +6 -6
  207. data/lib/datadog_api_client/v1/models/host_map_widget_definition_request_type.rb +27 -0
  208. data/lib/datadog_api_client/v1/models/host_map_widget_definition_requests.rb +39 -9
  209. data/lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb +4 -1
  210. data/lib/datadog_api_client/v1/models/host_map_widget_dimension.rb +2 -1
  211. data/lib/datadog_api_client/v1/models/host_map_widget_formula.rb +1 -1
  212. data/lib/datadog_api_client/v1/models/host_map_widget_projection.rb +146 -0
  213. data/lib/datadog_api_client/v1/models/host_map_widget_projection_dimension_mapping.rb +164 -0
  214. data/lib/datadog_api_client/v1/models/host_map_widget_projection_type.rb +26 -0
  215. data/lib/datadog_api_client/v1/models/list_stream_query.rb +14 -3
  216. data/lib/datadog_api_client/v1/models/list_stream_query_version.rb +27 -0
  217. data/lib/datadog_api_client/v1/models/list_stream_source.rb +3 -0
  218. data/lib/datadog_api_client/v1/models/logs_array_processor.rb +1 -0
  219. data/lib/datadog_api_client/v1/models/logs_array_processor_operation.rb +2 -1
  220. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_extract_key_value.rb +206 -0
  221. data/lib/datadog_api_client/v1/models/logs_array_processor_operation_extract_key_value_type.rb +26 -0
  222. data/lib/datadog_api_client/v1/models/logs_attribute_remapper.rb +1 -1
  223. data/lib/datadog_api_client/v1/models/logs_schema_remapper.rb +1 -1
  224. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_monitor_options.rb +15 -3
  225. data/lib/datadog_api_client/v1/models/monitor_options.rb +2 -1
  226. data/lib/datadog_api_client/v1/models/monitor_type.rb +1 -0
  227. data/lib/datadog_api_client/v1/models/notebook_create_data_attributes.rb +21 -1
  228. data/lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb +21 -1
  229. data/lib/datadog_api_client/v1/models/notebook_template_variable.rb +193 -0
  230. data/lib/datadog_api_client/v1/models/notebook_template_variable_available_values_query.rb +63 -0
  231. data/lib/datadog_api_client/v1/models/notebook_template_variable_available_values_query_group_by.rb +98 -0
  232. data/lib/datadog_api_client/v1/models/notebook_template_variable_available_values_query_log_rum_spans.rb +142 -0
  233. data/lib/datadog_api_client/v1/models/notebook_template_variable_available_values_query_metrics.rb +119 -0
  234. data/lib/datadog_api_client/v1/models/notebook_template_variable_available_values_query_search.rb +98 -0
  235. data/lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb +21 -1
  236. data/lib/datadog_api_client/v1/models/notebooks_response_data_attributes.rb +21 -1
  237. data/lib/datadog_api_client/v1/models/on_missing_data_option.rb +2 -1
  238. data/lib/datadog_api_client/v1/models/published_dataset_provider.rb +26 -0
  239. data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +11 -1
  240. data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +11 -1
  241. data/lib/datadog_api_client/v1/models/topology_map_widget_definition.rb +36 -175
  242. data/lib/datadog_api_client/v1/models/topology_map_widget_definition_data_streams.rb +187 -0
  243. data/lib/datadog_api_client/v1/models/topology_map_widget_definition_service_map.rb +187 -0
  244. data/lib/datadog_api_client/v1/models/topology_query_data_streams.rb +156 -0
  245. data/lib/datadog_api_client/v1/models/{topology_query_data_source.rb → topology_query_data_streams_data_source.rb} +2 -3
  246. data/lib/datadog_api_client/v1/models/topology_query_service_map.rb +156 -0
  247. data/lib/datadog_api_client/v1/models/topology_query_service_map_data_source.rb +26 -0
  248. data/lib/datadog_api_client/v1/models/topology_request_data_streams.rb +115 -0
  249. data/lib/datadog_api_client/v1/models/{topology_request.rb → topology_request_service_map.rb} +5 -5
  250. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +13 -37
  251. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +13 -37
  252. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +13 -37
  253. data/lib/datadog_api_client/v2/api/aws_integration_api.rb +150 -0
  254. data/lib/datadog_api_client/v2/api/case_management_api.rb +0 -246
  255. data/lib/datadog_api_client/v2/api/case_management_attribute_api.rb +0 -6
  256. data/lib/datadog_api_client/v2/api/case_management_type_api.rb +0 -6
  257. data/lib/datadog_api_client/v2/api/ci_visibility_git_hub_accounts_api.rb +160 -0
  258. data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +202 -12
  259. data/lib/datadog_api_client/v2/api/cloud_network_monitoring_api.rb +2 -2
  260. data/lib/datadog_api_client/v2/api/csm_ownership_api.rb +205 -0
  261. data/lib/datadog_api_client/v2/api/dashboards_api.rb +2 -2
  262. data/lib/datadog_api_client/v2/api/ddsql_api.rb +165 -0
  263. data/lib/datadog_api_client/v2/api/dora_metrics_api.rb +73 -0
  264. data/lib/datadog_api_client/v2/api/feature_flags_api.rb +3 -1
  265. data/lib/datadog_api_client/v2/api/fleet_automation_api.rb +186 -253
  266. data/lib/datadog_api_client/v2/api/governance_console_api.rb +987 -0
  267. data/lib/datadog_api_client/v2/api/identity_providers_api.rb +262 -0
  268. data/lib/datadog_api_client/v2/api/incidents_api.rb +3685 -977
  269. data/lib/datadog_api_client/v2/api/llm_observability_api.rb +775 -32
  270. data/lib/datadog_api_client/v2/api/metrics_api.rb +223 -0
  271. data/lib/datadog_api_client/v2/api/on_call_api.rb +75 -1
  272. data/lib/datadog_api_client/v2/api/org_authorized_clients_api.rb +575 -0
  273. data/lib/datadog_api_client/v2/api/org_groups_api.rb +72 -0
  274. data/lib/datadog_api_client/v2/api/report_schedules_api.rb +136 -0
  275. data/lib/datadog_api_client/v2/api/reporting_and_sharing_api.rb +99 -0
  276. data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +5 -3
  277. data/lib/datadog_api_client/v2/api/roles_api.rb +13 -0
  278. data/lib/datadog_api_client/v2/api/{governance_controls_api.rb → rum_config_api.rb} +61 -67
  279. data/lib/datadog_api_client/v2/api/rum_operations_api.rb +793 -0
  280. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +361 -18
  281. data/lib/datadog_api_client/v2/api/service_level_objectives_api.rb +9 -0
  282. data/lib/datadog_api_client/v2/api/status_pages_api.rb +863 -55
  283. data/lib/datadog_api_client/v2/api/tag_policies_api.rb +6 -6
  284. data/lib/datadog_api_client/v2/api/user_authorized_clients_api.rb +313 -0
  285. data/lib/datadog_api_client/v2/api/users_api.rb +140 -0
  286. data/lib/datadog_api_client/v2/models/account_filters.rb +154 -0
  287. data/lib/datadog_api_client/v2/models/account_filters_attributes.rb +125 -0
  288. data/lib/datadog_api_client/v2/models/account_filters_patch_data.rb +144 -0
  289. data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_response.rb → account_filters_patch_request.rb} +5 -5
  290. data/lib/datadog_api_client/v2/models/account_filters_patch_request_attributes.rb +123 -0
  291. data/lib/datadog_api_client/v2/models/account_filters_patch_request_type.rb +26 -0
  292. data/lib/datadog_api_client/v2/models/account_filters_response.rb +105 -0
  293. data/lib/datadog_api_client/v2/models/{rum_rate_limit_window_type.rb → account_filters_type.rb} +3 -3
  294. data/lib/datadog_api_client/v2/models/agent_trigger.rb +105 -0
  295. data/lib/datadog_api_client/v2/models/agent_trigger_wrapper.rb +135 -0
  296. data/lib/datadog_api_client/v2/models/api_trigger_wrapper.rb +1 -1
  297. data/lib/datadog_api_client/v2/models/app_trigger_wrapper.rb +1 -1
  298. data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_input_address.rb +2 -0
  299. data/lib/datadog_api_client/v2/models/asset_type.rb +1 -0
  300. data/lib/datadog_api_client/v2/models/attach_linear_issue_request.rb +123 -0
  301. data/lib/datadog_api_client/v2/models/attach_linear_issue_request_data.rb +165 -0
  302. data/lib/datadog_api_client/v2/models/attach_linear_issue_request_data_attributes.rb +123 -0
  303. data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_update_attributes.rb → attach_linear_issue_request_data_relationships.rb} +35 -35
  304. data/lib/datadog_api_client/v2/models/automation_rule_action.rb +1 -1
  305. data/lib/datadog_api_client/v2/models/automation_rule_action_data.rb +3 -3
  306. data/lib/datadog_api_client/v2/models/automation_rule_action_type.rb +3 -3
  307. data/lib/datadog_api_client/v2/models/automation_rule_trigger.rb +1 -1
  308. data/lib/datadog_api_client/v2/models/automation_rule_trigger_data.rb +6 -6
  309. data/lib/datadog_api_client/v2/models/automation_rule_trigger_type.rb +6 -6
  310. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_dd_name.rb +144 -0
  311. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_filter_match.rb +144 -0
  312. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_metric.rb +146 -0
  313. data/lib/datadog_api_client/{v1/models/topology_query.rb → v2/models/aws_metric_name_filter_preview_namespace.rb} +53 -28
  314. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_request.rb +123 -0
  315. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_request_attributes.rb +125 -0
  316. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_request_data.rb +144 -0
  317. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_response.rb +123 -0
  318. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_response_attributes.rb +125 -0
  319. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_response_data.rb +168 -0
  320. data/lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_type.rb +26 -0
  321. data/lib/datadog_api_client/v2/models/aws_metric_name_filters.rb +64 -0
  322. data/lib/datadog_api_client/v2/models/aws_metric_name_filters_exclude_only.rb +146 -0
  323. data/lib/datadog_api_client/v2/models/aws_metric_name_filters_include_only.rb +146 -0
  324. data/lib/datadog_api_client/v2/models/aws_metrics_config.rb +14 -1
  325. data/lib/datadog_api_client/v2/models/azure_scan_options_data_attributes.rb +11 -1
  326. data/lib/datadog_api_client/v2/models/azure_scan_options_input_update_data_attributes.rb +11 -1
  327. data/lib/datadog_api_client/v2/models/batch_rows_query_response.rb +15 -3
  328. data/lib/datadog_api_client/v2/models/case_trigger_wrapper.rb +1 -1
  329. data/lib/datadog_api_client/v2/models/change_event_trigger_wrapper.rb +1 -1
  330. data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_attributes.rb +147 -0
  331. data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_data.rb +167 -0
  332. data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_repository.rb +115 -0
  333. data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_response.rb +123 -0
  334. data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_type.rb +27 -0
  335. data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_update_request.rb +123 -0
  336. data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_update_request_attributes.rb +159 -0
  337. data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_update_request_data.rb +146 -0
  338. data/lib/datadog_api_client/v2/models/ci_app_git_hub_account_update_request_repository.rb +148 -0
  339. data/lib/datadog_api_client/v2/models/ci_app_git_hub_accounts_response.rb +125 -0
  340. data/lib/datadog_api_client/v2/models/completion_condition.rb +4 -29
  341. data/lib/datadog_api_client/v2/models/completion_gate.rb +4 -29
  342. data/lib/datadog_api_client/v2/models/condition.rb +28 -40
  343. data/lib/datadog_api_client/v2/models/condition_request.rb +21 -47
  344. data/lib/datadog_api_client/v2/models/confluence_postmortem_settings.rb +162 -0
  345. data/lib/datadog_api_client/v2/models/control_notification_event_setting.rb +167 -0
  346. data/lib/datadog_api_client/v2/models/control_notification_settings_attributes.rb +125 -0
  347. data/lib/datadog_api_client/v2/models/control_notification_settings_data.rb +165 -0
  348. data/lib/datadog_api_client/v2/models/control_notification_settings_resource_type.rb +26 -0
  349. data/lib/datadog_api_client/v2/models/control_notification_settings_response.rb +123 -0
  350. data/lib/datadog_api_client/v2/models/control_notification_settings_update_attributes.rb +107 -0
  351. data/lib/datadog_api_client/v2/models/control_notification_settings_update_data.rb +133 -0
  352. data/lib/datadog_api_client/v2/models/control_notification_settings_update_request.rb +123 -0
  353. data/lib/datadog_api_client/v2/models/control_notification_target.rb +144 -0
  354. data/lib/datadog_api_client/v2/models/control_notification_target_type.rb +29 -0
  355. data/lib/datadog_api_client/v2/models/create_backfilled_degradation_request_data.rb +11 -1
  356. data/lib/datadog_api_client/v2/models/create_backfilled_degradation_request_data_relationships.rb +105 -0
  357. data/lib/datadog_api_client/v2/models/create_backfilled_degradation_request_data_relationships_template.rb +123 -0
  358. data/lib/datadog_api_client/v2/models/create_backfilled_degradation_request_data_relationships_template_data.rb +144 -0
  359. data/lib/datadog_api_client/v2/models/create_backfilled_maintenance_request_data.rb +11 -1
  360. data/lib/datadog_api_client/v2/models/create_backfilled_maintenance_request_data_relationships.rb +105 -0
  361. data/lib/datadog_api_client/v2/models/create_backfilled_maintenance_request_data_relationships_template.rb +123 -0
  362. data/lib/datadog_api_client/v2/models/create_backfilled_maintenance_request_data_relationships_template_data.rb +144 -0
  363. data/lib/datadog_api_client/v2/models/create_degradation_request.rb +13 -3
  364. data/lib/datadog_api_client/v2/models/create_degradation_request_data.rb +11 -1
  365. data/lib/datadog_api_client/v2/models/create_degradation_request_data_relationships.rb +105 -0
  366. data/lib/datadog_api_client/v2/models/create_degradation_request_data_relationships_template.rb +123 -0
  367. data/lib/datadog_api_client/v2/models/create_degradation_request_data_relationships_template_data.rb +144 -0
  368. data/lib/datadog_api_client/v2/models/create_degradation_template_request.rb +105 -0
  369. data/lib/datadog_api_client/v2/models/create_degradation_template_request_data.rb +133 -0
  370. data/lib/datadog_api_client/v2/models/create_degradation_template_request_data_attributes.rb +157 -0
  371. data/lib/datadog_api_client/v2/models/create_degradation_template_request_data_attributes_components_affected_items.rb +154 -0
  372. data/lib/datadog_api_client/v2/models/create_degradation_template_request_data_attributes_updates_items.rb +133 -0
  373. data/lib/datadog_api_client/v2/models/create_linear_issue_request_array.rb +125 -0
  374. data/lib/datadog_api_client/v2/models/create_linear_issue_request_data.rb +143 -0
  375. data/lib/datadog_api_client/v2/models/create_linear_issue_request_data_attributes.rb +157 -0
  376. data/lib/datadog_api_client/v2/models/{rum_rate_limit_adaptive_config.rb → create_linear_issue_request_data_relationships.rb} +37 -24
  377. data/lib/datadog_api_client/v2/models/create_maintenance_request_data.rb +11 -1
  378. data/lib/datadog_api_client/v2/models/create_maintenance_request_data_relationships.rb +105 -0
  379. data/lib/datadog_api_client/v2/models/create_maintenance_request_data_relationships_template.rb +123 -0
  380. data/lib/datadog_api_client/v2/models/create_maintenance_request_data_relationships_template_data.rb +144 -0
  381. data/lib/datadog_api_client/v2/models/create_maintenance_template_request.rb +105 -0
  382. data/lib/datadog_api_client/v2/models/create_maintenance_template_request_data.rb +133 -0
  383. data/lib/datadog_api_client/v2/models/create_maintenance_template_request_data_attributes.rb +175 -0
  384. data/lib/datadog_api_client/v2/models/create_snapshot_additional_config.rb +127 -0
  385. data/lib/datadog_api_client/v2/models/create_snapshot_data_attributes_request.rb +215 -0
  386. data/lib/datadog_api_client/v2/models/create_snapshot_data_attributes_response.rb +123 -0
  387. data/lib/datadog_api_client/v2/models/create_snapshot_data_request.rb +144 -0
  388. data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_data.rb → create_snapshot_data_response.rb} +8 -8
  389. data/lib/datadog_api_client/v2/models/create_snapshot_request.rb +123 -0
  390. data/lib/datadog_api_client/v2/models/{fleet_agent_info_response.rb → create_snapshot_response.rb} +5 -5
  391. data/lib/datadog_api_client/v2/models/create_snapshot_template_variable.rb +167 -0
  392. data/lib/datadog_api_client/v2/models/create_snapshot_timeseries_legend_type.rb +28 -0
  393. data/lib/datadog_api_client/v2/models/create_snapshot_ttl.rb +31 -0
  394. data/lib/datadog_api_client/v2/models/{rum_rate_limit_scope_type.rb → create_snapshot_type.rb} +3 -3
  395. data/lib/datadog_api_client/v2/models/create_status_page_request_data_attributes.rb +1 -11
  396. data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_schema.rb +9 -1
  397. data/lib/datadog_api_client/v2/models/create_upload_request_data_attributes.rb +5 -1
  398. data/lib/datadog_api_client/v2/models/dashboard_trigger_wrapper.rb +1 -1
  399. data/lib/datadog_api_client/v2/models/database_monitoring_trigger_wrapper.rb +1 -1
  400. data/lib/datadog_api_client/v2/models/dataset_report_schedule_list_response.rb +137 -0
  401. data/lib/datadog_api_client/v2/models/dataset_report_schedule_resource_type.rb +26 -0
  402. data/lib/datadog_api_client/v2/models/dataset_report_schedule_response_attributes.rb +368 -0
  403. data/lib/datadog_api_client/v2/models/dataset_report_schedule_response_data.rb +186 -0
  404. data/lib/datadog_api_client/v2/models/datastore_trigger_wrapper.rb +1 -1
  405. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_column.rb +181 -0
  406. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_fetch_request.rb +123 -0
  407. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_fetch_request_attributes.rb +124 -0
  408. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_fetch_request_data.rb +144 -0
  409. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_fetch_request_type.rb +26 -0
  410. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_request.rb +123 -0
  411. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_request_attributes.rb +174 -0
  412. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_request_data.rb +144 -0
  413. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_request_type.rb +26 -0
  414. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_response.rb +147 -0
  415. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_response_attributes.rb +163 -0
  416. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_response_data.rb +166 -0
  417. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_response_meta.rb +146 -0
  418. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_response_type.rb +26 -0
  419. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_state.rb +30 -0
  420. data/lib/datadog_api_client/v2/models/ddsql_tabular_query_time_window.rb +147 -0
  421. data/lib/datadog_api_client/v2/models/degradation_data_relationships.rb +13 -3
  422. data/lib/datadog_api_client/v2/models/degradation_data_relationships_template.rb +123 -0
  423. data/lib/datadog_api_client/v2/models/degradation_data_relationships_template_data.rb +144 -0
  424. data/lib/datadog_api_client/v2/models/degradation_request_meta.rb +105 -0
  425. data/lib/datadog_api_client/v2/models/degradation_template.rb +117 -0
  426. data/lib/datadog_api_client/v2/models/degradation_template_array.rb +137 -0
  427. data/lib/datadog_api_client/v2/models/degradation_template_data.rb +153 -0
  428. data/lib/datadog_api_client/v2/models/degradation_template_data_attributes.rb +159 -0
  429. data/lib/datadog_api_client/v2/models/degradation_template_data_attributes_components_affected_items.rb +154 -0
  430. data/lib/datadog_api_client/v2/models/degradation_template_data_attributes_updates_items.rb +133 -0
  431. data/lib/datadog_api_client/v2/models/degradation_template_data_relationships.rb +125 -0
  432. data/lib/datadog_api_client/v2/models/degradation_template_data_relationships_created_by_user.rb +123 -0
  433. data/lib/datadog_api_client/v2/models/degradation_template_data_relationships_created_by_user_data.rb +144 -0
  434. data/lib/datadog_api_client/v2/models/degradation_template_data_relationships_last_modified_by_user.rb +123 -0
  435. data/lib/datadog_api_client/v2/models/degradation_template_data_relationships_last_modified_by_user_data.rb +144 -0
  436. data/lib/datadog_api_client/v2/models/degradation_template_data_relationships_status_page.rb +123 -0
  437. data/lib/datadog_api_client/v2/models/degradation_template_data_relationships_status_page_data.rb +144 -0
  438. data/lib/datadog_api_client/v2/models/deployment_gates_fdd_rule_options.rb +13 -1
  439. data/lib/datadog_api_client/v2/models/deployment_rule_options_faulty_deployment_detection.rb +13 -1
  440. data/lib/datadog_api_client/v2/models/dora_deployment_object_attributes.rb +5 -16
  441. data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_remediation.rb +63 -0
  442. data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_remediation_by_id.rb +119 -0
  443. data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_remediation_by_version.rb +119 -0
  444. data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_request.rb +123 -0
  445. data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_request_attributes.rb +196 -0
  446. data/lib/datadog_api_client/v2/models/dora_deployment_patch_by_version_request_data.rb +144 -0
  447. data/lib/datadog_api_client/v2/models/dora_deployment_patch_remediation.rb +15 -5
  448. data/lib/datadog_api_client/v2/models/dora_deployment_patch_request_attributes.rb +1 -1
  449. data/lib/datadog_api_client/v2/models/dora_incident_object_attributes.rb +5 -23
  450. data/lib/datadog_api_client/v2/models/entity_v3_api_spec_interface.rb +63 -0
  451. data/lib/datadog_api_client/v2/models/error_handler.rb +4 -29
  452. data/lib/datadog_api_client/v2/models/filters_per_product.rb +1 -1
  453. data/lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb +11 -1
  454. data/lib/datadog_api_client/v2/models/finding_linear_issue.rb +125 -0
  455. data/lib/datadog_api_client/v2/models/finding_linear_issue_result.rb +145 -0
  456. data/lib/datadog_api_client/v2/models/flaky_test.rb +4 -1
  457. data/lib/datadog_api_client/v2/models/flaky_test_attributes.rb +44 -1
  458. data/lib/datadog_api_client/v2/models/flaky_test_impact_level.rb +28 -0
  459. data/lib/datadog_api_client/v2/models/flaky_tests_search_filter.rb +3 -0
  460. data/lib/datadog_api_client/v2/models/fleet_agent_configuration_files_v2.rb +147 -0
  461. data/lib/datadog_api_client/v2/models/fleet_agent_detail_v2.rb +165 -0
  462. data/lib/datadog_api_client/v2/models/{fleet_agent_info_attributes.rb → fleet_agent_detail_v2_attributes.rb} +27 -21
  463. data/lib/datadog_api_client/v2/models/fleet_agent_detail_v2_response.rb +123 -0
  464. data/lib/datadog_api_client/v2/models/{fleet_agent_info_details.rb → fleet_agent_info_details_v2.rb} +95 -25
  465. data/lib/datadog_api_client/v2/models/{fleet_agent_info.rb → fleet_agent_v2.rb} +7 -7
  466. data/lib/datadog_api_client/v2/models/{fleet_agent_attributes.rb → fleet_agent_v2_attributes.rb} +129 -39
  467. data/lib/datadog_api_client/v2/models/fleet_agent_v2_attributes_instrumentation_status.rb +27 -0
  468. data/lib/datadog_api_client/v2/models/{fleet_agent_info_resource_type.rb → fleet_agent_v2_resource_type.rb} +3 -3
  469. data/lib/datadog_api_client/v2/models/fleet_agent_version_v2.rb +165 -0
  470. data/lib/datadog_api_client/v2/models/{fleet_agent_version_attributes.rb → fleet_agent_version_v2_attributes.rb} +3 -3
  471. data/lib/datadog_api_client/v2/models/{fleet_agent_version_resource_type.rb → fleet_agent_version_v2_resource_type.rb} +2 -2
  472. data/lib/datadog_api_client/v2/models/fleet_agent_versions_v2_page.rb +105 -0
  473. data/lib/datadog_api_client/v2/models/fleet_agent_versions_v2_response.rb +135 -0
  474. data/lib/datadog_api_client/v2/models/fleet_agent_versions_v2_response_meta.rb +105 -0
  475. data/lib/datadog_api_client/v2/models/{fleet_agents_response_meta.rb → fleet_agents_v2_page.rb} +15 -5
  476. data/lib/datadog_api_client/v2/models/{fleet_agents_response.rb → fleet_agents_v2_response.rb} +9 -7
  477. data/lib/datadog_api_client/v2/models/fleet_agents_v2_response_meta.rb +105 -0
  478. data/lib/datadog_api_client/v2/models/{fleet_configuration_file.rb → fleet_configuration_file_v2.rb} +13 -3
  479. data/lib/datadog_api_client/v2/models/fleet_configuration_layer.rb +1 -11
  480. data/lib/datadog_api_client/v2/models/{fleet_deployment_configure_attributes.rb → fleet_deployment_configure_v2_attributes.rb} +43 -7
  481. data/lib/datadog_api_client/v2/models/{fleet_deployment_configure_create.rb → fleet_deployment_configure_v2_create.rb} +5 -5
  482. data/lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_create_request.rb +123 -0
  483. data/lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_dry_run.rb +166 -0
  484. data/lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_dry_run_attributes.rb +125 -0
  485. data/lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_dry_run_response.rb +123 -0
  486. data/lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_dry_run_result.rb +126 -0
  487. data/lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_package.rb +154 -0
  488. data/lib/datadog_api_client/v2/models/{fleet_deployment_package_upgrade_attributes.rb → fleet_deployment_package_upgrade_v2_attributes.rb} +15 -4
  489. data/lib/datadog_api_client/v2/models/{fleet_deployment_package_upgrade_create.rb → fleet_deployment_package_upgrade_v2_create.rb} +5 -5
  490. data/lib/datadog_api_client/v2/models/{fleet_deployment_package_upgrade_create_request.rb → fleet_deployment_package_upgrade_v2_create_request.rb} +5 -5
  491. data/lib/datadog_api_client/v2/models/fleet_deployment_v2.rb +165 -0
  492. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_attributes.rb +243 -0
  493. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_cancel.rb +165 -0
  494. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_cancel_attributes.rb +115 -0
  495. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_cancel_response.rb +123 -0
  496. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_create_response.rb +123 -0
  497. data/lib/datadog_api_client/v2/models/{fleet_agents_response_data.rb → fleet_deployment_v2_detail.rb} +8 -8
  498. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_detail_agent.rb +157 -0
  499. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_detail_attributes.rb +347 -0
  500. data/lib/datadog_api_client/v2/models/fleet_deployment_v2_detail_response.rb +123 -0
  501. data/lib/datadog_api_client/v2/models/fleet_deployments_v2_page.rb +115 -0
  502. data/lib/datadog_api_client/v2/models/{fleet_deployments_response.rb → fleet_deployments_v2_response.rb} +5 -5
  503. data/lib/datadog_api_client/v2/models/fleet_deployments_v2_response_meta.rb +105 -0
  504. data/lib/datadog_api_client/v2/models/{fleet_integration_details.rb → fleet_integration_details_v2.rb} +34 -4
  505. data/lib/datadog_api_client/v2/models/{fleet_integrations_by_status.rb → fleet_integrations_by_status_v2.rb} +7 -17
  506. data/lib/datadog_api_client/v2/models/fleet_otel_collector_configuration_v2.rb +125 -0
  507. data/lib/datadog_api_client/v2/models/fleet_schedule_v2.rb +165 -0
  508. data/lib/datadog_api_client/v2/models/fleet_schedule_v2_attributes.rb +247 -0
  509. data/lib/datadog_api_client/v2/models/fleet_schedule_v2_notification_rule.rb +123 -0
  510. data/lib/datadog_api_client/v2/models/fleet_schedule_v2_recurrence_rule.rb +150 -0
  511. data/lib/datadog_api_client/v2/models/fleet_schedule_v2_response.rb +123 -0
  512. data/lib/datadog_api_client/v2/models/{fleet_deployments_page.rb → fleet_schedules_v2_page.rb} +4 -4
  513. data/lib/datadog_api_client/v2/models/fleet_schedules_v2_response.rb +135 -0
  514. data/lib/datadog_api_client/v2/models/{fleet_deployments_response_meta.rb → fleet_schedules_v2_response_meta.rb} +5 -5
  515. data/lib/datadog_api_client/v2/models/form_trigger_wrapper.rb +1 -1
  516. data/lib/datadog_api_client/v2/models/gcp_scan_options_data_attributes.rb +11 -1
  517. data/lib/datadog_api_client/v2/models/gcp_scan_options_input_update_data_attributes.rb +11 -1
  518. data/lib/datadog_api_client/v2/models/github_webhook_trigger_wrapper.rb +1 -1
  519. data/lib/datadog_api_client/v2/models/google_docs_postmortem_settings.rb +144 -0
  520. data/lib/datadog_api_client/v2/models/governance_config_attributes.rb +187 -0
  521. data/lib/datadog_api_client/v2/models/governance_config_data.rb +167 -0
  522. data/lib/datadog_api_client/v2/models/governance_config_response.rb +123 -0
  523. data/lib/datadog_api_client/v2/models/governance_console_config_resource_type.rb +26 -0
  524. data/lib/datadog_api_client/v2/models/governance_control_attributes.rb +3 -238
  525. data/lib/datadog_api_client/v2/models/governance_control_data.rb +1 -1
  526. data/lib/datadog_api_client/v2/models/governance_control_detection_assignment_source.rb +29 -0
  527. data/lib/datadog_api_client/v2/models/governance_control_detection_attributes.rb +362 -0
  528. data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_update_data.rb → governance_control_detection_data.rb} +8 -9
  529. data/lib/datadog_api_client/v2/models/governance_control_detection_resource_type.rb +26 -0
  530. data/lib/datadog_api_client/v2/models/governance_control_detection_response.rb +123 -0
  531. data/lib/datadog_api_client/v2/models/governance_control_detection_state.rb +32 -0
  532. data/lib/datadog_api_client/v2/models/governance_control_detection_update_attributes.rb +135 -0
  533. data/lib/datadog_api_client/v2/models/governance_control_detection_update_data.rb +133 -0
  534. data/lib/datadog_api_client/v2/models/governance_control_detection_update_request.rb +123 -0
  535. data/lib/datadog_api_client/v2/models/{observability_pipeline_tag_cardinality_limit_processor_per_metric_mode.rb → governance_control_detection_update_state.rb} +4 -4
  536. data/lib/datadog_api_client/v2/models/governance_control_detections_response.rb +125 -0
  537. data/lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb +8 -83
  538. data/lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb +11 -35
  539. data/lib/datadog_api_client/v2/models/governance_control_update_attributes.rb +3 -53
  540. data/lib/datadog_api_client/v2/models/governance_control_update_data.rb +1 -11
  541. data/lib/datadog_api_client/v2/models/governance_insight_attributes.rb +12 -170
  542. data/lib/datadog_api_client/v2/models/governance_insight_data.rb +3 -1
  543. data/lib/datadog_api_client/v2/models/governance_insight_directionality.rb +28 -0
  544. data/lib/datadog_api_client/v2/models/governance_insight_query_config.rb +5 -6
  545. data/lib/datadog_api_client/v2/models/governance_mitigation_request.rb +123 -0
  546. data/lib/datadog_api_client/v2/models/governance_mitigation_request_attributes.rb +166 -0
  547. data/lib/datadog_api_client/v2/models/governance_mitigation_request_data.rb +133 -0
  548. data/lib/datadog_api_client/v2/models/governance_notification_settings_attributes.rb +123 -0
  549. data/lib/datadog_api_client/v2/models/governance_notification_settings_data.rb +165 -0
  550. data/lib/datadog_api_client/v2/models/governance_notification_settings_resource_type.rb +26 -0
  551. data/lib/datadog_api_client/v2/models/governance_notification_settings_response.rb +123 -0
  552. data/lib/datadog_api_client/v2/models/governance_notification_settings_update_attributes.rb +105 -0
  553. data/lib/datadog_api_client/v2/models/governance_notification_settings_update_data.rb +133 -0
  554. data/lib/datadog_api_client/v2/models/governance_notification_settings_update_request.rb +123 -0
  555. data/lib/datadog_api_client/v2/models/historical_metrics_configuration_attributes.rb +105 -0
  556. data/lib/datadog_api_client/v2/models/historical_metrics_configuration_create_data.rb +144 -0
  557. data/lib/datadog_api_client/v2/models/historical_metrics_configuration_create_request.rb +123 -0
  558. data/lib/datadog_api_client/v2/models/historical_metrics_configuration_data.rb +125 -0
  559. data/lib/datadog_api_client/v2/models/historical_metrics_configuration_response.rb +105 -0
  560. data/lib/datadog_api_client/v2/models/historical_metrics_configuration_type.rb +26 -0
  561. data/lib/datadog_api_client/v2/models/identity_provider_attributes.rb +144 -0
  562. data/lib/datadog_api_client/v2/models/identity_provider_data.rb +165 -0
  563. data/lib/datadog_api_client/v2/models/{fleet_deployment_configure_create_request.rb → identity_provider_response.rb} +5 -5
  564. data/lib/datadog_api_client/v2/models/identity_provider_type.rb +26 -0
  565. data/lib/datadog_api_client/v2/models/identity_provider_update_attributes.rb +123 -0
  566. data/lib/datadog_api_client/v2/models/identity_provider_update_data.rb +165 -0
  567. data/lib/datadog_api_client/v2/models/identity_provider_update_request.rb +123 -0
  568. data/lib/datadog_api_client/v2/models/identity_providers_response.rb +125 -0
  569. data/lib/datadog_api_client/v2/models/incident_ai_postmortem_data_attributes_response.rb +155 -0
  570. data/lib/datadog_api_client/v2/models/incident_ai_postmortem_data_response.rb +165 -0
  571. data/lib/datadog_api_client/v2/models/incident_ai_postmortem_response.rb +123 -0
  572. data/lib/datadog_api_client/v2/models/incident_ai_postmortem_response_type.rb +26 -0
  573. data/lib/datadog_api_client/v2/models/incident_configuration_data_attributes_request.rb +135 -0
  574. data/lib/datadog_api_client/v2/models/incident_configuration_data_attributes_response.rb +205 -0
  575. data/lib/datadog_api_client/v2/models/incident_configuration_data_request.rb +133 -0
  576. data/lib/datadog_api_client/v2/models/incident_configuration_data_response.rb +175 -0
  577. data/lib/datadog_api_client/v2/models/incident_configuration_patch_data_attributes_request.rb +135 -0
  578. data/lib/datadog_api_client/v2/models/incident_configuration_patch_data_request.rb +154 -0
  579. data/lib/datadog_api_client/v2/models/incident_configuration_patch_request.rb +123 -0
  580. data/lib/datadog_api_client/v2/models/incident_configuration_relationships.rb +115 -0
  581. data/lib/datadog_api_client/v2/models/incident_configuration_request.rb +123 -0
  582. data/lib/datadog_api_client/v2/models/incident_configuration_response.rb +135 -0
  583. data/lib/datadog_api_client/v2/models/incident_configuration_type.rb +26 -0
  584. data/lib/datadog_api_client/v2/models/incident_create_on_call_page_data_attributes_request.rb +159 -0
  585. data/lib/datadog_api_client/v2/models/incident_create_on_call_page_data_request.rb +144 -0
  586. data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_update_request.rb → incident_create_on_call_page_request.rb} +5 -5
  587. data/lib/datadog_api_client/v2/models/incident_create_page_from_incident_data_attributes_request.rb +169 -0
  588. data/lib/datadog_api_client/v2/models/incident_create_page_from_incident_data_request.rb +144 -0
  589. data/lib/datadog_api_client/v2/models/incident_create_page_from_incident_request.rb +123 -0
  590. data/lib/datadog_api_client/v2/models/incident_create_page_from_incident_type.rb +26 -0
  591. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_data_attributes_request.rb +186 -0
  592. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_data_attributes_response.rb +228 -0
  593. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_data_request.rb +165 -0
  594. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_data_response.rb +175 -0
  595. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_patch_data_attributes_request.rb +135 -0
  596. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_patch_data_request.rb +154 -0
  597. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_patch_request.rb +123 -0
  598. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_relationships.rb +125 -0
  599. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_relationships_request.rb +123 -0
  600. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_request.rb +123 -0
  601. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_response.rb +135 -0
  602. data/lib/datadog_api_client/v2/models/incident_google_chat_configuration_type.rb +26 -0
  603. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_data_attributes_request.rb +144 -0
  604. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_data_attributes_response.rb +175 -0
  605. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_data_request.rb +165 -0
  606. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_data_response.rb +175 -0
  607. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_patch_data_attributes_request.rb +115 -0
  608. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_patch_data_request.rb +154 -0
  609. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_patch_request.rb +123 -0
  610. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_relationships.rb +125 -0
  611. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_relationships_request.rb +123 -0
  612. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_request.rb +123 -0
  613. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_response.rb +135 -0
  614. data/lib/datadog_api_client/v2/models/incident_google_meet_configuration_type.rb +26 -0
  615. data/lib/datadog_api_client/v2/models/incident_impact_attributes.rb +0 -1
  616. data/lib/datadog_api_client/v2/models/incident_impact_create_attributes.rb +0 -1
  617. data/lib/datadog_api_client/v2/models/incident_impact_field_choice.rb +154 -0
  618. data/lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_request.rb +195 -0
  619. data/lib/datadog_api_client/v2/models/incident_impact_field_data_attributes_response.rb +195 -0
  620. data/lib/datadog_api_client/v2/models/incident_impact_field_data_request.rb +165 -0
  621. data/lib/datadog_api_client/v2/models/incident_impact_field_data_response.rb +175 -0
  622. data/lib/datadog_api_client/v2/models/incident_impact_field_relationships.rb +125 -0
  623. data/lib/datadog_api_client/v2/models/incident_impact_field_relationships_request.rb +123 -0
  624. data/lib/datadog_api_client/v2/models/incident_impact_field_request.rb +123 -0
  625. data/lib/datadog_api_client/v2/models/incident_impact_field_response.rb +135 -0
  626. data/lib/datadog_api_client/v2/models/incident_impact_field_type.rb +26 -0
  627. data/lib/datadog_api_client/v2/models/incident_impact_field_value_type.rb +32 -0
  628. data/lib/datadog_api_client/v2/models/incident_impact_fields_response.rb +137 -0
  629. data/lib/datadog_api_client/v2/models/incident_impact_patch_attributes.rb +143 -0
  630. data/lib/datadog_api_client/v2/models/incident_impact_patch_data.rb +133 -0
  631. data/lib/datadog_api_client/v2/models/incident_impact_patch_request.rb +123 -0
  632. data/lib/datadog_api_client/v2/models/incident_on_call_page_data_attributes_request.rb +125 -0
  633. data/lib/datadog_api_client/v2/models/{fleet_agent_version.rb → incident_on_call_page_data_request.rb} +8 -8
  634. data/lib/datadog_api_client/v2/models/incident_on_call_page_link_request.rb +123 -0
  635. data/lib/datadog_api_client/v2/models/incident_on_call_page_target.rb +144 -0
  636. data/lib/datadog_api_client/v2/models/incident_on_call_page_type.rb +26 -0
  637. data/lib/datadog_api_client/v2/models/incident_org_settings_data_attributes_response.rb +165 -0
  638. data/lib/datadog_api_client/v2/models/incident_org_settings_data_response.rb +175 -0
  639. data/lib/datadog_api_client/v2/models/incident_org_settings_list_response.rb +125 -0
  640. data/lib/datadog_api_client/v2/models/incident_org_settings_relationships.rb +105 -0
  641. data/lib/datadog_api_client/v2/models/incident_org_settings_response.rb +123 -0
  642. data/lib/datadog_api_client/v2/models/incident_org_settings_type.rb +26 -0
  643. data/lib/datadog_api_client/v2/models/incident_page_role_reference.rb +144 -0
  644. data/lib/datadog_api_client/v2/models/{rum_rate_limit_mode.rb → incident_page_role_type.rb} +4 -5
  645. data/lib/datadog_api_client/v2/models/incident_page_target.rb +144 -0
  646. data/lib/datadog_api_client/v2/models/incident_page_target_type.rb +28 -0
  647. data/lib/datadog_api_client/v2/models/incident_page_uuid_data_response.rb +144 -0
  648. data/lib/datadog_api_client/v2/models/incident_page_uuid_response.rb +123 -0
  649. data/lib/datadog_api_client/v2/models/incident_page_uuid_type.rb +26 -0
  650. data/lib/datadog_api_client/v2/models/incident_responder_data_attributes_response.rb +216 -0
  651. data/lib/datadog_api_client/v2/models/incident_responder_data_request.rb +144 -0
  652. data/lib/datadog_api_client/v2/models/incident_responder_data_response.rb +175 -0
  653. data/lib/datadog_api_client/v2/models/incident_responder_relationships.rb +143 -0
  654. data/lib/datadog_api_client/v2/models/incident_responder_relationships_request.rb +123 -0
  655. data/lib/datadog_api_client/v2/models/incident_responder_request.rb +123 -0
  656. data/lib/datadog_api_client/v2/models/incident_responder_response.rb +135 -0
  657. data/lib/datadog_api_client/v2/models/incident_responder_role_assignment_relationship_data.rb +144 -0
  658. data/lib/datadog_api_client/v2/models/{fleet_agents_response_data_attributes.rb → incident_responder_role_assignments_relationship.rb} +12 -12
  659. data/lib/datadog_api_client/v2/models/incident_responder_type.rb +26 -0
  660. data/lib/datadog_api_client/v2/models/incident_responder_user_relationship.rb +123 -0
  661. data/lib/datadog_api_client/v2/models/incident_responder_user_relationship_data.rb +144 -0
  662. data/lib/datadog_api_client/v2/models/incident_responders_response.rb +137 -0
  663. data/lib/datadog_api_client/v2/models/incident_rule_condition.rb +146 -0
  664. data/lib/datadog_api_client/v2/models/incident_rule_data_attributes_request.rb +278 -0
  665. data/lib/datadog_api_client/v2/models/incident_rule_data_attributes_response.rb +268 -0
  666. data/lib/datadog_api_client/v2/models/incident_rule_data_request.rb +144 -0
  667. data/lib/datadog_api_client/v2/models/incident_rule_data_response.rb +165 -0
  668. data/lib/datadog_api_client/v2/models/incident_rule_execution_type.rb +27 -0
  669. data/lib/datadog_api_client/v2/models/incident_rule_patch_data_attributes_request.rb +147 -0
  670. data/lib/datadog_api_client/v2/models/incident_rule_patch_data_request.rb +154 -0
  671. data/lib/datadog_api_client/v2/models/incident_rule_patch_request.rb +123 -0
  672. data/lib/datadog_api_client/v2/models/incident_rule_query_condition.rb +124 -0
  673. data/lib/datadog_api_client/v2/models/incident_rule_request.rb +123 -0
  674. data/lib/datadog_api_client/v2/models/incident_rule_response.rb +123 -0
  675. data/lib/datadog_api_client/v2/models/incident_rule_response_type.rb +26 -0
  676. data/lib/datadog_api_client/v2/models/incident_rule_task_id_type.rb +37 -0
  677. data/lib/datadog_api_client/v2/models/incident_rule_trigger_type.rb +28 -0
  678. data/lib/datadog_api_client/v2/models/incident_rule_type.rb +26 -0
  679. data/lib/datadog_api_client/v2/models/{fleet_schedules_response.rb → incident_rules_response.rb} +5 -5
  680. data/lib/datadog_api_client/v2/models/incident_service_now_record_data_attributes_request.rb +175 -0
  681. data/lib/datadog_api_client/v2/models/incident_service_now_record_data_request.rb +144 -0
  682. data/lib/datadog_api_client/v2/models/incident_service_now_record_prompt_type.rb +26 -0
  683. data/lib/datadog_api_client/v2/models/incident_service_now_record_request.rb +123 -0
  684. data/lib/datadog_api_client/v2/models/incident_timestamp_override_data_attributes_request.rb +144 -0
  685. data/lib/datadog_api_client/v2/models/incident_timestamp_override_data_attributes_response.rb +225 -0
  686. data/lib/datadog_api_client/v2/models/incident_timestamp_override_data_request.rb +144 -0
  687. data/lib/datadog_api_client/v2/models/incident_timestamp_override_data_response.rb +175 -0
  688. data/lib/datadog_api_client/v2/models/incident_timestamp_override_patch_data_attributes_request.rb +123 -0
  689. data/lib/datadog_api_client/v2/models/incident_timestamp_override_patch_data_request.rb +154 -0
  690. data/lib/datadog_api_client/v2/models/incident_timestamp_override_patch_request.rb +123 -0
  691. data/lib/datadog_api_client/v2/models/incident_timestamp_override_relationships.rb +115 -0
  692. data/lib/datadog_api_client/v2/models/incident_timestamp_override_request.rb +123 -0
  693. data/lib/datadog_api_client/v2/models/incident_timestamp_override_response.rb +135 -0
  694. data/lib/datadog_api_client/v2/models/incident_timestamp_override_type.rb +26 -0
  695. data/lib/datadog_api_client/v2/models/incident_timestamp_overrides_response.rb +137 -0
  696. data/lib/datadog_api_client/v2/models/incident_timestamp_type.rb +28 -0
  697. data/lib/datadog_api_client/v2/models/incident_trigger_wrapper.rb +1 -1
  698. data/lib/datadog_api_client/v2/models/incident_type_attributes.rb +11 -1
  699. data/lib/datadog_api_client/v2/models/incident_type_configuration.rb +175 -0
  700. data/lib/datadog_api_client/v2/models/incident_type_slug_source.rb +27 -0
  701. data/lib/datadog_api_client/v2/models/incident_type_update_attributes.rb +11 -1
  702. data/lib/datadog_api_client/v2/models/incident_user_defined_field_attributes_response.rb +1 -54
  703. data/lib/datadog_api_client/v2/models/incident_user_defined_role_data_attributes_request.rb +151 -0
  704. data/lib/datadog_api_client/v2/models/incident_user_defined_role_data_attributes_response.rb +204 -0
  705. data/lib/datadog_api_client/v2/models/incident_user_defined_role_data_request.rb +165 -0
  706. data/lib/datadog_api_client/v2/models/incident_user_defined_role_data_response.rb +175 -0
  707. data/lib/datadog_api_client/v2/models/incident_user_defined_role_incident_type_relationship.rb +123 -0
  708. data/lib/datadog_api_client/v2/models/incident_user_defined_role_incident_type_relationship_data.rb +144 -0
  709. data/lib/datadog_api_client/v2/models/incident_user_defined_role_included_item.rb +63 -0
  710. data/lib/datadog_api_client/v2/models/incident_user_defined_role_patch_data_attributes_request.rb +133 -0
  711. data/lib/datadog_api_client/v2/models/incident_user_defined_role_patch_data_request.rb +154 -0
  712. data/lib/datadog_api_client/v2/models/incident_user_defined_role_patch_request.rb +123 -0
  713. data/lib/datadog_api_client/v2/models/incident_user_defined_role_policy.rb +123 -0
  714. data/lib/datadog_api_client/v2/models/incident_user_defined_role_relationships_request.rb +123 -0
  715. data/lib/datadog_api_client/v2/models/incident_user_defined_role_relationships_response.rb +125 -0
  716. data/lib/datadog_api_client/v2/models/incident_user_defined_role_request.rb +123 -0
  717. data/lib/datadog_api_client/v2/models/incident_user_defined_role_response.rb +135 -0
  718. data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_type.rb → incident_user_defined_role_type.rb} +3 -3
  719. data/lib/datadog_api_client/v2/models/incident_user_defined_roles_response.rb +137 -0
  720. data/lib/datadog_api_client/v2/models/input_schema_parameters.rb +4 -0
  721. data/lib/datadog_api_client/v2/models/linear_issues_data_type.rb +26 -0
  722. data/lib/datadog_api_client/v2/models/list_rows_response.rb +13 -3
  723. data/lib/datadog_api_client/v2/models/list_rows_response_meta.rb +105 -0
  724. data/lib/datadog_api_client/v2/models/list_rows_response_meta_page.rb +105 -0
  725. data/lib/datadog_api_client/v2/models/llm_obs_create_prompt_data.rb +144 -0
  726. data/lib/datadog_api_client/v2/models/llm_obs_create_prompt_data_attributes.rb +202 -0
  727. data/lib/datadog_api_client/v2/models/llm_obs_create_prompt_request.rb +123 -0
  728. data/lib/datadog_api_client/v2/models/llm_obs_create_prompt_version_data.rb +144 -0
  729. data/lib/datadog_api_client/v2/models/llm_obs_create_prompt_version_data_attributes.rb +167 -0
  730. data/lib/datadog_api_client/v2/models/llm_obs_create_prompt_version_request.rb +123 -0
  731. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_bedrock_options.rb +11 -1
  732. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_list_response.rb +125 -0
  733. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_llm_judge_config.rb +36 -3
  734. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_parsing_type.rb +1 -0
  735. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_target.rb +13 -1
  736. data/lib/datadog_api_client/v2/models/llm_obs_deleted_prompt_data.rb +165 -0
  737. data/lib/datadog_api_client/v2/models/llm_obs_deleted_prompt_data_attributes.rb +144 -0
  738. data/lib/datadog_api_client/v2/models/llm_obs_deleted_prompt_response.rb +123 -0
  739. data/lib/datadog_api_client/v2/models/llm_obs_prompt_chat_message.rb +144 -0
  740. data/lib/datadog_api_client/v2/models/llm_obs_prompt_data.rb +165 -0
  741. data/lib/datadog_api_client/v2/models/llm_obs_prompt_data_attributes.rb +323 -0
  742. data/lib/datadog_api_client/v2/models/llm_obs_prompt_dataset.rb +133 -0
  743. data/lib/datadog_api_client/v2/models/llm_obs_prompt_response.rb +123 -0
  744. data/lib/datadog_api_client/v2/models/llm_obs_prompt_response_source.rb +27 -0
  745. data/lib/datadog_api_client/v2/models/llm_obs_prompt_sdk_data.rb +165 -0
  746. data/lib/datadog_api_client/v2/models/llm_obs_prompt_sdk_data_attributes.rb +159 -0
  747. data/lib/datadog_api_client/v2/models/llm_obs_prompt_sdk_response.rb +123 -0
  748. data/lib/datadog_api_client/v2/models/llm_obs_prompt_template.rb +63 -0
  749. data/lib/datadog_api_client/v2/models/llm_obs_prompt_type.rb +26 -0
  750. data/lib/datadog_api_client/v2/models/llm_obs_prompt_version_data.rb +165 -0
  751. data/lib/datadog_api_client/v2/models/llm_obs_prompt_version_data_attributes.rb +308 -0
  752. data/lib/datadog_api_client/v2/models/llm_obs_prompt_version_label.rb +27 -0
  753. data/lib/datadog_api_client/v2/models/llm_obs_prompt_version_list_data.rb +165 -0
  754. data/lib/datadog_api_client/v2/models/llm_obs_prompt_version_list_data_attributes.rb +287 -0
  755. data/lib/datadog_api_client/v2/models/llm_obs_prompt_version_response.rb +123 -0
  756. data/lib/datadog_api_client/v2/models/{rum_rate_limit_quota_reached_action.rb → llm_obs_prompt_version_type.rb} +3 -4
  757. data/lib/datadog_api_client/v2/models/llm_obs_prompt_versions_response.rb +125 -0
  758. data/lib/datadog_api_client/v2/models/{fleet_agent_versions_response.rb → llm_obs_prompts_response.rb} +5 -5
  759. data/lib/datadog_api_client/v2/models/llm_obs_update_prompt_data.rb +144 -0
  760. data/lib/datadog_api_client/v2/models/llm_obs_update_prompt_data_attributes.rb +90 -0
  761. data/lib/datadog_api_client/v2/models/llm_obs_update_prompt_request.rb +123 -0
  762. data/lib/datadog_api_client/v2/models/llm_obs_update_prompt_version_data.rb +144 -0
  763. data/lib/datadog_api_client/v2/models/llm_obs_update_prompt_version_data_attributes.rb +104 -0
  764. data/lib/datadog_api_client/v2/models/llm_obs_update_prompt_version_request.rb +123 -0
  765. data/lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb +1 -1
  766. data/lib/datadog_api_client/v2/models/logs_archive_integration_s3.rb +36 -117
  767. data/lib/datadog_api_client/v2/models/logs_archive_integration_s3_access_key.rb +123 -0
  768. data/lib/datadog_api_client/v2/models/logs_archive_integration_s3_role.rb +144 -0
  769. data/lib/datadog_api_client/v2/models/maintenance_data_relationships.rb +13 -3
  770. data/lib/datadog_api_client/v2/models/maintenance_data_relationships_template.rb +123 -0
  771. data/lib/datadog_api_client/v2/models/maintenance_data_relationships_template_data.rb +144 -0
  772. data/lib/datadog_api_client/v2/models/maintenance_template.rb +117 -0
  773. data/lib/datadog_api_client/v2/models/maintenance_template_array.rb +137 -0
  774. data/lib/datadog_api_client/v2/models/maintenance_template_data.rb +153 -0
  775. data/lib/datadog_api_client/v2/models/maintenance_template_data_attributes.rb +177 -0
  776. data/lib/datadog_api_client/v2/models/maintenance_template_data_relationships.rb +125 -0
  777. data/lib/datadog_api_client/v2/models/maintenance_template_data_relationships_created_by_user.rb +123 -0
  778. data/lib/datadog_api_client/v2/models/maintenance_template_data_relationships_created_by_user_data.rb +144 -0
  779. data/lib/datadog_api_client/v2/models/maintenance_template_data_relationships_last_modified_by_user.rb +123 -0
  780. data/lib/datadog_api_client/v2/models/maintenance_template_data_relationships_last_modified_by_user_data.rb +144 -0
  781. data/lib/datadog_api_client/v2/models/maintenance_template_data_relationships_status_page.rb +123 -0
  782. data/lib/datadog_api_client/v2/models/maintenance_template_data_relationships_status_page_data.rb +144 -0
  783. data/lib/datadog_api_client/v2/models/maintenance_update.rb +105 -0
  784. data/lib/datadog_api_client/v2/models/maintenance_update_data.rb +164 -0
  785. data/lib/datadog_api_client/v2/models/maintenance_update_data_attributes.rb +167 -0
  786. data/lib/datadog_api_client/v2/models/maintenance_update_data_attributes_status.rb +29 -0
  787. data/lib/datadog_api_client/v2/models/maintenance_update_data_relationships.rb +125 -0
  788. data/lib/datadog_api_client/v2/models/maintenance_update_data_relationships_maintenance.rb +123 -0
  789. data/lib/datadog_api_client/v2/models/maintenance_update_data_relationships_maintenance_data.rb +144 -0
  790. data/lib/datadog_api_client/v2/models/maintenance_update_data_relationships_user.rb +123 -0
  791. data/lib/datadog_api_client/v2/models/maintenance_update_data_relationships_user_data.rb +144 -0
  792. data/lib/datadog_api_client/v2/models/monitor_trigger_wrapper.rb +1 -1
  793. data/lib/datadog_api_client/v2/models/notebook_trigger_wrapper.rb +1 -1
  794. data/lib/datadog_api_client/v2/models/notification_rule_preview_result.rb +1 -1
  795. data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_destination.rb +22 -1
  796. data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_destination_server_side_encryption.rb +27 -0
  797. data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_generic_destination.rb +22 -1
  798. data/lib/datadog_api_client/v2/models/observability_pipeline_client_tls.rb +178 -0
  799. data/lib/datadog_api_client/v2/models/observability_pipeline_cloud_prem_destination.rb +1 -1
  800. data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination.rb +1 -1
  801. data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_source.rb +1 -1
  802. data/lib/datadog_api_client/v2/models/observability_pipeline_parse_grok_processor.rb +13 -3
  803. data/lib/datadog_api_client/v2/models/observability_pipeline_parse_grok_processor_include_rule.rb +160 -0
  804. data/lib/datadog_api_client/v2/models/observability_pipeline_parse_grok_processor_rule_item.rb +63 -0
  805. data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination.rb +1 -1
  806. data/lib/datadog_api_client/v2/models/observability_pipeline_syslog_ng_destination.rb +1 -1
  807. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor.rb +22 -1
  808. 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
  809. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_per_metric_limit.rb +16 -16
  810. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_per_tag_limit.rb +15 -15
  811. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_tracking_mode.rb +123 -0
  812. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_tracking_mode_mode.rb +27 -0
  813. data/lib/datadog_api_client/v2/models/on_call_trigger_wrapper.rb +1 -1
  814. data/lib/datadog_api_client/v2/models/org_authorized_client_attributes.rb +162 -0
  815. data/lib/datadog_api_client/v2/models/org_authorized_client_data.rb +186 -0
  816. data/lib/datadog_api_client/v2/models/org_authorized_client_relationship_o_auth2_client.rb +123 -0
  817. data/lib/datadog_api_client/v2/models/org_authorized_client_relationship_o_auth2_client_data.rb +144 -0
  818. data/lib/datadog_api_client/v2/models/org_authorized_client_relationship_o_auth2_client_data_type.rb +26 -0
  819. data/lib/datadog_api_client/v2/models/org_authorized_client_relationship_user_authorized_clients.rb +146 -0
  820. data/lib/datadog_api_client/v2/models/org_authorized_client_relationship_user_authorized_clients_data.rb +144 -0
  821. data/lib/datadog_api_client/v2/models/org_authorized_client_relationship_user_authorized_clients_data_type.rb +26 -0
  822. data/lib/datadog_api_client/v2/models/org_authorized_client_relationship_user_authorized_clients_links.rb +123 -0
  823. data/lib/datadog_api_client/v2/models/org_authorized_client_relationships.rb +144 -0
  824. data/lib/datadog_api_client/v2/models/org_authorized_client_response.rb +123 -0
  825. data/lib/datadog_api_client/v2/models/org_authorized_client_type.rb +26 -0
  826. data/lib/datadog_api_client/v2/models/org_authorized_client_update_attributes.rb +105 -0
  827. data/lib/datadog_api_client/v2/models/org_authorized_client_update_data.rb +154 -0
  828. data/lib/datadog_api_client/v2/models/org_authorized_client_update_request.rb +123 -0
  829. data/lib/datadog_api_client/v2/models/org_authorized_client_user_authorizations_sort.rb +28 -0
  830. data/lib/datadog_api_client/v2/models/org_authorized_clients_response.rb +146 -0
  831. data/lib/datadog_api_client/v2/models/org_group_policy_suggestion_attributes.rb +194 -0
  832. data/lib/datadog_api_client/v2/models/org_group_policy_suggestion_data.rb +175 -0
  833. data/lib/datadog_api_client/v2/models/org_group_policy_suggestion_list_response.rb +125 -0
  834. data/lib/datadog_api_client/v2/models/org_group_policy_suggestion_relationships.rb +105 -0
  835. data/lib/datadog_api_client/v2/models/org_group_policy_suggestion_status.rb +28 -0
  836. data/lib/datadog_api_client/v2/models/org_group_policy_suggestion_type.rb +26 -0
  837. data/lib/datadog_api_client/v2/models/outbound_edge.rb +8 -0
  838. data/lib/datadog_api_client/v2/models/ownership_confidence_level.rb +28 -0
  839. data/lib/datadog_api_client/v2/models/ownership_settings_attributes.rb +165 -0
  840. data/lib/datadog_api_client/v2/models/ownership_settings_data.rb +165 -0
  841. data/lib/datadog_api_client/v2/models/ownership_settings_request.rb +123 -0
  842. data/lib/datadog_api_client/v2/models/ownership_settings_request_attributes.rb +144 -0
  843. data/lib/datadog_api_client/v2/models/ownership_settings_request_data.rb +144 -0
  844. data/lib/datadog_api_client/v2/models/ownership_settings_response.rb +123 -0
  845. data/lib/datadog_api_client/v2/models/ownership_settings_type.rb +26 -0
  846. data/lib/datadog_api_client/v2/models/ownership_untagged_findings_attributes.rb +186 -0
  847. data/lib/datadog_api_client/v2/models/ownership_untagged_findings_data.rb +165 -0
  848. data/lib/datadog_api_client/v2/models/ownership_untagged_findings_response.rb +123 -0
  849. data/lib/datadog_api_client/v2/models/ownership_untagged_findings_type.rb +26 -0
  850. data/lib/datadog_api_client/v2/models/parameter.rb +4 -0
  851. data/lib/datadog_api_client/v2/models/patch_degradation_request.rb +13 -3
  852. data/lib/datadog_api_client/v2/models/patch_degradation_request_data.rb +11 -1
  853. data/lib/datadog_api_client/v2/models/patch_degradation_request_data_relationships.rb +105 -0
  854. data/lib/datadog_api_client/v2/models/patch_degradation_request_data_relationships_template.rb +123 -0
  855. data/lib/datadog_api_client/v2/models/patch_degradation_request_data_relationships_template_data.rb +144 -0
  856. data/lib/datadog_api_client/v2/models/patch_degradation_template_request.rb +105 -0
  857. data/lib/datadog_api_client/v2/models/patch_degradation_template_request_data.rb +154 -0
  858. data/lib/datadog_api_client/v2/models/patch_degradation_template_request_data_attributes.rb +139 -0
  859. data/lib/datadog_api_client/v2/models/patch_degradation_template_request_data_attributes_components_affected_items.rb +154 -0
  860. data/lib/datadog_api_client/v2/models/patch_degradation_template_request_data_attributes_components_affected_items_status.rb +29 -0
  861. data/lib/datadog_api_client/v2/models/patch_degradation_template_request_data_attributes_updates_items.rb +133 -0
  862. data/lib/datadog_api_client/v2/models/patch_degradation_template_request_data_type.rb +26 -0
  863. data/lib/datadog_api_client/v2/models/patch_maintenance_request_data.rb +11 -1
  864. data/lib/datadog_api_client/v2/models/patch_maintenance_request_data_attributes.rb +11 -1
  865. data/lib/datadog_api_client/v2/models/patch_maintenance_request_data_relationships.rb +105 -0
  866. data/lib/datadog_api_client/v2/models/patch_maintenance_request_data_relationships_template.rb +123 -0
  867. data/lib/datadog_api_client/v2/models/patch_maintenance_request_data_relationships_template_data.rb +144 -0
  868. data/lib/datadog_api_client/v2/models/patch_maintenance_template_request.rb +105 -0
  869. data/lib/datadog_api_client/v2/models/patch_maintenance_template_request_data.rb +154 -0
  870. data/lib/datadog_api_client/v2/models/patch_maintenance_template_request_data_attributes.rb +157 -0
  871. data/lib/datadog_api_client/v2/models/patch_maintenance_template_request_data_type.rb +26 -0
  872. data/lib/datadog_api_client/v2/models/patch_maintenance_update_request.rb +105 -0
  873. data/lib/datadog_api_client/v2/models/patch_maintenance_update_request_data.rb +154 -0
  874. data/lib/datadog_api_client/v2/models/patch_maintenance_update_request_data_attributes.rb +105 -0
  875. data/lib/datadog_api_client/v2/models/patch_maintenance_update_request_data_type.rb +26 -0
  876. data/lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb +1 -11
  877. data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_schema.rb +9 -1
  878. data/lib/datadog_api_client/v2/models/postmortem_template_attributes_request.rb +60 -2
  879. data/lib/datadog_api_client/v2/models/postmortem_template_attributes_response.rb +84 -4
  880. data/lib/datadog_api_client/v2/models/postmortem_template_create_relationships.rb +105 -0
  881. data/lib/datadog_api_client/v2/models/postmortem_template_data_request.rb +22 -2
  882. data/lib/datadog_api_client/v2/models/postmortem_template_data_response.rb +13 -3
  883. data/lib/datadog_api_client/v2/models/postmortem_template_incident_type_relationship.rb +123 -0
  884. data/lib/datadog_api_client/v2/models/postmortem_template_incident_type_relationship_data.rb +144 -0
  885. data/lib/datadog_api_client/v2/models/postmortem_template_location.rb +28 -0
  886. data/lib/datadog_api_client/v2/models/postmortem_template_response_relationships.rb +115 -0
  887. data/lib/datadog_api_client/v2/models/postmortem_template_type.rb +2 -1
  888. data/lib/datadog_api_client/v2/models/postmortem_template_user_relationship.rb +123 -0
  889. data/lib/datadog_api_client/v2/models/postmortem_template_user_relationship_data.rb +144 -0
  890. data/lib/datadog_api_client/v2/models/print_report_request.rb +123 -0
  891. data/lib/datadog_api_client/v2/models/print_report_request_attributes.rb +222 -0
  892. data/lib/datadog_api_client/v2/models/print_report_request_data.rb +145 -0
  893. data/lib/datadog_api_client/v2/models/print_report_response.rb +123 -0
  894. data/lib/datadog_api_client/v2/models/print_report_response_attributes.rb +261 -0
  895. data/lib/datadog_api_client/v2/models/print_report_response_data.rb +165 -0
  896. data/lib/datadog_api_client/v2/models/print_report_type.rb +26 -0
  897. data/lib/datadog_api_client/v2/models/readiness_gate.rb +4 -29
  898. data/lib/datadog_api_client/v2/models/retry_strategy.rb +12 -26
  899. data/lib/datadog_api_client/v2/models/retry_strategy_linear.rb +18 -29
  900. data/lib/datadog_api_client/v2/models/rule_types_items.rb +2 -1
  901. data/lib/datadog_api_client/v2/models/rum_config_attributes.rb +214 -0
  902. data/lib/datadog_api_client/v2/models/rum_config_create_attributes.rb +123 -0
  903. data/lib/datadog_api_client/v2/models/rum_config_create_data.rb +144 -0
  904. data/lib/datadog_api_client/v2/models/rum_config_create_request.rb +123 -0
  905. data/lib/datadog_api_client/v2/models/rum_config_data.rb +165 -0
  906. data/lib/datadog_api_client/v2/models/rum_config_response.rb +123 -0
  907. data/lib/datadog_api_client/v2/models/rum_config_type.rb +26 -0
  908. data/lib/datadog_api_client/v2/models/rum_config_update_attributes.rb +123 -0
  909. data/lib/datadog_api_client/v2/models/rum_config_update_data.rb +144 -0
  910. data/lib/datadog_api_client/v2/models/rum_config_update_request.rb +123 -0
  911. data/lib/datadog_api_client/v2/models/rum_operation_create_request.rb +123 -0
  912. data/lib/datadog_api_client/v2/models/rum_operation_create_request_data.rb +144 -0
  913. data/lib/datadog_api_client/v2/models/{rum_rate_limit_config_attributes.rb → rum_operation_journey_composite_rule.rb} +55 -62
  914. data/lib/datadog_api_client/v2/models/rum_operation_journey_composite_rule_kind.rb +28 -0
  915. data/lib/datadog_api_client/v2/models/rum_operation_journey_node.rb +133 -0
  916. data/lib/datadog_api_client/v2/models/rum_operation_journey_predicate.rb +123 -0
  917. data/lib/datadog_api_client/v2/models/rum_operation_journey_rum.rb +125 -0
  918. data/lib/datadog_api_client/v2/models/rum_operation_journey_step.rb +147 -0
  919. data/lib/datadog_api_client/v2/models/rum_operation_journey_step_type.rb +30 -0
  920. data/lib/datadog_api_client/v2/models/rum_operation_request_attributes.rb +228 -0
  921. data/lib/datadog_api_client/v2/models/rum_operation_response.rb +123 -0
  922. data/lib/datadog_api_client/v2/models/rum_operation_response_attributes.rb +280 -0
  923. data/lib/datadog_api_client/v2/models/rum_operation_response_data.rb +165 -0
  924. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_create_request.rb +123 -0
  925. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_create_request_attributes.rb +195 -0
  926. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_create_request_data.rb +144 -0
  927. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_response.rb +123 -0
  928. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_response_attributes.rb +216 -0
  929. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_response_data.rb +165 -0
  930. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_status.rb +28 -0
  931. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_type.rb +26 -0
  932. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_update_request.rb +123 -0
  933. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_update_request_attributes.rb +123 -0
  934. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_update_request_data.rb +144 -0
  935. data/lib/datadog_api_client/v2/models/rum_operation_strong_link_update_status.rb +27 -0
  936. data/lib/datadog_api_client/v2/models/rum_operation_strong_links_list_response.rb +135 -0
  937. data/lib/datadog_api_client/v2/models/rum_operation_strong_links_list_response_meta.rb +125 -0
  938. data/lib/datadog_api_client/v2/models/rum_operation_type.rb +26 -0
  939. data/lib/datadog_api_client/v2/models/rum_operation_update_request.rb +123 -0
  940. data/lib/datadog_api_client/v2/models/rum_operation_update_request_data.rb +165 -0
  941. data/lib/datadog_api_client/v2/models/rum_operation_user.rb +135 -0
  942. data/lib/datadog_api_client/v2/models/rum_operations_list_response.rb +135 -0
  943. data/lib/datadog_api_client/v2/models/rum_operations_list_response_meta.rb +105 -0
  944. data/lib/datadog_api_client/v2/models/rum_operations_list_response_meta_page.rb +184 -0
  945. data/lib/datadog_api_client/v2/models/schedule_data_attributes.rb +13 -1
  946. data/lib/datadog_api_client/v2/models/schedule_on_call_responder_data.rb +153 -0
  947. data/lib/datadog_api_client/v2/models/schedule_on_call_responder_data_attributes.rb +105 -0
  948. data/lib/datadog_api_client/v2/models/schedule_on_call_responder_data_relationships.rb +105 -0
  949. data/lib/datadog_api_client/v2/models/schedule_on_call_responder_data_relationships_shifts.rb +107 -0
  950. data/lib/datadog_api_client/v2/models/schedule_on_call_responder_data_relationships_shifts_data_items.rb +144 -0
  951. data/lib/datadog_api_client/v2/models/schedule_on_call_responder_data_relationships_shifts_data_items_type.rb +26 -0
  952. data/lib/datadog_api_client/v2/models/schedule_on_call_responder_data_type.rb +26 -0
  953. data/lib/datadog_api_client/v2/models/schedule_on_call_responders.rb +117 -0
  954. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data.rb +153 -0
  955. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_attributes.rb +105 -0
  956. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships.rb +115 -0
  957. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_responders.rb +107 -0
  958. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_responders_data_items.rb +144 -0
  959. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_responders_data_items_type.rb +26 -0
  960. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_schedule.rb +105 -0
  961. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_schedule_data.rb +144 -0
  962. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_relationships_schedule_data_type.rb +26 -0
  963. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_data_type.rb +26 -0
  964. data/lib/datadog_api_client/v2/models/schedule_on_call_responders_included.rb +65 -0
  965. data/lib/datadog_api_client/v2/models/schedule_trigger.rb +11 -1
  966. data/lib/datadog_api_client/v2/models/schedule_trigger_overlap_behavior.rb +27 -0
  967. data/lib/datadog_api_client/v2/models/schedule_trigger_wrapper.rb +1 -1
  968. data/lib/datadog_api_client/v2/models/security_monitoring_azure_app_registration.rb +207 -0
  969. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_app_sec_details.rb +123 -0
  970. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_app_sec_details_type.rb +26 -0
  971. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_audit_details.rb +123 -0
  972. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_audit_details_type.rb +26 -0
  973. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_entity_details.rb +144 -0
  974. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_entity_details_type.rb +26 -0
  975. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_logs_details.rb +250 -0
  976. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_onboarding_details.rb +154 -0
  977. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_onboarding_details_type.rb +26 -0
  978. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_attributes.rb +28 -122
  979. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_data.rb +1 -1
  980. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_details.rb +53 -0
  981. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_meta.rb +24 -3
  982. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_states_response.rb +1 -1
  983. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_status.rb +1 -0
  984. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_threat_intel_details.rb +186 -0
  985. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_threat_intel_details_type.rb +26 -0
  986. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_vulnerability_details.rb +186 -0
  987. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_vulnerability_details_type.rb +26 -0
  988. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb +21 -1
  989. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_create_attributes.rb +11 -1
  990. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_update_attributes.rb +11 -1
  991. data/lib/datadog_api_client/v2/models/security_monitoring_crowd_strike_integration_config_create_attributes.rb +196 -0
  992. data/lib/datadog_api_client/v2/models/security_monitoring_crowd_strike_integration_config_update_attributes.rb +173 -0
  993. data/lib/datadog_api_client/v2/models/security_monitoring_crowd_strike_integration_credentials_validate_attributes.rb +165 -0
  994. data/lib/datadog_api_client/v2/models/security_monitoring_entra_id_azure_app_registrations_attributes.rb +176 -0
  995. data/lib/datadog_api_client/v2/models/security_monitoring_entra_id_azure_app_registrations_data.rb +165 -0
  996. data/lib/datadog_api_client/v2/models/security_monitoring_entra_id_azure_app_registrations_resource_type.rb +26 -0
  997. data/lib/datadog_api_client/v2/models/security_monitoring_entra_id_azure_app_registrations_response.rb +123 -0
  998. data/lib/datadog_api_client/v2/models/security_monitoring_entra_id_integration_config_create_attributes.rb +175 -0
  999. data/lib/datadog_api_client/v2/models/security_monitoring_entra_id_integration_config_update_attributes.rb +163 -0
  1000. data/lib/datadog_api_client/v2/models/security_monitoring_entra_id_integration_credentials_validate_attributes.rb +144 -0
  1001. data/lib/datadog_api_client/v2/models/security_monitoring_google_workspace_integration_config_create_attributes.rb +196 -0
  1002. data/lib/datadog_api_client/v2/models/security_monitoring_google_workspace_integration_config_update_attributes.rb +173 -0
  1003. data/lib/datadog_api_client/v2/models/security_monitoring_google_workspace_integration_credentials_validate_attributes.rb +165 -0
  1004. data/lib/datadog_api_client/v2/models/security_monitoring_integration_activate_attributes.rb +125 -0
  1005. data/lib/datadog_api_client/v2/models/security_monitoring_integration_activate_data.rb +115 -0
  1006. data/lib/datadog_api_client/v2/models/security_monitoring_integration_activate_request.rb +105 -0
  1007. data/lib/datadog_api_client/v2/models/security_monitoring_integration_activate_resource_type.rb +26 -0
  1008. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_attributes.rb +26 -172
  1009. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_crowd_strike_secrets.rb +144 -0
  1010. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_google_workspace_secrets.rb +133 -0
  1011. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_google_workspace_service_account.rb +186 -0
  1012. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_okta_secrets.rb +123 -0
  1013. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_sentinel_one_secrets.rb +123 -0
  1014. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_attributes.rb +27 -132
  1015. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_data.rb +1 -1
  1016. data/lib/datadog_api_client/v2/models/security_monitoring_integration_credentials_validate_attributes.rb +26 -141
  1017. data/lib/datadog_api_client/v2/models/security_monitoring_integration_type.rb +2 -0
  1018. data/lib/datadog_api_client/v2/models/security_monitoring_integration_type_crowd_strike.rb +26 -0
  1019. data/lib/datadog_api_client/v2/models/security_monitoring_integration_type_entra_id.rb +26 -0
  1020. data/lib/datadog_api_client/v2/models/security_monitoring_integration_type_google_workspace.rb +26 -0
  1021. data/lib/datadog_api_client/v2/models/security_monitoring_integration_type_okta.rb +26 -0
  1022. data/lib/datadog_api_client/v2/models/security_monitoring_integration_type_sentinel_one.rb +26 -0
  1023. data/lib/datadog_api_client/v2/models/security_monitoring_okta_integration_config_create_attributes.rb +196 -0
  1024. data/lib/datadog_api_client/v2/models/security_monitoring_okta_integration_config_update_attributes.rb +173 -0
  1025. data/lib/datadog_api_client/v2/models/security_monitoring_okta_integration_credentials_validate_attributes.rb +165 -0
  1026. data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_data.rb +11 -1
  1027. data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_response.rb +8 -22
  1028. data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_response_attributes.rb +119 -0
  1029. data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_response_data.rb +125 -0
  1030. data/lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_response_data_type.rb +26 -0
  1031. data/lib/datadog_api_client/v2/models/security_monitoring_sentinel_one_integration_config_create_attributes.rb +196 -0
  1032. data/lib/datadog_api_client/v2/models/security_monitoring_sentinel_one_integration_config_update_attributes.rb +173 -0
  1033. data/lib/datadog_api_client/v2/models/security_monitoring_sentinel_one_integration_credentials_validate_attributes.rb +165 -0
  1034. data/lib/datadog_api_client/v2/models/security_monitoring_sku.rb +2 -0
  1035. data/lib/datadog_api_client/v2/models/security_trigger_wrapper.rb +1 -1
  1036. data/lib/datadog_api_client/v2/models/self_service_trigger_wrapper.rb +1 -1
  1037. data/lib/datadog_api_client/v2/models/slack_trigger_wrapper.rb +1 -1
  1038. data/lib/datadog_api_client/v2/models/software_catalog_trigger_wrapper.rb +1 -1
  1039. data/lib/datadog_api_client/v2/models/spec.rb +1 -1
  1040. data/lib/datadog_api_client/v2/models/step.rb +11 -2
  1041. data/lib/datadog_api_client/v2/models/step_display.rb +2 -1
  1042. data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_schema.rb +9 -1
  1043. data/lib/datadog_api_client/v2/models/tag_indexing_rule_dynamic_tags.rb +48 -2
  1044. data/lib/datadog_api_client/v2/models/tag_indexing_rule_options_data.rb +9 -1
  1045. data/lib/datadog_api_client/v2/models/trigger.rb +1 -0
  1046. data/lib/datadog_api_client/v2/models/update_flaky_tests_request_test.rb +4 -1
  1047. data/lib/datadog_api_client/v2/models/update_flaky_tests_response_result.rb +3 -1
  1048. data/lib/datadog_api_client/v2/models/update_user_identity_providers_request.rb +125 -0
  1049. data/lib/datadog_api_client/v2/models/user_authorized_client_attributes.rb +204 -0
  1050. data/lib/datadog_api_client/v2/models/user_authorized_client_data.rb +186 -0
  1051. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_o_auth2_client.rb +123 -0
  1052. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_o_auth2_client_data.rb +144 -0
  1053. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_o_auth2_client_data_type.rb +26 -0
  1054. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_scope_data.rb +144 -0
  1055. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_scope_data_type.rb +26 -0
  1056. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_scopes.rb +125 -0
  1057. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_user.rb +123 -0
  1058. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_user_data.rb +144 -0
  1059. data/lib/datadog_api_client/v2/models/user_authorized_client_relationship_user_data_type.rb +26 -0
  1060. data/lib/datadog_api_client/v2/models/user_authorized_client_relationships.rb +165 -0
  1061. data/lib/datadog_api_client/v2/models/user_authorized_client_response.rb +123 -0
  1062. data/lib/datadog_api_client/v2/models/user_authorized_client_type.rb +26 -0
  1063. data/lib/datadog_api_client/v2/models/user_authorized_clients_response.rb +146 -0
  1064. data/lib/datadog_api_client/v2/models/user_override_identity_provider_attributes.rb +123 -0
  1065. data/lib/datadog_api_client/v2/models/user_override_identity_provider_data.rb +165 -0
  1066. data/lib/datadog_api_client/v2/models/user_override_identity_provider_data_type.rb +26 -0
  1067. data/lib/datadog_api_client/v2/models/user_override_identity_providers_response.rb +125 -0
  1068. data/lib/datadog_api_client/v2/models/user_relationship_identity_provider_data.rb +144 -0
  1069. data/lib/datadog_api_client/v2/models/user_relationship_identity_provider_data_type.rb +26 -0
  1070. data/lib/datadog_api_client/v2/models/workflow_data_attributes.rb +1 -1
  1071. data/lib/datadog_api_client/v2/models/workflow_data_update_attributes.rb +1 -1
  1072. data/lib/datadog_api_client/v2/models/workflow_list_item_attributes.rb +1 -1
  1073. data/lib/datadog_api_client/v2/models/workflow_trigger_wrapper.rb +2 -2
  1074. data/lib/datadog_api_client/version.rb +1 -1
  1075. data/spec/v1/deserialization_spec.rb +23 -0
  1076. metadata +808 -68
  1077. data/examples/v2/fleet-automation/CancelFleetDeployment.rb +0 -8
  1078. data/examples/v2/fleet-automation/CreateFleetDeploymentConfigure.rb +0 -26
  1079. data/examples/v2/fleet-automation/GetFleetAgentInfo.rb +0 -8
  1080. data/examples/v2/fleet-automation/GetFleetDeployment.rb +0 -8
  1081. data/examples/v2/fleet-automation/GetFleetSchedule.rb +0 -8
  1082. data/examples/v2/fleet-automation/ListFleetAgentVersions.rb +0 -8
  1083. data/examples/v2/fleet-automation/ListFleetAgents.rb +0 -8
  1084. data/examples/v2/fleet-automation/ListFleetDeployments.rb +0 -8
  1085. data/examples/v2/fleet-automation/ListFleetSchedules.rb +0 -8
  1086. data/examples/v2/rum-rate-limit/DeleteRumRateLimitConfig.rb +0 -8
  1087. data/examples/v2/rum-rate-limit/GetRumRateLimitConfig.rb +0 -8
  1088. data/examples/v2/rum-rate-limit/UpdateRumRateLimitConfig.rb +0 -28
  1089. data/lib/datadog_api_client/v2/api/governance_insights_api.rb +0 -101
  1090. data/lib/datadog_api_client/v2/api/rum_rate_limit_api.rb +0 -277
  1091. data/lib/datadog_api_client/v2/models/governance_best_practice_definition.rb +0 -379
  1092. data/lib/datadog_api_client/v2/models/rum_rate_limit_custom_config.rb +0 -223
@@ -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.
@@ -9855,6 +10153,7 @@ components:
9855
10153
  - "data-quality alert"
9856
10154
  - "network-path alert"
9857
10155
  - "data-jobs alert"
10156
+ - "llm-observability alert"
9858
10157
  example: "query alert"
9859
10158
  type: string
9860
10159
  x-enum-varnames:
@@ -9880,6 +10179,7 @@ components:
9880
10179
  - DATA_QUALITY_ALERT
9881
10180
  - NETWORK_PATH_ALERT
9882
10181
  - DATA_JOBS_ALERT
10182
+ - LLM_OBSERVABILITY_ALERT
9883
10183
  MonitorUpdateRequest:
9884
10184
  description: Object describing a monitor update request.
9885
10185
  properties:
@@ -11270,6 +11570,12 @@ components:
11270
11570
  type: string
11271
11571
  status:
11272
11572
  $ref: "#/components/schemas/NotebookStatus"
11573
+ template_variables:
11574
+ description: List of template variables for this notebook.
11575
+ items:
11576
+ $ref: "#/components/schemas/NotebookTemplateVariable"
11577
+ nullable: true
11578
+ type: array
11273
11579
  time:
11274
11580
  $ref: "#/components/schemas/NotebookGlobalTime"
11275
11581
  required:
@@ -11489,6 +11795,12 @@ components:
11489
11795
  type: string
11490
11796
  status:
11491
11797
  $ref: "#/components/schemas/NotebookStatus"
11798
+ template_variables:
11799
+ description: List of template variables for this notebook.
11800
+ items:
11801
+ $ref: "#/components/schemas/NotebookTemplateVariable"
11802
+ nullable: true
11803
+ type: array
11492
11804
  time:
11493
11805
  $ref: "#/components/schemas/NotebookGlobalTime"
11494
11806
  required:
@@ -11531,6 +11843,128 @@ components:
11531
11843
  type: string
11532
11844
  x-enum-varnames:
11533
11845
  - PUBLISHED
11846
+ NotebookTemplateVariable:
11847
+ additionalProperties: false
11848
+ description: Notebook template variable.
11849
+ properties:
11850
+ available_values:
11851
+ description: The list of values that the template variable drop-down is limited to.
11852
+ example: ["my-host", "host1", "host2"]
11853
+ items:
11854
+ description: Template variable value.
11855
+ minLength: 1
11856
+ type: string
11857
+ nullable: true
11858
+ type: array
11859
+ uniqueItems: true
11860
+ available_values_query:
11861
+ $ref: "#/components/schemas/NotebookTemplateVariableAvailableValuesQuery"
11862
+ data_source_mappings:
11863
+ additionalProperties:
11864
+ description: The value for the given data source.
11865
+ type: string
11866
+ description: Mapping of data source names to template variable values.
11867
+ type: object
11868
+ default:
11869
+ deprecated: true
11870
+ description: |-
11871
+ (deprecated) The default value for the template variable on notebook load.
11872
+ Cannot be used in conjunction with `defaults`.
11873
+ example: my-host
11874
+ nullable: true
11875
+ type: string
11876
+ defaults:
11877
+ description: One or many default values for the template variable. Cannot be used in conjunction with `default`.
11878
+ example: ["my-host-1", "my-host-2"]
11879
+ items:
11880
+ description: A default value for the template variable.
11881
+ minLength: 1
11882
+ type: string
11883
+ type: array
11884
+ uniqueItems: true
11885
+ name:
11886
+ description: The name of the variable.
11887
+ example: host1
11888
+ type: string
11889
+ placement:
11890
+ description: The placement of the template variable in the notebook.
11891
+ example: global
11892
+ type: string
11893
+ prefix:
11894
+ description: The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down.
11895
+ example: host
11896
+ nullable: true
11897
+ type: string
11898
+ type:
11899
+ description: The type of the template variable.
11900
+ example: tag
11901
+ type: string
11902
+ required:
11903
+ - name
11904
+ type: object
11905
+ NotebookTemplateVariableAvailableValuesQuery:
11906
+ description: Query used to dynamically populate the list of available values for the template variable.
11907
+ oneOf:
11908
+ - $ref: "#/components/schemas/NotebookTemplateVariableAvailableValuesQueryLogRumSpans"
11909
+ - $ref: "#/components/schemas/NotebookTemplateVariableAvailableValuesQueryMetrics"
11910
+ NotebookTemplateVariableAvailableValuesQueryGroupBy:
11911
+ additionalProperties: false
11912
+ description: A group-by facet for an available values query.
11913
+ properties:
11914
+ facet:
11915
+ description: The facet name to group by.
11916
+ example: host
11917
+ type: string
11918
+ required:
11919
+ - facet
11920
+ type: object
11921
+ NotebookTemplateVariableAvailableValuesQueryLogRumSpans:
11922
+ additionalProperties: false
11923
+ description: Available values query for logs, RUM, or spans data sources.
11924
+ properties:
11925
+ data_source:
11926
+ description: The data source for the query. Must be one of `logs`, `rum`, or `spans`.
11927
+ example: logs
11928
+ type: string
11929
+ group_by:
11930
+ description: Group-by fields for the query.
11931
+ items:
11932
+ $ref: "#/components/schemas/NotebookTemplateVariableAvailableValuesQueryGroupBy"
11933
+ type: array
11934
+ search:
11935
+ $ref: "#/components/schemas/NotebookTemplateVariableAvailableValuesQuerySearch"
11936
+ required:
11937
+ - data_source
11938
+ - search
11939
+ - group_by
11940
+ type: object
11941
+ NotebookTemplateVariableAvailableValuesQueryMetrics:
11942
+ additionalProperties: false
11943
+ description: Available values query for the metrics data source.
11944
+ properties:
11945
+ data_source:
11946
+ description: The data source for the query. Must be `metrics`.
11947
+ example: metrics
11948
+ type: string
11949
+ query:
11950
+ description: The metrics query string.
11951
+ example: "avg:system.cpu.user{*} by {host}"
11952
+ type: string
11953
+ required:
11954
+ - data_source
11955
+ - query
11956
+ type: object
11957
+ NotebookTemplateVariableAvailableValuesQuerySearch:
11958
+ additionalProperties: false
11959
+ description: Search parameters for an available values query.
11960
+ properties:
11961
+ query:
11962
+ description: The search query string.
11963
+ example: "service:web"
11964
+ type: string
11965
+ required:
11966
+ - query
11967
+ type: object
11534
11968
  NotebookTimeseriesCellAttributes:
11535
11969
  description: The attributes of a notebook `timeseries` cell.
11536
11970
  properties:
@@ -11596,6 +12030,12 @@ components:
11596
12030
  type: string
11597
12031
  status:
11598
12032
  $ref: "#/components/schemas/NotebookStatus"
12033
+ template_variables:
12034
+ description: List of template variables for this notebook.
12035
+ items:
12036
+ $ref: "#/components/schemas/NotebookTemplateVariable"
12037
+ nullable: true
12038
+ type: array
11599
12039
  time:
11600
12040
  $ref: "#/components/schemas/NotebookGlobalTime"
11601
12041
  required:
@@ -11672,6 +12112,12 @@ components:
11672
12112
  type: string
11673
12113
  status:
11674
12114
  $ref: "#/components/schemas/NotebookStatus"
12115
+ template_variables:
12116
+ description: List of template variables for this notebook.
12117
+ items:
12118
+ $ref: "#/components/schemas/NotebookTemplateVariable"
12119
+ nullable: true
12120
+ type: array
11675
12121
  time:
11676
12122
  $ref: "#/components/schemas/NotebookGlobalTime"
11677
12123
  required:
@@ -11798,7 +12244,8 @@ components:
11798
12244
  The default option results in different behavior depending on the monitor query type.
11799
12245
  For monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions.
11800
12246
  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.
12247
+ This option is available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
12248
+ It is also required for metric monitors that use `scheduling_options.custom_schedule`.
11802
12249
  enum:
11803
12250
  - "default"
11804
12251
  - "show_no_data"
@@ -12617,12 +13064,22 @@ components:
12617
13064
  - type
12618
13065
  - requests
12619
13066
  type: object
13067
+ PublishedDatasetProvider:
13068
+ description: >-
13069
+ Product page that published the dataset queried by a `DatasetListQuery`. `ddsql_query` is the only provider currently supported for host map widgets.
13070
+ enum:
13071
+ - ddsql_query
13072
+ example: ddsql_query
13073
+ type: string
13074
+ x-enum-varnames:
13075
+ - DDSQL_QUERY
12620
13076
  QuerySortOrder:
12621
13077
  default: desc
12622
13078
  description: Direction of sort.
12623
13079
  enum:
12624
13080
  - asc
12625
13081
  - desc
13082
+ example: asc
12626
13083
  type: string
12627
13084
  x-enum-varnames:
12628
13085
  - ASC
@@ -20019,6 +20476,10 @@ components:
20019
20476
  ignoreServerCertificateError:
20020
20477
  description: Ignore server certificate error for browser tests.
20021
20478
  type: boolean
20479
+ ignore_certificate_validation:
20480
+ description: |-
20481
+ For SSL tests, whether the test should ignore certificate validation.
20482
+ type: boolean
20022
20483
  initialNavigationTimeout:
20023
20484
  description: Timeout before declaring the initial step as failed (in seconds) for browser tests.
20024
20485
  format: int64
@@ -20260,6 +20721,10 @@ components:
20260
20721
  type: string
20261
20722
  httpVersion:
20262
20723
  $ref: "#/components/schemas/SyntheticsTestOptionsHTTPVersion"
20724
+ ignore_certificate_validation:
20725
+ description: |-
20726
+ For SSL tests, whether the test should ignore certificate validation.
20727
+ type: boolean
20263
20728
  isMessageBase64Encoded:
20264
20729
  description: Whether the message is base64 encoded.
20265
20730
  type: boolean
@@ -21388,6 +21853,12 @@ components:
21388
21853
  type: object
21389
21854
  TopologyMapWidgetDefinition:
21390
21855
  description: This widget displays a topology of nodes and edges for different data sources. It replaces the service map widget.
21856
+ oneOf:
21857
+ - $ref: "#/components/schemas/TopologyMapWidgetDefinitionDataStreams"
21858
+ - $ref: "#/components/schemas/TopologyMapWidgetDefinitionServiceMap"
21859
+ TopologyMapWidgetDefinitionDataStreams:
21860
+ additionalProperties: false
21861
+ description: Topology map widget backed by the data streams data source.
21391
21862
  properties:
21392
21863
  custom_links:
21393
21864
  description: List of custom links.
@@ -21398,11 +21869,47 @@ components:
21398
21869
  description: The description of the widget.
21399
21870
  type: string
21400
21871
  requests:
21401
- description: One or more Topology requests.
21872
+ description: One Topology request.
21402
21873
  items:
21403
- $ref: "#/components/schemas/TopologyRequest"
21874
+ $ref: "#/components/schemas/TopologyRequestDataStreams"
21404
21875
  minItems: 1
21405
21876
  type: array
21877
+ time:
21878
+ $ref: "#/components/schemas/WidgetTime"
21879
+ title:
21880
+ description: Title of your widget.
21881
+ type: string
21882
+ title_align:
21883
+ $ref: "#/components/schemas/WidgetTextAlign"
21884
+ title_size:
21885
+ description: Size of the title.
21886
+ type: string
21887
+ type:
21888
+ $ref: "#/components/schemas/TopologyMapWidgetDefinitionType"
21889
+ required:
21890
+ - type
21891
+ - requests
21892
+ type: object
21893
+ TopologyMapWidgetDefinitionServiceMap:
21894
+ additionalProperties: false
21895
+ description: Topology map widget backed by the service map data source.
21896
+ properties:
21897
+ custom_links:
21898
+ description: List of custom links.
21899
+ items:
21900
+ $ref: "#/components/schemas/WidgetCustomLink"
21901
+ type: array
21902
+ description:
21903
+ description: The description of the widget.
21904
+ type: string
21905
+ requests:
21906
+ description: One Topology request.
21907
+ items:
21908
+ $ref: "#/components/schemas/TopologyRequestServiceMap"
21909
+ minItems: 1
21910
+ type: array
21911
+ time:
21912
+ $ref: "#/components/schemas/WidgetTime"
21406
21913
  title:
21407
21914
  description: Title of your widget.
21408
21915
  type: string
@@ -21426,38 +21933,89 @@ components:
21426
21933
  type: string
21427
21934
  x-enum-varnames:
21428
21935
  - TOPOLOGY_MAP
21429
- TopologyQuery:
21430
- description: Query to service-based topology data sources like the service map or data streams.
21936
+ TopologyQueryDataStreams:
21937
+ additionalProperties: false
21938
+ description: Query to the data streams topology data source.
21431
21939
  properties:
21432
21940
  data_source:
21433
- $ref: "#/components/schemas/TopologyQueryDataSource"
21941
+ $ref: "#/components/schemas/TopologyQueryDataStreamsDataSource"
21434
21942
  filters:
21435
21943
  description: Your environment and primary tag (or * if enabled for your account).
21436
21944
  example: ["env:prod", "az:us-east"]
21437
21945
  items:
21438
- description: Environment or primary tag, generally in a key:value format
21946
+ description: Environment or primary tag, generally in a key:value format.
21439
21947
  type: string
21440
21948
  minItems: 1
21441
21949
  type: array
21950
+ query_string:
21951
+ description: A search string for filtering services. When set, this replaces the `service` field.
21952
+ example: "service:myservice"
21953
+ type: string
21442
21954
  service:
21443
- description: Name of the service
21444
- example: myService
21955
+ description: (deprecated) Name of the service. Leave this empty and use query_string instead.
21956
+ example: myservice
21445
21957
  type: string
21958
+ required:
21959
+ - data_source
21960
+ - filters
21961
+ - service
21446
21962
  type: object
21447
- TopologyQueryDataSource:
21448
- description: Name of the data source
21963
+ TopologyQueryDataStreamsDataSource:
21964
+ description: Name of the data source.
21449
21965
  enum:
21450
21966
  - data_streams
21451
- - service_map
21967
+ example: data_streams
21452
21968
  type: string
21453
21969
  x-enum-varnames:
21454
21970
  - DATA_STREAMS
21971
+ TopologyQueryServiceMap:
21972
+ additionalProperties: false
21973
+ description: Query to the service map topology data source.
21974
+ properties:
21975
+ data_source:
21976
+ $ref: "#/components/schemas/TopologyQueryServiceMapDataSource"
21977
+ filters:
21978
+ description: Your environment and primary tag (or * if enabled for your account).
21979
+ example: ["env:prod", "az:us-east"]
21980
+ items:
21981
+ description: Environment or primary tag, generally in a key:value format
21982
+ type: string
21983
+ minItems: 1
21984
+ type: array
21985
+ query_string:
21986
+ description: A search string for filtering services. When set, this replaces the `service` field.
21987
+ example: "service:myservice"
21988
+ type: string
21989
+ service:
21990
+ description: (deprecated) Name of the service. Leave this empty and use query_string instead.
21991
+ example: myservice
21992
+ type: string
21993
+ required:
21994
+ - data_source
21995
+ - filters
21996
+ - service
21997
+ type: object
21998
+ TopologyQueryServiceMapDataSource:
21999
+ description: Name of the data source.
22000
+ enum:
22001
+ - service_map
22002
+ example: service_map
22003
+ type: string
22004
+ x-enum-varnames:
21455
22005
  - SERVICE_MAP
21456
- TopologyRequest:
21457
- description: Request that will return nodes and edges to be used by topology map.
22006
+ TopologyRequestDataStreams:
22007
+ description: Request that returns nodes and edges from the data streams data source.
21458
22008
  properties:
21459
22009
  query:
21460
- $ref: "#/components/schemas/TopologyQuery"
22010
+ $ref: "#/components/schemas/TopologyQueryDataStreams"
22011
+ request_type:
22012
+ $ref: "#/components/schemas/TopologyRequestType"
22013
+ type: object
22014
+ TopologyRequestServiceMap:
22015
+ description: Request that returns nodes and edges from the service map data source.
22016
+ properties:
22017
+ query:
22018
+ $ref: "#/components/schemas/TopologyQueryServiceMap"
21461
22019
  request_type:
21462
22020
  $ref: "#/components/schemas/TopologyRequestType"
21463
22021
  type: object
@@ -23004,7 +23562,7 @@ components:
23004
23562
  For SDK users only: all fields at this response level are accessible through the
23005
23563
  `additionalProperties` map. Existing typed-field getters are unchanged. New billing
23006
23564
  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)
23565
+ [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
23008
23566
  to enumerate every available key.
23009
23567
  properties:
23010
23568
  agent_host_top99p:
@@ -23012,33 +23570,23 @@ components:
23012
23570
  format: int64
23013
23571
  type: integer
23014
23572
  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.
23573
+ description: Shows the sum of all AI credits used by Agent Builder over all hours in the current date for all organizations.
23018
23574
  format: int64
23019
23575
  type: integer
23020
23576
  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.
23577
+ description: Shows the sum of all AI credits used by Bits AI Assistant over all hours in the current date for all organizations.
23024
23578
  format: int64
23025
23579
  type: integer
23026
23580
  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.
23581
+ description: Shows the sum of all AI credits used by Bits AI Dev over all hours in the current date for all organizations.
23030
23582
  format: int64
23031
23583
  type: integer
23032
23584
  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.
23585
+ description: Shows the sum of all AI credits used by Bits AI SRE over all hours in the current date for all organizations.
23036
23586
  format: int64
23037
23587
  type: integer
23038
23588
  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.
23589
+ description: Shows the sum of all AI credits over all hours in the current date for all organizations.
23042
23590
  format: int64
23043
23591
  type: integer
23044
23592
  apm_azure_app_service_host_top99p:
@@ -23397,9 +23945,7 @@ components:
23397
23945
  format: int64
23398
23946
  type: integer
23399
23947
  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.
23948
+ description: Shows the sum of all orchestrator job hours over all hours in the current date for all organizations.
23403
23949
  format: int64
23404
23950
  type: integer
23405
23951
  eph_infra_host_agent_sum:
@@ -23583,183 +24129,123 @@ components:
23583
24129
  format: int64
23584
24130
  type: integer
23585
24131
  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.
24132
+ description: Shows the average of all Infrastructure vCPU cores over all hours in the current date for all organizations.
23589
24133
  format: int64
23590
24134
  type: integer
23591
24135
  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.
24136
+ 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
24137
  format: int64
23596
24138
  type: integer
23597
24139
  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.
24140
+ 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
24141
  format: int64
23602
24142
  type: integer
23603
24143
  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.
24144
+ 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
24145
  format: int64
23608
24146
  type: integer
23609
24147
  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.
24148
+ 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
24149
  format: int64
23614
24150
  type: integer
23615
24151
  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.
24152
+ description: Shows the average of all default Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
23619
24153
  format: int64
23620
24154
  type: integer
23621
24155
  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.
24156
+ description: Shows the sum of all default Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
23625
24157
  format: int64
23626
24158
  type: integer
23627
24159
  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.
24160
+ description: Shows the average of all default Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
23631
24161
  format: int64
23632
24162
  type: integer
23633
24163
  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.
24164
+ description: Shows the sum of all default Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
23637
24165
  format: int64
23638
24166
  type: integer
23639
24167
  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.
24168
+ description: Shows the average of all default Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
23643
24169
  format: int64
23644
24170
  type: integer
23645
24171
  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.
24172
+ description: Shows the sum of all default Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
23649
24173
  format: int64
23650
24174
  type: integer
23651
24175
  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.
24176
+ description: Shows the average of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23655
24177
  format: int64
23656
24178
  type: integer
23657
24179
  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.
24180
+ 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
24181
  format: int64
23662
24182
  type: integer
23663
24183
  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.
24184
+ 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
24185
  format: int64
23668
24186
  type: integer
23669
24187
  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.
24188
+ description: Shows the sum of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23673
24189
  format: int64
23674
24190
  type: integer
23675
24191
  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.
24192
+ 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
24193
  format: int64
23680
24194
  type: integer
23681
24195
  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.
24196
+ 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
24197
  format: int64
23686
24198
  type: integer
23687
24199
  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.
24200
+ 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
24201
  format: int64
23692
24202
  type: integer
23693
24203
  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.
24204
+ 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
24205
  format: int64
23698
24206
  type: integer
23699
24207
  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.
24208
+ description: Shows the average of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
23703
24209
  format: int64
23704
24210
  type: integer
23705
24211
  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.
24212
+ description: Shows the sum of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
23709
24213
  format: int64
23710
24214
  type: integer
23711
24215
  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.
24216
+ description: Shows the average of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
23715
24217
  format: int64
23716
24218
  type: integer
23717
24219
  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.
24220
+ description: Shows the sum of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
23721
24221
  format: int64
23722
24222
  type: integer
23723
24223
  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.
24224
+ description: Shows the average of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
23727
24225
  format: int64
23728
24226
  type: integer
23729
24227
  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.
24228
+ description: Shows the sum of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
23733
24229
  format: int64
23734
24230
  type: integer
23735
24231
  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.
24232
+ description: Shows the average of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23739
24233
  format: int64
23740
24234
  type: integer
23741
24235
  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.
24236
+ description: Shows the sum of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
23745
24237
  format: int64
23746
24238
  type: integer
23747
24239
  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.
24240
+ 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
24241
  format: int64
23752
24242
  type: integer
23753
24243
  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.
24244
+ 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
24245
  format: int64
23758
24246
  type: integer
23759
24247
  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.
24248
+ description: Shows the sum of all Infrastructure vCPU cores over all hours in the current date for all organizations.
23763
24249
  format: int64
23764
24250
  type: integer
23765
24251
  infra_edge_monitoring_devices_top99p:
@@ -24307,7 +24793,7 @@ components:
24307
24793
  For SDK users only: all fields at this response level are accessible through the
24308
24794
  `additionalProperties` map. Existing typed-field getters are unchanged. New billing
24309
24795
  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)
24796
+ [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
24311
24797
  to enumerate every available key.
24312
24798
  properties:
24313
24799
  account_name:
@@ -24321,33 +24807,23 @@ components:
24321
24807
  format: int64
24322
24808
  type: integer
24323
24809
  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.
24810
+ description: Shows the sum of all AI credits used by Agent Builder over all hours in the current date for the given org.
24327
24811
  format: int64
24328
24812
  type: integer
24329
24813
  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.
24814
+ 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
24815
  format: int64
24334
24816
  type: integer
24335
24817
  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.
24818
+ 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
24819
  format: int64
24340
24820
  type: integer
24341
24821
  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.
24822
+ 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
24823
  format: int64
24346
24824
  type: integer
24347
24825
  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.
24826
+ description: Shows the sum of all AI credits over all hours in the current date for the given org.
24351
24827
  format: int64
24352
24828
  type: integer
24353
24829
  apm_azure_app_service_host_top99p:
@@ -24710,9 +25186,7 @@ components:
24710
25186
  format: int64
24711
25187
  type: integer
24712
25188
  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.
25189
+ description: Shows the sum of all orchestrator job hours over all hours in the current date for the given org.
24716
25190
  format: int64
24717
25191
  type: integer
24718
25192
  eph_infra_host_agent_sum:
@@ -24900,183 +25374,123 @@ components:
24900
25374
  format: int64
24901
25375
  type: integer
24902
25376
  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.
25377
+ description: Shows the average of all Infrastructure vCPU cores over all hours in the current date for the given org.
24906
25378
  format: int64
24907
25379
  type: integer
24908
25380
  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.
25381
+ 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
25382
  format: int64
24913
25383
  type: integer
24914
25384
  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.
25385
+ 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
25386
  format: int64
24919
25387
  type: integer
24920
25388
  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.
25389
+ 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
25390
  format: int64
24925
25391
  type: integer
24926
25392
  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.
25393
+ 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
25394
  format: int64
24931
25395
  type: integer
24932
25396
  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.
25397
+ 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
25398
  format: int64
24937
25399
  type: integer
24938
25400
  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.
25401
+ 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
25402
  format: int64
24943
25403
  type: integer
24944
25404
  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.
25405
+ 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
25406
  format: int64
24949
25407
  type: integer
24950
25408
  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.
25409
+ 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
25410
  format: int64
24955
25411
  type: integer
24956
25412
  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.
25413
+ 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
25414
  format: int64
24961
25415
  type: integer
24962
25416
  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.
25417
+ 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
25418
  format: int64
24967
25419
  type: integer
24968
25420
  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.
25421
+ 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
25422
  format: int64
24973
25423
  type: integer
24974
25424
  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.
25425
+ 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
25426
  format: int64
24979
25427
  type: integer
24980
25428
  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.
25429
+ 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
25430
  format: int64
24985
25431
  type: integer
24986
25432
  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.
25433
+ 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
25434
  format: int64
24991
25435
  type: integer
24992
25436
  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.
25437
+ 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
25438
  format: int64
24997
25439
  type: integer
24998
25440
  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.
25441
+ 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
25442
  format: int64
25003
25443
  type: integer
25004
25444
  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.
25445
+ 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
25446
  format: int64
25009
25447
  type: integer
25010
25448
  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.
25449
+ 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
25450
  format: int64
25015
25451
  type: integer
25016
25452
  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.
25453
+ 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
25454
  format: int64
25021
25455
  type: integer
25022
25456
  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.
25457
+ 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
25458
  format: int64
25027
25459
  type: integer
25028
25460
  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.
25461
+ 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
25462
  format: int64
25033
25463
  type: integer
25034
25464
  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.
25465
+ 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
25466
  format: int64
25039
25467
  type: integer
25040
25468
  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.
25469
+ 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
25470
  format: int64
25045
25471
  type: integer
25046
25472
  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.
25473
+ 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
25474
  format: int64
25051
25475
  type: integer
25052
25476
  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.
25477
+ 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
25478
  format: int64
25057
25479
  type: integer
25058
25480
  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.
25481
+ 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
25482
  format: int64
25063
25483
  type: integer
25064
25484
  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.
25485
+ 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
25486
  format: int64
25069
25487
  type: integer
25070
25488
  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.
25489
+ 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
25490
  format: int64
25075
25491
  type: integer
25076
25492
  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.
25493
+ description: Shows the sum of all Infrastructure vCPU cores over all hours in the current date for the given org.
25080
25494
  format: int64
25081
25495
  type: integer
25082
25496
  infra_edge_monitoring_devices_top99p:
@@ -25629,7 +26043,7 @@ components:
25629
26043
  For SDK users only: all fields at this response level are accessible through the
25630
26044
  `additionalProperties` map. Existing typed-field getters are unchanged. New billing
25631
26045
  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)
26046
+ [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
25633
26047
  to enumerate every available key.
25634
26048
  properties:
25635
26049
  agent_host_top99p_sum:
@@ -25637,33 +26051,23 @@ components:
25637
26051
  format: int64
25638
26052
  type: integer
25639
26053
  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.
26054
+ description: Shows the sum of all AI credits used by Agent Builder over all hours in the current month for all organizations.
25643
26055
  format: int64
25644
26056
  type: integer
25645
26057
  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.
26058
+ description: Shows the sum of all AI credits over all hours in the current month for all organizations.
25649
26059
  format: int64
25650
26060
  type: integer
25651
26061
  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.
26062
+ description: Shows the sum of all AI credits used by Bits AI Assistant over all hours in the current month for all organizations.
25655
26063
  format: int64
25656
26064
  type: integer
25657
26065
  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.
26066
+ description: Shows the sum of all AI credits used by Bits AI Dev over all hours in the current month for all organizations.
25661
26067
  format: int64
25662
26068
  type: integer
25663
26069
  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.
26070
+ description: Shows the sum of all AI credits used by Bits AI SRE over all hours in the current month for all organizations.
25667
26071
  format: int64
25668
26072
  type: integer
25669
26073
  apm_azure_app_service_host_top99p_sum:
@@ -26030,9 +26434,7 @@ components:
26030
26434
  format: int64
26031
26435
  type: integer
26032
26436
  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.
26437
+ description: Shows the sum of all orchestrator job hours over all hours in the current month for all organizations.
26036
26438
  format: int64
26037
26439
  type: integer
26038
26440
  end_date:
@@ -26221,183 +26623,123 @@ components:
26221
26623
  format: int64
26222
26624
  type: integer
26223
26625
  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.
26626
+ description: Shows the sum of all Infrastructure vCPU cores over all hours in the current month for all organizations.
26227
26627
  format: int64
26228
26628
  type: integer
26229
26629
  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.
26630
+ description: Shows the average of all Infrastructure vCPU cores over all hours in the current month for all organizations.
26233
26631
  format: int64
26234
26632
  type: integer
26235
26633
  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.
26634
+ 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
26635
  format: int64
26240
26636
  type: integer
26241
26637
  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.
26638
+ 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
26639
  format: int64
26246
26640
  type: integer
26247
26641
  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.
26642
+ 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
26643
  format: int64
26252
26644
  type: integer
26253
26645
  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.
26646
+ 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
26647
  format: int64
26258
26648
  type: integer
26259
26649
  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.
26650
+ description: Shows the sum of all default Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
26263
26651
  format: int64
26264
26652
  type: integer
26265
26653
  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.
26654
+ description: Shows the average of all default Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
26269
26655
  format: int64
26270
26656
  type: integer
26271
26657
  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.
26658
+ description: Shows the sum of all default Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
26275
26659
  format: int64
26276
26660
  type: integer
26277
26661
  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.
26662
+ description: Shows the average of all default Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
26281
26663
  format: int64
26282
26664
  type: integer
26283
26665
  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.
26666
+ description: Shows the sum of all default Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
26287
26667
  format: int64
26288
26668
  type: integer
26289
26669
  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.
26670
+ description: Shows the average of all default Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
26293
26671
  format: int64
26294
26672
  type: integer
26295
26673
  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.
26674
+ description: Shows the sum of all default Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26299
26675
  format: int64
26300
26676
  type: integer
26301
26677
  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.
26678
+ description: Shows the average of all default Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26305
26679
  format: int64
26306
26680
  type: integer
26307
26681
  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.
26682
+ 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
26683
  format: int64
26312
26684
  type: integer
26313
26685
  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.
26686
+ 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
26687
  format: int64
26318
26688
  type: integer
26319
26689
  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.
26690
+ 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
26691
  format: int64
26324
26692
  type: integer
26325
26693
  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.
26694
+ 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
26695
  format: int64
26330
26696
  type: integer
26331
26697
  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.
26698
+ 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
26699
  format: int64
26336
26700
  type: integer
26337
26701
  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.
26702
+ 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
26703
  format: int64
26342
26704
  type: integer
26343
26705
  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.
26706
+ description: Shows the sum of all observed Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
26347
26707
  format: int64
26348
26708
  type: integer
26349
26709
  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.
26710
+ description: Shows the average of all observed Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
26353
26711
  format: int64
26354
26712
  type: integer
26355
26713
  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.
26714
+ description: Shows the sum of all observed Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
26359
26715
  format: int64
26360
26716
  type: integer
26361
26717
  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.
26718
+ description: Shows the average of all observed Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
26365
26719
  format: int64
26366
26720
  type: integer
26367
26721
  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.
26722
+ description: Shows the sum of all observed Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
26371
26723
  format: int64
26372
26724
  type: integer
26373
26725
  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.
26726
+ description: Shows the average of all observed Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
26377
26727
  format: int64
26378
26728
  type: integer
26379
26729
  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.
26730
+ description: Shows the sum of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26383
26731
  format: int64
26384
26732
  type: integer
26385
26733
  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.
26734
+ description: Shows the average of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
26389
26735
  format: int64
26390
26736
  type: integer
26391
26737
  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.
26738
+ 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
26739
  format: int64
26396
26740
  type: integer
26397
26741
  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.
26742
+ 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
26743
  format: int64
26402
26744
  type: integer
26403
26745
  infra_edge_monitoring_devices_top99p_sum:
@@ -28743,6 +29085,7 @@ paths:
28743
29085
  - us5.datadoghq.com
28744
29086
  - ap1.datadoghq.com
28745
29087
  - ap2.datadoghq.com
29088
+ - uk1.datadoghq.com
28746
29089
  - datadoghq.eu
28747
29090
  - ddog-gov.com
28748
29091
  - us2.ddog-gov.com
@@ -28752,6 +29095,7 @@ paths:
28752
29095
  - US5
28753
29096
  - AP1
28754
29097
  - AP2
29098
+ - UK1
28755
29099
  - EU1
28756
29100
  - GOV
28757
29101
  - US2_GOV
@@ -43410,7 +43754,7 @@ paths:
43410
43754
  `UsageSummaryDateOrg` are accessible through each object's `additionalProperties` map.
43411
43755
  Existing typed-field getters are unchanged. New billing dimensions will not have
43412
43756
  typed-field getters. Use
43413
- [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
43757
+ [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/get-available-fields-for-usage-summary/)
43414
43758
  to enumerate every available key at each response level.
43415
43759
 
43416
43760
  This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
@@ -44289,6 +44633,7 @@ paths:
44289
44633
  - us5.datadoghq.com
44290
44634
  - ap1.datadoghq.com
44291
44635
  - ap2.datadoghq.com
44636
+ - uk1.datadoghq.com
44292
44637
  - datadoghq.eu
44293
44638
  - ddog-gov.com
44294
44639
  - us2.ddog-gov.com
@@ -44298,6 +44643,7 @@ paths:
44298
44643
  - US5
44299
44644
  - AP1
44300
44645
  - AP2
44646
+ - UK1
44301
44647
  - EU1
44302
44648
  - GOV
44303
44649
  - US2_GOV
@@ -44339,6 +44685,7 @@ servers:
44339
44685
  - us5.datadoghq.com
44340
44686
  - ap1.datadoghq.com
44341
44687
  - ap2.datadoghq.com
44688
+ - uk1.datadoghq.com
44342
44689
  - datadoghq.eu
44343
44690
  - ddog-gov.com
44344
44691
  - us2.ddog-gov.com