datadog_api_client 2.54.0 → 2.56.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 (2138) hide show
  1. checksums.yaml +4 -4
  2. data/.generator/schemas/v1/openapi.yaml +1939 -22
  3. data/.generator/schemas/v2/openapi.yaml +115216 -68642
  4. data/.generator/src/generator/templates/api_client.j2 +2 -2
  5. data/.generator/src/generator/templates/model_generic.j2 +5 -0
  6. data/.github/workflows/approved_status.yml +1 -1
  7. data/.github/workflows/codeql-analysis.yml +4 -4
  8. data/.github/workflows/docs.yml +6 -6
  9. data/.github/workflows/labeler.yml +1 -1
  10. data/.github/workflows/reusable-examples.yml +2 -2
  11. data/.github/workflows/reusable-integration-test.yml +5 -5
  12. data/.github/workflows/reusable-pre-commit.yml +3 -3
  13. data/.github/workflows/reusable-ruby-test.yml +2 -2
  14. data/.github/workflows/stale.yml +1 -1
  15. data/.github/workflows/test.yml +1 -1
  16. data/CHANGELOG.md +170 -0
  17. data/Gemfile +1 -0
  18. data/examples/v1/dashboards/{CreateDashboard_2932151909.rb → CreateDashboard_2844071429.rb} +1 -1
  19. data/examples/v1/dashboards/CreateDashboard_2882802132.rb +62 -0
  20. data/examples/v1/logs-pipelines/CreateLogsPipeline_104735144.rb +32 -0
  21. data/examples/v1/logs-pipelines/CreateLogsPipeline_1185292896.rb +42 -0
  22. data/examples/v1/logs-pipelines/CreateLogsPipeline_2402034476.rb +29 -0
  23. data/examples/v1/logs-pipelines/CreateLogsPipeline_3996915493.rb +38 -0
  24. data/examples/v1/monitors/CreateMonitor_1539578087.rb +1 -0
  25. data/examples/v1/monitors/CreateMonitor_2589528326.rb +29 -0
  26. data/examples/v1/service-level-objective-corrections/CreateSLOCorrection_2888963657.rb +19 -0
  27. data/examples/v1/service-level-objective-corrections/UpdateSLOCorrection_2949191256.rb +22 -0
  28. data/examples/v1/synthetics/CreateSyntheticsAPITest_2547523542.rb +143 -0
  29. data/examples/v1/synthetics/UpdateBrowserTest.rb +2 -0
  30. data/examples/v2/annotations/CreateAnnotation.rb +24 -0
  31. data/examples/v2/annotations/DeleteAnnotation.rb +11 -0
  32. data/examples/v2/annotations/GetPageAnnotations.rb +11 -0
  33. data/examples/v2/annotations/ListAnnotations.rb +11 -0
  34. data/examples/v2/annotations/UpdateAnnotation.rb +24 -0
  35. data/examples/v2/apm-trace/GetPrunedTraceByID.rb +8 -0
  36. data/examples/v2/apm-trace/GetTraceByID.rb +8 -0
  37. data/examples/v2/app-builder/GetBlueprint.rb +5 -0
  38. data/examples/v2/app-builder/GetBlueprintsByIntegrationId.rb +5 -0
  39. data/examples/v2/app-builder/GetBlueprintsBySlugs.rb +5 -0
  40. data/examples/v2/app-builder/ListAppVersions.rb +4 -1
  41. data/examples/v2/app-builder/ListBlueprints.rb +5 -0
  42. data/examples/v2/app-builder/ListTags.rb +5 -0
  43. data/examples/v2/app-builder/UpdateAppFavorite.rb +4 -1
  44. data/examples/v2/app-builder/UpdateAppSelfService.rb +4 -1
  45. data/examples/v2/app-builder/UpdateAppTags.rb +4 -1
  46. data/examples/v2/app-builder/UpdateAppVersionName.rb +4 -1
  47. data/examples/v2/app-builder/UpdateProtectionLevel.rb +4 -1
  48. data/examples/v2/application-security/CreateApplicationSecurityWafPolicy.rb +34 -0
  49. data/examples/v2/application-security/DeleteApplicationSecurityWafPolicy.rb +5 -0
  50. data/examples/v2/application-security/GetApplicationSecurityWafPolicy.rb +8 -0
  51. data/examples/v2/application-security/GetAsmServiceByName.rb +8 -0
  52. data/examples/v2/application-security/ListApplicationSecurityWAFPolicies.rb +5 -0
  53. data/examples/v2/application-security/UpdateApplicationSecurityWafPolicy.rb +41 -0
  54. data/examples/v2/aws-integration/ValidateAWSCCMConfig.rb +21 -0
  55. data/examples/v2/case-management/AddCaseInsights.rb +23 -0
  56. data/examples/v2/case-management/AggregateCases.rb +23 -0
  57. data/examples/v2/case-management/BulkUpdateCases.rb +24 -0
  58. data/examples/v2/case-management/CountCases.rb +8 -0
  59. data/examples/v2/case-management/CreateCaseAutomationRule.rb +28 -0
  60. data/examples/v2/case-management/CreateCaseLink.rb +21 -0
  61. data/examples/v2/case-management/CreateCaseView.rb +19 -0
  62. data/examples/v2/case-management/CreateMaintenanceWindow.rb +20 -0
  63. data/examples/v2/case-management/DeleteCaseAutomationRule.rb +8 -0
  64. data/examples/v2/case-management/DeleteCaseLink.rb +8 -0
  65. data/examples/v2/case-management/DeleteCaseView.rb +8 -0
  66. data/examples/v2/case-management/DeleteMaintenanceWindow.rb +8 -0
  67. data/examples/v2/case-management/DisableCaseAutomationRule.rb +8 -0
  68. data/examples/v2/case-management/EnableCaseAutomationRule.rb +8 -0
  69. data/examples/v2/case-management/FavoriteCaseProject.rb +8 -0
  70. data/examples/v2/case-management/GetCaseAutomationRule.rb +8 -0
  71. data/examples/v2/case-management/GetCaseView.rb +8 -0
  72. data/examples/v2/case-management/ListCaseAutomationRules.rb +8 -0
  73. data/examples/v2/case-management/ListCaseLinks.rb +8 -0
  74. data/examples/v2/case-management/ListCaseTimeline.rb +8 -0
  75. data/examples/v2/case-management/ListCaseViews.rb +8 -0
  76. data/examples/v2/case-management/ListCaseWatchers.rb +8 -0
  77. data/examples/v2/case-management/ListMaintenanceWindows.rb +8 -0
  78. data/examples/v2/case-management/ListUserCaseProjectFavorites.rb +8 -0
  79. data/examples/v2/case-management/RemoveCaseInsights.rb +23 -0
  80. data/examples/v2/case-management/UnfavoriteCaseProject.rb +8 -0
  81. data/examples/v2/case-management/UnwatchCase.rb +8 -0
  82. data/examples/v2/case-management/UpdateCaseAutomationRule.rb +28 -0
  83. data/examples/v2/case-management/UpdateCaseComment.rb +17 -0
  84. data/examples/v2/case-management/UpdateCaseDueDate.rb +17 -0
  85. data/examples/v2/case-management/UpdateCaseResolvedReason.rb +17 -0
  86. data/examples/v2/case-management/UpdateCaseView.rb +15 -0
  87. data/examples/v2/case-management/UpdateMaintenanceWindow.rb +15 -0
  88. data/examples/v2/case-management/WatchCase.rb +8 -0
  89. data/examples/v2/case-management-attribute/UpdateCustomAttributeConfig.rb +26 -0
  90. data/examples/v2/case-management-type/UpdateCaseType.rb +19 -0
  91. data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_129899466.rb +1 -1
  92. data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_4007074677.rb +23 -0
  93. data/examples/v2/cloud-cost-management/DeleteCostTagDescriptionByKey.rb +5 -0
  94. data/examples/v2/cloud-cost-management/DeleteCustomForecast.rb +8 -0
  95. data/examples/v2/cloud-cost-management/GenerateCostTagDescriptionByKey.rb +5 -0
  96. data/examples/v2/cloud-cost-management/GetCostTagDescriptionByKey.rb +5 -0
  97. data/examples/v2/cloud-cost-management/GetCostTagMetadataCurrency.rb +8 -0
  98. data/examples/v2/cloud-cost-management/ListCostTagKeySources.rb +8 -0
  99. data/examples/v2/cloud-cost-management/ListCostTagMetadata.rb +8 -0
  100. data/examples/v2/cloud-cost-management/ListCostTagMetadataMetrics.rb +8 -0
  101. data/examples/v2/cloud-cost-management/ListCostTagMetadataMonths.rb +8 -0
  102. data/examples/v2/cloud-cost-management/ListCostTagMetadataOrchestrators.rb +8 -0
  103. data/examples/v2/cloud-cost-management/SearchCostRecommendations.rb +18 -0
  104. data/examples/v2/cloud-cost-management/UpsertBudget.rb +14 -0
  105. data/examples/v2/cloud-cost-management/UpsertCostTagDescriptionByKey.rb +16 -0
  106. data/examples/v2/cloud-cost-management/UpsertCustomForecast.rb +30 -0
  107. data/examples/v2/code-coverage/GetCodeCoverageBranchSummary.rb +1 -0
  108. data/examples/v2/code-coverage/GetCodeCoverageCommitSummary.rb +1 -0
  109. data/examples/v2/csm-ownership/CreateOwnershipFeedback.rb +23 -0
  110. data/examples/v2/csm-ownership/GetOwnershipEvidence.rb +8 -0
  111. data/examples/v2/csm-ownership/GetOwnershipInference.rb +8 -0
  112. data/examples/v2/csm-ownership/ListOwnershipHistory.rb +8 -0
  113. data/examples/v2/csm-ownership/ListOwnershipHistoryByOwnerType.rb +8 -0
  114. data/examples/v2/csm-ownership/ListOwnershipInferences.rb +8 -0
  115. data/examples/v2/csm-settings/GetCSMAgentlessHostFacetInfo.rb +8 -0
  116. data/examples/v2/csm-settings/GetCSMUnifiedHostFacetInfo.rb +8 -0
  117. data/examples/v2/csm-settings/ListCSMAgentlessHostFacets.rb +8 -0
  118. data/examples/v2/csm-settings/ListCSMAgentlessHosts.rb +8 -0
  119. data/examples/v2/csm-settings/ListCSMUnifiedHostFacets.rb +8 -0
  120. data/examples/v2/csm-settings/ListCSMUnifiedHosts.rb +8 -0
  121. data/examples/v2/customer-org/DisableCustomerOrg.rb +18 -0
  122. data/examples/v2/dashboard-sharing/ListSharedDashboardsByDashboardId.rb +8 -0
  123. data/examples/v2/dashboards/GetDashboardUsage.rb +11 -0
  124. data/examples/v2/dashboards/ListDashboardsUsage.rb +8 -0
  125. data/examples/v2/dashboards/ListDashboardsUsage_3152353926.rb +11 -0
  126. data/examples/v2/dashboards/ListDashboardsUsage_3889372739.rb +11 -0
  127. data/examples/v2/dashboards/ListDashboardsUsage_3946782296.rb +11 -0
  128. data/examples/v2/dashboards/ListDashboardsUsage_4183300898.rb +12 -0
  129. data/examples/v2/deployment-gates/TriggerDeploymentGatesEvaluation.rb +14 -0
  130. data/examples/v2/entity-integration-configs/DeleteEntityIntegrationConfig.rb +8 -0
  131. data/examples/v2/entity-integration-configs/GetEntityIntegrationConfig.rb +8 -0
  132. data/examples/v2/entity-integration-configs/UpdateEntityIntegrationConfig.rb +17 -0
  133. data/examples/v2/entity-risk-scores/GetEntityRiskScore.rb +8 -0
  134. data/examples/v2/feature-flags/CreateVariantForFeatureFlag.rb +11 -0
  135. data/examples/v2/feature-flags/DeleteVariantFromFeatureFlag.rb +5 -0
  136. data/examples/v2/feature-flags/UpdateVariantForFeatureFlag.rb +10 -0
  137. data/examples/v2/forms/CloneForm.rb +17 -0
  138. data/examples/v2/forms/CreateAndPublishForm.rb +23 -0
  139. data/examples/v2/forms/CreateForm.rb +23 -0
  140. data/examples/v2/forms/DeleteForm.rb +11 -0
  141. data/examples/v2/forms/GetForm.rb +11 -0
  142. data/examples/v2/forms/ListForms.rb +8 -0
  143. data/examples/v2/forms/PublishForm.rb +20 -0
  144. data/examples/v2/forms/UpdateForm.rb +29 -0
  145. data/examples/v2/forms/UpsertAndPublishFormVersion.rb +34 -0
  146. data/examples/v2/forms/UpsertFormVersion.rb +37 -0
  147. data/examples/v2/google-chat-integration/CreateGoogleChatTargetAudience.rb +15 -0
  148. data/examples/v2/google-chat-integration/DeleteGoogleChatDelegatedUser.rb +5 -0
  149. data/examples/v2/google-chat-integration/DeleteGoogleChatOrganization.rb +5 -0
  150. data/examples/v2/google-chat-integration/DeleteGoogleChatTargetAudience.rb +5 -0
  151. data/examples/v2/google-chat-integration/GetGoogleChatDelegatedUser.rb +5 -0
  152. data/examples/v2/google-chat-integration/GetGoogleChatOrganization.rb +5 -0
  153. data/examples/v2/google-chat-integration/GetGoogleChatTargetAudience.rb +5 -0
  154. data/examples/v2/google-chat-integration/ListGoogleChatOrganizations.rb +5 -0
  155. data/examples/v2/google-chat-integration/ListGoogleChatTargetAudiences.rb +5 -0
  156. data/examples/v2/google-chat-integration/UpdateGoogleChatTargetAudience.rb +15 -0
  157. data/examples/v2/governance-controls/GetGovernanceControl.rb +8 -0
  158. data/examples/v2/governance-controls/ListGovernanceControls.rb +8 -0
  159. data/examples/v2/governance-controls/UpdateGovernanceControl.rb +22 -0
  160. data/examples/v2/governance-insights/ListGovernanceInsights.rb +8 -0
  161. data/examples/v2/key-management/ListPersonalAccessTokens.rb +1 -1
  162. data/examples/v2/key-management/ListPersonalAccessTokens_4153414404.rb +5 -0
  163. data/examples/v2/llm-observability/AggregateLLMObsExperimentation.rb +41 -0
  164. data/examples/v2/llm-observability/BatchUpdateLLMObsDataset.rb +45 -0
  165. data/examples/v2/llm-observability/CloneLLMObsDataset.rb +19 -0
  166. data/examples/v2/llm-observability/CreateLLMObsAnnotationQueueInteractions.rb +2 -2
  167. data/examples/v2/llm-observability/CreateLLMObsAnnotationQueueInteractions_2021594537.rb +27 -0
  168. data/examples/v2/llm-observability/CreateLLMObsExperiment.rb +1 -0
  169. data/examples/v2/llm-observability/CreateLLMObsIntegrationInference.rb +105 -0
  170. data/examples/v2/llm-observability/DeleteLLMObsAnnotations.rb +21 -0
  171. data/examples/v2/llm-observability/DeleteLLMObsData.rb +22 -0
  172. data/examples/v2/llm-observability/DeleteLLMObsPatternsConfig.rb +8 -0
  173. data/examples/v2/llm-observability/ExportLLMObsDataset.rb +8 -0
  174. data/examples/v2/llm-observability/GetLLMObsAnnotatedInteractionsByTraceIDs.rb +8 -0
  175. data/examples/v2/llm-observability/GetLLMObsDatasetDraftState.rb +8 -0
  176. data/examples/v2/llm-observability/GetLLMObsPatternsConfig.rb +8 -0
  177. data/examples/v2/llm-observability/GetLLMObsPatternsRunStatus.rb +8 -0
  178. data/examples/v2/llm-observability/ListLLMObsDatasetVersions.rb +8 -0
  179. data/examples/v2/llm-observability/ListLLMObsExperimentEvents.rb +8 -0
  180. data/examples/v2/llm-observability/ListLLMObsExperimentEventsV1.rb +8 -0
  181. data/examples/v2/llm-observability/ListLLMObsExperimentEventsV2.rb +8 -0
  182. data/examples/v2/llm-observability/ListLLMObsIntegrationAccounts.rb +8 -0
  183. data/examples/v2/llm-observability/ListLLMObsIntegrationModels.rb +8 -0
  184. data/examples/v2/llm-observability/ListLLMObsPatternsClusteredPoints.rb +8 -0
  185. data/examples/v2/llm-observability/ListLLMObsPatternsConfigs.rb +8 -0
  186. data/examples/v2/llm-observability/ListLLMObsPatternsRuns.rb +8 -0
  187. data/examples/v2/llm-observability/ListLLMObsPatternsTopics.rb +8 -0
  188. data/examples/v2/llm-observability/ListLLMObsPatternsTopicsWithClusteredPoints.rb +8 -0
  189. data/examples/v2/llm-observability/ListLLMObsSpans.rb +8 -0
  190. data/examples/v2/llm-observability/LockLLMObsDatasetDraftState.rb +8 -0
  191. data/examples/v2/llm-observability/RestoreLLMObsDatasetVersion.rb +18 -0
  192. data/examples/v2/llm-observability/SearchLLMObsExperimentation.rb +35 -0
  193. data/examples/v2/llm-observability/SearchLLMObsSpans.rb +35 -0
  194. data/examples/v2/llm-observability/SimpleSearchLLMObsExperimentation.rb +41 -0
  195. data/examples/v2/llm-observability/TriggerLLMObsPatterns.rb +17 -0
  196. data/examples/v2/llm-observability/UnlockLLMObsDatasetDraftState.rb +8 -0
  197. data/examples/v2/llm-observability/UpdateLLMObsExperiment.rb +4 -1
  198. data/examples/v2/llm-observability/UploadLLMObsDatasetRecordsFile.rb +8 -0
  199. data/examples/v2/llm-observability/UpsertLLMObsAnnotations.rb +32 -0
  200. data/examples/v2/llm-observability/UpsertLLMObsPatternsConfig.rb +27 -0
  201. data/examples/v2/logs-archives/CreateLogsArchive.rb +8 -0
  202. data/examples/v2/logs-archives/UpdateLogsArchive.rb +8 -0
  203. data/examples/v2/metrics/CreateTagIndexingRule.rb +40 -0
  204. data/examples/v2/metrics/CreateTagIndexingRuleExemption.rb +17 -0
  205. data/examples/v2/metrics/DeleteTagIndexingRule.rb +11 -0
  206. data/examples/v2/metrics/DeleteTagIndexingRuleExemption.rb +8 -0
  207. data/examples/v2/metrics/GetTagIndexingRule.rb +11 -0
  208. data/examples/v2/metrics/GetTagIndexingRuleExemption.rb +8 -0
  209. data/examples/v2/metrics/ListTagIndexingRules.rb +8 -0
  210. data/examples/v2/metrics/ListTagIndexingRulesForMetric.rb +8 -0
  211. data/examples/v2/metrics/{QueryScalarData_2312509843.rb → QueryScalarData_2086017331.rb} +1 -1
  212. data/examples/v2/metrics/{QueryTimeseriesData_123149143.rb → QueryTimeseriesData_4190640887.rb} +1 -1
  213. data/examples/v2/metrics/ReorderTagIndexingRules.rb +22 -0
  214. data/examples/v2/metrics/UpdateTagIndexingRule.rb +43 -0
  215. data/examples/v2/microsoft-teams-integration/DeleteMSTeamsUserBinding.rb +5 -0
  216. data/examples/v2/model-lab-api/DeleteModelLabRun.rb +8 -0
  217. data/examples/v2/model-lab-api/GetModelLabArtifactContent.rb +8 -0
  218. data/examples/v2/model-lab-api/GetModelLabArtifactContent_2858422658.rb +8 -0
  219. data/examples/v2/model-lab-api/GetModelLabProject.rb +8 -0
  220. data/examples/v2/model-lab-api/GetModelLabRun.rb +8 -0
  221. data/examples/v2/model-lab-api/ListModelLabProjectArtifacts.rb +8 -0
  222. data/examples/v2/model-lab-api/ListModelLabProjectFacetKeys.rb +8 -0
  223. data/examples/v2/model-lab-api/ListModelLabProjectFacetValues.rb +8 -0
  224. data/examples/v2/model-lab-api/ListModelLabProjects.rb +8 -0
  225. data/examples/v2/model-lab-api/ListModelLabRunArtifacts.rb +8 -0
  226. data/examples/v2/model-lab-api/ListModelLabRunFacetKeys.rb +8 -0
  227. data/examples/v2/model-lab-api/ListModelLabRunFacetValues.rb +8 -0
  228. data/examples/v2/model-lab-api/ListModelLabRuns.rb +8 -0
  229. data/examples/v2/model-lab-api/PinModelLabRun.rb +8 -0
  230. data/examples/v2/model-lab-api/StarModelLabProject.rb +8 -0
  231. data/examples/v2/model-lab-api/UnpinModelLabRun.rb +8 -0
  232. data/examples/v2/model-lab-api/UnstarModelLabProject.rb +8 -0
  233. data/examples/v2/model-lab-api/UnstarModelLabProject_931927092.rb +8 -0
  234. data/examples/v2/network-health-insights/ListNetworkHealthInsights.rb +8 -0
  235. data/examples/v2/oauth2-client-public/DeleteScopesRestriction.rb +8 -0
  236. data/examples/v2/oauth2-client-public/GetScopesRestriction.rb +8 -0
  237. data/examples/v2/oauth2-client-public/RegisterOAuthClient.rb +29 -0
  238. data/examples/v2/oauth2-client-public/UpsertScopesRestriction.rb +24 -0
  239. data/examples/v2/observability-pipelines/ValidatePipeline_1070998129.rb +55 -0
  240. data/examples/v2/observability-pipelines/ValidatePipeline_1130701356.rb +63 -0
  241. data/examples/v2/observability-pipelines/ValidatePipeline_1238441879.rb +61 -0
  242. data/examples/v2/observability-pipelines/ValidatePipeline_1785209526.rb +69 -0
  243. data/examples/v2/observability-pipelines/ValidatePipeline_253109967.rb +83 -0
  244. data/examples/v2/observability-pipelines/ValidatePipeline_337125830.rb +56 -0
  245. data/examples/v2/observability-pipelines/ValidatePipeline_620504950.rb +66 -0
  246. data/examples/v2/on-call/SetOnCallTeamRoutingRules.rb +44 -6
  247. data/examples/v2/opsgenie-integration/CreateOpsgenieAccount.rb +15 -0
  248. data/examples/v2/opsgenie-integration/DeleteOpsgenieAccount.rb +5 -0
  249. data/examples/v2/opsgenie-integration/ListOpsgenieAccounts.rb +5 -0
  250. data/examples/v2/opsgenie-integration/UpdateOpsgenieAccount.rb +16 -0
  251. data/examples/v2/org-groups/CreateOrgGroupPolicy.rb +1 -1
  252. data/examples/v2/org-groups/UpdateOrgGroupPolicy.rb +1 -1
  253. data/examples/v2/organizations/GetSAMLConfiguration.rb +5 -0
  254. data/examples/v2/organizations/ListGlobalOrgs.rb +5 -0
  255. data/examples/v2/organizations/ListGlobalOrgs_465966063.rb +5 -0
  256. data/examples/v2/organizations/ListSAMLConfigurations.rb +5 -0
  257. data/examples/v2/organizations/UpdateLoginOrgConfigsMaxSessionDuration.rb +14 -0
  258. data/examples/v2/organizations/UpdateOrgSamlConfigurations.rb +23 -0
  259. data/examples/v2/organizations/UpdateSAMLConfiguration.rb +28 -0
  260. data/examples/v2/reference-tables/ListReferenceTableRows.rb +5 -0
  261. data/examples/v2/report-schedules/CreateReportSchedule.rb +38 -0
  262. data/examples/v2/report-schedules/DeleteReportSchedule.rb +5 -0
  263. data/examples/v2/report-schedules/GetReportSchedule.rb +5 -0
  264. data/examples/v2/report-schedules/GetReportSchedulesForResource.rb +5 -0
  265. data/examples/v2/report-schedules/ListReportSchedules.rb +5 -0
  266. data/examples/v2/report-schedules/PatchReportSchedule.rb +36 -0
  267. data/examples/v2/report-schedules/ToggleReportSchedule.rb +14 -0
  268. data/examples/v2/rum-insights/QueryAggregatedLongTasks.rb +27 -0
  269. data/examples/v2/rum-insights/QueryAggregatedSignalsProblems.rb +31 -0
  270. data/examples/v2/rum-insights/QueryAggregatedWaterfall.rb +28 -0
  271. data/examples/v2/rum-metrics/CreateRumMetric.rb +1 -1
  272. data/examples/v2/rum-metrics/DeleteRumMetric.rb +1 -1
  273. data/examples/v2/rum-metrics/GetRumMetric.rb +1 -1
  274. data/examples/v2/rum-metrics/ListRumMetrics.rb +1 -1
  275. data/examples/v2/rum-metrics/UpdateRumMetric.rb +1 -1
  276. data/examples/v2/rum-rate-limit/DeleteRumRateLimitConfig.rb +8 -0
  277. data/examples/v2/rum-rate-limit/GetRumRateLimitConfig.rb +8 -0
  278. data/examples/v2/rum-rate-limit/UpdateRumRateLimitConfig.rb +28 -0
  279. data/examples/v2/rum-remote-config/GetRumSdkConfig.rb +8 -0
  280. data/examples/v2/rum-remote-config/UpdateRumSdkConfig.rb +94 -0
  281. data/examples/v2/rum-replay-playlists/AddRumReplaySessionToPlaylist.rb +1 -1
  282. data/examples/v2/rum-replay-playlists/BulkRemoveRumReplayPlaylistSessions.rb +1 -1
  283. data/examples/v2/rum-replay-playlists/CreateRumReplayPlaylist.rb +1 -1
  284. data/examples/v2/rum-replay-playlists/DeleteRumReplayPlaylist.rb +1 -1
  285. data/examples/v2/rum-replay-playlists/GetRumReplayPlaylist.rb +1 -1
  286. data/examples/v2/rum-replay-playlists/ListRumReplayPlaylistSessions.rb +1 -1
  287. data/examples/v2/rum-replay-playlists/ListRumReplayPlaylists.rb +1 -1
  288. data/examples/v2/rum-replay-playlists/RemoveRumReplaySessionFromPlaylist.rb +1 -1
  289. data/examples/v2/rum-replay-playlists/UpdateRumReplayPlaylist.rb +1 -1
  290. data/examples/v2/rum-replay-viewership/CreateRumReplaySessionWatch.rb +1 -1
  291. data/examples/v2/rum-replay-viewership/DeleteRumReplaySessionWatch.rb +1 -1
  292. data/examples/v2/rum-replay-viewership/ListRumReplaySessionWatchers.rb +1 -1
  293. data/examples/v2/rum-replay-viewership/ListRumReplayViewershipHistorySessions.rb +1 -1
  294. data/examples/v2/rum-retention-filters/GetPermanentRetentionFilter.rb +5 -0
  295. data/examples/v2/rum-retention-filters/ListPermanentRetentionFilters.rb +5 -0
  296. data/examples/v2/rum-retention-filters/UpdatePermanentRetentionFilter.rb +18 -0
  297. data/examples/v2/salesforce-integration/CreateIncidentTemplate.rb +19 -0
  298. data/examples/v2/salesforce-integration/DeleteIncidentTemplate.rb +5 -0
  299. data/examples/v2/salesforce-integration/DeleteSalesforceOrganization.rb +5 -0
  300. data/examples/v2/salesforce-integration/GetIncidentTemplates.rb +5 -0
  301. data/examples/v2/salesforce-integration/GetSalesforceOrganizations.rb +5 -0
  302. data/examples/v2/salesforce-integration/UpdateIncidentTemplate.rb +20 -0
  303. data/examples/v2/scorecards/ListScorecardScores.rb +5 -0
  304. data/examples/v2/security-monitoring/AttachServiceNowTicket.rb +33 -0
  305. data/examples/v2/security-monitoring/BatchGetSecurityMonitoringDatasetDependencies.rb +18 -0
  306. data/examples/v2/security-monitoring/BulkConvertExistingSecurityMonitoringRules.rb +18 -0
  307. data/examples/v2/security-monitoring/BulkCreateSampleLogGenerationSubscriptions.rb +20 -0
  308. data/examples/v2/security-monitoring/CreateIoCTriageState.rb +18 -0
  309. data/examples/v2/security-monitoring/CreateSampleLogGenerationSubscription.rb +18 -0
  310. data/examples/v2/security-monitoring/CreateSecurityFindingsAutomationDueDateRule.rb +33 -0
  311. data/examples/v2/security-monitoring/CreateSecurityFindingsAutomationMuteRule.rb +27 -0
  312. data/examples/v2/security-monitoring/CreateSecurityFindingsAutomationTicketCreationRule.rb +29 -0
  313. data/examples/v2/security-monitoring/CreateSecurityMonitoringDataset.rb +39 -0
  314. data/examples/v2/security-monitoring/CreateSecurityMonitoringIntegrationConfig.rb +21 -0
  315. data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_3243059428.rb +43 -0
  316. data/examples/v2/security-monitoring/CreateServiceNowTickets.rb +38 -0
  317. data/examples/v2/security-monitoring/CreateStaticAnalysisAst.rb +19 -0
  318. data/examples/v2/security-monitoring/CreateStaticAnalysisServerAnalysis.rb +34 -0
  319. data/examples/v2/security-monitoring/DeleteSampleLogGenerationSubscription.rb +8 -0
  320. data/examples/v2/security-monitoring/DeleteSecurityFindingsAutomationDueDateRule.rb +11 -0
  321. data/examples/v2/security-monitoring/DeleteSecurityFindingsAutomationMuteRule.rb +11 -0
  322. data/examples/v2/security-monitoring/DeleteSecurityFindingsAutomationTicketCreationRule.rb +11 -0
  323. data/examples/v2/security-monitoring/DeleteSecurityMonitoringDataset.rb +8 -0
  324. data/examples/v2/security-monitoring/DeleteSecurityMonitoringIntegrationConfig.rb +8 -0
  325. data/examples/v2/security-monitoring/GetEntityContext.rb +8 -0
  326. data/examples/v2/security-monitoring/GetIndicatorOfCompromise.rb +4 -1
  327. data/examples/v2/security-monitoring/GetSecurityFindingsAutomationDueDateRule.rb +11 -0
  328. data/examples/v2/security-monitoring/GetSecurityFindingsAutomationMuteRule.rb +11 -0
  329. data/examples/v2/security-monitoring/GetSecurityFindingsAutomationTicketCreationRule.rb +11 -0
  330. data/examples/v2/security-monitoring/GetSecurityMonitoringDataset.rb +8 -0
  331. data/examples/v2/security-monitoring/GetSecurityMonitoringDatasetByVersion.rb +8 -0
  332. data/examples/v2/security-monitoring/GetSecurityMonitoringDatasetVersionHistory.rb +8 -0
  333. data/examples/v2/security-monitoring/GetSecurityMonitoringIntegrationConfig.rb +8 -0
  334. data/examples/v2/security-monitoring/GetSignalEntities.rb +8 -0
  335. data/examples/v2/security-monitoring/GetSingleEntityContext.rb +8 -0
  336. data/examples/v2/security-monitoring/GetStaticAnalysisDefaultRulesets.rb +8 -0
  337. data/examples/v2/security-monitoring/GetStaticAnalysisNodeTypes.rb +8 -0
  338. data/examples/v2/security-monitoring/GetStaticAnalysisRuleset.rb +8 -0
  339. data/examples/v2/security-monitoring/GetStaticAnalysisTreeSitterWasm.rb +8 -0
  340. data/examples/v2/security-monitoring/ImportSecurityVulnerabilities.rb +77 -0
  341. data/examples/v2/security-monitoring/ListSampleLogGenerationSubscriptions.rb +8 -0
  342. data/examples/v2/security-monitoring/ListSecurityFilterVersions.rb +5 -0
  343. data/examples/v2/security-monitoring/ListSecurityFindingsAutomationDueDateRules.rb +8 -0
  344. data/examples/v2/security-monitoring/ListSecurityFindingsAutomationMuteRules.rb +8 -0
  345. data/examples/v2/security-monitoring/ListSecurityFindingsAutomationTicketCreationRules.rb +8 -0
  346. data/examples/v2/security-monitoring/ListSecurityMonitoringDatasets.rb +8 -0
  347. data/examples/v2/security-monitoring/ListSecurityMonitoringIntegrationConfigs.rb +8 -0
  348. data/examples/v2/security-monitoring/ListStaticAnalysisCodegenRulesets.rb +8 -0
  349. data/examples/v2/security-monitoring/MuteSecurityFindings.rb +0 -3
  350. data/examples/v2/security-monitoring/MuteSecurityFindings_298521544.rb +0 -3
  351. data/examples/v2/security-monitoring/MuteSecurityFindings_3830190821.rb +0 -3
  352. data/examples/v2/security-monitoring/ReorderSecurityFindingsAutomationDueDateRules.rb +20 -0
  353. data/examples/v2/security-monitoring/ReorderSecurityFindingsAutomationMuteRules.rb +20 -0
  354. data/examples/v2/security-monitoring/ReorderSecurityFindingsAutomationTicketCreationRules.rb +20 -0
  355. data/examples/v2/security-monitoring/RestoreSecurityMonitoringRule.rb +11 -0
  356. data/examples/v2/security-monitoring/SendSecurityMonitoringNotificationPreview.rb +28 -0
  357. data/examples/v2/security-monitoring/UpdateFindingsAssignee.rb +28 -0
  358. data/examples/v2/security-monitoring/UpdateSecurityFindingsAutomationDueDateRule.rb +36 -0
  359. data/examples/v2/security-monitoring/UpdateSecurityFindingsAutomationMuteRule.rb +30 -0
  360. data/examples/v2/security-monitoring/UpdateSecurityFindingsAutomationTicketCreationRule.rb +32 -0
  361. data/examples/v2/security-monitoring/UpdateSecurityMonitoringDataset.rb +39 -0
  362. data/examples/v2/security-monitoring/UpdateSecurityMonitoringIntegrationConfig.rb +22 -0
  363. data/examples/v2/security-monitoring/ValidateSecurityMonitoringIntegrationConfig.rb +8 -0
  364. data/examples/v2/security-monitoring/ValidateSecurityMonitoringIntegrationCredentials.rb +19 -0
  365. data/examples/v2/service-accounts/CreateServiceAccountAccessToken.rb +1 -1
  366. data/examples/v2/service-accounts/UpdateServiceAccountAccessToken.rb +5 -5
  367. data/examples/v2/slack-integration/ListSlackUserBindings.rb +5 -0
  368. data/examples/v2/static-analysis/CreateAiCustomRule.rb +18 -0
  369. data/examples/v2/static-analysis/CreateAiCustomRuleRevision.rb +31 -0
  370. data/examples/v2/static-analysis/CreateAiCustomRuleset.rb +20 -0
  371. data/examples/v2/static-analysis/CreateAiMemoryViolationResult.rb +24 -0
  372. data/examples/v2/static-analysis/CreateCustomRuleset.rb +63 -0
  373. data/examples/v2/static-analysis/CreateSCAScan.rb +28 -0
  374. data/examples/v2/static-analysis/DeleteAiCustomRule.rb +8 -0
  375. data/examples/v2/static-analysis/DeleteAiCustomRuleset.rb +8 -0
  376. data/examples/v2/static-analysis/DeleteAiMemoryViolationResult.rb +8 -0
  377. data/examples/v2/static-analysis/GetAiCustomRule.rb +8 -0
  378. data/examples/v2/static-analysis/GetAiCustomRuleRevision.rb +8 -0
  379. data/examples/v2/static-analysis/GetAiCustomRuleset.rb +8 -0
  380. data/examples/v2/static-analysis/GetSCAScan.rb +8 -0
  381. data/examples/v2/static-analysis/ListAiCustomRuleRevisions.rb +8 -0
  382. data/examples/v2/static-analysis/ListAiCustomRuleRevisions_842014679.rb +8 -0
  383. data/examples/v2/static-analysis/ListAiCustomRulesets.rb +8 -0
  384. data/examples/v2/static-analysis/ListAiMemoryViolationResults.rb +8 -0
  385. data/examples/v2/static-analysis/ListAiPrompts.rb +8 -0
  386. data/examples/v2/static-analysis/ListCustomRulesets.rb +8 -0
  387. data/examples/v2/static-analysis/ListSCALicenses.rb +8 -0
  388. data/examples/v2/static-analysis/UpdateAiCustomRuleset.rb +20 -0
  389. data/examples/v2/status-pages/EditDegradationUpdate.rb +16 -0
  390. data/examples/v2/status-pages/SoftDeleteDegradationUpdate.rb +5 -0
  391. data/examples/v2/statuspage-integration/CreateStatuspageAccount.rb +14 -0
  392. data/examples/v2/statuspage-integration/CreateStatuspageUrlSetting.rb +15 -0
  393. data/examples/v2/statuspage-integration/DeleteStatuspageAccount.rb +5 -0
  394. data/examples/v2/statuspage-integration/DeleteStatuspageUrlSetting.rb +5 -0
  395. data/examples/v2/statuspage-integration/GetStatuspageAccount.rb +5 -0
  396. data/examples/v2/statuspage-integration/ListStatuspageUrlSettings.rb +5 -0
  397. data/examples/v2/statuspage-integration/UpdateStatuspageAccount.rb +14 -0
  398. data/examples/v2/statuspage-integration/UpdateStatuspageUrlSetting.rb +16 -0
  399. data/examples/v2/stegadography/GetStegadographyWidgets.rb +5 -0
  400. data/examples/v2/storage-management/DeleteSyncConfig.rb +5 -0
  401. data/examples/v2/tag-policies/CreateTagPolicy.rb +28 -0
  402. data/examples/v2/tag-policies/DeleteTagPolicy.rb +8 -0
  403. data/examples/v2/tag-policies/GetTagPolicy.rb +8 -0
  404. data/examples/v2/tag-policies/GetTagPolicyScore.rb +8 -0
  405. data/examples/v2/tag-policies/ListTagPolicies.rb +8 -0
  406. data/examples/v2/tag-policies/UpdateTagPolicy.rb +19 -0
  407. data/examples/v2/test-optimization/UpdateTestOptimizationServiceSettings.rb +7 -2
  408. data/examples/v2/usage-metering/GetUsageSummaryAvailableFields.rb +5 -0
  409. data/examples/v2/usage-metering/GetUsageSummaryAvailableFields_2682263043.rb +5 -0
  410. data/examples/v2/webhooks-integration/CreateOAuth2ClientCredentials.rb +19 -0
  411. data/examples/v2/webhooks-integration/DeleteOAuth2ClientCredentials.rb +5 -0
  412. data/examples/v2/webhooks-integration/GetAllAuthMethods.rb +5 -0
  413. data/examples/v2/webhooks-integration/GetOAuth2ClientCredentials.rb +5 -0
  414. data/examples/v2/webhooks-integration/UpdateOAuth2ClientCredentials.rb +19 -0
  415. data/examples/v2/workflow-automation/CreateWorkflow.rb +1 -1
  416. data/examples/v2/workflow-automation/ListWorkflows.rb +5 -0
  417. data/examples/v2/workflow-automation/ListWorkflows_71111569.rb +9 -0
  418. data/examples/v2/workflow-automation/UpdateWorkflow.rb +1 -1
  419. data/lib/datadog_api_client/api_client.rb +2 -2
  420. data/lib/datadog_api_client/configuration.rb +253 -10
  421. data/lib/datadog_api_client/inflector.rb +1463 -40
  422. data/lib/datadog_api_client/v1/api/key_management_api.rb +20 -0
  423. data/lib/datadog_api_client/v1/api/monitors_api.rb +7 -1
  424. data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +2 -1
  425. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +10 -3
  426. data/lib/datadog_api_client/v1/models/comparison_custom_timeframe.rb +144 -0
  427. data/lib/datadog_api_client/v1/models/comparison_duration.rb +133 -0
  428. data/lib/datadog_api_client/v1/models/comparison_duration_type.rb +30 -0
  429. data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_query.rb +2 -1
  430. data/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb +1 -0
  431. data/lib/datadog_api_client/v1/models/host_map_widget_definition.rb +1 -1
  432. data/lib/datadog_api_client/v1/models/host_map_widget_definition_requests.rb +113 -4
  433. data/lib/datadog_api_client/v1/models/host_map_widget_dimension.rb +28 -0
  434. data/lib/datadog_api_client/v1/models/host_map_widget_formula.rb +165 -0
  435. data/lib/datadog_api_client/v1/models/host_map_widget_group_by.rb +133 -0
  436. data/lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request.rb +244 -0
  437. data/lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_leaf.rb +232 -0
  438. data/lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_request_type.rb +26 -0
  439. data/lib/datadog_api_client/v1/models/host_map_widget_infrastructure_style.rb +135 -0
  440. data/lib/datadog_api_client/v1/models/host_map_widget_node_type.rb +29 -0
  441. data/lib/datadog_api_client/v1/models/host_map_widget_scalar_request.rb +170 -0
  442. data/lib/datadog_api_client/v1/models/host_map_widget_scalar_request_response_format.rb +26 -0
  443. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +2 -0
  444. data/lib/datadog_api_client/v1/models/list_stream_issue_persona.rb +29 -0
  445. data/lib/datadog_api_client/v1/models/list_stream_issue_state.rb +29 -0
  446. data/lib/datadog_api_client/v1/models/list_stream_query.rb +62 -4
  447. data/lib/datadog_api_client/v1/models/list_stream_source.rb +2 -1
  448. data/lib/datadog_api_client/v1/models/logs_array_map_arithmetic_sub_processor.rb +186 -0
  449. data/lib/datadog_api_client/v1/models/logs_array_map_attribute_remapper.rb +211 -0
  450. data/lib/datadog_api_client/v1/models/logs_array_map_category_sub_processor.rb +178 -0
  451. data/lib/datadog_api_client/v1/models/logs_array_map_processor.rb +228 -0
  452. data/lib/datadog_api_client/v1/models/logs_array_map_processor_type.rb +26 -0
  453. data/lib/datadog_api_client/v1/models/logs_array_map_string_builder_sub_processor.rb +186 -0
  454. data/lib/datadog_api_client/v1/models/logs_array_map_sub_processor.rb +67 -0
  455. data/lib/datadog_api_client/v1/models/logs_exclude_attribute_processor.rb +166 -0
  456. data/lib/datadog_api_client/v1/models/logs_exclude_attribute_processor_type.rb +26 -0
  457. data/lib/datadog_api_client/v1/models/logs_processor.rb +3 -1
  458. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_data_jobs_query_definition.rb +189 -0
  459. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_event_query_definition_compute.rb +13 -3
  460. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_event_query_group_by.rb +13 -3
  461. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +1 -0
  462. data/lib/datadog_api_client/v1/models/monitor_thresholds.rb +21 -1
  463. data/lib/datadog_api_client/v1/models/monitor_type.rb +1 -0
  464. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +4 -0
  465. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +41 -1
  466. data/lib/datadog_api_client/v1/models/query_value_widget_comparison.rb +143 -0
  467. data/lib/datadog_api_client/v1/models/query_value_widget_comparison_directionality.rb +28 -0
  468. data/lib/datadog_api_client/v1/models/query_value_widget_comparison_type.rb +28 -0
  469. data/lib/datadog_api_client/v1/models/query_value_widget_request.rb +11 -1
  470. data/lib/datadog_api_client/v1/models/slo_correction_create_data.rb +2 -0
  471. data/lib/datadog_api_client/v1/models/slo_correction_create_request.rb +1 -1
  472. data/lib/datadog_api_client/v1/models/slo_correction_create_request_attributes.rb +17 -14
  473. data/lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb +14 -2
  474. data/lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb +13 -1
  475. data/lib/datadog_api_client/v1/models/synthetics_api_test_step_subtype.rb +1 -0
  476. data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +3 -1
  477. data/lib/datadog_api_client/v1/models/synthetics_assertion_mcp_respects_specification.rb +123 -0
  478. data/lib/datadog_api_client/v1/models/synthetics_assertion_mcp_respects_specification_type.rb +26 -0
  479. data/lib/datadog_api_client/v1/models/synthetics_assertion_mcp_server_capabilities_target.rb +167 -0
  480. data/lib/datadog_api_client/v1/models/synthetics_assertion_mcp_server_capabilities_type.rb +26 -0
  481. data/lib/datadog_api_client/v1/models/synthetics_assertion_type.rb +2 -0
  482. data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +2 -1
  483. data/lib/datadog_api_client/v1/models/synthetics_basic_auth_jwt.rb +238 -0
  484. data/lib/datadog_api_client/v1/models/synthetics_basic_auth_jwt_add_claims.rb +115 -0
  485. data/lib/datadog_api_client/v1/models/synthetics_basic_auth_jwt_algorithm.rb +28 -0
  486. data/lib/datadog_api_client/v1/models/synthetics_basic_auth_jwt_type.rb +26 -0
  487. data/lib/datadog_api_client/v1/models/synthetics_mcp_protocol_version.rb +26 -0
  488. data/lib/datadog_api_client/v1/models/synthetics_mcp_server_capability.rb +31 -0
  489. data/lib/datadog_api_client/v1/models/synthetics_test_call_type.rb +6 -1
  490. data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +11 -1
  491. data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +34 -2
  492. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +935 -2
  493. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +940 -1
  494. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +947 -2
  495. data/lib/datadog_api_client/v2/api/annotations_api.rb +424 -0
  496. data/lib/datadog_api_client/v2/api/apm_trace_api.rb +194 -0
  497. data/lib/datadog_api_client/v2/api/app_builder_api.rb +319 -0
  498. data/lib/datadog_api_client/v2/api/application_security_api.rb +404 -0
  499. data/lib/datadog_api_client/v2/api/aws_integration_api.rb +74 -0
  500. data/lib/datadog_api_client/v2/api/case_management_api.rb +3113 -579
  501. data/lib/datadog_api_client/v2/api/case_management_attribute_api.rb +86 -3
  502. data/lib/datadog_api_client/v2/api/case_management_type_api.rb +79 -1
  503. data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +1083 -127
  504. data/lib/datadog_api_client/v2/api/cloud_network_monitoring_api.rb +4 -0
  505. data/lib/datadog_api_client/v2/api/compliance_api.rb +5 -0
  506. data/lib/datadog_api_client/v2/api/csm_ownership_api.rb +531 -0
  507. data/lib/datadog_api_client/v2/api/csm_settings_api.rb +478 -0
  508. data/lib/datadog_api_client/v2/api/customer_org_api.rb +103 -0
  509. data/lib/datadog_api_client/v2/api/dashboard_sharing_api.rb +97 -0
  510. data/lib/datadog_api_client/v2/api/dashboards_api.rb +195 -0
  511. data/lib/datadog_api_client/v2/api/data_observability_api.rb +168 -0
  512. data/lib/datadog_api_client/v2/api/deployment_gates_api.rb +4 -0
  513. data/lib/datadog_api_client/v2/api/entity_integration_configs_api.rb +250 -0
  514. data/lib/datadog_api_client/v2/api/entity_risk_scores_api.rb +71 -0
  515. data/lib/datadog_api_client/v2/api/feature_flags_api.rb +229 -0
  516. data/lib/datadog_api_client/v2/api/fleet_automation_api.rb +0 -167
  517. data/lib/datadog_api_client/v2/api/forms_api.rb +773 -0
  518. data/lib/datadog_api_client/v2/api/google_chat_integration_api.rb +716 -42
  519. data/lib/datadog_api_client/v2/api/governance_controls_api.rb +246 -0
  520. data/lib/datadog_api_client/v2/api/governance_insights_api.rb +101 -0
  521. data/lib/datadog_api_client/v2/api/key_management_api.rb +35 -33
  522. data/lib/datadog_api_client/v2/api/llm_observability_api.rb +2866 -200
  523. data/lib/datadog_api_client/v2/api/metrics_api.rb +795 -35
  524. data/lib/datadog_api_client/v2/api/microsoft_teams_integration_api.rb +65 -0
  525. data/lib/datadog_api_client/v2/api/model_lab_api_api.rb +1237 -0
  526. data/lib/datadog_api_client/v2/api/network_health_insights_api.rb +100 -0
  527. data/lib/datadog_api_client/v2/api/o_auth2_client_public_api.rb +385 -0
  528. data/lib/datadog_api_client/v2/api/opsgenie_integration_api.rb +264 -0
  529. data/lib/datadog_api_client/v2/api/org_groups_api.rb +0 -2
  530. data/lib/datadog_api_client/v2/api/organizations_api.rb +442 -0
  531. data/lib/datadog_api_client/v2/api/reference_tables_api.rb +75 -0
  532. data/lib/datadog_api_client/v2/api/report_schedules_api.rb +545 -0
  533. data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +5 -3
  534. data/lib/datadog_api_client/v2/api/rum_api.rb +515 -0
  535. data/lib/datadog_api_client/v2/api/rum_insights_api.rb +245 -0
  536. data/lib/datadog_api_client/v2/api/rum_metrics_api.rb +21 -21
  537. data/lib/datadog_api_client/v2/api/rum_rate_limit_api.rb +277 -0
  538. data/lib/datadog_api_client/v2/api/rum_remote_config_api.rb +176 -0
  539. data/lib/datadog_api_client/v2/api/rum_replay_playlists_api.rb +18 -18
  540. data/lib/datadog_api_client/v2/api/rum_replay_viewership_api.rb +8 -8
  541. data/lib/datadog_api_client/v2/api/rum_retention_filters_api.rb +226 -0
  542. data/lib/datadog_api_client/v2/api/salesforce_integration_api.rb +419 -0
  543. data/lib/datadog_api_client/v2/api/scorecards_api.rb +88 -0
  544. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +6348 -2235
  545. data/lib/datadog_api_client/v2/api/service_accounts_api.rb +37 -37
  546. data/lib/datadog_api_client/v2/api/slack_integration_api.rb +92 -0
  547. data/lib/datadog_api_client/v2/api/static_analysis_api.rb +1668 -194
  548. data/lib/datadog_api_client/v2/api/status_pages_api.rb +159 -0
  549. data/lib/datadog_api_client/v2/api/statuspage_integration_api.rb +545 -0
  550. data/lib/datadog_api_client/v2/api/stegadography_api.rb +97 -0
  551. data/lib/datadog_api_client/v2/api/storage_management_api.rb +65 -0
  552. data/lib/datadog_api_client/v2/api/tag_policies_api.rb +505 -0
  553. data/lib/datadog_api_client/v2/api/test_optimization_api.rb +3 -1
  554. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +98 -1
  555. data/lib/datadog_api_client/v2/api/webhooks_integration_api.rb +363 -0
  556. data/lib/datadog_api_client/v2/api/workflow_automation_api.rb +97 -0
  557. data/lib/datadog_api_client/v2/models/access_token_list_item.rb +135 -0
  558. data/lib/datadog_api_client/v2/models/access_token_list_item_relationships.rb +105 -0
  559. data/lib/datadog_api_client/v2/models/access_token_owner_type.rb +27 -0
  560. data/lib/datadog_api_client/v2/models/access_tokens_type.rb +27 -0
  561. data/lib/datadog_api_client/v2/models/aggregated_high_frozen_frame_rate.rb +232 -0
  562. data/lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb +307 -0
  563. data/lib/datadog_api_client/v2/models/aggregated_long_tasks_by_invoker_type.rb +223 -0
  564. data/lib/datadog_api_client/v2/models/aggregated_long_tasks_request.rb +123 -0
  565. data/lib/datadog_api_client/v2/models/aggregated_long_tasks_request_attributes.rb +235 -0
  566. data/lib/datadog_api_client/v2/models/aggregated_long_tasks_request_data.rb +144 -0
  567. data/lib/datadog_api_client/v2/models/aggregated_long_tasks_request_type.rb +26 -0
  568. data/lib/datadog_api_client/v2/models/aggregated_long_tasks_response.rb +123 -0
  569. data/lib/datadog_api_client/v2/models/aggregated_long_tasks_response_attributes.rb +267 -0
  570. data/lib/datadog_api_client/v2/models/aggregated_long_tasks_response_data.rb +165 -0
  571. data/lib/datadog_api_client/v2/models/aggregated_low_cache_hit_rate.rb +211 -0
  572. data/lib/datadog_api_client/v2/models/aggregated_mobile_scroll_friction.rb +194 -0
  573. data/lib/datadog_api_client/v2/models/aggregated_resource.rb +503 -0
  574. data/lib/datadog_api_client/v2/models/aggregated_resource_timing_breakdown.rb +228 -0
  575. data/lib/datadog_api_client/v2/models/aggregated_signals_problems_request.rb +123 -0
  576. data/lib/datadog_api_client/v2/models/aggregated_signals_problems_request_attributes.rb +247 -0
  577. data/lib/datadog_api_client/v2/models/aggregated_signals_problems_request_data.rb +144 -0
  578. data/lib/datadog_api_client/v2/models/aggregated_signals_problems_request_type.rb +26 -0
  579. data/lib/datadog_api_client/v2/models/aggregated_signals_problems_response.rb +123 -0
  580. data/lib/datadog_api_client/v2/models/aggregated_signals_problems_response_attributes.rb +238 -0
  581. data/lib/datadog_api_client/v2/models/aggregated_signals_problems_response_data.rb +165 -0
  582. data/lib/datadog_api_client/v2/models/aggregated_slow_fcp_high_bytes.rb +253 -0
  583. data/lib/datadog_api_client/v2/models/aggregated_slow_interaction_long_task.rb +286 -0
  584. data/lib/datadog_api_client/v2/models/aggregated_uncompressed_resource.rb +307 -0
  585. data/lib/datadog_api_client/v2/models/aggregated_waterfall_performance_criteria.rb +143 -0
  586. data/lib/datadog_api_client/v2/models/aggregated_waterfall_performance_criteria_metric.rb +29 -0
  587. data/lib/datadog_api_client/v2/models/aggregated_waterfall_request.rb +123 -0
  588. data/lib/datadog_api_client/v2/models/aggregated_waterfall_request_attributes.rb +245 -0
  589. data/lib/datadog_api_client/v2/models/aggregated_waterfall_request_data.rb +144 -0
  590. data/lib/datadog_api_client/v2/models/aggregated_waterfall_request_type.rb +26 -0
  591. data/lib/datadog_api_client/v2/models/aggregated_waterfall_response.rb +123 -0
  592. data/lib/datadog_api_client/v2/models/aggregated_waterfall_response_attributes.rb +288 -0
  593. data/lib/datadog_api_client/v2/models/aggregated_waterfall_response_data.rb +165 -0
  594. data/lib/datadog_api_client/v2/models/{incident_service_type.rb → ai_custom_rule_data_type.rb} +3 -3
  595. data/lib/datadog_api_client/v2/models/ai_custom_rule_item.rb +186 -0
  596. data/lib/datadog_api_client/v2/models/{bulk_mute_findings_request_meta_findings.rb → ai_custom_rule_request.rb} +11 -11
  597. data/lib/datadog_api_client/v2/models/ai_custom_rule_request_attributes.rb +105 -0
  598. data/lib/datadog_api_client/v2/models/ai_custom_rule_request_data.rb +125 -0
  599. data/lib/datadog_api_client/v2/models/ai_custom_rule_response.rb +123 -0
  600. data/lib/datadog_api_client/v2/models/{fleet_clusters_response_data.rb → ai_custom_rule_response_data.rb} +8 -8
  601. data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_data_type.rb +26 -0
  602. data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_execution_mode.rb +28 -0
  603. data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_request.rb +105 -0
  604. data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_request_attributes.rb +344 -0
  605. data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_request_data.rb +125 -0
  606. data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_response.rb +123 -0
  607. data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_response_attributes.rb +439 -0
  608. data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_response_data.rb +165 -0
  609. data/lib/datadog_api_client/v2/models/ai_custom_rule_revisions_response.rb +125 -0
  610. data/lib/datadog_api_client/v2/models/{org_group_include_option.rb → ai_custom_ruleset_data_type.rb} +3 -3
  611. data/lib/datadog_api_client/v2/models/ai_custom_ruleset_request.rb +105 -0
  612. data/lib/datadog_api_client/v2/models/ai_custom_ruleset_request_attributes.rb +165 -0
  613. data/lib/datadog_api_client/v2/models/ai_custom_ruleset_request_data.rb +125 -0
  614. data/lib/datadog_api_client/v2/models/{bulk_mute_findings_request.rb → ai_custom_ruleset_response.rb} +5 -5
  615. data/lib/datadog_api_client/v2/models/ai_custom_ruleset_response_attributes.rb +227 -0
  616. data/lib/datadog_api_client/v2/models/ai_custom_ruleset_response_data.rb +165 -0
  617. data/lib/datadog_api_client/v2/models/ai_custom_ruleset_update_attributes.rb +125 -0
  618. data/lib/datadog_api_client/v2/models/ai_custom_ruleset_update_data.rb +125 -0
  619. data/lib/datadog_api_client/v2/models/ai_custom_ruleset_update_request.rb +105 -0
  620. data/lib/datadog_api_client/v2/models/{org_group_memberships_relationship.rb → ai_custom_rulesets_response.rb} +5 -5
  621. data/lib/datadog_api_client/v2/models/ai_memory_violation_result_data_type.rb +26 -0
  622. data/lib/datadog_api_client/v2/models/ai_memory_violation_result_request.rb +105 -0
  623. data/lib/datadog_api_client/v2/models/ai_memory_violation_result_request_attributes.rb +249 -0
  624. data/lib/datadog_api_client/v2/models/ai_memory_violation_result_request_data.rb +125 -0
  625. data/lib/datadog_api_client/v2/models/ai_memory_violation_result_response_attributes.rb +291 -0
  626. data/lib/datadog_api_client/v2/models/ai_memory_violation_result_response_data.rb +165 -0
  627. data/lib/datadog_api_client/v2/models/ai_memory_violation_results_response.rb +125 -0
  628. data/lib/datadog_api_client/v2/models/ai_memory_violation_type.rb +27 -0
  629. data/lib/datadog_api_client/v2/models/ai_prompt_data_type.rb +26 -0
  630. data/lib/datadog_api_client/v2/models/ai_prompt_response_attributes.rb +424 -0
  631. data/lib/datadog_api_client/v2/models/ai_prompt_response_data.rb +165 -0
  632. data/lib/datadog_api_client/v2/models/ai_prompts_response.rb +125 -0
  633. data/lib/datadog_api_client/v2/models/analysis_edit.rb +183 -0
  634. data/lib/datadog_api_client/v2/models/analysis_edit_type.rb +28 -0
  635. data/lib/datadog_api_client/v2/models/analysis_fix.rb +146 -0
  636. data/lib/datadog_api_client/v2/models/analysis_position.rb +144 -0
  637. data/lib/datadog_api_client/v2/models/analysis_request.rb +123 -0
  638. data/lib/datadog_api_client/v2/models/analysis_request_data.rb +154 -0
  639. data/lib/datadog_api_client/v2/models/analysis_request_data_attributes.rb +209 -0
  640. data/lib/datadog_api_client/v2/models/analysis_request_data_type.rb +26 -0
  641. data/lib/datadog_api_client/v2/models/analysis_request_rule.rb +299 -0
  642. data/lib/datadog_api_client/v2/models/analysis_response.rb +123 -0
  643. data/lib/datadog_api_client/v2/models/analysis_response_data.rb +165 -0
  644. data/lib/datadog_api_client/v2/models/analysis_response_data_attributes.rb +148 -0
  645. data/lib/datadog_api_client/v2/models/analysis_response_data_type.rb +26 -0
  646. data/lib/datadog_api_client/v2/models/analysis_rule_response.rb +229 -0
  647. data/lib/datadog_api_client/v2/models/analysis_violation.rb +230 -0
  648. data/lib/datadog_api_client/v2/models/annotation_attributes.rb +302 -0
  649. data/lib/datadog_api_client/v2/models/annotation_color.rb +31 -0
  650. data/lib/datadog_api_client/v2/models/annotation_create_attributes.rb +239 -0
  651. data/lib/datadog_api_client/v2/models/annotation_create_request.rb +123 -0
  652. data/lib/datadog_api_client/v2/models/annotation_data.rb +165 -0
  653. data/lib/datadog_api_client/v2/models/annotation_in_page.rb +323 -0
  654. data/lib/datadog_api_client/v2/models/annotation_kind.rb +28 -0
  655. data/lib/datadog_api_client/v2/models/annotation_request_data.rb +144 -0
  656. data/lib/datadog_api_client/v2/models/annotation_response.rb +123 -0
  657. data/lib/datadog_api_client/v2/models/annotation_type.rb +26 -0
  658. data/lib/datadog_api_client/v2/models/annotation_update_request.rb +123 -0
  659. data/lib/datadog_api_client/v2/models/annotations_response.rb +125 -0
  660. data/lib/datadog_api_client/v2/models/apm_span_error_flag.rb +27 -0
  661. data/lib/datadog_api_client/v2/models/apm_trace_span.rb +428 -0
  662. data/lib/datadog_api_client/v2/models/{bulk_mute_findings_request_meta.rb → app_builder_list_tags_response.rb} +12 -12
  663. data/lib/datadog_api_client/v2/models/application_security_policy_attributes.rb +213 -0
  664. data/lib/datadog_api_client/v2/models/application_security_policy_create_attributes.rb +234 -0
  665. data/lib/datadog_api_client/v2/models/application_security_policy_create_data.rb +144 -0
  666. data/lib/datadog_api_client/v2/models/application_security_policy_create_request.rb +123 -0
  667. data/lib/datadog_api_client/v2/models/application_security_policy_data.rb +135 -0
  668. data/lib/datadog_api_client/v2/models/application_security_policy_list_response.rb +107 -0
  669. data/lib/datadog_api_client/v2/models/application_security_policy_metadata.rb +155 -0
  670. data/lib/datadog_api_client/v2/models/application_security_policy_response.rb +105 -0
  671. data/lib/datadog_api_client/v2/models/application_security_policy_rule_override.rb +175 -0
  672. data/lib/datadog_api_client/v2/models/application_security_policy_ruleset_override.rb +168 -0
  673. data/lib/datadog_api_client/v2/models/application_security_policy_scope.rb +144 -0
  674. data/lib/datadog_api_client/v2/models/application_security_policy_type.rb +26 -0
  675. data/lib/datadog_api_client/v2/models/application_security_policy_update_attributes.rb +268 -0
  676. data/lib/datadog_api_client/v2/models/application_security_policy_update_data.rb +144 -0
  677. data/lib/datadog_api_client/v2/models/application_security_policy_update_request.rb +123 -0
  678. data/lib/datadog_api_client/v2/models/application_security_service_attributes.rb +800 -0
  679. data/lib/datadog_api_client/v2/models/application_security_service_resource.rb +165 -0
  680. data/lib/datadog_api_client/v2/models/application_security_service_type.rb +26 -0
  681. data/lib/datadog_api_client/v2/models/application_security_services_metadata.rb +123 -0
  682. data/lib/datadog_api_client/v2/models/application_security_services_response.rb +146 -0
  683. data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_attributes.rb +1 -1
  684. data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_create_attributes.rb +1 -1
  685. data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_attributes.rb +1 -1
  686. data/lib/datadog_api_client/v2/models/assignee_data_type.rb +26 -0
  687. data/lib/datadog_api_client/v2/models/assignee_request.rb +123 -0
  688. data/lib/datadog_api_client/v2/models/assignee_request_data.rb +164 -0
  689. data/lib/datadog_api_client/v2/models/assignee_request_data_attributes.rb +105 -0
  690. data/lib/datadog_api_client/v2/models/assignee_request_data_relationships.rb +123 -0
  691. data/lib/datadog_api_client/v2/models/{fleet_clusters_response.rb → assignee_response.rb} +7 -7
  692. data/lib/datadog_api_client/v2/models/assignee_response_data.rb +165 -0
  693. data/lib/datadog_api_client/v2/models/assignee_response_data_attributes.rb +105 -0
  694. data/lib/datadog_api_client/v2/models/assignee_response_meta.rb +119 -0
  695. data/lib/datadog_api_client/v2/models/assignment_result.rb +190 -0
  696. data/lib/datadog_api_client/v2/models/attach_service_now_ticket_request.rb +123 -0
  697. data/lib/datadog_api_client/v2/models/attach_service_now_ticket_request_data.rb +165 -0
  698. data/lib/datadog_api_client/v2/models/attach_service_now_ticket_request_data_attributes.rb +123 -0
  699. data/lib/datadog_api_client/v2/models/attach_service_now_ticket_request_data_relationships.rb +144 -0
  700. data/lib/datadog_api_client/v2/models/automation_rule.rb +175 -0
  701. data/lib/datadog_api_client/v2/models/automation_rule_action.rb +144 -0
  702. data/lib/datadog_api_client/v2/models/automation_rule_action_data.rb +125 -0
  703. data/lib/datadog_api_client/v2/models/automation_rule_action_type.rb +27 -0
  704. data/lib/datadog_api_client/v2/models/automation_rule_actor_type.rb +27 -0
  705. data/lib/datadog_api_client/v2/models/automation_rule_attributes.rb +217 -0
  706. data/lib/datadog_api_client/v2/models/automation_rule_create.rb +144 -0
  707. data/lib/datadog_api_client/v2/models/automation_rule_create_attributes.rb +175 -0
  708. data/lib/datadog_api_client/v2/models/automation_rule_create_request.rb +123 -0
  709. data/lib/datadog_api_client/v2/models/automation_rule_created_by.rb +165 -0
  710. data/lib/datadog_api_client/v2/models/automation_rule_modified_by.rb +165 -0
  711. data/lib/datadog_api_client/v2/models/{incident_service_relationships.rb → automation_rule_relationships.rb} +20 -11
  712. data/lib/datadog_api_client/v2/models/automation_rule_response.rb +123 -0
  713. data/lib/datadog_api_client/v2/models/automation_rule_scope.rb +150 -0
  714. data/lib/datadog_api_client/v2/models/automation_rule_trigger.rb +133 -0
  715. data/lib/datadog_api_client/v2/models/automation_rule_trigger_data.rb +145 -0
  716. data/lib/datadog_api_client/v2/models/automation_rule_trigger_type.rb +31 -0
  717. data/lib/datadog_api_client/v2/models/automation_rule_update.rb +133 -0
  718. data/lib/datadog_api_client/v2/models/automation_rule_update_request.rb +123 -0
  719. data/lib/datadog_api_client/v2/models/automation_rules_response.rb +125 -0
  720. data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_issue.rb +144 -0
  721. data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_issue_code.rb +42 -0
  722. data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_request.rb +123 -0
  723. data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_request_attributes.rb +196 -0
  724. data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_request_data.rb +144 -0
  725. data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_response.rb +123 -0
  726. data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_response_attributes.rb +146 -0
  727. data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_response_data.rb +165 -0
  728. data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_type.rb +26 -0
  729. data/lib/datadog_api_client/v2/models/blueprint_attributes.rb +312 -0
  730. data/lib/datadog_api_client/v2/models/blueprint_data.rb +165 -0
  731. data/lib/datadog_api_client/v2/models/blueprint_data_type.rb +26 -0
  732. data/lib/datadog_api_client/v2/models/blueprint_metadata_attributes.rb +239 -0
  733. data/lib/datadog_api_client/v2/models/blueprint_metadata_data.rb +165 -0
  734. data/lib/datadog_api_client/v2/models/branch_coverage_summary_request_attributes.rb +27 -10
  735. data/lib/datadog_api_client/v2/models/budget_attributes.rb +41 -1
  736. data/lib/datadog_api_client/v2/models/budget_attributes_costs.rb +146 -0
  737. data/lib/datadog_api_client/v2/models/budget_attributes_costs_unit.rb +155 -0
  738. data/lib/datadog_api_client/v2/models/budget_with_entries_data_attributes_entries_items.rb +11 -1
  739. data/lib/datadog_api_client/v2/models/budget_with_entries_data_attributes_entries_items_costs.rb +157 -0
  740. data/lib/datadog_api_client/v2/models/case.rb +1 -1
  741. data/lib/datadog_api_client/v2/models/case_aggregate_group.rb +146 -0
  742. data/lib/datadog_api_client/v2/models/case_aggregate_group_by.rb +150 -0
  743. data/lib/datadog_api_client/v2/models/case_aggregate_request.rb +123 -0
  744. data/lib/datadog_api_client/v2/models/case_aggregate_request_attributes.rb +144 -0
  745. data/lib/datadog_api_client/v2/models/case_aggregate_request_data.rb +144 -0
  746. data/lib/datadog_api_client/v2/models/case_aggregate_resource_type.rb +26 -0
  747. data/lib/datadog_api_client/v2/models/case_aggregate_response.rb +123 -0
  748. data/lib/datadog_api_client/v2/models/case_aggregate_response_attributes.rb +146 -0
  749. data/lib/datadog_api_client/v2/models/case_aggregate_response_data.rb +165 -0
  750. data/lib/datadog_api_client/v2/models/case_assign.rb +1 -1
  751. data/lib/datadog_api_client/v2/models/case_attributes.rb +1 -1
  752. data/lib/datadog_api_client/v2/models/case_automation_rule_resource_type.rb +26 -0
  753. data/lib/datadog_api_client/v2/models/case_automation_rule_state.rb +27 -0
  754. data/lib/datadog_api_client/v2/models/case_bulk_action_type.rb +35 -0
  755. data/lib/datadog_api_client/v2/models/case_bulk_resource_type.rb +26 -0
  756. data/lib/datadog_api_client/v2/models/case_bulk_update_request.rb +123 -0
  757. data/lib/datadog_api_client/v2/models/case_bulk_update_request_attributes.rb +156 -0
  758. data/lib/datadog_api_client/v2/models/case_bulk_update_request_data.rb +144 -0
  759. data/lib/datadog_api_client/v2/models/case_comment.rb +1 -1
  760. data/lib/datadog_api_client/v2/models/case_count_group.rb +146 -0
  761. data/lib/datadog_api_client/v2/models/case_count_group_value.rb +144 -0
  762. data/lib/datadog_api_client/v2/models/case_count_response.rb +123 -0
  763. data/lib/datadog_api_client/v2/models/case_count_response_attributes.rb +125 -0
  764. data/lib/datadog_api_client/v2/models/{fleet_instrumented_pods_response_data.rb → case_count_response_data.rb} +7 -7
  765. data/lib/datadog_api_client/v2/models/case_create.rb +1 -1
  766. data/lib/datadog_api_client/v2/models/case_empty.rb +1 -1
  767. data/lib/datadog_api_client/v2/models/case_insight.rb +165 -0
  768. data/lib/datadog_api_client/v2/models/case_insight_type.rb +41 -0
  769. data/lib/datadog_api_client/v2/models/case_insights_attributes.rb +133 -0
  770. data/lib/datadog_api_client/v2/models/case_insights_data.rb +144 -0
  771. data/lib/datadog_api_client/v2/models/case_insights_request.rb +123 -0
  772. data/lib/datadog_api_client/v2/models/case_link.rb +165 -0
  773. data/lib/datadog_api_client/v2/models/case_link_attributes.rb +207 -0
  774. data/lib/datadog_api_client/v2/models/case_link_create.rb +144 -0
  775. data/lib/datadog_api_client/v2/models/case_link_create_request.rb +123 -0
  776. data/lib/datadog_api_client/v2/models/case_link_resource_type.rb +26 -0
  777. data/lib/datadog_api_client/v2/models/case_link_response.rb +123 -0
  778. data/lib/datadog_api_client/v2/models/case_links_response.rb +125 -0
  779. data/lib/datadog_api_client/v2/models/case_resource_type.rb +1 -1
  780. data/lib/datadog_api_client/v2/models/case_type_create.rb +3 -3
  781. data/lib/datadog_api_client/v2/models/case_type_create_request.rb +2 -2
  782. data/lib/datadog_api_client/v2/models/case_type_resource.rb +3 -3
  783. data/lib/datadog_api_client/v2/models/case_type_resource_attributes.rb +5 -5
  784. data/lib/datadog_api_client/v2/models/case_type_resource_type.rb +1 -1
  785. data/lib/datadog_api_client/v2/models/case_type_response.rb +2 -2
  786. data/lib/datadog_api_client/v2/models/case_type_update.rb +133 -0
  787. data/lib/datadog_api_client/v2/models/case_type_update_request.rb +123 -0
  788. data/lib/datadog_api_client/v2/models/case_types_response.rb +1 -1
  789. data/lib/datadog_api_client/v2/models/case_update_attributes.rb +1 -1
  790. data/lib/datadog_api_client/v2/models/case_update_attributes_attributes.rb +1 -1
  791. data/lib/datadog_api_client/v2/models/case_update_comment.rb +144 -0
  792. data/lib/datadog_api_client/v2/models/case_update_comment_attributes.rb +123 -0
  793. data/lib/datadog_api_client/v2/models/{bulk_mute_findings_response.rb → case_update_comment_request.rb} +5 -5
  794. data/lib/datadog_api_client/v2/models/case_update_custom_attribute.rb +2 -2
  795. data/lib/datadog_api_client/v2/models/case_update_description.rb +1 -1
  796. data/lib/datadog_api_client/v2/models/case_update_due_date.rb +144 -0
  797. data/lib/datadog_api_client/v2/models/case_update_due_date_attributes.rb +123 -0
  798. data/lib/datadog_api_client/v2/models/case_update_due_date_request.rb +123 -0
  799. data/lib/datadog_api_client/v2/models/case_update_priority.rb +1 -1
  800. data/lib/datadog_api_client/v2/models/case_update_resolved_reason.rb +144 -0
  801. data/lib/datadog_api_client/v2/models/case_update_resolved_reason_attributes.rb +123 -0
  802. data/lib/datadog_api_client/v2/models/case_update_resolved_reason_request.rb +123 -0
  803. data/lib/datadog_api_client/v2/models/case_update_status.rb +1 -1
  804. data/lib/datadog_api_client/v2/models/case_update_title.rb +1 -1
  805. data/lib/datadog_api_client/v2/models/case_view.rb +175 -0
  806. data/lib/datadog_api_client/v2/models/case_view_attributes.rb +185 -0
  807. data/lib/datadog_api_client/v2/models/case_view_create.rb +144 -0
  808. data/lib/datadog_api_client/v2/models/case_view_create_attributes.rb +175 -0
  809. data/lib/datadog_api_client/v2/models/case_view_create_request.rb +123 -0
  810. data/lib/datadog_api_client/v2/models/case_view_relationships.rb +134 -0
  811. data/lib/datadog_api_client/v2/models/case_view_resource_type.rb +26 -0
  812. data/lib/datadog_api_client/v2/models/case_view_response.rb +123 -0
  813. data/lib/datadog_api_client/v2/models/case_view_update.rb +133 -0
  814. data/lib/datadog_api_client/v2/models/case_view_update_attributes.rb +125 -0
  815. data/lib/datadog_api_client/v2/models/case_view_update_request.rb +123 -0
  816. data/lib/datadog_api_client/v2/models/case_views_response.rb +125 -0
  817. data/lib/datadog_api_client/v2/models/case_watcher.rb +165 -0
  818. data/lib/datadog_api_client/v2/models/case_watcher_relationships.rb +123 -0
  819. data/lib/datadog_api_client/v2/models/case_watcher_resource_type.rb +26 -0
  820. data/lib/datadog_api_client/v2/models/case_watcher_user_relationship.rb +123 -0
  821. data/lib/datadog_api_client/v2/models/case_watchers_response.rb +125 -0
  822. data/lib/datadog_api_client/v2/models/ci_app_pipeline_event_finished_job.rb +427 -0
  823. data/lib/datadog_api_client/v2/models/ci_app_pipeline_event_in_progress_job.rb +406 -0
  824. data/lib/datadog_api_client/v2/models/ci_app_pipeline_event_job.rb +36 -399
  825. data/lib/datadog_api_client/v2/models/ci_app_pipeline_event_job_in_progress_status.rb +26 -0
  826. data/lib/datadog_api_client/v2/models/clone_form_data.rb +133 -0
  827. data/lib/datadog_api_client/v2/models/clone_form_data_attributes.rb +105 -0
  828. data/lib/datadog_api_client/v2/models/clone_form_request.rb +123 -0
  829. data/lib/datadog_api_client/v2/models/commit_coverage_summary_request_attributes.rb +27 -10
  830. data/lib/datadog_api_client/v2/models/convert_job_results_to_signals_attributes.rb +1 -11
  831. data/lib/datadog_api_client/v2/models/cost_currency.rb +144 -0
  832. data/lib/datadog_api_client/v2/models/cost_currency_response.rb +125 -0
  833. data/lib/datadog_api_client/v2/models/cost_currency_type.rb +26 -0
  834. data/lib/datadog_api_client/v2/models/cost_metric.rb +144 -0
  835. data/lib/datadog_api_client/v2/models/cost_metric_type.rb +26 -0
  836. data/lib/datadog_api_client/v2/models/cost_metrics_response.rb +125 -0
  837. data/lib/datadog_api_client/v2/models/cost_orchestrator.rb +144 -0
  838. data/lib/datadog_api_client/v2/models/cost_orchestrator_type.rb +26 -0
  839. data/lib/datadog_api_client/v2/models/cost_orchestrators_response.rb +125 -0
  840. data/lib/datadog_api_client/v2/models/cost_recommendation_array.rb +135 -0
  841. data/lib/datadog_api_client/v2/models/cost_recommendation_data.rb +143 -0
  842. data/lib/datadog_api_client/v2/models/cost_recommendation_data_attributes.rb +157 -0
  843. data/lib/datadog_api_client/v2/models/cost_recommendation_data_attributes_potential_daily_savings.rb +115 -0
  844. data/lib/datadog_api_client/v2/models/cost_recommendation_data_type.rb +26 -0
  845. data/lib/datadog_api_client/v2/models/cost_tag_description_response.rb +123 -0
  846. data/lib/datadog_api_client/v2/models/cost_tag_description_upsert_request.rb +123 -0
  847. data/lib/datadog_api_client/v2/models/cost_tag_description_upsert_request_data.rb +154 -0
  848. data/lib/datadog_api_client/v2/models/cost_tag_description_upsert_request_data_attributes.rb +133 -0
  849. data/lib/datadog_api_client/v2/models/cost_tag_key_metadata.rb +165 -0
  850. data/lib/datadog_api_client/v2/models/cost_tag_key_metadata_attributes.rb +240 -0
  851. data/lib/datadog_api_client/v2/models/cost_tag_key_metadata_response.rb +125 -0
  852. data/lib/datadog_api_client/v2/models/cost_tag_key_metadata_type.rb +26 -0
  853. data/lib/datadog_api_client/v2/models/cost_tag_key_source.rb +165 -0
  854. data/lib/datadog_api_client/v2/models/cost_tag_key_source_attributes.rb +146 -0
  855. data/lib/datadog_api_client/v2/models/cost_tag_key_source_type.rb +26 -0
  856. data/lib/datadog_api_client/v2/models/cost_tag_key_sources_response.rb +125 -0
  857. data/lib/datadog_api_client/v2/models/cost_tag_metadata_daily_filter.rb +27 -0
  858. data/lib/datadog_api_client/v2/models/cost_tag_metadata_month.rb +144 -0
  859. data/lib/datadog_api_client/v2/models/cost_tag_metadata_month_type.rb +26 -0
  860. data/lib/datadog_api_client/v2/models/cost_tag_metadata_months_response.rb +125 -0
  861. data/lib/datadog_api_client/v2/models/create_backfilled_maintenance_request_data_attributes_updates_items.rb +1 -12
  862. data/lib/datadog_api_client/v2/models/create_degradation_request_data_attributes.rb +3 -15
  863. data/lib/datadog_api_client/v2/models/create_form_data.rb +144 -0
  864. data/lib/datadog_api_client/v2/models/create_form_data_attributes.rb +205 -0
  865. data/lib/datadog_api_client/v2/models/create_form_request.rb +123 -0
  866. data/lib/datadog_api_client/v2/models/create_maintenance_request_data_attributes.rb +4 -27
  867. data/lib/datadog_api_client/v2/models/create_notification_rule_parameters_data_attributes.rb +11 -1
  868. data/lib/datadog_api_client/v2/models/create_service_now_ticket_request_array.rb +125 -0
  869. data/lib/datadog_api_client/v2/models/create_service_now_ticket_request_data.rb +154 -0
  870. data/lib/datadog_api_client/v2/models/create_service_now_ticket_request_data_attributes.rb +135 -0
  871. data/lib/datadog_api_client/v2/models/create_service_now_ticket_request_data_relationships.rb +144 -0
  872. data/lib/datadog_api_client/v2/models/create_status_page_request_data_attributes.rb +31 -1
  873. data/lib/datadog_api_client/v2/models/csm_agentless_host_attributes.rb +207 -0
  874. data/lib/datadog_api_client/v2/models/csm_agentless_host_data.rb +165 -0
  875. data/lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb +381 -0
  876. data/lib/datadog_api_client/v2/models/csm_agentless_host_facet_data.rb +165 -0
  877. data/lib/datadog_api_client/v2/models/csm_agentless_host_facet_type.rb +26 -0
  878. data/lib/datadog_api_client/v2/models/csm_agentless_host_facets_response.rb +125 -0
  879. data/lib/datadog_api_client/v2/models/csm_agentless_host_resource_type.rb +29 -0
  880. data/lib/datadog_api_client/v2/models/csm_agentless_host_type.rb +26 -0
  881. data/lib/datadog_api_client/v2/models/csm_agentless_hosts_response.rb +146 -0
  882. data/lib/datadog_api_client/v2/models/csm_cloud_provider.rb +29 -0
  883. data/lib/datadog_api_client/v2/models/csm_facet_info_type.rb +26 -0
  884. data/lib/datadog_api_client/v2/models/csm_host_facet_info_attributes.rb +125 -0
  885. data/lib/datadog_api_client/v2/models/{bulk_mute_findings_request_data.rb → csm_host_facet_info_data.rb} +10 -10
  886. data/lib/datadog_api_client/v2/models/csm_host_facet_info_item.rb +144 -0
  887. data/lib/datadog_api_client/v2/models/csm_host_facet_info_meta.rb +123 -0
  888. data/lib/datadog_api_client/v2/models/csm_host_facet_info_response.rb +123 -0
  889. data/lib/datadog_api_client/v2/models/csm_settings_meta.rb +165 -0
  890. data/lib/datadog_api_client/v2/models/csm_unified_host_attributes.rb +306 -0
  891. data/lib/datadog_api_client/v2/models/csm_unified_host_data.rb +165 -0
  892. data/lib/datadog_api_client/v2/models/csm_unified_host_facet_data.rb +165 -0
  893. data/lib/datadog_api_client/v2/models/csm_unified_host_facet_type.rb +26 -0
  894. data/lib/datadog_api_client/v2/models/csm_unified_host_facets_response.rb +125 -0
  895. data/lib/datadog_api_client/v2/models/csm_unified_host_source.rb +28 -0
  896. data/lib/datadog_api_client/v2/models/csm_unified_host_type.rb +26 -0
  897. data/lib/datadog_api_client/v2/models/csm_unified_hosts_meta.rb +186 -0
  898. data/lib/datadog_api_client/v2/models/csm_unified_hosts_response.rb +146 -0
  899. data/lib/datadog_api_client/v2/models/custom_attribute_config.rb +3 -3
  900. data/lib/datadog_api_client/v2/models/custom_attribute_config_attributes_create.rb +6 -6
  901. data/lib/datadog_api_client/v2/models/custom_attribute_config_create.rb +3 -3
  902. data/lib/datadog_api_client/v2/models/custom_attribute_config_create_request.rb +2 -2
  903. data/lib/datadog_api_client/v2/models/custom_attribute_config_resource_attributes.rb +7 -7
  904. data/lib/datadog_api_client/v2/models/custom_attribute_config_resource_type.rb +1 -1
  905. data/lib/datadog_api_client/v2/models/custom_attribute_config_response.rb +2 -2
  906. data/lib/datadog_api_client/v2/models/custom_attribute_config_update.rb +133 -0
  907. data/lib/datadog_api_client/v2/models/custom_attribute_config_update_attributes.rb +145 -0
  908. data/lib/datadog_api_client/v2/models/custom_attribute_config_update_request.rb +123 -0
  909. data/lib/datadog_api_client/v2/models/custom_attribute_configs_response.rb +1 -1
  910. data/lib/datadog_api_client/v2/models/custom_attribute_select_option.rb +123 -0
  911. data/lib/datadog_api_client/v2/models/custom_attribute_type.rb +1 -1
  912. data/lib/datadog_api_client/v2/models/custom_attribute_type_data.rb +107 -0
  913. data/lib/datadog_api_client/v2/models/custom_attribute_value.rb +3 -3
  914. data/lib/datadog_api_client/v2/models/custom_attribute_values_union.rb +1 -1
  915. data/lib/datadog_api_client/v2/models/custom_forecast_entry.rb +167 -0
  916. data/lib/datadog_api_client/v2/models/custom_forecast_entry_tag_filter.rb +144 -0
  917. data/lib/datadog_api_client/v2/models/custom_forecast_response.rb +123 -0
  918. data/lib/datadog_api_client/v2/models/custom_forecast_response_data.rb +165 -0
  919. data/lib/datadog_api_client/v2/models/custom_forecast_response_data_attributes.rb +230 -0
  920. data/lib/datadog_api_client/v2/models/custom_forecast_type.rb +26 -0
  921. data/lib/datadog_api_client/v2/models/custom_forecast_upsert_request.rb +123 -0
  922. data/lib/datadog_api_client/v2/models/custom_forecast_upsert_request_data.rb +154 -0
  923. data/lib/datadog_api_client/v2/models/custom_forecast_upsert_request_data_attributes.rb +147 -0
  924. data/lib/datadog_api_client/v2/models/custom_ruleset_list_response.rb +125 -0
  925. data/lib/datadog_api_client/v2/models/customer_org_disable_request.rb +123 -0
  926. data/lib/datadog_api_client/v2/models/customer_org_disable_request_attributes.rb +107 -0
  927. data/lib/datadog_api_client/v2/models/customer_org_disable_request_data.rb +145 -0
  928. data/lib/datadog_api_client/v2/models/customer_org_disable_response.rb +123 -0
  929. data/lib/datadog_api_client/v2/models/customer_org_disable_response_attributes.rb +123 -0
  930. data/lib/datadog_api_client/v2/models/customer_org_disable_response_data.rb +165 -0
  931. data/lib/datadog_api_client/v2/models/customer_org_disable_response_type.rb +26 -0
  932. data/lib/datadog_api_client/v2/models/customer_org_disable_status.rb +27 -0
  933. data/lib/datadog_api_client/v2/models/customer_org_disable_type.rb +26 -0
  934. data/lib/datadog_api_client/v2/models/cyclone_dx_bom.rb +221 -0
  935. data/lib/datadog_api_client/v2/models/cyclone_dx_component.rb +196 -0
  936. data/lib/datadog_api_client/v2/models/cyclone_dx_component_type.rb +28 -0
  937. data/lib/datadog_api_client/v2/models/cyclone_dx_metadata.rb +144 -0
  938. data/lib/datadog_api_client/v2/models/cyclone_dx_metadata_component.rb +143 -0
  939. data/lib/datadog_api_client/v2/models/cyclone_dx_metadata_tools.rb +125 -0
  940. data/lib/datadog_api_client/v2/models/{incident_service_update_attributes.rb → cyclone_dx_tool_component.rb} +17 -7
  941. data/lib/datadog_api_client/v2/models/cyclone_dx_vulnerability.rb +237 -0
  942. data/lib/datadog_api_client/v2/models/cyclone_dx_vulnerability_advisory.rb +105 -0
  943. data/lib/datadog_api_client/v2/models/cyclone_dx_vulnerability_affects.rb +123 -0
  944. data/lib/datadog_api_client/v2/models/cyclone_dx_vulnerability_analysis.rb +107 -0
  945. data/lib/datadog_api_client/v2/models/cyclone_dx_vulnerability_rating.rb +125 -0
  946. data/lib/datadog_api_client/v2/models/cyclone_dx_vulnerability_reference.rb +115 -0
  947. data/lib/datadog_api_client/v2/models/cyclone_dx_vulnerability_reference_source.rb +105 -0
  948. data/lib/datadog_api_client/v2/models/dashboard_usage.rb +165 -0
  949. data/lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb +262 -0
  950. data/lib/datadog_api_client/v2/models/dashboard_usage_response.rb +123 -0
  951. data/lib/datadog_api_client/v2/models/dashboard_usage_type.rb +26 -0
  952. data/lib/datadog_api_client/v2/models/dashboard_usage_user.rb +135 -0
  953. data/lib/datadog_api_client/v2/models/data_observability_monitor_run_status.rb +30 -0
  954. data/lib/datadog_api_client/v2/models/data_observability_monitor_run_type.rb +26 -0
  955. data/lib/datadog_api_client/v2/models/default_rulesets_per_language_data.rb +165 -0
  956. data/lib/datadog_api_client/v2/models/default_rulesets_per_language_data_attributes.rb +125 -0
  957. data/lib/datadog_api_client/v2/models/default_rulesets_per_language_data_type.rb +26 -0
  958. data/lib/datadog_api_client/v2/models/default_rulesets_per_language_response.rb +123 -0
  959. data/lib/datadog_api_client/v2/models/degradation_data_attributes.rb +11 -1
  960. data/lib/datadog_api_client/v2/models/degradation_data_attributes_updates_items.rb +31 -1
  961. data/lib/datadog_api_client/v2/models/degradation_update.rb +117 -0
  962. data/lib/datadog_api_client/v2/models/{incident_service_update_data.rb → degradation_update_data.rb} +10 -10
  963. data/lib/datadog_api_client/v2/models/degradation_update_data_attributes.rb +167 -0
  964. data/lib/datadog_api_client/v2/models/{create_degradation_request_data_attributes_updates_items_components_affected_items.rb → degradation_update_data_attributes_components_affected_items.rb} +4 -4
  965. data/lib/datadog_api_client/v2/models/degradation_update_data_relationships.rb +145 -0
  966. data/lib/datadog_api_client/v2/models/degradation_update_data_relationships_degradation.rb +123 -0
  967. data/lib/datadog_api_client/v2/models/degradation_update_data_relationships_degradation_data.rb +144 -0
  968. data/lib/datadog_api_client/v2/models/degradation_update_data_relationships_status_page.rb +123 -0
  969. data/lib/datadog_api_client/v2/models/degradation_update_data_relationships_status_page_data.rb +144 -0
  970. data/lib/datadog_api_client/v2/models/degradation_update_data_relationships_user.rb +123 -0
  971. data/lib/datadog_api_client/v2/models/degradation_update_data_relationships_user_data.rb +144 -0
  972. data/lib/datadog_api_client/v2/models/degradation_update_included.rb +64 -0
  973. data/lib/datadog_api_client/v2/models/{org_group_membership_relationship_data.rb → delete_form_data.rb} +6 -6
  974. data/lib/datadog_api_client/v2/models/delete_form_response.rb +105 -0
  975. data/lib/datadog_api_client/v2/models/deployment_gates_evaluation_configuration.rb +141 -0
  976. data/lib/datadog_api_client/v2/models/deployment_gates_evaluation_request_attributes.rb +15 -1
  977. data/lib/datadog_api_client/v2/models/deployment_gates_evaluation_request_data.rb +2 -0
  978. data/lib/datadog_api_client/v2/models/deployment_gates_evaluation_rule.rb +47 -0
  979. data/lib/datadog_api_client/v2/models/deployment_gates_fdd_rule.rb +164 -0
  980. data/lib/datadog_api_client/v2/models/deployment_gates_fdd_rule_options.rb +135 -0
  981. data/lib/datadog_api_client/v2/models/deployment_gates_fdd_rule_type.rb +26 -0
  982. data/lib/datadog_api_client/v2/models/deployment_gates_monitor_rule.rb +164 -0
  983. data/lib/datadog_api_client/v2/models/deployment_gates_monitor_rule_options.rb +144 -0
  984. data/lib/datadog_api_client/v2/models/deployment_gates_monitor_rule_type.rb +26 -0
  985. data/lib/datadog_api_client/v2/models/due_date_from.rb +27 -0
  986. data/lib/datadog_api_client/v2/models/due_date_per_severity_item.rb +152 -0
  987. data/lib/datadog_api_client/v2/models/due_date_rule_action.rb +167 -0
  988. data/lib/datadog_api_client/v2/models/due_date_rule_attributes_create.rb +183 -0
  989. data/lib/datadog_api_client/v2/models/due_date_rule_attributes_response.rb +278 -0
  990. data/lib/datadog_api_client/v2/models/due_date_rule_create_request.rb +123 -0
  991. data/lib/datadog_api_client/v2/models/due_date_rule_data_create.rb +144 -0
  992. data/lib/datadog_api_client/v2/models/due_date_rule_data_response.rb +165 -0
  993. data/lib/datadog_api_client/v2/models/due_date_rule_reorder_item.rb +144 -0
  994. data/lib/datadog_api_client/v2/models/due_date_rule_reorder_request.rb +125 -0
  995. data/lib/datadog_api_client/v2/models/due_date_rule_response.rb +123 -0
  996. data/lib/datadog_api_client/v2/models/due_date_rule_type.rb +26 -0
  997. data/lib/datadog_api_client/v2/models/due_date_rule_update_request.rb +123 -0
  998. data/lib/datadog_api_client/v2/models/due_date_rules_response.rb +167 -0
  999. data/lib/datadog_api_client/v2/models/due_date_severity.rb +32 -0
  1000. data/lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb +245 -0
  1001. data/lib/datadog_api_client/v2/models/elf_sourcemap_data.rb +165 -0
  1002. data/lib/datadog_api_client/v2/models/entity_context_entity.rb +166 -0
  1003. data/lib/datadog_api_client/v2/models/entity_context_entity_attributes.rb +125 -0
  1004. data/lib/datadog_api_client/v2/models/entity_context_page.rb +123 -0
  1005. data/lib/datadog_api_client/v2/models/entity_context_response.rb +146 -0
  1006. data/lib/datadog_api_client/v2/models/entity_context_response_meta.rb +148 -0
  1007. data/lib/datadog_api_client/v2/models/entity_context_revision.rb +165 -0
  1008. data/lib/datadog_api_client/v2/models/entity_integration_config_attributes.rb +165 -0
  1009. data/lib/datadog_api_client/v2/models/entity_integration_config_data.rb +165 -0
  1010. data/lib/datadog_api_client/v2/models/entity_integration_config_request.rb +123 -0
  1011. data/lib/datadog_api_client/v2/models/entity_integration_config_request_attributes.rb +123 -0
  1012. data/lib/datadog_api_client/v2/models/entity_integration_config_request_data.rb +144 -0
  1013. data/lib/datadog_api_client/v2/models/entity_integration_config_request_type.rb +26 -0
  1014. data/lib/datadog_api_client/v2/models/entity_integration_config_response.rb +123 -0
  1015. data/lib/datadog_api_client/v2/models/entity_integration_config_type.rb +26 -0
  1016. data/lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb +11 -1
  1017. data/lib/datadog_api_client/v2/models/finding_service_now_ticket.rb +115 -0
  1018. data/lib/datadog_api_client/v2/models/finding_service_now_ticket_result.rb +155 -0
  1019. data/lib/datadog_api_client/v2/models/flutter_sourcemap_attributes.rb +205 -0
  1020. data/lib/datadog_api_client/v2/models/flutter_sourcemap_data.rb +165 -0
  1021. data/lib/datadog_api_client/v2/models/form_data.rb +165 -0
  1022. data/lib/datadog_api_client/v2/models/form_data_attributes.rb +424 -0
  1023. data/lib/datadog_api_client/v2/models/form_data_definition.rb +147 -0
  1024. data/lib/datadog_api_client/v2/models/form_data_definition_type.rb +26 -0
  1025. data/lib/datadog_api_client/v2/models/form_datastore_config_attributes.rb +165 -0
  1026. data/lib/datadog_api_client/v2/models/form_publication_attributes.rb +280 -0
  1027. data/lib/datadog_api_client/v2/models/form_publication_data.rb +165 -0
  1028. data/lib/datadog_api_client/v2/models/form_publication_response.rb +123 -0
  1029. data/lib/datadog_api_client/v2/models/form_publication_type.rb +26 -0
  1030. data/lib/datadog_api_client/v2/models/form_response.rb +123 -0
  1031. data/lib/datadog_api_client/v2/models/form_type.rb +26 -0
  1032. data/lib/datadog_api_client/v2/models/form_ui_definition.rb +117 -0
  1033. data/lib/datadog_api_client/v2/models/form_ui_definition_ui_theme.rb +105 -0
  1034. data/lib/datadog_api_client/v2/models/form_ui_definition_ui_theme_primary_color.rb +34 -0
  1035. data/lib/datadog_api_client/v2/models/form_update_attributes.rb +125 -0
  1036. data/lib/datadog_api_client/v2/models/form_version_attributes.rb +319 -0
  1037. data/lib/datadog_api_client/v2/models/form_version_data.rb +165 -0
  1038. data/lib/datadog_api_client/v2/models/form_version_response.rb +123 -0
  1039. data/lib/datadog_api_client/v2/models/form_version_state.rb +27 -0
  1040. data/lib/datadog_api_client/v2/models/form_version_type.rb +26 -0
  1041. data/lib/datadog_api_client/v2/models/forms_response.rb +125 -0
  1042. data/lib/datadog_api_client/v2/models/full_personal_access_token.rb +4 -4
  1043. data/lib/datadog_api_client/v2/models/full_personal_access_token_attributes.rb +7 -7
  1044. data/lib/datadog_api_client/v2/models/full_service_access_token.rb +135 -0
  1045. data/lib/datadog_api_client/v2/models/full_service_access_token_attributes.rb +165 -0
  1046. data/lib/datadog_api_client/v2/models/generate_cost_tag_description_response.rb +123 -0
  1047. data/lib/datadog_api_client/v2/models/generated_cost_tag_description.rb +165 -0
  1048. data/lib/datadog_api_client/v2/models/generated_cost_tag_description_attributes.rb +123 -0
  1049. data/lib/datadog_api_client/v2/models/generated_cost_tag_description_type.rb +26 -0
  1050. data/lib/datadog_api_client/v2/models/get_ast_request.rb +123 -0
  1051. data/lib/datadog_api_client/v2/models/get_ast_request_data.rb +154 -0
  1052. data/lib/datadog_api_client/v2/models/get_ast_request_data_attributes.rb +165 -0
  1053. data/lib/datadog_api_client/v2/models/get_ast_request_data_type.rb +26 -0
  1054. data/lib/datadog_api_client/v2/models/get_ast_response.rb +123 -0
  1055. data/lib/datadog_api_client/v2/models/get_ast_response_data.rb +154 -0
  1056. data/lib/datadog_api_client/v2/models/get_ast_response_data_attributes.rb +123 -0
  1057. data/lib/datadog_api_client/v2/models/get_ast_response_data_type.rb +26 -0
  1058. data/lib/datadog_api_client/v2/models/get_blueprint_response.rb +105 -0
  1059. data/lib/datadog_api_client/v2/models/{org_group_relationships.rb → get_blueprints_response.rb} +13 -11
  1060. data/lib/datadog_api_client/v2/models/get_data_observability_monitor_run_status_response.rb +123 -0
  1061. data/lib/datadog_api_client/v2/models/get_data_observability_monitor_run_status_response_attributes.rb +133 -0
  1062. data/lib/datadog_api_client/v2/models/get_data_observability_monitor_run_status_response_data.rb +165 -0
  1063. data/lib/datadog_api_client/v2/models/global_org.rb +173 -0
  1064. data/lib/datadog_api_client/v2/models/global_org_attributes.rb +183 -0
  1065. data/lib/datadog_api_client/v2/models/global_org_data.rb +144 -0
  1066. data/lib/datadog_api_client/v2/models/global_org_type.rb +26 -0
  1067. data/lib/datadog_api_client/v2/models/global_org_user.rb +144 -0
  1068. data/lib/datadog_api_client/v2/models/global_orgs_links.rb +134 -0
  1069. data/lib/datadog_api_client/v2/models/global_orgs_meta.rb +105 -0
  1070. data/lib/datadog_api_client/v2/models/global_orgs_meta_page.rb +172 -0
  1071. data/lib/datadog_api_client/v2/models/global_orgs_meta_page_type.rb +26 -0
  1072. data/lib/datadog_api_client/v2/models/global_orgs_response.rb +145 -0
  1073. data/lib/datadog_api_client/v2/models/google_chat_delegated_user_attributes.rb +127 -0
  1074. data/lib/datadog_api_client/v2/models/google_chat_delegated_user_data.rb +147 -0
  1075. data/lib/datadog_api_client/v2/models/google_chat_delegated_user_response.rb +123 -0
  1076. data/lib/datadog_api_client/v2/models/google_chat_delegated_user_type.rb +26 -0
  1077. data/lib/datadog_api_client/v2/models/google_chat_organization_attributes.rb +144 -0
  1078. data/lib/datadog_api_client/v2/models/google_chat_organization_data.rb +157 -0
  1079. data/lib/datadog_api_client/v2/models/google_chat_organization_relationships.rb +105 -0
  1080. data/lib/datadog_api_client/v2/models/google_chat_organization_relationships_delegated_user.rb +105 -0
  1081. data/lib/datadog_api_client/v2/models/google_chat_organization_relationships_delegated_user_data.rb +115 -0
  1082. data/lib/datadog_api_client/v2/models/google_chat_organization_response.rb +123 -0
  1083. data/lib/datadog_api_client/v2/models/google_chat_organization_type.rb +26 -0
  1084. data/lib/datadog_api_client/v2/models/google_chat_organizations_response.rb +125 -0
  1085. data/lib/datadog_api_client/v2/models/google_chat_target_audience_attributes.rb +152 -0
  1086. data/lib/datadog_api_client/v2/models/google_chat_target_audience_create_request.rb +123 -0
  1087. data/lib/datadog_api_client/v2/models/google_chat_target_audience_create_request_attributes.rb +152 -0
  1088. data/lib/datadog_api_client/v2/models/google_chat_target_audience_create_request_data.rb +144 -0
  1089. data/lib/datadog_api_client/v2/models/google_chat_target_audience_data.rb +147 -0
  1090. data/lib/datadog_api_client/v2/models/google_chat_target_audience_response.rb +123 -0
  1091. data/lib/datadog_api_client/v2/models/google_chat_target_audience_type.rb +26 -0
  1092. data/lib/datadog_api_client/v2/models/google_chat_target_audience_update_request.rb +123 -0
  1093. data/lib/datadog_api_client/v2/models/google_chat_target_audience_update_request_attributes.rb +144 -0
  1094. data/lib/datadog_api_client/v2/models/google_chat_target_audience_update_request_data.rb +144 -0
  1095. data/lib/datadog_api_client/v2/models/google_chat_target_audiences_response.rb +125 -0
  1096. data/lib/datadog_api_client/v2/models/governance_best_practice_definition.rb +379 -0
  1097. data/lib/datadog_api_client/v2/models/governance_control_attributes.rb +739 -0
  1098. data/lib/datadog_api_client/v2/models/governance_control_data.rb +165 -0
  1099. data/lib/datadog_api_client/v2/models/governance_control_mitigation_definition.rb +309 -0
  1100. data/lib/datadog_api_client/v2/models/governance_control_parameter_definition.rb +272 -0
  1101. data/lib/datadog_api_client/v2/models/governance_control_resource_type.rb +26 -0
  1102. data/lib/datadog_api_client/v2/models/governance_control_response.rb +123 -0
  1103. data/lib/datadog_api_client/v2/models/governance_control_supported_value.rb +144 -0
  1104. data/lib/datadog_api_client/v2/models/governance_control_update_attributes.rb +175 -0
  1105. data/lib/datadog_api_client/v2/models/governance_control_update_data.rb +143 -0
  1106. data/lib/datadog_api_client/v2/models/governance_control_update_request.rb +123 -0
  1107. data/lib/datadog_api_client/v2/models/governance_controls_response.rb +125 -0
  1108. data/lib/datadog_api_client/v2/models/governance_insight_attributes.rb +448 -0
  1109. data/lib/datadog_api_client/v2/models/governance_insight_audit_compute.rb +175 -0
  1110. data/lib/datadog_api_client/v2/models/governance_insight_audit_query.rb +188 -0
  1111. data/lib/datadog_api_client/v2/models/governance_insight_data.rb +165 -0
  1112. data/lib/datadog_api_client/v2/models/governance_insight_event_compute.rb +144 -0
  1113. data/lib/datadog_api_client/v2/models/governance_insight_event_query.rb +156 -0
  1114. data/lib/datadog_api_client/v2/models/governance_insight_metric_query.rb +165 -0
  1115. data/lib/datadog_api_client/v2/models/governance_insight_percentage_query.rb +144 -0
  1116. data/lib/datadog_api_client/v2/models/governance_insight_query_config.rb +175 -0
  1117. data/lib/datadog_api_client/v2/models/governance_insight_resource_type.rb +26 -0
  1118. data/lib/datadog_api_client/v2/models/governance_insight_usage_query.rb +144 -0
  1119. data/lib/datadog_api_client/v2/models/governance_insights_response.rb +125 -0
  1120. data/lib/datadog_api_client/v2/models/historical_job_query.rb +111 -3
  1121. data/lib/datadog_api_client/v2/models/historical_job_response_attributes.rb +11 -1
  1122. data/lib/datadog_api_client/v2/models/il2_cpp_sourcemap_attributes.rb +175 -0
  1123. data/lib/datadog_api_client/v2/models/il2_cpp_sourcemap_data.rb +165 -0
  1124. data/lib/datadog_api_client/v2/models/io_c_indicator.rb +33 -3
  1125. data/lib/datadog_api_client/v2/models/io_c_indicator_detailed.rb +43 -1
  1126. data/lib/datadog_api_client/v2/models/io_c_triage_event.rb +125 -0
  1127. data/lib/datadog_api_client/v2/models/io_c_triage_state.rb +27 -0
  1128. data/lib/datadog_api_client/v2/models/io_c_triage_write_request.rb +123 -0
  1129. data/lib/datadog_api_client/v2/models/io_c_triage_write_request_attributes.rb +144 -0
  1130. data/lib/datadog_api_client/v2/models/io_c_triage_write_request_data.rb +144 -0
  1131. data/lib/datadog_api_client/v2/models/io_c_triage_write_response.rb +105 -0
  1132. data/lib/datadog_api_client/v2/models/io_c_triage_write_response_attributes.rb +145 -0
  1133. data/lib/datadog_api_client/v2/models/io_c_triage_write_response_data.rb +125 -0
  1134. data/lib/datadog_api_client/v2/models/ios_sourcemap_attributes.rb +175 -0
  1135. data/lib/datadog_api_client/v2/models/ios_sourcemap_data.rb +165 -0
  1136. data/lib/datadog_api_client/v2/models/issue_case_attributes.rb +11 -1
  1137. data/lib/datadog_api_client/v2/models/issue_case_jira_issue.rb +11 -1
  1138. data/lib/datadog_api_client/v2/models/issue_case_jira_issue_result.rb +21 -1
  1139. data/lib/datadog_api_client/v2/models/issue_case_linear_issue.rb +125 -0
  1140. data/lib/datadog_api_client/v2/models/issue_case_linear_issue_result.rb +145 -0
  1141. data/lib/datadog_api_client/v2/models/job_definition.rb +23 -4
  1142. data/lib/datadog_api_client/v2/models/job_definition_from_rule.rb +26 -1
  1143. data/lib/datadog_api_client/v2/models/js_sourcemap_attributes.rb +255 -0
  1144. data/lib/datadog_api_client/v2/models/js_sourcemap_data.rb +165 -0
  1145. data/lib/datadog_api_client/v2/models/jvm_sourcemap_attributes.rb +215 -0
  1146. data/lib/datadog_api_client/v2/models/jvm_sourcemap_data.rb +165 -0
  1147. data/lib/datadog_api_client/v2/models/latest_version_match_policy.rb +27 -0
  1148. data/lib/datadog_api_client/v2/models/licenses_list_response.rb +123 -0
  1149. data/lib/datadog_api_client/v2/models/licenses_list_response_data.rb +165 -0
  1150. data/lib/datadog_api_client/v2/models/licenses_list_response_data_attributes.rb +125 -0
  1151. data/lib/datadog_api_client/v2/models/licenses_list_response_data_attributes_licenses_items.rb +165 -0
  1152. data/lib/datadog_api_client/v2/models/licenses_list_response_data_type.rb +26 -0
  1153. data/lib/datadog_api_client/v2/models/list_blueprints_response.rb +107 -0
  1154. data/lib/datadog_api_client/v2/models/list_dashboards_usage_response.rb +156 -0
  1155. data/lib/datadog_api_client/v2/models/list_dashboards_usage_response_links.rb +155 -0
  1156. data/lib/datadog_api_client/v2/models/list_dashboards_usage_response_meta.rb +105 -0
  1157. data/lib/datadog_api_client/v2/models/list_personal_access_tokens_response.rb +4 -4
  1158. data/lib/datadog_api_client/v2/models/list_rows_response.rb +146 -0
  1159. data/lib/datadog_api_client/v2/models/list_rows_response_links.rb +154 -0
  1160. data/lib/datadog_api_client/v2/models/list_scorecard_scores_meta.rb +135 -0
  1161. data/lib/datadog_api_client/v2/models/list_scorecard_scores_response.rb +127 -0
  1162. data/lib/datadog_api_client/v2/models/list_service_access_tokens_response.rb +117 -0
  1163. data/lib/datadog_api_client/v2/models/list_shared_dashboards_response.rb +148 -0
  1164. data/lib/datadog_api_client/v2/models/list_sourcemaps_response.rb +135 -0
  1165. data/lib/datadog_api_client/v2/models/list_workflows_response.rb +117 -0
  1166. data/lib/datadog_api_client/v2/models/list_workflows_response_meta.rb +105 -0
  1167. data/lib/datadog_api_client/v2/models/list_workflows_response_meta_page.rb +115 -0
  1168. data/lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_by_trace_item.rb +296 -0
  1169. data/lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_item.rb +36 -161
  1170. data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_by_trace_data_attributes_response.rb +150 -0
  1171. data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_by_trace_data_response.rb +165 -0
  1172. data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_by_trace_response.rb +123 -0
  1173. data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_by_trace_type.rb +26 -0
  1174. data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_data_response.rb +1 -1
  1175. data/lib/datadog_api_client/v2/models/llm_obs_annotation_assessment.rb +27 -0
  1176. data/lib/datadog_api_client/v2/models/llm_obs_annotation_error.rb +154 -0
  1177. data/lib/datadog_api_client/v2/models/llm_obs_annotation_item.rb +1 -1
  1178. data/lib/datadog_api_client/v2/models/llm_obs_annotation_item_response.rb +252 -0
  1179. data/lib/datadog_api_client/v2/models/llm_obs_annotation_label_value.rb +169 -0
  1180. data/lib/datadog_api_client/v2/models/llm_obs_annotation_label_value_response.rb +188 -0
  1181. data/lib/datadog_api_client/v2/models/llm_obs_annotation_label_value_value.rb +65 -0
  1182. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interaction_item.rb +35 -116
  1183. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interaction_response_item.rb +36 -159
  1184. data/lib/datadog_api_client/v2/models/llm_obs_annotations_data_attributes_request.rb +129 -0
  1185. data/lib/datadog_api_client/v2/models/llm_obs_annotations_data_attributes_response.rb +137 -0
  1186. data/lib/datadog_api_client/v2/models/llm_obs_annotations_data_request.rb +144 -0
  1187. data/lib/datadog_api_client/v2/models/llm_obs_annotations_data_response.rb +165 -0
  1188. data/lib/datadog_api_client/v2/models/llm_obs_annotations_request.rb +123 -0
  1189. data/lib/datadog_api_client/v2/models/llm_obs_annotations_response.rb +123 -0
  1190. data/lib/datadog_api_client/v2/models/llm_obs_annotations_type.rb +26 -0
  1191. data/lib/datadog_api_client/v2/models/llm_obs_anthropic_effort.rb +29 -0
  1192. data/lib/datadog_api_client/v2/models/llm_obs_anthropic_metadata.rb +123 -0
  1193. data/lib/datadog_api_client/v2/models/llm_obs_anthropic_thinking_config.rb +141 -0
  1194. data/lib/datadog_api_client/v2/models/llm_obs_anthropic_thinking_type.rb +28 -0
  1195. data/lib/datadog_api_client/v2/models/llm_obs_any_interaction_type.rb +29 -0
  1196. data/lib/datadog_api_client/v2/models/llm_obs_azure_open_ai_metadata.rb +125 -0
  1197. data/lib/datadog_api_client/v2/models/llm_obs_bedrock_metadata.rb +105 -0
  1198. data/lib/datadog_api_client/v2/models/llm_obs_content_block.rb +238 -0
  1199. data/lib/datadog_api_client/v2/models/llm_obs_content_block_header_level.rb +29 -0
  1200. data/lib/datadog_api_client/v2/models/llm_obs_content_block_llm_obs_trace_interaction_type.rb +28 -0
  1201. data/lib/datadog_api_client/v2/models/llm_obs_content_block_time_frame.rb +144 -0
  1202. data/lib/datadog_api_client/v2/models/llm_obs_content_block_type.rb +33 -0
  1203. data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_request.rb +123 -0
  1204. data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_request_attributes.rb +175 -0
  1205. data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_request_data.rb +144 -0
  1206. data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_request_type.rb +26 -0
  1207. data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_response.rb +123 -0
  1208. data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_attributes.rb +249 -0
  1209. data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_data.rb +165 -0
  1210. data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_type.rb +26 -0
  1211. data/lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_data_attributes_request.rb +153 -0
  1212. data/lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_data_request.rb +165 -0
  1213. data/lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_insert_record.rb +166 -0
  1214. data/lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_request.rb +123 -0
  1215. data/lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_update_record.rb +172 -0
  1216. data/lib/datadog_api_client/v2/models/{incident_service_create_attributes.rb → llm_obs_dataset_clone_data_attributes_request.rb} +15 -5
  1217. data/lib/datadog_api_client/v2/models/llm_obs_dataset_clone_data_request.rb +165 -0
  1218. data/lib/datadog_api_client/v2/models/llm_obs_dataset_clone_request.rb +123 -0
  1219. data/lib/datadog_api_client/v2/models/llm_obs_dataset_draft_state_data.rb +165 -0
  1220. data/lib/datadog_api_client/v2/models/llm_obs_dataset_draft_state_data_attributes.rb +144 -0
  1221. data/lib/datadog_api_client/v2/models/llm_obs_dataset_draft_state_response.rb +123 -0
  1222. data/lib/datadog_api_client/v2/models/llm_obs_dataset_draft_state_type.rb +26 -0
  1223. data/lib/datadog_api_client/v2/models/llm_obs_dataset_draft_state_user.rb +163 -0
  1224. data/lib/datadog_api_client/v2/models/llm_obs_dataset_export_format.rb +26 -0
  1225. data/lib/datadog_api_client/v2/models/llm_obs_dataset_record_tag_operations.rb +131 -0
  1226. data/lib/datadog_api_client/v2/models/llm_obs_dataset_records_upload_file.rb +105 -0
  1227. data/lib/datadog_api_client/v2/models/llm_obs_dataset_restore_version_data_attributes_request.rb +127 -0
  1228. data/lib/datadog_api_client/v2/models/llm_obs_dataset_restore_version_data_request.rb +165 -0
  1229. data/lib/datadog_api_client/v2/models/llm_obs_dataset_restore_version_request.rb +123 -0
  1230. data/lib/datadog_api_client/v2/models/llm_obs_dataset_version_data.rb +165 -0
  1231. data/lib/datadog_api_client/v2/models/llm_obs_dataset_version_data_attributes.rb +166 -0
  1232. data/lib/datadog_api_client/v2/models/llm_obs_dataset_version_type.rb +26 -0
  1233. data/lib/datadog_api_client/v2/models/llm_obs_dataset_versions_response.rb +125 -0
  1234. data/lib/datadog_api_client/v2/models/llm_obs_delete_annotation_error.rb +144 -0
  1235. data/lib/datadog_api_client/v2/models/llm_obs_delete_annotations_data_attributes_request.rb +129 -0
  1236. data/lib/datadog_api_client/v2/models/llm_obs_delete_annotations_data_attributes_response.rb +148 -0
  1237. data/lib/datadog_api_client/v2/models/llm_obs_delete_annotations_data_request.rb +144 -0
  1238. data/lib/datadog_api_client/v2/models/llm_obs_delete_annotations_data_response.rb +165 -0
  1239. data/lib/datadog_api_client/v2/models/llm_obs_delete_annotations_request.rb +123 -0
  1240. data/lib/datadog_api_client/v2/models/llm_obs_delete_annotations_response.rb +124 -0
  1241. data/lib/datadog_api_client/v2/models/llm_obs_display_block_annotated_interaction_item.rb +216 -0
  1242. data/lib/datadog_api_client/v2/models/llm_obs_display_block_interaction_item.rb +153 -0
  1243. data/lib/datadog_api_client/v2/models/llm_obs_display_block_interaction_response_item.rb +214 -0
  1244. data/lib/datadog_api_client/v2/models/llm_obs_display_block_interaction_type.rb +26 -0
  1245. data/lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_request.rb +35 -15
  1246. data/lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb +118 -1
  1247. data/lib/datadog_api_client/v2/models/llm_obs_experiment_eval_metric_event.rb +270 -0
  1248. data/lib/datadog_api_client/v2/models/llm_obs_experiment_events_type.rb +26 -0
  1249. data/lib/datadog_api_client/v2/models/llm_obs_experiment_events_v2_data_attributes_response.rb +148 -0
  1250. data/lib/datadog_api_client/v2/models/llm_obs_experiment_events_v2_data_response.rb +165 -0
  1251. data/lib/datadog_api_client/v2/models/llm_obs_experiment_events_v2_response.rb +133 -0
  1252. data/lib/datadog_api_client/v2/models/llm_obs_experiment_run_data_response.rb +171 -0
  1253. data/lib/datadog_api_client/v2/models/llm_obs_experiment_span_data_response.rb +165 -0
  1254. data/lib/datadog_api_client/v2/models/llm_obs_experiment_span_type.rb +26 -0
  1255. data/lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb +237 -0
  1256. data/lib/datadog_api_client/v2/models/llm_obs_experiment_spans_response.rb +125 -0
  1257. data/lib/datadog_api_client/v2/models/llm_obs_experiment_status.rb +29 -0
  1258. data/lib/datadog_api_client/v2/models/llm_obs_experiment_update_data_attributes_request.rb +43 -3
  1259. data/lib/datadog_api_client/v2/models/llm_obs_experiment_user.rb +145 -0
  1260. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_aggregate.rb +239 -0
  1261. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_compute.rb +133 -0
  1262. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_data_attributes_request.rb +123 -0
  1263. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_data_attributes_response.rb +144 -0
  1264. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_data_request.rb +144 -0
  1265. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_data_response.rb +165 -0
  1266. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_group_by.rb +123 -0
  1267. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_request.rb +123 -0
  1268. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_response.rb +123 -0
  1269. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_result.rb +125 -0
  1270. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_search.rb +123 -0
  1271. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_time_range.rb +144 -0
  1272. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_value.rb +133 -0
  1273. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_content_preview.rb +105 -0
  1274. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_cursor_page.rb +115 -0
  1275. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_filter.rb +173 -0
  1276. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_include.rb +105 -0
  1277. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_number_page.rb +148 -0
  1278. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_search_data_attributes_request.rb +153 -0
  1279. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_search_data_request.rb +144 -0
  1280. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_search_data_response.rb +165 -0
  1281. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_search_request.rb +123 -0
  1282. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_search_response.rb +133 -0
  1283. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_search_results.rb +167 -0
  1284. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_simple_search_data_attributes_request.rb +165 -0
  1285. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_simple_search_data_request.rb +144 -0
  1286. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_simple_search_data_response.rb +165 -0
  1287. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_simple_search_meta.rb +105 -0
  1288. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_simple_search_meta_page.rb +186 -0
  1289. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_simple_search_request.rb +123 -0
  1290. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_simple_search_response.rb +133 -0
  1291. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_sort_field.rb +133 -0
  1292. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_sort_field_direction.rb +27 -0
  1293. data/lib/datadog_api_client/v2/models/llm_obs_experimentation_type.rb +26 -0
  1294. data/lib/datadog_api_client/v2/models/llm_obs_inference_code.rb +165 -0
  1295. data/lib/datadog_api_client/v2/models/llm_obs_inference_content.rb +144 -0
  1296. data/lib/datadog_api_client/v2/models/llm_obs_inference_content_value.rb +125 -0
  1297. data/lib/datadog_api_client/v2/models/llm_obs_inference_error_response.rb +144 -0
  1298. data/lib/datadog_api_client/v2/models/llm_obs_inference_function.rb +154 -0
  1299. data/lib/datadog_api_client/v2/models/llm_obs_inference_message.rb +161 -0
  1300. data/lib/datadog_api_client/v2/models/llm_obs_inference_run_result.rb +302 -0
  1301. data/lib/datadog_api_client/v2/models/llm_obs_inference_tool.rb +144 -0
  1302. data/lib/datadog_api_client/v2/models/llm_obs_inference_tool_call.rb +135 -0
  1303. data/lib/datadog_api_client/v2/models/llm_obs_inference_tool_result.rb +135 -0
  1304. data/lib/datadog_api_client/v2/models/llm_obs_integration_account.rb +216 -0
  1305. data/lib/datadog_api_client/v2/models/llm_obs_integration_inference_request.rb +303 -0
  1306. data/lib/datadog_api_client/v2/models/llm_obs_integration_inference_response.rb +334 -0
  1307. data/lib/datadog_api_client/v2/models/llm_obs_integration_model.rb +301 -0
  1308. data/lib/datadog_api_client/v2/models/llm_obs_integration_name.rb +31 -0
  1309. data/lib/datadog_api_client/v2/models/llm_obs_internal_reasoning.rb +141 -0
  1310. data/lib/datadog_api_client/v2/models/llm_obs_open_ai_metadata.rb +124 -0
  1311. data/lib/datadog_api_client/v2/models/llm_obs_open_ai_reasoning_effort.rb +30 -0
  1312. data/lib/datadog_api_client/v2/models/llm_obs_open_ai_reasoning_summary.rb +28 -0
  1313. data/lib/datadog_api_client/v2/models/{create_maintenance_request_data_attributes_updates_items_components_affected_items.rb → llm_obs_patterns_activity_progress.rb} +31 -23
  1314. data/lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_point.rb +270 -0
  1315. data/lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_point_ref.rb +195 -0
  1316. data/lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_points_response.rb +123 -0
  1317. data/lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_points_response_attributes.rb +164 -0
  1318. data/lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_points_response_data.rb +165 -0
  1319. data/lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_points_type.rb +26 -0
  1320. data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_attributes.rb +329 -0
  1321. data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_item.rb +350 -0
  1322. data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_response.rb +123 -0
  1323. data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_response_data.rb +165 -0
  1324. data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_snapshot.rb +194 -0
  1325. data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_type.rb +26 -0
  1326. data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_upsert_request.rb +123 -0
  1327. data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_upsert_request_attributes.rb +275 -0
  1328. data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_upsert_request_data.rb +144 -0
  1329. data/lib/datadog_api_client/v2/models/llm_obs_patterns_configs_list_type.rb +26 -0
  1330. data/lib/datadog_api_client/v2/models/llm_obs_patterns_configs_response.rb +123 -0
  1331. data/lib/datadog_api_client/v2/models/llm_obs_patterns_configs_response_attributes.rb +125 -0
  1332. data/lib/datadog_api_client/v2/models/llm_obs_patterns_configs_response_data.rb +165 -0
  1333. data/lib/datadog_api_client/v2/models/llm_obs_patterns_request_type.rb +26 -0
  1334. data/lib/datadog_api_client/v2/models/llm_obs_patterns_run_status_response.rb +123 -0
  1335. data/lib/datadog_api_client/v2/models/llm_obs_patterns_run_status_response_attributes.rb +188 -0
  1336. data/lib/datadog_api_client/v2/models/llm_obs_patterns_run_status_response_data.rb +165 -0
  1337. data/lib/datadog_api_client/v2/models/llm_obs_patterns_run_status_type.rb +26 -0
  1338. data/lib/datadog_api_client/v2/models/llm_obs_patterns_run_summary.rb +193 -0
  1339. data/lib/datadog_api_client/v2/models/llm_obs_patterns_runs_list_type.rb +26 -0
  1340. data/lib/datadog_api_client/v2/models/llm_obs_patterns_runs_response.rb +123 -0
  1341. data/lib/datadog_api_client/v2/models/llm_obs_patterns_runs_response_attributes.rb +125 -0
  1342. data/lib/datadog_api_client/v2/models/llm_obs_patterns_runs_response_data.rb +165 -0
  1343. data/lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb +312 -0
  1344. data/lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb +325 -0
  1345. data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_response.rb +123 -0
  1346. data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_response_attributes.rb +237 -0
  1347. data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_response_data.rb +165 -0
  1348. data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_type.rb +26 -0
  1349. data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_with_clustered_points_response.rb +124 -0
  1350. data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_with_clustered_points_response_attributes.rb +237 -0
  1351. data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_with_clustered_points_response_data.rb +165 -0
  1352. data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_with_clustered_points_type.rb +26 -0
  1353. data/lib/datadog_api_client/v2/models/llm_obs_patterns_trigger_request.rb +123 -0
  1354. data/lib/datadog_api_client/v2/models/llm_obs_patterns_trigger_request_attributes.rb +123 -0
  1355. data/lib/datadog_api_client/v2/models/llm_obs_patterns_trigger_request_data.rb +144 -0
  1356. data/lib/datadog_api_client/v2/models/{fleet_instrumented_pods_response.rb → llm_obs_patterns_trigger_response.rb} +5 -5
  1357. data/lib/datadog_api_client/v2/models/llm_obs_patterns_trigger_response_attributes.rb +165 -0
  1358. data/lib/datadog_api_client/v2/models/llm_obs_patterns_trigger_response_data.rb +165 -0
  1359. data/lib/datadog_api_client/v2/models/llm_obs_patterns_trigger_response_type.rb +26 -0
  1360. data/lib/datadog_api_client/v2/models/llm_obs_search_spans_request.rb +123 -0
  1361. data/lib/datadog_api_client/v2/models/llm_obs_search_spans_request_attributes.rb +135 -0
  1362. data/lib/datadog_api_client/v2/models/llm_obs_search_spans_request_data.rb +144 -0
  1363. data/lib/datadog_api_client/v2/models/llm_obs_search_spans_request_type.rb +26 -0
  1364. data/lib/datadog_api_client/v2/models/llm_obs_span_attributes.rb +384 -0
  1365. data/lib/datadog_api_client/v2/models/llm_obs_span_data.rb +165 -0
  1366. data/lib/datadog_api_client/v2/models/llm_obs_span_evaluation_metric.rb +157 -0
  1367. data/lib/datadog_api_client/v2/models/llm_obs_span_filter.rb +185 -0
  1368. data/lib/datadog_api_client/v2/models/llm_obs_span_io.rb +117 -0
  1369. data/lib/datadog_api_client/v2/models/llm_obs_span_message.rb +149 -0
  1370. data/lib/datadog_api_client/v2/models/llm_obs_span_page_query.rb +115 -0
  1371. data/lib/datadog_api_client/v2/models/llm_obs_span_search_options.rb +115 -0
  1372. data/lib/datadog_api_client/v2/models/llm_obs_span_tool_call.rb +135 -0
  1373. data/lib/datadog_api_client/v2/models/llm_obs_span_tool_definition.rb +135 -0
  1374. data/lib/datadog_api_client/v2/models/llm_obs_span_tool_result.rb +135 -0
  1375. data/lib/datadog_api_client/v2/models/llm_obs_span_type.rb +26 -0
  1376. data/lib/datadog_api_client/v2/models/llm_obs_spans_response.rb +156 -0
  1377. data/lib/datadog_api_client/v2/models/llm_obs_spans_response_links.rb +105 -0
  1378. data/lib/datadog_api_client/v2/models/{create_maintenance_request_data_attributes_updates_items.rb → llm_obs_spans_response_meta.rb} +45 -47
  1379. data/lib/datadog_api_client/v2/models/llm_obs_spans_response_page.rb +105 -0
  1380. data/lib/datadog_api_client/v2/models/llm_obs_trace_annotated_interaction_item.rb +230 -0
  1381. data/lib/datadog_api_client/v2/models/llm_obs_trace_interaction_item.rb +144 -0
  1382. data/lib/datadog_api_client/v2/models/llm_obs_trace_interaction_response_item.rb +228 -0
  1383. data/lib/datadog_api_client/v2/models/{llm_obs_interaction_type.rb → llm_obs_trace_interaction_type.rb} +2 -2
  1384. data/lib/datadog_api_client/v2/models/llm_obs_upsert_annotation_item.rb +152 -0
  1385. data/lib/datadog_api_client/v2/models/llm_obs_vertex_ai_metadata.rb +127 -0
  1386. data/lib/datadog_api_client/v2/models/logs_archive_attributes.rb +25 -1
  1387. data/lib/datadog_api_client/v2/models/logs_archive_create_request_attributes.rb +25 -1
  1388. data/lib/datadog_api_client/v2/models/long_task_metric_stats.rb +165 -0
  1389. data/lib/datadog_api_client/v2/models/long_task_stats_per_view.rb +195 -0
  1390. data/lib/datadog_api_client/v2/models/maintenance_data_attributes.rb +11 -1
  1391. data/lib/datadog_api_client/v2/models/maintenance_window.rb +165 -0
  1392. data/lib/datadog_api_client/v2/models/maintenance_window_attributes.rb +206 -0
  1393. data/lib/datadog_api_client/v2/models/maintenance_window_create.rb +144 -0
  1394. data/lib/datadog_api_client/v2/models/maintenance_window_create_attributes.rb +186 -0
  1395. data/lib/datadog_api_client/v2/models/maintenance_window_create_request.rb +123 -0
  1396. data/lib/datadog_api_client/v2/models/maintenance_window_resource_type.rb +26 -0
  1397. data/lib/datadog_api_client/v2/models/maintenance_window_response.rb +123 -0
  1398. data/lib/datadog_api_client/v2/models/maintenance_window_update.rb +133 -0
  1399. data/lib/datadog_api_client/v2/models/maintenance_window_update_attributes.rb +135 -0
  1400. data/lib/datadog_api_client/v2/models/maintenance_window_update_request.rb +123 -0
  1401. data/lib/datadog_api_client/v2/models/maintenance_windows_response.rb +125 -0
  1402. data/lib/datadog_api_client/v2/models/max_session_duration_type.rb +26 -0
  1403. data/lib/datadog_api_client/v2/models/max_session_duration_update_attributes.rb +127 -0
  1404. data/lib/datadog_api_client/v2/models/max_session_duration_update_data.rb +144 -0
  1405. data/lib/datadog_api_client/v2/models/max_session_duration_update_request.rb +123 -0
  1406. data/lib/datadog_api_client/v2/models/mcp_scan_request.rb +123 -0
  1407. data/lib/datadog_api_client/v2/models/mcp_scan_request_data.rb +154 -0
  1408. data/lib/datadog_api_client/v2/models/mcp_scan_request_data_attributes.rb +167 -0
  1409. data/lib/datadog_api_client/v2/models/mcp_scan_request_data_attributes_libraries_items.rb +210 -0
  1410. data/lib/datadog_api_client/v2/models/mcp_scan_request_data_type.rb +26 -0
  1411. data/lib/datadog_api_client/v2/models/mcp_scan_request_response.rb +123 -0
  1412. data/lib/datadog_api_client/v2/models/mcp_scan_request_response_data.rb +165 -0
  1413. data/lib/datadog_api_client/v2/models/mcp_scan_request_response_data_attributes.rb +123 -0
  1414. data/lib/datadog_api_client/v2/models/mcp_scan_request_response_data_type.rb +26 -0
  1415. data/lib/datadog_api_client/v2/models/metric.rb +12 -2
  1416. data/lib/datadog_api_client/v2/models/metric_ingested_indexed_volume_attributes.rb +2 -2
  1417. data/lib/datadog_api_client/v2/models/metric_relationships.rb +105 -0
  1418. data/lib/datadog_api_client/v2/models/metric_tag_configuration.rb +11 -1
  1419. data/lib/datadog_api_client/v2/models/metric_volumes_relationship.rb +105 -0
  1420. data/lib/datadog_api_client/v2/models/metric_volumes_relationship_data.rb +115 -0
  1421. data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations_response.rb +13 -1
  1422. data/lib/datadog_api_client/v2/models/model_lab_artifact_info.rb +183 -0
  1423. data/lib/datadog_api_client/v2/models/model_lab_artifact_object_info.rb +162 -0
  1424. data/lib/datadog_api_client/v2/models/model_lab_facet_keys_attributes.rb +168 -0
  1425. data/lib/datadog_api_client/v2/models/model_lab_facet_keys_data.rb +165 -0
  1426. data/lib/datadog_api_client/v2/models/model_lab_facet_keys_response.rb +123 -0
  1427. data/lib/datadog_api_client/v2/models/model_lab_facet_keys_type.rb +26 -0
  1428. data/lib/datadog_api_client/v2/models/model_lab_facet_type.rb +29 -0
  1429. data/lib/datadog_api_client/v2/models/model_lab_facet_values_attributes.rb +189 -0
  1430. data/lib/datadog_api_client/v2/models/model_lab_facet_values_data.rb +165 -0
  1431. data/lib/datadog_api_client/v2/models/model_lab_facet_values_response.rb +123 -0
  1432. data/lib/datadog_api_client/v2/models/model_lab_facet_values_type.rb +26 -0
  1433. data/lib/datadog_api_client/v2/models/model_lab_metric_stat_range.rb +165 -0
  1434. data/lib/datadog_api_client/v2/models/model_lab_metric_summary.rb +228 -0
  1435. data/lib/datadog_api_client/v2/models/model_lab_numeric_range.rb +144 -0
  1436. data/lib/datadog_api_client/v2/models/model_lab_page_meta.rb +123 -0
  1437. data/lib/datadog_api_client/v2/models/model_lab_page_meta_page.rb +224 -0
  1438. data/lib/datadog_api_client/v2/models/model_lab_pagination_links.rb +154 -0
  1439. data/lib/datadog_api_client/v2/models/model_lab_project_artifacts_attributes.rb +125 -0
  1440. data/lib/datadog_api_client/v2/models/model_lab_project_artifacts_data.rb +165 -0
  1441. data/lib/datadog_api_client/v2/models/model_lab_project_artifacts_response.rb +123 -0
  1442. data/lib/datadog_api_client/v2/models/model_lab_project_artifacts_type.rb +26 -0
  1443. data/lib/datadog_api_client/v2/models/model_lab_project_attributes.rb +291 -0
  1444. data/lib/datadog_api_client/v2/models/model_lab_project_data.rb +165 -0
  1445. data/lib/datadog_api_client/v2/models/model_lab_project_facet_type.rb +26 -0
  1446. data/lib/datadog_api_client/v2/models/model_lab_project_response.rb +123 -0
  1447. data/lib/datadog_api_client/v2/models/model_lab_project_type.rb +26 -0
  1448. data/lib/datadog_api_client/v2/models/model_lab_projects_response.rb +156 -0
  1449. data/lib/datadog_api_client/v2/models/model_lab_run_artifacts_attributes.rb +146 -0
  1450. data/lib/datadog_api_client/v2/models/model_lab_run_artifacts_data.rb +165 -0
  1451. data/lib/datadog_api_client/v2/models/model_lab_run_artifacts_response.rb +123 -0
  1452. data/lib/datadog_api_client/v2/models/model_lab_run_artifacts_type.rb +26 -0
  1453. data/lib/datadog_api_client/v2/models/model_lab_run_attributes.rb +454 -0
  1454. data/lib/datadog_api_client/v2/models/model_lab_run_data.rb +165 -0
  1455. data/lib/datadog_api_client/v2/models/model_lab_run_param.rb +144 -0
  1456. data/lib/datadog_api_client/v2/models/model_lab_run_response.rb +123 -0
  1457. data/lib/datadog_api_client/v2/models/model_lab_run_status.rb +32 -0
  1458. data/lib/datadog_api_client/v2/models/model_lab_run_type.rb +26 -0
  1459. data/lib/datadog_api_client/v2/models/model_lab_runs_response.rb +156 -0
  1460. data/lib/datadog_api_client/v2/models/model_lab_tag.rb +144 -0
  1461. data/lib/datadog_api_client/v2/models/mute_reason.rb +31 -0
  1462. data/lib/datadog_api_client/v2/models/mute_rule_action.rb +154 -0
  1463. data/lib/datadog_api_client/v2/models/mute_rule_attributes_create.rb +183 -0
  1464. data/lib/datadog_api_client/v2/models/mute_rule_attributes_response.rb +278 -0
  1465. data/lib/datadog_api_client/v2/models/mute_rule_create_request.rb +123 -0
  1466. data/lib/datadog_api_client/v2/models/mute_rule_data_create.rb +144 -0
  1467. data/lib/datadog_api_client/v2/models/mute_rule_data_response.rb +165 -0
  1468. data/lib/datadog_api_client/v2/models/mute_rule_reorder_item.rb +144 -0
  1469. data/lib/datadog_api_client/v2/models/mute_rule_reorder_request.rb +125 -0
  1470. data/lib/datadog_api_client/v2/models/mute_rule_response.rb +123 -0
  1471. data/lib/datadog_api_client/v2/models/mute_rule_type.rb +26 -0
  1472. data/lib/datadog_api_client/v2/models/mute_rule_update_request.rb +123 -0
  1473. data/lib/datadog_api_client/v2/models/mute_rules_response.rb +167 -0
  1474. data/lib/datadog_api_client/v2/models/ndk_sourcemap_attributes.rb +195 -0
  1475. data/lib/datadog_api_client/v2/models/ndk_sourcemap_data.rb +165 -0
  1476. data/lib/datadog_api_client/v2/models/network_health_insight.rb +165 -0
  1477. data/lib/datadog_api_client/v2/models/network_health_insight_attributes.rb +328 -0
  1478. data/lib/datadog_api_client/v2/models/network_health_insight_category.rb +30 -0
  1479. data/lib/datadog_api_client/v2/models/network_health_insight_failure_type.rb +34 -0
  1480. data/lib/datadog_api_client/v2/models/network_health_insight_traffic_volume.rb +125 -0
  1481. data/lib/datadog_api_client/v2/models/network_health_insights_response.rb +125 -0
  1482. data/lib/datadog_api_client/v2/models/network_health_insights_type.rb +26 -0
  1483. data/lib/datadog_api_client/v2/models/node_types_response.rb +123 -0
  1484. data/lib/datadog_api_client/v2/models/node_types_response_data.rb +165 -0
  1485. data/lib/datadog_api_client/v2/models/node_types_response_data_attributes.rb +125 -0
  1486. data/lib/datadog_api_client/v2/models/node_types_response_data_type.rb +26 -0
  1487. data/lib/datadog_api_client/v2/models/notification_rule_preview_notification_status.rb +28 -0
  1488. data/lib/datadog_api_client/v2/models/notification_rule_preview_response.rb +123 -0
  1489. data/lib/datadog_api_client/v2/models/notification_rule_preview_response_attributes.rb +125 -0
  1490. data/lib/datadog_api_client/v2/models/notification_rule_preview_response_data.rb +154 -0
  1491. data/lib/datadog_api_client/v2/models/notification_rule_preview_response_type.rb +26 -0
  1492. data/lib/datadog_api_client/v2/models/notification_rule_preview_result.rb +149 -0
  1493. data/lib/datadog_api_client/v2/models/notification_rule_routing.rb +123 -0
  1494. data/lib/datadog_api_client/v2/models/notification_rule_routing_mode.rb +26 -0
  1495. data/lib/datadog_api_client/v2/models/notification_rules_list_response.rb +107 -0
  1496. data/lib/datadog_api_client/v2/models/o_auth2_well_known_sites_attributes.rb +125 -0
  1497. data/lib/datadog_api_client/v2/models/o_auth2_well_known_sites_data.rb +165 -0
  1498. data/lib/datadog_api_client/v2/models/o_auth2_well_known_sites_env_type.rb +26 -0
  1499. data/lib/datadog_api_client/v2/models/o_auth2_well_known_sites_response.rb +123 -0
  1500. data/lib/datadog_api_client/v2/models/o_auth_client_registration_error.rb +144 -0
  1501. data/lib/datadog_api_client/v2/models/o_auth_client_registration_grant_type.rb +27 -0
  1502. data/lib/datadog_api_client/v2/models/o_auth_client_registration_request.rb +322 -0
  1503. data/lib/datadog_api_client/v2/models/o_auth_client_registration_response.rb +234 -0
  1504. data/lib/datadog_api_client/v2/models/o_auth_client_registration_response_type.rb +26 -0
  1505. data/lib/datadog_api_client/v2/models/o_auth_oidc_scope.rb +29 -0
  1506. data/lib/datadog_api_client/v2/models/o_auth_scopes_restriction.rb +148 -0
  1507. data/lib/datadog_api_client/v2/models/o_auth_scopes_restriction_response.rb +123 -0
  1508. data/lib/datadog_api_client/v2/models/o_auth_scopes_restriction_response_attributes.rb +127 -0
  1509. data/lib/datadog_api_client/v2/models/o_auth_scopes_restriction_response_data.rb +165 -0
  1510. data/lib/datadog_api_client/v2/models/o_auth_scopes_restriction_type.rb +26 -0
  1511. data/lib/datadog_api_client/v2/models/observability_pipeline_add_metric_tags_processor.rb +225 -0
  1512. data/lib/datadog_api_client/v2/models/observability_pipeline_add_metric_tags_processor_type.rb +26 -0
  1513. data/lib/datadog_api_client/v2/models/observability_pipeline_aggregate_processor.rb +248 -0
  1514. data/lib/datadog_api_client/v2/models/observability_pipeline_aggregate_processor_mode.rb +32 -0
  1515. data/lib/datadog_api_client/v2/models/observability_pipeline_aggregate_processor_type.rb +26 -0
  1516. data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_generic_destination.rb +11 -1
  1517. data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination.rb +318 -0
  1518. data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_auth.rb +144 -0
  1519. data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_auth_strategy.rb +26 -0
  1520. data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_batch.rb +148 -0
  1521. data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_batch_encoding.rb +135 -0
  1522. data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_batch_encoding_codec.rb +26 -0
  1523. data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_compression.rb +65 -0
  1524. data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_compression_algorithm.rb +27 -0
  1525. data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_compression_object.rb +149 -0
  1526. data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_format.rb +33 -0
  1527. data/lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_type.rb +26 -0
  1528. data/lib/datadog_api_client/v2/models/observability_pipeline_cloud_prem_destination.rb +21 -1
  1529. data/lib/datadog_api_client/v2/models/observability_pipeline_config_destination_item.rb +3 -1
  1530. data/lib/datadog_api_client/v2/models/observability_pipeline_config_processor_item.rb +6 -1
  1531. data/lib/datadog_api_client/v2/models/observability_pipeline_config_source_item.rb +1 -0
  1532. data/lib/datadog_api_client/v2/models/observability_pipeline_databricks_zerobus_destination.rb +15 -37
  1533. data/lib/datadog_api_client/v2/models/observability_pipeline_fluent_bit_source.rb +2 -2
  1534. data/lib/datadog_api_client/v2/models/observability_pipeline_fluentd_source.rb +2 -2
  1535. data/lib/datadog_api_client/v2/models/observability_pipeline_generate_metrics_v2_processor.rb +201 -0
  1536. data/lib/datadog_api_client/v2/models/observability_pipeline_generate_metrics_v2_processor_type.rb +26 -0
  1537. data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination.rb +11 -1
  1538. data/lib/datadog_api_client/v2/models/observability_pipeline_http_server_source.rb +34 -5
  1539. data/lib/datadog_api_client/v2/models/observability_pipeline_http_server_source_valid_token.rb +162 -0
  1540. data/lib/datadog_api_client/v2/models/observability_pipeline_http_server_source_valid_token_path_to_token.rb +64 -0
  1541. data/lib/datadog_api_client/v2/models/observability_pipeline_http_server_source_valid_token_path_to_token_header.rb +123 -0
  1542. data/lib/datadog_api_client/v2/models/observability_pipeline_http_server_source_valid_token_path_to_token_location.rb +27 -0
  1543. data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_destination.rb +11 -1
  1544. data/lib/datadog_api_client/v2/models/observability_pipeline_logstash_source.rb +2 -2
  1545. data/lib/datadog_api_client/v2/models/observability_pipeline_mtls_server_tls.rb +163 -0
  1546. data/lib/datadog_api_client/v2/models/observability_pipeline_opentelemetry_source.rb +2 -2
  1547. data/lib/datadog_api_client/v2/models/observability_pipeline_rename_metric_tags_processor.rb +225 -0
  1548. data/lib/datadog_api_client/v2/models/observability_pipeline_rename_metric_tags_processor_tag.rb +144 -0
  1549. data/lib/datadog_api_client/v2/models/observability_pipeline_rename_metric_tags_processor_type.rb +26 -0
  1550. data/lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_source.rb +2 -2
  1551. data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source.rb +2 -2
  1552. data/lib/datadog_api_client/v2/models/observability_pipeline_source_valid_token_field_to_add.rb +165 -0
  1553. data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_metrics_destination.rb +259 -0
  1554. data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_metrics_destination_compression.rb +27 -0
  1555. data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_metrics_destination_type.rb +26 -0
  1556. data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_source.rb +33 -5
  1557. data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_source_valid_token.rb +151 -0
  1558. data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_tcp_source.rb +2 -2
  1559. data/lib/datadog_api_client/v2/models/observability_pipeline_syslog_ng_source.rb +2 -2
  1560. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor.rb +271 -0
  1561. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_action.rb +27 -0
  1562. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_per_metric_limit.rb +202 -0
  1563. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_per_metric_mode.rb +27 -0
  1564. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_per_tag_limit.rb +169 -0
  1565. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_per_tag_mode.rb +27 -0
  1566. data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_type.rb +26 -0
  1567. data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source.rb +248 -0
  1568. data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_auth_strategy.rb +29 -0
  1569. data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls.rb +63 -0
  1570. data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_enabled.rb +123 -0
  1571. data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_enabled_mode.rb +26 -0
  1572. data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_with_client_cert.rb +174 -0
  1573. data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_tls_with_client_cert_mode.rb +26 -0
  1574. data/lib/datadog_api_client/v2/models/observability_pipeline_websocket_source_type.rb +26 -0
  1575. data/lib/datadog_api_client/v2/models/opsgenie_account_create_attributes.rb +148 -0
  1576. data/lib/datadog_api_client/v2/models/opsgenie_account_create_data.rb +144 -0
  1577. data/lib/datadog_api_client/v2/models/{incident_service_update_request.rb → opsgenie_account_create_request.rb} +5 -5
  1578. data/lib/datadog_api_client/v2/models/opsgenie_account_response.rb +123 -0
  1579. data/lib/datadog_api_client/v2/models/opsgenie_account_response_attributes.rb +105 -0
  1580. data/lib/datadog_api_client/v2/models/opsgenie_account_response_data.rb +173 -0
  1581. data/lib/datadog_api_client/v2/models/opsgenie_account_type.rb +26 -0
  1582. data/lib/datadog_api_client/v2/models/opsgenie_account_update_attributes.rb +133 -0
  1583. data/lib/datadog_api_client/v2/models/opsgenie_account_update_data.rb +173 -0
  1584. data/lib/datadog_api_client/v2/models/{incident_service_create_request.rb → opsgenie_account_update_request.rb} +5 -5
  1585. data/lib/datadog_api_client/v2/models/opsgenie_accounts_response.rb +125 -0
  1586. data/lib/datadog_api_client/v2/models/org_group_data.rb +1 -11
  1587. data/lib/datadog_api_client/v2/models/org_group_list_response.rb +1 -13
  1588. data/lib/datadog_api_client/v2/models/org_group_policy_attributes.rb +1 -1
  1589. data/lib/datadog_api_client/v2/models/org_group_policy_create_attributes.rb +1 -1
  1590. data/lib/datadog_api_client/v2/models/org_group_policy_enforcement_tier.rb +3 -3
  1591. data/lib/datadog_api_client/v2/models/org_group_policy_update_attributes.rb +1 -1
  1592. data/lib/datadog_api_client/v2/models/org_saml_preferences_attributes.rb +162 -0
  1593. data/lib/datadog_api_client/v2/models/org_saml_preferences_data.rb +154 -0
  1594. data/lib/datadog_api_client/v2/models/org_saml_preferences_type.rb +26 -0
  1595. data/lib/datadog_api_client/v2/models/org_saml_preferences_update_request.rb +123 -0
  1596. data/lib/datadog_api_client/v2/models/ownership_evidence_attributes.rb +115 -0
  1597. data/lib/datadog_api_client/v2/models/ownership_evidence_data.rb +165 -0
  1598. data/lib/datadog_api_client/v2/models/ownership_evidence_response.rb +123 -0
  1599. data/lib/datadog_api_client/v2/models/ownership_evidence_type.rb +26 -0
  1600. data/lib/datadog_api_client/v2/models/ownership_feedback_action.rb +29 -0
  1601. data/lib/datadog_api_client/v2/models/ownership_feedback_request.rb +123 -0
  1602. data/lib/datadog_api_client/v2/models/ownership_feedback_request_attributes.rb +226 -0
  1603. data/lib/datadog_api_client/v2/models/ownership_feedback_request_data.rb +144 -0
  1604. data/lib/datadog_api_client/v2/models/ownership_feedback_response.rb +123 -0
  1605. data/lib/datadog_api_client/v2/models/ownership_feedback_result_attributes.rb +246 -0
  1606. data/lib/datadog_api_client/v2/models/ownership_feedback_result_data.rb +165 -0
  1607. data/lib/datadog_api_client/v2/models/ownership_feedback_result_type.rb +26 -0
  1608. data/lib/datadog_api_client/v2/models/ownership_feedback_type.rb +26 -0
  1609. data/lib/datadog_api_client/v2/models/ownership_history_attributes.rb +146 -0
  1610. data/lib/datadog_api_client/v2/models/ownership_history_data.rb +165 -0
  1611. data/lib/datadog_api_client/v2/models/ownership_history_item.rb +357 -0
  1612. data/lib/datadog_api_client/v2/models/ownership_history_pagination.rb +141 -0
  1613. data/lib/datadog_api_client/v2/models/ownership_history_response.rb +123 -0
  1614. data/lib/datadog_api_client/v2/models/ownership_history_type.rb +26 -0
  1615. data/lib/datadog_api_client/v2/models/ownership_inference_attributes.rb +303 -0
  1616. data/lib/datadog_api_client/v2/models/ownership_inference_data.rb +165 -0
  1617. data/lib/datadog_api_client/v2/models/ownership_inference_item.rb +324 -0
  1618. data/lib/datadog_api_client/v2/models/ownership_inference_list_attributes.rb +125 -0
  1619. data/lib/datadog_api_client/v2/models/ownership_inference_list_data.rb +165 -0
  1620. data/lib/datadog_api_client/v2/models/ownership_inference_list_response.rb +123 -0
  1621. data/lib/datadog_api_client/v2/models/ownership_inference_response.rb +123 -0
  1622. data/lib/datadog_api_client/v2/models/ownership_inference_status.rb +30 -0
  1623. data/lib/datadog_api_client/v2/models/ownership_inference_type.rb +26 -0
  1624. data/lib/datadog_api_client/v2/models/ownership_inferences_type.rb +26 -0
  1625. data/lib/datadog_api_client/v2/models/ownership_owner_type.rb +29 -0
  1626. data/lib/datadog_api_client/v2/models/page_annotations_attributes.rb +167 -0
  1627. data/lib/datadog_api_client/v2/models/page_annotations_data.rb +166 -0
  1628. data/lib/datadog_api_client/v2/models/page_annotations_response.rb +123 -0
  1629. data/lib/datadog_api_client/v2/models/page_annotations_type.rb +26 -0
  1630. data/lib/datadog_api_client/v2/models/patch_degradation_update_request.rb +105 -0
  1631. data/lib/datadog_api_client/v2/models/patch_degradation_update_request_data.rb +143 -0
  1632. data/lib/datadog_api_client/v2/models/patch_degradation_update_request_data_attributes.rb +115 -0
  1633. data/lib/datadog_api_client/v2/models/patch_degradation_update_request_data_attributes_status.rb +28 -0
  1634. data/lib/datadog_api_client/v2/models/patch_degradation_update_request_data_type.rb +26 -0
  1635. data/lib/datadog_api_client/v2/models/patch_notification_rule_parameters_data_attributes.rb +11 -1
  1636. data/lib/datadog_api_client/v2/models/patch_status_page_request_data_attributes.rb +21 -1
  1637. data/lib/datadog_api_client/v2/models/personal_access_token.rb +4 -4
  1638. data/lib/datadog_api_client/v2/models/personal_access_token_attributes.rb +8 -8
  1639. data/lib/datadog_api_client/v2/models/personal_access_token_create_attributes.rb +4 -4
  1640. data/lib/datadog_api_client/v2/models/personal_access_token_create_data.rb +2 -2
  1641. data/lib/datadog_api_client/v2/models/personal_access_token_create_request.rb +2 -2
  1642. data/lib/datadog_api_client/v2/models/personal_access_token_create_response.rb +2 -2
  1643. data/lib/datadog_api_client/v2/models/personal_access_token_relationships.rb +1 -1
  1644. data/lib/datadog_api_client/v2/models/personal_access_token_response.rb +2 -2
  1645. data/lib/datadog_api_client/v2/models/personal_access_token_response_meta.rb +1 -1
  1646. data/lib/datadog_api_client/v2/models/personal_access_token_response_meta_page.rb +1 -1
  1647. data/lib/datadog_api_client/v2/models/personal_access_token_update_attributes.rb +3 -3
  1648. data/lib/datadog_api_client/v2/models/personal_access_token_update_data.rb +3 -3
  1649. data/lib/datadog_api_client/v2/models/personal_access_token_update_request.rb +2 -2
  1650. data/lib/datadog_api_client/v2/models/personal_access_tokens_sort.rb +2 -0
  1651. data/lib/datadog_api_client/v2/models/project_favorite.rb +144 -0
  1652. data/lib/datadog_api_client/v2/models/project_favorite_resource_type.rb +26 -0
  1653. data/lib/datadog_api_client/v2/models/project_favorites_response.rb +125 -0
  1654. data/lib/datadog_api_client/v2/models/pruned_trace_attributes.rb +170 -0
  1655. data/lib/datadog_api_client/v2/models/pruned_trace_data.rb +165 -0
  1656. data/lib/datadog_api_client/v2/models/pruned_trace_response.rb +123 -0
  1657. data/lib/datadog_api_client/v2/models/pruned_trace_type.rb +26 -0
  1658. data/lib/datadog_api_client/v2/models/publish_form_data.rb +144 -0
  1659. data/lib/datadog_api_client/v2/models/publish_form_data_attributes.rb +123 -0
  1660. data/lib/datadog_api_client/v2/models/publish_form_request.rb +123 -0
  1661. data/lib/datadog_api_client/v2/models/react_native_sourcemap_attributes.rb +235 -0
  1662. data/lib/datadog_api_client/v2/models/react_native_sourcemap_data.rb +165 -0
  1663. data/lib/datadog_api_client/v2/models/recommendations_filter_request.rb +127 -0
  1664. data/lib/datadog_api_client/v2/models/recommendations_filter_request_sort_items.rb +115 -0
  1665. data/lib/datadog_api_client/v2/models/recommendations_page_meta.rb +105 -0
  1666. data/lib/datadog_api_client/v2/models/recommendations_page_meta_page.rb +157 -0
  1667. data/lib/datadog_api_client/v2/models/relationship_to_access_token_owner.rb +123 -0
  1668. data/lib/datadog_api_client/v2/models/relationship_to_access_token_owner_data.rb +144 -0
  1669. data/lib/datadog_api_client/v2/models/relationship_to_service_account.rb +123 -0
  1670. data/lib/datadog_api_client/v2/models/relationship_to_service_account_data.rb +144 -0
  1671. data/lib/datadog_api_client/v2/models/report_schedule_author.rb +165 -0
  1672. data/lib/datadog_api_client/v2/models/{incident_service_response_attributes.rb → report_schedule_author_attributes.rb} +21 -22
  1673. data/lib/datadog_api_client/v2/models/report_schedule_author_relationship.rb +123 -0
  1674. data/lib/datadog_api_client/v2/models/report_schedule_author_relationship_data.rb +144 -0
  1675. data/lib/datadog_api_client/v2/models/report_schedule_author_type.rb +26 -0
  1676. data/lib/datadog_api_client/v2/models/report_schedule_create_request.rb +123 -0
  1677. data/lib/datadog_api_client/v2/models/report_schedule_create_request_attributes.rb +330 -0
  1678. data/lib/datadog_api_client/v2/models/report_schedule_create_request_data.rb +144 -0
  1679. data/lib/datadog_api_client/v2/models/report_schedule_delivery_format.rb +29 -0
  1680. data/lib/datadog_api_client/v2/models/{incident_service_included_items.rb → report_schedule_included_resource.rb} +4 -3
  1681. data/lib/datadog_api_client/v2/models/report_schedule_included_resource_type.rb +26 -0
  1682. data/lib/datadog_api_client/v2/models/report_schedule_index_template_variable.rb +150 -0
  1683. data/lib/datadog_api_client/v2/models/report_schedule_list_resource_relationship.rb +123 -0
  1684. data/lib/datadog_api_client/v2/models/report_schedule_list_resource_relationship_data.rb +144 -0
  1685. data/lib/datadog_api_client/v2/models/report_schedule_list_response.rb +157 -0
  1686. data/lib/datadog_api_client/v2/models/report_schedule_list_response_attributes.rb +335 -0
  1687. data/lib/datadog_api_client/v2/models/report_schedule_list_response_data.rb +186 -0
  1688. data/lib/datadog_api_client/v2/models/report_schedule_list_response_links.rb +157 -0
  1689. data/lib/datadog_api_client/v2/models/report_schedule_list_response_meta.rb +105 -0
  1690. data/lib/datadog_api_client/v2/models/report_schedule_list_response_pagination.rb +183 -0
  1691. data/lib/datadog_api_client/v2/models/report_schedule_list_response_pagination_type.rb +26 -0
  1692. data/lib/datadog_api_client/v2/models/report_schedule_list_response_relationships.rb +133 -0
  1693. data/lib/datadog_api_client/v2/models/report_schedule_patch_request.rb +123 -0
  1694. data/lib/datadog_api_client/v2/models/report_schedule_patch_request_attributes.rb +289 -0
  1695. data/lib/datadog_api_client/v2/models/report_schedule_patch_request_data.rb +145 -0
  1696. data/lib/datadog_api_client/v2/models/report_schedule_resource.rb +165 -0
  1697. data/lib/datadog_api_client/v2/models/report_schedule_resource_attributes.rb +154 -0
  1698. data/lib/datadog_api_client/v2/models/report_schedule_resource_type.rb +27 -0
  1699. data/lib/datadog_api_client/v2/models/report_schedule_response.rb +135 -0
  1700. data/lib/datadog_api_client/v2/models/report_schedule_response_attributes.rb +346 -0
  1701. data/lib/datadog_api_client/v2/models/report_schedule_response_attributes_delivery_format.rb +28 -0
  1702. data/lib/datadog_api_client/v2/models/report_schedule_response_data.rb +186 -0
  1703. data/lib/datadog_api_client/v2/models/report_schedule_response_relationships.rb +123 -0
  1704. data/lib/datadog_api_client/v2/models/report_schedule_status.rb +27 -0
  1705. data/lib/datadog_api_client/v2/models/report_schedule_template_variable.rb +146 -0
  1706. data/lib/datadog_api_client/v2/models/report_schedule_toggle_request.rb +123 -0
  1707. data/lib/datadog_api_client/v2/models/report_schedule_toggle_request_attributes.rb +123 -0
  1708. data/lib/datadog_api_client/v2/models/report_schedule_toggle_request_data.rb +144 -0
  1709. data/lib/datadog_api_client/v2/models/report_schedule_type.rb +26 -0
  1710. data/lib/datadog_api_client/v2/models/routing_rule_action.rb +2 -1
  1711. data/lib/datadog_api_client/v2/models/routing_rule_attributes.rb +1 -1
  1712. data/lib/datadog_api_client/v2/models/routing_rule_escalation_policy_action.rb +174 -0
  1713. data/lib/datadog_api_client/v2/models/routing_rule_escalation_policy_action_support_hours.rb +135 -0
  1714. data/lib/datadog_api_client/v2/models/routing_rule_escalation_policy_action_type.rb +26 -0
  1715. data/lib/datadog_api_client/v2/models/rum_application_attributes.rb +11 -1
  1716. data/lib/datadog_api_client/v2/models/rum_metric_compute.rb +2 -2
  1717. data/lib/datadog_api_client/v2/models/rum_metric_create_attributes.rb +3 -3
  1718. data/lib/datadog_api_client/v2/models/rum_metric_create_data.rb +3 -3
  1719. data/lib/datadog_api_client/v2/models/rum_metric_create_request.rb +2 -2
  1720. data/lib/datadog_api_client/v2/models/rum_metric_filter.rb +1 -1
  1721. data/lib/datadog_api_client/v2/models/rum_metric_group_by.rb +1 -1
  1722. data/lib/datadog_api_client/v2/models/rum_metric_response.rb +2 -2
  1723. data/lib/datadog_api_client/v2/models/rum_metric_response_attributes.rb +3 -3
  1724. data/lib/datadog_api_client/v2/models/rum_metric_response_compute.rb +2 -2
  1725. data/lib/datadog_api_client/v2/models/rum_metric_response_data.rb +3 -3
  1726. data/lib/datadog_api_client/v2/models/rum_metric_response_filter.rb +1 -1
  1727. data/lib/datadog_api_client/v2/models/rum_metric_response_group_by.rb +1 -1
  1728. data/lib/datadog_api_client/v2/models/rum_metric_update_attributes.rb +3 -3
  1729. data/lib/datadog_api_client/v2/models/rum_metric_update_compute.rb +1 -1
  1730. data/lib/datadog_api_client/v2/models/rum_metric_update_data.rb +3 -3
  1731. data/lib/datadog_api_client/v2/models/rum_metric_update_request.rb +2 -2
  1732. data/lib/datadog_api_client/v2/models/rum_metrics_response.rb +2 -2
  1733. data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_attributes.rb +135 -0
  1734. data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_data.rb +125 -0
  1735. data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_editability.rb +105 -0
  1736. data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_id.rb +28 -0
  1737. data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_response.rb +105 -0
  1738. data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_type.rb +26 -0
  1739. data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_update_attributes.rb +105 -0
  1740. data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_update_data.rb +165 -0
  1741. data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_update_request.rb +123 -0
  1742. data/lib/datadog_api_client/v2/models/rum_permanent_retention_filters_response.rb +107 -0
  1743. data/lib/datadog_api_client/v2/models/rum_rate_limit_adaptive_config.rb +131 -0
  1744. data/lib/datadog_api_client/v2/models/rum_rate_limit_config_attributes.rb +185 -0
  1745. data/lib/datadog_api_client/v2/models/rum_rate_limit_config_data.rb +165 -0
  1746. data/lib/datadog_api_client/v2/models/rum_rate_limit_config_response.rb +123 -0
  1747. data/lib/datadog_api_client/v2/models/rum_rate_limit_config_type.rb +26 -0
  1748. data/lib/datadog_api_client/v2/models/rum_rate_limit_config_update_attributes.rb +144 -0
  1749. data/lib/datadog_api_client/v2/models/rum_rate_limit_config_update_data.rb +166 -0
  1750. data/lib/datadog_api_client/v2/models/rum_rate_limit_config_update_request.rb +123 -0
  1751. data/lib/datadog_api_client/v2/models/rum_rate_limit_custom_config.rb +223 -0
  1752. data/lib/datadog_api_client/v2/models/rum_rate_limit_mode.rb +28 -0
  1753. data/lib/datadog_api_client/v2/models/rum_rate_limit_quota_reached_action.rb +27 -0
  1754. data/lib/datadog_api_client/v2/models/rum_rate_limit_scope_type.rb +26 -0
  1755. data/lib/datadog_api_client/v2/models/rum_rate_limit_window_type.rb +26 -0
  1756. data/lib/datadog_api_client/v2/models/rum_sdk_config_attributes.rb +123 -0
  1757. data/lib/datadog_api_client/v2/models/rum_sdk_config_data.rb +175 -0
  1758. data/lib/datadog_api_client/v2/models/rum_sdk_config_dynamic_option.rb +204 -0
  1759. data/lib/datadog_api_client/v2/models/rum_sdk_config_dynamic_option_pair.rb +144 -0
  1760. data/lib/datadog_api_client/v2/models/rum_sdk_config_dynamic_option_serialized_type.rb +26 -0
  1761. data/lib/datadog_api_client/v2/models/rum_sdk_config_dynamic_option_strategy.rb +29 -0
  1762. data/lib/datadog_api_client/v2/models/rum_sdk_config_match_option.rb +144 -0
  1763. data/lib/datadog_api_client/v2/models/rum_sdk_config_match_option_serialized_type.rb +27 -0
  1764. data/lib/datadog_api_client/v2/models/rum_sdk_config_meta.rb +144 -0
  1765. data/lib/datadog_api_client/v2/models/rum_sdk_config_response.rb +123 -0
  1766. data/lib/datadog_api_client/v2/models/rum_sdk_config_rum_attributes.rb +336 -0
  1767. data/lib/datadog_api_client/v2/models/rum_sdk_config_rum_update_attributes.rb +315 -0
  1768. data/lib/datadog_api_client/v2/models/rum_sdk_config_serialized_regex.rb +144 -0
  1769. data/lib/datadog_api_client/v2/models/rum_sdk_config_serialized_regex_type.rb +26 -0
  1770. data/lib/datadog_api_client/v2/models/rum_sdk_config_tracing_url_config.rb +146 -0
  1771. data/lib/datadog_api_client/v2/models/rum_sdk_config_tracing_url_propagator_type.rb +29 -0
  1772. data/lib/datadog_api_client/v2/models/rum_sdk_config_type.rb +26 -0
  1773. data/lib/datadog_api_client/v2/models/rum_sdk_config_update_attributes.rb +123 -0
  1774. data/lib/datadog_api_client/v2/models/rum_sdk_config_update_data.rb +165 -0
  1775. data/lib/datadog_api_client/v2/models/rum_sdk_config_update_request.rb +123 -0
  1776. data/lib/datadog_api_client/v2/models/run_data_observability_monitor_response.rb +123 -0
  1777. data/lib/datadog_api_client/v2/models/run_data_observability_monitor_response_data.rb +144 -0
  1778. data/lib/datadog_api_client/v2/models/run_historical_job_request_attributes.rb +13 -13
  1779. data/lib/datadog_api_client/v2/models/salesforce_incidents_organization_response_attributes.rb +135 -0
  1780. data/lib/datadog_api_client/v2/models/salesforce_incidents_organization_response_data.rb +173 -0
  1781. data/lib/datadog_api_client/v2/models/salesforce_incidents_organization_type.rb +26 -0
  1782. data/lib/datadog_api_client/v2/models/salesforce_incidents_organizations_response.rb +126 -0
  1783. data/lib/datadog_api_client/v2/models/salesforce_incidents_template_create_attributes.rb +260 -0
  1784. data/lib/datadog_api_client/v2/models/salesforce_incidents_template_create_data.rb +144 -0
  1785. data/lib/datadog_api_client/v2/models/salesforce_incidents_template_create_request.rb +123 -0
  1786. data/lib/datadog_api_client/v2/models/salesforce_incidents_template_priority.rb +29 -0
  1787. data/lib/datadog_api_client/v2/models/salesforce_incidents_template_response.rb +123 -0
  1788. data/lib/datadog_api_client/v2/models/salesforce_incidents_template_response_attributes.rb +155 -0
  1789. data/lib/datadog_api_client/v2/models/salesforce_incidents_template_response_data.rb +173 -0
  1790. data/lib/datadog_api_client/v2/models/salesforce_incidents_template_type.rb +26 -0
  1791. data/lib/datadog_api_client/v2/models/salesforce_incidents_template_update_attributes.rb +222 -0
  1792. data/lib/datadog_api_client/v2/models/salesforce_incidents_template_update_data.rb +173 -0
  1793. data/lib/datadog_api_client/v2/models/salesforce_incidents_template_update_request.rb +123 -0
  1794. data/lib/datadog_api_client/v2/models/salesforce_incidents_templates_response.rb +125 -0
  1795. data/lib/datadog_api_client/v2/models/{incident_service_response_data.rb → saml_configuration.rb} +10 -10
  1796. data/lib/datadog_api_client/v2/models/saml_configuration_attributes.rb +190 -0
  1797. data/lib/datadog_api_client/v2/models/saml_configuration_relationships.rb +105 -0
  1798. data/lib/datadog_api_client/v2/models/{incident_service_response.rb → saml_configuration_response.rb} +7 -7
  1799. data/lib/datadog_api_client/v2/models/saml_configuration_update_attributes.rb +140 -0
  1800. data/lib/datadog_api_client/v2/models/saml_configuration_update_data.rb +168 -0
  1801. data/lib/datadog_api_client/v2/models/saml_configuration_update_request.rb +123 -0
  1802. data/lib/datadog_api_client/v2/models/saml_configurations_response.rb +119 -0
  1803. data/lib/datadog_api_client/v2/models/saml_configurations_type.rb +26 -0
  1804. data/lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_attributes.rb +139 -0
  1805. data/lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_data.rb +144 -0
  1806. data/lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_item_meta.rb +137 -0
  1807. data/lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_request.rb +123 -0
  1808. data/lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_request_type.rb +26 -0
  1809. data/lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_response.rb +125 -0
  1810. data/lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_result_item.rb +186 -0
  1811. data/lib/datadog_api_client/v2/models/sample_log_generation_duration.rb +29 -0
  1812. data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_attributes.rb +207 -0
  1813. data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_create_attributes.rb +133 -0
  1814. data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_create_data.rb +144 -0
  1815. data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_create_request.rb +123 -0
  1816. data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_data.rb +165 -0
  1817. data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_request_type.rb +26 -0
  1818. data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_resource_type.rb +26 -0
  1819. data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_response.rb +123 -0
  1820. data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_status.rb +32 -0
  1821. data/lib/datadog_api_client/v2/models/sample_log_generation_subscriptions_response.rb +146 -0
  1822. data/lib/datadog_api_client/v2/models/sample_log_generation_subscriptions_response_meta.rb +127 -0
  1823. data/lib/datadog_api_client/v2/models/sample_log_generation_subscriptions_status_filter.rb +27 -0
  1824. data/lib/datadog_api_client/v2/models/sast_ruleset_data.rb +165 -0
  1825. data/lib/datadog_api_client/v2/models/{create_degradation_request_data_attributes_updates_items.rb → sast_ruleset_data_attributes.rb} +54 -54
  1826. data/lib/datadog_api_client/v2/models/sast_ruleset_response.rb +123 -0
  1827. data/lib/datadog_api_client/v2/models/sast_rulesets_response.rb +125 -0
  1828. data/lib/datadog_api_client/v2/models/scan_result_response.rb +64 -0
  1829. data/lib/datadog_api_client/v2/models/scorecard_score_attributes.rb +195 -0
  1830. data/lib/datadog_api_client/v2/models/scorecard_score_data.rb +164 -0
  1831. data/lib/datadog_api_client/v2/models/scorecard_score_data_type.rb +26 -0
  1832. data/lib/datadog_api_client/v2/models/scorecard_score_relationship_data.rb +144 -0
  1833. data/lib/datadog_api_client/v2/models/scorecard_score_relationship_item.rb +105 -0
  1834. data/lib/datadog_api_client/v2/models/scorecard_score_relationships.rb +145 -0
  1835. data/lib/datadog_api_client/v2/models/scorecard_scores_aggregation.rb +30 -0
  1836. data/lib/datadog_api_client/v2/models/security_automation_rules_links.rb +164 -0
  1837. data/lib/datadog_api_client/v2/models/security_automation_rules_meta.rb +123 -0
  1838. data/lib/datadog_api_client/v2/models/security_automation_rules_page_info.rb +123 -0
  1839. data/lib/datadog_api_client/v2/models/security_entity_risk_score.rb +2 -2
  1840. data/lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb +66 -40
  1841. data/lib/datadog_api_client/v2/models/security_entity_risk_score_response.rb +123 -0
  1842. data/lib/datadog_api_client/v2/models/security_entity_risk_score_type.rb +2 -2
  1843. data/lib/datadog_api_client/v2/models/security_filter_version.rb +165 -0
  1844. data/lib/datadog_api_client/v2/models/security_filter_version_attributes.rb +171 -0
  1845. data/lib/datadog_api_client/v2/models/security_filter_version_entry.rb +276 -0
  1846. data/lib/datadog_api_client/v2/models/security_filter_version_type.rb +26 -0
  1847. data/lib/datadog_api_client/v2/models/security_filter_versions_response.rb +125 -0
  1848. data/lib/datadog_api_client/v2/models/security_finding_type.rb +36 -0
  1849. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_request.rb +147 -0
  1850. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb +365 -0
  1851. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_column.rb +144 -0
  1852. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_create_data.rb +144 -0
  1853. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_create_request.rb +123 -0
  1854. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_create_response.rb +123 -0
  1855. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_create_response_data.rb +144 -0
  1856. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_create_type.rb +26 -0
  1857. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_data.rb +165 -0
  1858. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_definition.rb +221 -0
  1859. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_dependencies_request.rb +123 -0
  1860. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_dependencies_request_attributes.rb +125 -0
  1861. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_dependencies_request_data.rb +123 -0
  1862. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_dependencies_response.rb +125 -0
  1863. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_dependents_attributes.rb +188 -0
  1864. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_dependents_data.rb +165 -0
  1865. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_dependents_type.rb +26 -0
  1866. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_response.rb +123 -0
  1867. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_search.rb +123 -0
  1868. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_time_window.rb +115 -0
  1869. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_type.rb +26 -0
  1870. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_update_data.rb +144 -0
  1871. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_update_request.rb +123 -0
  1872. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_update_type.rb +26 -0
  1873. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_version_entry.rb +146 -0
  1874. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_version_field_change.rb +165 -0
  1875. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_version_history_attributes.rb +144 -0
  1876. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_version_history_data.rb +165 -0
  1877. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_version_history_response.rb +123 -0
  1878. data/lib/datadog_api_client/v2/models/security_monitoring_dataset_version_history_type.rb +26 -0
  1879. data/lib/datadog_api_client/v2/models/security_monitoring_datasets_list_meta.rb +123 -0
  1880. data/lib/datadog_api_client/v2/models/security_monitoring_datasets_list_response.rb +146 -0
  1881. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_attributes.rb +215 -0
  1882. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_attributes.rb +196 -0
  1883. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_data.rb +144 -0
  1884. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_request.rb +123 -0
  1885. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_data.rb +165 -0
  1886. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_resource_type.rb +26 -0
  1887. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_response.rb +123 -0
  1888. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_state.rb +28 -0
  1889. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_attributes.rb +155 -0
  1890. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_data.rb +144 -0
  1891. data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_request.rb +123 -0
  1892. data/lib/datadog_api_client/v2/models/security_monitoring_integration_configs_response.rb +125 -0
  1893. data/lib/datadog_api_client/v2/models/security_monitoring_integration_credentials_validate_attributes.rb +165 -0
  1894. data/lib/datadog_api_client/v2/models/security_monitoring_integration_credentials_validate_data.rb +144 -0
  1895. data/lib/datadog_api_client/v2/models/security_monitoring_integration_credentials_validate_request.rb +123 -0
  1896. data/lib/datadog_api_client/v2/models/security_monitoring_integration_type.rb +28 -0
  1897. data/lib/datadog_api_client/v2/models/security_monitoring_rule_convert_bulk_attributes.rb +130 -0
  1898. data/lib/datadog_api_client/v2/models/security_monitoring_rule_convert_bulk_data.rb +154 -0
  1899. data/lib/datadog_api_client/v2/models/security_monitoring_rule_convert_bulk_data_type.rb +26 -0
  1900. data/lib/datadog_api_client/v2/models/security_monitoring_rule_convert_bulk_payload.rb +123 -0
  1901. data/lib/datadog_api_client/v2/models/security_monitoring_rule_impossible_travel_options.rb +43 -3
  1902. data/lib/datadog_api_client/v2/models/security_monitoring_terraform_resource_type.rb +2 -0
  1903. data/lib/datadog_api_client/v2/models/service_access_token.rb +135 -0
  1904. data/lib/datadog_api_client/v2/models/service_access_token_attributes.rb +177 -0
  1905. data/lib/datadog_api_client/v2/models/service_access_token_create_response.rb +105 -0
  1906. data/lib/datadog_api_client/v2/models/service_access_token_relationships.rb +105 -0
  1907. data/lib/datadog_api_client/v2/models/service_access_token_response.rb +105 -0
  1908. data/lib/datadog_api_client/v2/models/service_access_token_response_meta.rb +105 -0
  1909. data/lib/datadog_api_client/v2/models/{fleet_clusters_response_meta.rb → service_access_token_response_meta_page.rb} +4 -4
  1910. data/lib/datadog_api_client/v2/models/service_access_tokens_type.rb +26 -0
  1911. data/lib/datadog_api_client/v2/models/service_account_access_token_create_data.rb +2 -2
  1912. data/lib/datadog_api_client/v2/models/service_account_access_token_update_attributes.rb +117 -0
  1913. data/lib/datadog_api_client/v2/models/service_account_access_token_update_data.rb +165 -0
  1914. data/lib/datadog_api_client/v2/models/service_account_access_token_update_request.rb +123 -0
  1915. data/lib/datadog_api_client/v2/models/service_account_type.rb +26 -0
  1916. data/lib/datadog_api_client/v2/models/service_now_tickets_data_type.rb +26 -0
  1917. data/lib/datadog_api_client/v2/models/service_repository_info_data_type.rb +26 -0
  1918. data/lib/datadog_api_client/v2/models/service_repository_info_request.rb +123 -0
  1919. data/lib/datadog_api_client/v2/models/service_repository_info_request_attributes.rb +144 -0
  1920. data/lib/datadog_api_client/v2/models/service_repository_info_request_data.rb +144 -0
  1921. data/lib/datadog_api_client/v2/models/service_repository_info_response.rb +123 -0
  1922. data/lib/datadog_api_client/v2/models/service_repository_info_response_attributes.rb +143 -0
  1923. data/lib/datadog_api_client/v2/models/service_repository_info_response_data.rb +165 -0
  1924. data/lib/datadog_api_client/v2/models/service_repository_info_status.rb +30 -0
  1925. data/lib/datadog_api_client/v2/models/shared_dashboard_included.rb +63 -0
  1926. data/lib/datadog_api_client/v2/models/shared_dashboard_included_dashboard.rb +165 -0
  1927. data/lib/datadog_api_client/v2/models/shared_dashboard_included_dashboard_attributes.rb +123 -0
  1928. data/lib/datadog_api_client/v2/models/shared_dashboard_included_dashboard_type.rb +26 -0
  1929. data/lib/datadog_api_client/v2/models/shared_dashboard_included_user.rb +165 -0
  1930. data/lib/datadog_api_client/v2/models/shared_dashboard_included_user_attributes.rb +144 -0
  1931. data/lib/datadog_api_client/v2/models/shared_dashboard_invitee.rb +162 -0
  1932. data/lib/datadog_api_client/v2/models/shared_dashboard_relationship_dashboard.rb +123 -0
  1933. data/lib/datadog_api_client/v2/models/shared_dashboard_relationship_dashboard_data.rb +144 -0
  1934. data/lib/datadog_api_client/v2/models/shared_dashboard_relationship_sharer.rb +123 -0
  1935. data/lib/datadog_api_client/v2/models/shared_dashboard_relationships.rb +144 -0
  1936. data/lib/datadog_api_client/v2/models/shared_dashboard_response.rb +186 -0
  1937. data/lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb +400 -0
  1938. data/lib/datadog_api_client/v2/models/shared_dashboard_selectable_template_variable.rb +232 -0
  1939. data/lib/datadog_api_client/v2/models/shared_dashboard_share_type.rb +29 -0
  1940. data/lib/datadog_api_client/v2/models/shared_dashboard_status.rb +27 -0
  1941. data/lib/datadog_api_client/v2/models/shared_dashboard_type.rb +26 -0
  1942. data/lib/datadog_api_client/v2/models/shared_dashboard_viewing_preferences.rb +144 -0
  1943. data/lib/datadog_api_client/v2/models/shared_dashboard_viewing_preferences_theme.rb +28 -0
  1944. data/lib/datadog_api_client/v2/models/signal_entities_attributes.rb +125 -0
  1945. data/lib/datadog_api_client/v2/models/signal_entities_data.rb +165 -0
  1946. data/lib/datadog_api_client/v2/models/signal_entities_response.rb +123 -0
  1947. data/lib/datadog_api_client/v2/models/signal_entities_type.rb +26 -0
  1948. data/lib/datadog_api_client/v2/models/signals_problems_detections.rb +179 -0
  1949. data/lib/datadog_api_client/v2/models/signals_problems_sample_metadata.rb +221 -0
  1950. data/lib/datadog_api_client/v2/models/single_aggregated_connection_response_data_attributes.rb +61 -1
  1951. data/lib/datadog_api_client/v2/models/single_entity_context_response.rb +123 -0
  1952. data/lib/datadog_api_client/v2/models/{bulk_mute_findings_response_data.rb → slack_user_binding_data.rb} +6 -6
  1953. data/lib/datadog_api_client/v2/models/slack_user_binding_type.rb +26 -0
  1954. data/lib/datadog_api_client/v2/models/slack_user_bindings_response.rb +125 -0
  1955. data/lib/datadog_api_client/v2/models/sourcemap_data_type.rb +26 -0
  1956. data/lib/datadog_api_client/v2/models/sourcemap_file_attributes.rb +279 -0
  1957. data/lib/datadog_api_client/v2/models/sourcemap_file_data.rb +165 -0
  1958. data/lib/datadog_api_client/v2/models/sourcemap_file_data_type.rb +26 -0
  1959. data/lib/datadog_api_client/v2/models/sourcemap_file_response.rb +123 -0
  1960. data/lib/datadog_api_client/v2/models/sourcemap_item.rb +69 -0
  1961. data/lib/datadog_api_client/v2/models/sourcemap_map_kind.rb +33 -0
  1962. data/lib/datadog_api_client/v2/models/sourcemaps_list_meta.rb +123 -0
  1963. data/lib/datadog_api_client/v2/models/sourcemaps_list_meta_page.rb +144 -0
  1964. data/lib/datadog_api_client/v2/models/sourcemaps_response.rb +125 -0
  1965. data/lib/datadog_api_client/v2/models/status_page_as_included_attributes.rb +21 -1
  1966. data/lib/datadog_api_client/v2/models/status_page_data_attributes.rb +21 -1
  1967. data/lib/datadog_api_client/v2/models/statuspage_account_create_attributes.rb +127 -0
  1968. data/lib/datadog_api_client/v2/models/statuspage_account_create_data.rb +144 -0
  1969. data/lib/datadog_api_client/v2/models/statuspage_account_create_request.rb +123 -0
  1970. data/lib/datadog_api_client/v2/models/statuspage_account_response.rb +123 -0
  1971. data/lib/datadog_api_client/v2/models/{fleet_clusters_response_data_attributes.rb → statuspage_account_response_attributes.rb} +11 -13
  1972. data/lib/datadog_api_client/v2/models/statuspage_account_response_data.rb +144 -0
  1973. data/lib/datadog_api_client/v2/models/statuspage_account_type.rb +26 -0
  1974. data/lib/datadog_api_client/v2/models/statuspage_account_update_attributes.rb +123 -0
  1975. data/lib/datadog_api_client/v2/models/statuspage_account_update_data.rb +144 -0
  1976. data/lib/datadog_api_client/v2/models/statuspage_account_update_request.rb +123 -0
  1977. data/lib/datadog_api_client/v2/models/statuspage_url_setting_create_attributes.rb +152 -0
  1978. data/lib/datadog_api_client/v2/models/statuspage_url_setting_create_data.rb +144 -0
  1979. data/lib/datadog_api_client/v2/models/statuspage_url_setting_create_request.rb +123 -0
  1980. data/lib/datadog_api_client/v2/models/statuspage_url_setting_response.rb +123 -0
  1981. data/lib/datadog_api_client/v2/models/statuspage_url_setting_response_attributes.rb +115 -0
  1982. data/lib/datadog_api_client/v2/models/statuspage_url_setting_response_data.rb +173 -0
  1983. data/lib/datadog_api_client/v2/models/statuspage_url_setting_type.rb +26 -0
  1984. data/lib/datadog_api_client/v2/models/statuspage_url_setting_update_attributes.rb +144 -0
  1985. data/lib/datadog_api_client/v2/models/statuspage_url_setting_update_data.rb +173 -0
  1986. data/lib/datadog_api_client/v2/models/statuspage_url_setting_update_request.rb +123 -0
  1987. data/lib/datadog_api_client/v2/models/statuspage_url_settings_response.rb +125 -0
  1988. data/lib/datadog_api_client/v2/models/stegadography_get_widgets_request.rb +123 -0
  1989. data/lib/datadog_api_client/v2/models/stegadography_get_widgets_response.rb +125 -0
  1990. data/lib/datadog_api_client/v2/models/stegadography_widget.rb +165 -0
  1991. data/lib/datadog_api_client/v2/models/stegadography_widget_attributes.rb +186 -0
  1992. data/lib/datadog_api_client/v2/models/stegadography_widget_type.rb +26 -0
  1993. data/lib/datadog_api_client/v2/models/summarized_span.rb +403 -0
  1994. data/lib/datadog_api_client/v2/models/summarized_trace.rb +144 -0
  1995. data/lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_request.rb +13 -1
  1996. data/lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_response.rb +13 -1
  1997. data/lib/datadog_api_client/v2/models/synthetics_downtime_weekday_position.rb +30 -0
  1998. data/lib/datadog_api_client/v2/models/tag_data.rb +148 -0
  1999. data/lib/datadog_api_client/v2/models/tag_data_type.rb +26 -0
  2000. data/lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb +211 -0
  2001. data/lib/datadog_api_client/v2/models/tag_indexing_rule_create_attributes.rb +190 -0
  2002. data/lib/datadog_api_client/v2/models/tag_indexing_rule_create_data.rb +144 -0
  2003. data/lib/datadog_api_client/v2/models/tag_indexing_rule_create_request.rb +123 -0
  2004. data/lib/datadog_api_client/v2/models/tag_indexing_rule_data.rb +125 -0
  2005. data/lib/datadog_api_client/v2/models/tag_indexing_rule_dynamic_tags.rb +115 -0
  2006. data/lib/datadog_api_client/v2/models/tag_indexing_rule_exemption_attributes.rb +135 -0
  2007. data/lib/datadog_api_client/v2/models/tag_indexing_rule_exemption_create_attributes.rb +123 -0
  2008. data/lib/datadog_api_client/v2/models/tag_indexing_rule_exemption_create_data.rb +144 -0
  2009. data/lib/datadog_api_client/v2/models/tag_indexing_rule_exemption_create_request.rb +123 -0
  2010. data/lib/datadog_api_client/v2/models/tag_indexing_rule_exemption_data.rb +125 -0
  2011. data/lib/datadog_api_client/v2/models/tag_indexing_rule_exemption_response.rb +105 -0
  2012. data/lib/datadog_api_client/v2/models/tag_indexing_rule_exemption_type.rb +26 -0
  2013. data/lib/datadog_api_client/v2/models/tag_indexing_rule_metric_match.rb +145 -0
  2014. data/lib/datadog_api_client/v2/models/tag_indexing_rule_options.rb +115 -0
  2015. data/lib/datadog_api_client/v2/models/tag_indexing_rule_options_data.rb +135 -0
  2016. data/lib/datadog_api_client/v2/models/{fleet_instrumented_pods_response_data_attributes.rb → tag_indexing_rule_order_attributes.rb} +12 -12
  2017. data/lib/datadog_api_client/v2/models/tag_indexing_rule_order_data.rb +144 -0
  2018. data/lib/datadog_api_client/v2/models/tag_indexing_rule_order_request.rb +123 -0
  2019. data/lib/datadog_api_client/v2/models/tag_indexing_rule_response.rb +105 -0
  2020. data/lib/datadog_api_client/v2/models/tag_indexing_rule_type.rb +26 -0
  2021. data/lib/datadog_api_client/v2/models/tag_indexing_rule_update_attributes.rb +171 -0
  2022. data/lib/datadog_api_client/v2/models/{incident_service_create_data.rb → tag_indexing_rule_update_data.rb} +8 -18
  2023. data/lib/datadog_api_client/v2/models/tag_indexing_rule_update_request.rb +123 -0
  2024. data/lib/datadog_api_client/v2/models/tag_indexing_rules_response.rb +127 -0
  2025. data/lib/datadog_api_client/v2/models/tag_indexing_rules_response_meta.rb +105 -0
  2026. data/lib/datadog_api_client/v2/models/{incident_services_response.rb → tag_policies_list_response.rb} +9 -19
  2027. data/lib/datadog_api_client/v2/models/tag_policy_attributes.rb +428 -0
  2028. data/lib/datadog_api_client/v2/models/tag_policy_create_attributes.rb +267 -0
  2029. data/lib/datadog_api_client/v2/models/tag_policy_create_data.rb +144 -0
  2030. data/lib/datadog_api_client/v2/models/tag_policy_create_request.rb +123 -0
  2031. data/lib/datadog_api_client/v2/models/tag_policy_create_type.rb +27 -0
  2032. data/lib/datadog_api_client/v2/models/tag_policy_data.rb +175 -0
  2033. data/lib/datadog_api_client/v2/models/tag_policy_include.rb +26 -0
  2034. data/lib/datadog_api_client/v2/models/tag_policy_relationships.rb +105 -0
  2035. data/lib/datadog_api_client/v2/models/tag_policy_resource_type.rb +26 -0
  2036. data/lib/datadog_api_client/v2/models/tag_policy_response.rb +135 -0
  2037. data/lib/datadog_api_client/v2/models/tag_policy_score_attributes.rb +184 -0
  2038. data/lib/datadog_api_client/v2/models/tag_policy_score_data.rb +165 -0
  2039. data/lib/datadog_api_client/v2/models/tag_policy_score_relationship.rb +123 -0
  2040. data/lib/datadog_api_client/v2/models/tag_policy_score_relationship_data.rb +144 -0
  2041. data/lib/datadog_api_client/v2/models/tag_policy_score_resource_type.rb +26 -0
  2042. data/lib/datadog_api_client/v2/models/tag_policy_score_response.rb +123 -0
  2043. data/lib/datadog_api_client/v2/models/tag_policy_source.rb +30 -0
  2044. data/lib/datadog_api_client/v2/models/tag_policy_type.rb +28 -0
  2045. data/lib/datadog_api_client/v2/models/tag_policy_update_attributes.rb +179 -0
  2046. data/lib/datadog_api_client/v2/models/tag_policy_update_data.rb +155 -0
  2047. data/lib/datadog_api_client/v2/models/tag_policy_update_request.rb +123 -0
  2048. data/lib/datadog_api_client/v2/models/team_routing_rules_request_rule.rb +1 -1
  2049. data/lib/datadog_api_client/v2/models/test_optimization_service_settings_attributes.rb +54 -4
  2050. data/lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_attributes.rb +60 -9
  2051. data/lib/datadog_api_client/v2/models/test_optimization_update_service_settings_request_data.rb +1 -0
  2052. data/lib/datadog_api_client/v2/models/ticket_creation_rule_action.rb +193 -0
  2053. data/lib/datadog_api_client/v2/models/ticket_creation_rule_action_response.rb +203 -0
  2054. data/lib/datadog_api_client/v2/models/ticket_creation_rule_attributes_create.rb +183 -0
  2055. data/lib/datadog_api_client/v2/models/ticket_creation_rule_attributes_response.rb +278 -0
  2056. data/lib/datadog_api_client/v2/models/ticket_creation_rule_create_request.rb +123 -0
  2057. data/lib/datadog_api_client/v2/models/ticket_creation_rule_data_create.rb +144 -0
  2058. data/lib/datadog_api_client/v2/models/ticket_creation_rule_data_response.rb +165 -0
  2059. data/lib/datadog_api_client/v2/models/ticket_creation_rule_reorder_item.rb +144 -0
  2060. data/lib/datadog_api_client/v2/models/ticket_creation_rule_reorder_request.rb +125 -0
  2061. data/lib/datadog_api_client/v2/models/ticket_creation_rule_response.rb +123 -0
  2062. data/lib/datadog_api_client/v2/models/ticket_creation_rule_type.rb +26 -0
  2063. data/lib/datadog_api_client/v2/models/ticket_creation_rule_update_request.rb +123 -0
  2064. data/lib/datadog_api_client/v2/models/ticket_creation_rules_response.rb +167 -0
  2065. data/lib/datadog_api_client/v2/models/ticket_creation_target.rb +27 -0
  2066. data/lib/datadog_api_client/v2/models/time_restrictions.rb +1 -1
  2067. data/lib/datadog_api_client/v2/models/timeline_cell.rb +4 -4
  2068. data/lib/datadog_api_client/v2/models/timeline_cell_author.rb +1 -1
  2069. data/lib/datadog_api_client/v2/models/timeline_cell_author_user.rb +3 -3
  2070. data/lib/datadog_api_client/v2/models/timeline_cell_author_user_content.rb +5 -5
  2071. data/lib/datadog_api_client/v2/models/timeline_cell_author_user_type.rb +1 -1
  2072. data/lib/datadog_api_client/v2/models/timeline_cell_content.rb +1 -1
  2073. data/lib/datadog_api_client/v2/models/timeline_cell_content_comment.rb +2 -2
  2074. data/lib/datadog_api_client/v2/models/timeline_cell_resource.rb +3 -3
  2075. data/lib/datadog_api_client/v2/models/timeline_cell_resource_type.rb +1 -1
  2076. data/lib/datadog_api_client/v2/models/timeline_cell_type.rb +1 -1
  2077. data/lib/datadog_api_client/v2/models/timeline_response.rb +1 -1
  2078. data/lib/datadog_api_client/v2/models/top_long_task_invoker.rb +218 -0
  2079. data/lib/datadog_api_client/v2/models/trace_attributes.rb +146 -0
  2080. data/lib/datadog_api_client/v2/models/trace_data.rb +165 -0
  2081. data/lib/datadog_api_client/v2/models/trace_response.rb +123 -0
  2082. data/lib/datadog_api_client/v2/models/trace_type.rb +26 -0
  2083. data/lib/datadog_api_client/v2/models/update_form_data.rb +154 -0
  2084. data/lib/datadog_api_client/v2/models/update_form_data_attributes.rb +123 -0
  2085. data/lib/datadog_api_client/v2/models/update_form_request.rb +123 -0
  2086. data/lib/datadog_api_client/v2/models/update_variant_request.rb +115 -0
  2087. data/lib/datadog_api_client/v2/models/upsert_and_publish_form_version_data.rb +144 -0
  2088. data/lib/datadog_api_client/v2/models/upsert_and_publish_form_version_data_attributes.rb +165 -0
  2089. data/lib/datadog_api_client/v2/models/upsert_and_publish_form_version_request.rb +123 -0
  2090. data/lib/datadog_api_client/v2/models/upsert_and_publish_form_version_upsert_params.rb +123 -0
  2091. data/lib/datadog_api_client/v2/models/upsert_form_version_data.rb +144 -0
  2092. data/lib/datadog_api_client/v2/models/upsert_form_version_data_attributes.rb +186 -0
  2093. data/lib/datadog_api_client/v2/models/upsert_form_version_request.rb +123 -0
  2094. data/lib/datadog_api_client/v2/models/upsert_form_version_upsert_params.rb +151 -0
  2095. data/lib/datadog_api_client/v2/models/upsert_o_auth_scopes_restriction_data.rb +133 -0
  2096. data/lib/datadog_api_client/v2/models/upsert_o_auth_scopes_restriction_data_attributes.rb +120 -0
  2097. data/lib/datadog_api_client/v2/models/upsert_o_auth_scopes_restriction_request.rb +123 -0
  2098. data/lib/datadog_api_client/v2/models/upsert_o_auth_scopes_restriction_type.rb +26 -0
  2099. data/lib/datadog_api_client/v2/models/usage_summary_available_fields_attributes.rb +140 -0
  2100. data/lib/datadog_api_client/v2/models/usage_summary_available_fields_body.rb +128 -0
  2101. data/lib/datadog_api_client/v2/models/usage_summary_available_fields_response.rb +107 -0
  2102. data/lib/datadog_api_client/v2/models/usage_summary_available_fields_type.rb +26 -0
  2103. data/lib/datadog_api_client/v2/models/webhooks_auth_method_attributes.rb +105 -0
  2104. data/lib/datadog_api_client/v2/models/webhooks_auth_method_protocol.rb +26 -0
  2105. data/lib/datadog_api_client/v2/models/webhooks_auth_method_relationships.rb +105 -0
  2106. data/lib/datadog_api_client/v2/models/webhooks_auth_method_response_data.rb +175 -0
  2107. data/lib/datadog_api_client/v2/models/webhooks_auth_method_type.rb +26 -0
  2108. data/lib/datadog_api_client/v2/models/webhooks_auth_methods_response.rb +137 -0
  2109. data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_create_attributes.rb +278 -0
  2110. data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_create_data.rb +144 -0
  2111. data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_create_request.rb +123 -0
  2112. data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_relationship.rb +105 -0
  2113. data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_relationship_data.rb +115 -0
  2114. data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_response.rb +123 -0
  2115. data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_response_attributes.rb +164 -0
  2116. data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_response_data.rb +165 -0
  2117. data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_type.rb +26 -0
  2118. data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_update_attributes.rb +262 -0
  2119. data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_update_data.rb +144 -0
  2120. data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_update_request.rb +123 -0
  2121. data/lib/datadog_api_client/v2/models/workflow_list_item.rb +164 -0
  2122. data/lib/datadog_api_client/v2/models/workflow_list_item_attributes.rb +185 -0
  2123. data/lib/datadog_api_client/version.rb +1 -1
  2124. data/spec/api_client_spec.rb +27 -0
  2125. metadata +1816 -52
  2126. data/examples/v2/fleet-automation/ListFleetClusters.rb +0 -8
  2127. data/examples/v2/fleet-automation/ListFleetInstrumentedPods.rb +0 -8
  2128. data/examples/v2/incident-services/CreateIncidentService.rb +0 -17
  2129. data/examples/v2/incident-services/DeleteIncidentService.rb +0 -11
  2130. data/examples/v2/incident-services/GetIncidentService.rb +0 -11
  2131. data/examples/v2/incident-services/ListIncidentServices.rb +0 -14
  2132. data/examples/v2/incident-services/UpdateIncidentService.rb +0 -21
  2133. data/examples/v2/security-monitoring/MuteFindings.rb +0 -29
  2134. data/lib/datadog_api_client/v2/api/incident_services_api.rb +0 -419
  2135. data/lib/datadog_api_client/v2/models/bulk_mute_findings_request_attributes.rb +0 -98
  2136. data/lib/datadog_api_client/v2/models/bulk_mute_findings_request_properties.rb +0 -140
  2137. data/lib/datadog_api_client/v2/models/fleet_cluster_attributes.rb +0 -287
  2138. data/lib/datadog_api_client/v2/models/fleet_instrumented_pod_group_attributes.rb +0 -201
@@ -1345,6 +1345,50 @@ components:
1345
1345
  type: string
1346
1346
  x-enum-varnames:
1347
1347
  - COHORT
1348
+ ComparisonCustomTimeframe:
1349
+ description: Fixed time range for a `custom_timeframe` comparison.
1350
+ properties:
1351
+ from:
1352
+ description: Start time in milliseconds since epoch.
1353
+ example: 1779290190000
1354
+ format: int64
1355
+ type: integer
1356
+ to:
1357
+ description: End time in milliseconds since epoch.
1358
+ example: 1779894990000
1359
+ format: int64
1360
+ type: integer
1361
+ required:
1362
+ - from
1363
+ - to
1364
+ type: object
1365
+ ComparisonDuration:
1366
+ description: The comparison period. Use a preset `type` value or set `type` to `custom_timeframe` and provide `custom_timeframe` with explicit millisecond epoch bounds.
1367
+ properties:
1368
+ custom_timeframe:
1369
+ $ref: "#/components/schemas/ComparisonCustomTimeframe"
1370
+ description: Required when `type` is `custom_timeframe`. Fixed time range to compare against.
1371
+ type:
1372
+ $ref: "#/components/schemas/ComparisonDurationType"
1373
+ required:
1374
+ - type
1375
+ type: object
1376
+ ComparisonDurationType:
1377
+ description: "The comparison window type."
1378
+ enum:
1379
+ - previous_timeframe
1380
+ - custom_timeframe
1381
+ - previous_day
1382
+ - previous_week
1383
+ - previous_month
1384
+ example: previous_timeframe
1385
+ type: string
1386
+ x-enum-varnames:
1387
+ - PREVIOUS_TIMEFRAME
1388
+ - CUSTOM_TIMEFRAME
1389
+ - PREVIOUS_DAY
1390
+ - PREVIOUS_WEEK
1391
+ - PREVIOUS_MONTH
1348
1392
  ContentEncoding:
1349
1393
  description: HTTP header used to compress the media-type.
1350
1394
  enum:
@@ -2036,6 +2080,7 @@ components:
2036
2080
  - $ref: "#/components/schemas/FormulaAndFunctionMetricQueryDefinition"
2037
2081
  - $ref: "#/components/schemas/FormulaAndFunctionEventQueryDefinition"
2038
2082
  - $ref: "#/components/schemas/FormulaAndFunctionApmResourceStatsQueryDefinition"
2083
+ - $ref: "#/components/schemas/FormulaAndFunctionApmMetricsQueryDefinition"
2039
2084
  DistributionWidgetRequest:
2040
2085
  description: Updated distribution widget.
2041
2086
  properties:
@@ -3258,6 +3303,7 @@ components:
3258
3303
  - product_analytics
3259
3304
  - on_call_events
3260
3305
  - errors
3306
+ - llm_observability
3261
3307
  example: "logs"
3262
3308
  type: string
3263
3309
  x-enum-varnames:
@@ -3275,6 +3321,7 @@ components:
3275
3321
  - PRODUCT_ANALYTICS
3276
3322
  - ON_CALL_EVENTS
3277
3323
  - ERRORS
3324
+ - LLM_OBSERVABILITY
3278
3325
  FormulaAndFunctionMetricAggregation:
3279
3326
  description: The aggregation methods available for metrics queries.
3280
3327
  enum:
@@ -4536,13 +4583,58 @@ components:
4536
4583
  - requests
4537
4584
  type: object
4538
4585
  HostMapWidgetDefinitionRequests:
4539
- description: List of definitions.
4586
+ 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`).
4540
4588
  example: {}
4541
4589
  properties:
4590
+ child:
4591
+ $ref: "#/components/schemas/HostMapWidgetInfrastructureRequest"
4592
+ conditional_formats:
4593
+ description: List of conditional formatting rules applied to fill values.
4594
+ items:
4595
+ $ref: "#/components/schemas/WidgetConditionalFormat"
4596
+ type: array
4597
+ enrichments:
4598
+ description: Metric or event queries joined to the entity set. Each formula specifies a visual dimension.
4599
+ example:
4600
+ - formulas:
4601
+ - dimension: fill
4602
+ formula: "query1"
4603
+ queries:
4604
+ - data_source: metrics
4605
+ name: "query1"
4606
+ query: "avg:system.cpu.user{*} by {host}"
4607
+ response_format: scalar
4608
+ items:
4609
+ $ref: "#/components/schemas/HostMapWidgetScalarRequest"
4610
+ type: array
4542
4611
  fill:
4543
4612
  $ref: "#/components/schemas/HostMapRequest"
4613
+ filter:
4614
+ description: Filter string for the entity set in tag format (for example, `env:prod`).
4615
+ example: "env:prod"
4616
+ type: string
4617
+ group_by:
4618
+ description: |-
4619
+ Defines how entities are grouped into tiles. The ordering of entries implies
4620
+ the grouping hierarchy.
4621
+ items:
4622
+ $ref: "#/components/schemas/HostMapWidgetGroupBy"
4623
+ type: array
4624
+ no_group_hosts:
4625
+ description: Whether to hide entities that have no group assignment.
4626
+ type: boolean
4627
+ no_metric_hosts:
4628
+ description: Whether to hide entities that have no enrichment data.
4629
+ type: boolean
4630
+ node_type:
4631
+ $ref: "#/components/schemas/HostMapWidgetNodeType"
4632
+ request_type:
4633
+ $ref: "#/components/schemas/HostMapWidgetInfrastructureRequestRequestType"
4544
4634
  size:
4545
4635
  $ref: "#/components/schemas/HostMapRequest"
4636
+ style:
4637
+ $ref: "#/components/schemas/HostMapWidgetInfrastructureStyle"
4546
4638
  type: object
4547
4639
  HostMapWidgetDefinitionStyle:
4548
4640
  description: The style to apply to the widget.
@@ -4569,6 +4661,239 @@ components:
4569
4661
  type: string
4570
4662
  x-enum-varnames:
4571
4663
  - HOSTMAP
4664
+ HostMapWidgetDimension:
4665
+ description: Visual dimension driven by a formula in the infrastructure host map widget.
4666
+ enum:
4667
+ - node
4668
+ - fill
4669
+ - size
4670
+ example: node
4671
+ type: string
4672
+ x-enum-varnames:
4673
+ - NODE
4674
+ - FILL
4675
+ - SIZE
4676
+ HostMapWidgetFormula:
4677
+ description: |-
4678
+ Formula for the infrastructure host map widget that specifies both the expression
4679
+ and the visual dimension it populates.
4680
+ properties:
4681
+ alias:
4682
+ description: Expression alias.
4683
+ example: "my-metric"
4684
+ type: string
4685
+ dimension:
4686
+ $ref: "#/components/schemas/HostMapWidgetDimension"
4687
+ formula:
4688
+ description: String expression built from queries, formulas, and functions.
4689
+ example: "query1"
4690
+ type: string
4691
+ number_format:
4692
+ $ref: "#/components/schemas/WidgetNumberFormat"
4693
+ required:
4694
+ - formula
4695
+ - dimension
4696
+ type: object
4697
+ HostMapWidgetGroupBy:
4698
+ description: Defines a grouping dimension for the infrastructure host map.
4699
+ properties:
4700
+ column:
4701
+ description: Column name from the entity table (for example, `cloud_provider`, `tags`, `labels`).
4702
+ example: tags
4703
+ type: string
4704
+ key:
4705
+ description: Key within the column for nested attribute types (for example, `service` within `tags`).
4706
+ example: service
4707
+ type: string
4708
+ required:
4709
+ - column
4710
+ type: object
4711
+ HostMapWidgetInfrastructureRequest:
4712
+ description: |-
4713
+ Infrastructure-backed request for the host map widget. Supports entity-based
4714
+ visualization with metric query enrichments, tag-based filtering, flexible grouping,
4715
+ and hierarchical views.
4716
+ properties:
4717
+ child:
4718
+ $ref: "#/components/schemas/HostMapWidgetInfrastructureRequestLeaf"
4719
+ description: |-
4720
+ Optional child request for hierarchical visualization (for example, hosts containing
4721
+ containers). Maximum one level of nesting.
4722
+ conditional_formats:
4723
+ description: List of conditional formatting rules applied to fill values.
4724
+ items:
4725
+ $ref: "#/components/schemas/WidgetConditionalFormat"
4726
+ type: array
4727
+ enrichments:
4728
+ description: Metric or event queries joined to the entity set. Each formula specifies a visual dimension.
4729
+ example:
4730
+ - formulas:
4731
+ - dimension: fill
4732
+ formula: "query1"
4733
+ queries:
4734
+ - data_source: metrics
4735
+ name: "query1"
4736
+ query: "avg:system.cpu.user{*} by {host}"
4737
+ response_format: scalar
4738
+ items:
4739
+ $ref: "#/components/schemas/HostMapWidgetScalarRequest"
4740
+ type: array
4741
+ filter:
4742
+ description: Filter string for the entity set in tag format (for example, `env:prod`).
4743
+ example: "env:prod"
4744
+ type: string
4745
+ group_by:
4746
+ description: |-
4747
+ Defines how entities are grouped into tiles. The ordering of entries implies
4748
+ the grouping hierarchy.
4749
+ items:
4750
+ $ref: "#/components/schemas/HostMapWidgetGroupBy"
4751
+ type: array
4752
+ no_group_hosts:
4753
+ description: Whether to hide entities that have no group assignment.
4754
+ type: boolean
4755
+ no_metric_hosts:
4756
+ description: Whether to hide entities that have no enrichment data.
4757
+ type: boolean
4758
+ node_type:
4759
+ $ref: "#/components/schemas/HostMapWidgetNodeType"
4760
+ request_type:
4761
+ $ref: "#/components/schemas/HostMapWidgetInfrastructureRequestRequestType"
4762
+ style:
4763
+ $ref: "#/components/schemas/HostMapWidgetInfrastructureStyle"
4764
+ required:
4765
+ - request_type
4766
+ - node_type
4767
+ - enrichments
4768
+ type: object
4769
+ HostMapWidgetInfrastructureRequestLeaf:
4770
+ description: Infrastructure-backed host map child request (leaf node, no further nesting supported).
4771
+ properties:
4772
+ conditional_formats:
4773
+ description: List of conditional formatting rules applied to fill values.
4774
+ items:
4775
+ $ref: "#/components/schemas/WidgetConditionalFormat"
4776
+ type: array
4777
+ enrichments:
4778
+ description: Metric or event queries joined to the entity set. Each formula specifies a visual dimension.
4779
+ example:
4780
+ - formulas:
4781
+ - dimension: fill
4782
+ formula: "query1"
4783
+ queries:
4784
+ - data_source: metrics
4785
+ name: "query1"
4786
+ query: "avg:system.cpu.user{*} by {host}"
4787
+ response_format: scalar
4788
+ items:
4789
+ $ref: "#/components/schemas/HostMapWidgetScalarRequest"
4790
+ type: array
4791
+ filter:
4792
+ description: Filter string for the entity set in tag format (for example, `env:prod`).
4793
+ example: "env:prod"
4794
+ type: string
4795
+ group_by:
4796
+ description: |-
4797
+ Defines how entities are grouped into tiles. The ordering of entries implies
4798
+ the grouping hierarchy.
4799
+ items:
4800
+ $ref: "#/components/schemas/HostMapWidgetGroupBy"
4801
+ type: array
4802
+ no_group_hosts:
4803
+ description: Whether to hide entities that have no group assignment.
4804
+ type: boolean
4805
+ no_metric_hosts:
4806
+ description: Whether to hide entities that have no enrichment data.
4807
+ type: boolean
4808
+ node_type:
4809
+ $ref: "#/components/schemas/HostMapWidgetNodeType"
4810
+ request_type:
4811
+ $ref: "#/components/schemas/HostMapWidgetInfrastructureRequestRequestType"
4812
+ style:
4813
+ $ref: "#/components/schemas/HostMapWidgetInfrastructureStyle"
4814
+ required:
4815
+ - request_type
4816
+ - node_type
4817
+ - enrichments
4818
+ type: object
4819
+ HostMapWidgetInfrastructureRequestRequestType:
4820
+ description: Identifies this as an infrastructure-backed host map request.
4821
+ enum:
4822
+ - infrastructure_hostmap
4823
+ example: infrastructure_hostmap
4824
+ type: string
4825
+ x-enum-varnames:
4826
+ - INFRASTRUCTURE_HOSTMAP
4827
+ HostMapWidgetInfrastructureStyle:
4828
+ description: Style configuration for the infrastructure host map.
4829
+ properties:
4830
+ fill_max:
4831
+ description: Maximum value for the fill color scale. Omit to use automatic scaling.
4832
+ format: double
4833
+ type: number
4834
+ fill_min:
4835
+ description: Minimum value for the fill color scale. Omit to use automatic scaling.
4836
+ format: double
4837
+ type: number
4838
+ palette:
4839
+ description: Color palette name or alias.
4840
+ example: hostmap_blues
4841
+ type: string
4842
+ palette_flip:
4843
+ description: Whether to invert the color palette.
4844
+ type: boolean
4845
+ type: object
4846
+ HostMapWidgetNodeType:
4847
+ description: Which type of infrastructure entity to visualize in the host map.
4848
+ enum:
4849
+ - host
4850
+ - container
4851
+ - pod
4852
+ - cluster
4853
+ example: host
4854
+ type: string
4855
+ x-enum-varnames:
4856
+ - HOST
4857
+ - CONTAINER
4858
+ - POD
4859
+ - CLUSTER
4860
+ HostMapWidgetScalarRequest:
4861
+ description: |-
4862
+ Scalar formula request for the infrastructure host map widget. Each formula specifies
4863
+ which visual dimension it drives.
4864
+ properties:
4865
+ formulas:
4866
+ description: List of formulas that operate on queries, each assigned to a visual dimension.
4867
+ example:
4868
+ - dimension: fill
4869
+ formula: "query1"
4870
+ items:
4871
+ $ref: "#/components/schemas/HostMapWidgetFormula"
4872
+ type: array
4873
+ queries:
4874
+ description: List of queries that can be returned directly or used in formulas.
4875
+ example:
4876
+ - data_source: "metrics"
4877
+ name: "my_query"
4878
+ query: "avg:system.cpu.user{*}"
4879
+ items:
4880
+ $ref: "#/components/schemas/FormulaAndFunctionQueryDefinition"
4881
+ type: array
4882
+ response_format:
4883
+ $ref: "#/components/schemas/HostMapWidgetScalarRequestResponseFormat"
4884
+ required:
4885
+ - response_format
4886
+ - queries
4887
+ - formulas
4888
+ type: object
4889
+ HostMapWidgetScalarRequestResponseFormat:
4890
+ description: Response format for the scalar formula request. Only `scalar` is supported.
4891
+ enum:
4892
+ - scalar
4893
+ example: scalar
4894
+ type: string
4895
+ x-enum-varnames:
4896
+ - SCALAR
4572
4897
  HostMeta:
4573
4898
  description: Metadata associated with your host.
4574
4899
  properties:
@@ -4884,6 +5209,8 @@ components:
4884
5209
  - sds_scanned_bytes_usage
4885
5210
  - serverless_apps_usage
4886
5211
  - serverless_apps_apm_usage
5212
+ - siem_12mo_retention_usage
5213
+ - siem_6mo_retention_usage
4887
5214
  - siem_analyzed_logs_add_on_usage
4888
5215
  - siem_ingested_bytes_usage
4889
5216
  - snmp_usage
@@ -4973,6 +5300,8 @@ components:
4973
5300
  - SDS_SCANNED_BYTES_USAGE
4974
5301
  - SERVERLESS_APPS_USAGE
4975
5302
  - SERVERLESS_APPS_APM_USAGE
5303
+ - SIEM_12MO_RETENTION_USAGE
5304
+ - SIEM_6MO_RETENTION_USAGE
4976
5305
  - SIEM_ANALYZED_LOGS_ADD_ON_USAGE
4977
5306
  - SIEM_INGESTED_BYTES_USAGE
4978
5307
  - SNMP_USAGE
@@ -5387,9 +5716,41 @@ components:
5387
5716
  required:
5388
5717
  - facet
5389
5718
  type: object
5719
+ ListStreamIssuePersona:
5720
+ description: Persona filter for the `issue_stream` data source.
5721
+ enum:
5722
+ - all
5723
+ - browser
5724
+ - mobile
5725
+ - backend
5726
+ type: string
5727
+ x-enum-varnames:
5728
+ - ALL
5729
+ - BROWSER
5730
+ - MOBILE
5731
+ - BACKEND
5732
+ ListStreamIssueState:
5733
+ description: Issue state filter for the `issue_stream` data source.
5734
+ enum:
5735
+ - OPEN
5736
+ - IGNORED
5737
+ - ACKNOWLEDGED
5738
+ - RESOLVED
5739
+ type: string
5740
+ x-enum-varnames:
5741
+ - OPEN
5742
+ - IGNORED
5743
+ - ACKNOWLEDGED
5744
+ - RESOLVED
5390
5745
  ListStreamQuery:
5391
5746
  description: Updated list stream widget.
5392
5747
  properties:
5748
+ assignee_uuids:
5749
+ description: Filter by assignee UUIDs. Usable only with `issue_stream`.
5750
+ items:
5751
+ description: Assignee UUID.
5752
+ type: string
5753
+ type: array
5393
5754
  clustering_pattern_field_path:
5394
5755
  description: Specifies the field for logs pattern clustering. Usable only with logs_pattern_stream.
5395
5756
  example: "message"
@@ -5417,16 +5778,35 @@ components:
5417
5778
  description: Index.
5418
5779
  type: string
5419
5780
  type: array
5781
+ persona:
5782
+ $ref: "#/components/schemas/ListStreamIssuePersona"
5420
5783
  query_string:
5421
5784
  description: Widget query.
5422
5785
  example: "@service:app"
5423
5786
  type: string
5424
5787
  sort:
5425
5788
  $ref: "#/components/schemas/WidgetFieldSort"
5789
+ states:
5790
+ description: Filter by issue states. Usable only with `issue_stream`.
5791
+ items:
5792
+ $ref: "#/components/schemas/ListStreamIssueState"
5793
+ type: array
5426
5794
  storage:
5427
5795
  description: Option for storage location. Feature in Private Beta.
5428
5796
  example: "indexes"
5429
5797
  type: string
5798
+ suspected_causes:
5799
+ description: Filter by suspected causes. Usable only with `issue_stream`.
5800
+ items:
5801
+ description: Suspected cause.
5802
+ type: string
5803
+ type: array
5804
+ team_handles:
5805
+ description: Filter by team handles. Usable only with `issue_stream`.
5806
+ items:
5807
+ description: Team handle.
5808
+ type: string
5809
+ type: array
5430
5810
  required:
5431
5811
  - query_string
5432
5812
  - data_source
@@ -5440,8 +5820,8 @@ components:
5440
5820
  x-enum-varnames:
5441
5821
  - EVENT_LIST
5442
5822
  ListStreamSource:
5443
- default: apm_issue_stream
5444
- description: Source from which to query items to display in the stream.
5823
+ default: logs_stream
5824
+ description: Source from which to query items to display in the stream. apm_issue_stream, rum_issue_stream, and logs_issue_stream are deprecated. Use issue_stream instead.
5445
5825
  enum:
5446
5826
  - logs_stream
5447
5827
  - audit_stream
@@ -5456,7 +5836,8 @@ components:
5456
5836
  - event_stream
5457
5837
  - rum_stream
5458
5838
  - llm_observability_stream
5459
- example: apm_issue_stream
5839
+ - issue_stream
5840
+ example: logs_stream
5460
5841
  type: string
5461
5842
  x-enum-varnames:
5462
5843
  - LOGS_STREAM
@@ -5472,6 +5853,7 @@ components:
5472
5853
  - EVENT_STREAM
5473
5854
  - RUM_STREAM
5474
5855
  - LLM_OBSERVABILITY_STREAM
5856
+ - ISSUE_STREAM
5475
5857
  ListStreamWidgetDefinition:
5476
5858
  description: |-
5477
5859
  The list stream visualization displays a table of recent events in your application that
@@ -5800,6 +6182,190 @@ components:
5800
6182
  type: string
5801
6183
  x-enum-varnames:
5802
6184
  - ARITHMETIC_PROCESSOR
6185
+ LogsArrayMapArithmeticSubProcessor:
6186
+ description: |-
6187
+ An arithmetic sub-processor for use inside an array-map processor.
6188
+ Unlike the top-level arithmetic processor, `is_enabled` is not supported.
6189
+ properties:
6190
+ expression:
6191
+ description: Arithmetic operation to perform.
6192
+ example: $sourceElem.count * 2
6193
+ type: string
6194
+ is_replace_missing:
6195
+ default: false
6196
+ description: Replace missing attribute values with 0.
6197
+ type: boolean
6198
+ name:
6199
+ description: Name of the sub-processor.
6200
+ type: string
6201
+ target:
6202
+ description: Target attribute path for the result.
6203
+ example: $targetElem.doubled
6204
+ type: string
6205
+ type:
6206
+ $ref: "#/components/schemas/LogsArithmeticProcessorType"
6207
+ required:
6208
+ - expression
6209
+ - target
6210
+ - type
6211
+ type: object
6212
+ LogsArrayMapAttributeRemapper:
6213
+ description: |-
6214
+ An attribute remapper sub-processor for use inside an array-map processor.
6215
+ Unlike the top-level attribute remapper, `is_enabled`, `source_type`, and
6216
+ `target_type` are not supported.
6217
+ properties:
6218
+ name:
6219
+ description: Name of the sub-processor.
6220
+ type: string
6221
+ override_on_conflict:
6222
+ default: false
6223
+ description: Override the target element if already set.
6224
+ type: boolean
6225
+ preserve_source:
6226
+ default: false
6227
+ description: Remove or preserve the remapped source element.
6228
+ type: boolean
6229
+ sources:
6230
+ description: Array of source attribute paths.
6231
+ example:
6232
+ - $sourceElem.id
6233
+ items:
6234
+ type: string
6235
+ type: array
6236
+ target:
6237
+ description: Target attribute path.
6238
+ example: $targetElem.uid
6239
+ type: string
6240
+ target_format:
6241
+ $ref: "#/components/schemas/TargetFormatType"
6242
+ type:
6243
+ $ref: "#/components/schemas/LogsAttributeRemapperType"
6244
+ required:
6245
+ - sources
6246
+ - target
6247
+ - type
6248
+ type: object
6249
+ LogsArrayMapCategorySubProcessor:
6250
+ description: |-
6251
+ A category sub-processor for use inside an array-map processor.
6252
+ Unlike the top-level category processor, `is_enabled` is not supported.
6253
+ properties:
6254
+ categories:
6255
+ description: Array of filters to match against a log and the corresponding value to assign.
6256
+ items:
6257
+ $ref: "#/components/schemas/LogsCategoryProcessorCategory"
6258
+ type: array
6259
+ name:
6260
+ description: Name of the sub-processor.
6261
+ type: string
6262
+ target:
6263
+ description: Target attribute path for the category value.
6264
+ example: $targetElem.level
6265
+ type: string
6266
+ type:
6267
+ $ref: "#/components/schemas/LogsCategoryProcessorType"
6268
+ required:
6269
+ - categories
6270
+ - target
6271
+ - type
6272
+ type: object
6273
+ LogsArrayMapProcessor:
6274
+ description: |-
6275
+ The array-map processor transforms each element of a source array by applying
6276
+ sub-processors in order and collecting the results into a target array.
6277
+ Results can be written to a new array, to the source array (in-place), or to
6278
+ an existing target array. Sub-processors can read from `$sourceElem.<field>`
6279
+ (object element field), bare `$sourceElem` (primitive element), or any parent
6280
+ log attribute path. Sub-processors write to `$targetElem.<field>` (object
6281
+ output field) or bare `$targetElem` (primitive output).
6282
+ properties:
6283
+ is_enabled:
6284
+ default: false
6285
+ description: Whether or not the processor is enabled.
6286
+ type: boolean
6287
+ name:
6288
+ description: Name of the processor.
6289
+ type: string
6290
+ preserve_source:
6291
+ default: true
6292
+ description: |-
6293
+ When `false` and `source != target`, the source attribute is removed after
6294
+ processing. Cannot be `false` when `source == target`.
6295
+ type: boolean
6296
+ processors:
6297
+ description: |-
6298
+ Sub-processors applied to each element. Allowed types: `attribute-remapper`,
6299
+ `string-builder-processor`, `arithmetic-processor`, `category-processor`.
6300
+ items:
6301
+ $ref: "#/components/schemas/LogsArrayMapSubProcessor"
6302
+ type: array
6303
+ source:
6304
+ description: |-
6305
+ Attribute path of the source array. Elements are read-only via `$sourceElem`
6306
+ inside sub-processors.
6307
+ example: detail.resource.s3BucketDetails
6308
+ type: string
6309
+ target:
6310
+ description: |-
6311
+ Attribute path of the output array. Sub-processors write to `$targetElem`
6312
+ (or `$targetElem.<field>`) to build each output element.
6313
+ example: ocsf.resources
6314
+ type: string
6315
+ type:
6316
+ $ref: "#/components/schemas/LogsArrayMapProcessorType"
6317
+ required:
6318
+ - source
6319
+ - target
6320
+ - processors
6321
+ - type
6322
+ type: object
6323
+ LogsArrayMapProcessorType:
6324
+ default: array-map-processor
6325
+ description: Type of logs array-map processor.
6326
+ enum:
6327
+ - array-map-processor
6328
+ example: array-map-processor
6329
+ type: string
6330
+ x-enum-varnames:
6331
+ - ARRAY_MAP_PROCESSOR
6332
+ LogsArrayMapStringBuilderSubProcessor:
6333
+ description: |-
6334
+ A string builder sub-processor for use inside an array-map processor.
6335
+ Unlike the top-level string builder processor, `is_enabled` is not supported.
6336
+ properties:
6337
+ is_replace_missing:
6338
+ default: false
6339
+ description: Replace missing attribute values with an empty string.
6340
+ type: boolean
6341
+ name:
6342
+ description: Name of the sub-processor.
6343
+ type: string
6344
+ target:
6345
+ description: Target attribute path for the result.
6346
+ example: $targetElem.label
6347
+ type: string
6348
+ template:
6349
+ description: Formula with one or more attributes and raw text.
6350
+ example: item-%{$sourceElem.id}
6351
+ type: string
6352
+ type:
6353
+ $ref: "#/components/schemas/LogsStringBuilderProcessorType"
6354
+ required:
6355
+ - template
6356
+ - target
6357
+ - type
6358
+ type: object
6359
+ LogsArrayMapSubProcessor:
6360
+ description: |-
6361
+ A sub-processor used inside an array-map processor.
6362
+ Allowed types: `attribute-remapper`, `string-builder-processor`,
6363
+ `arithmetic-processor`, `category-processor`.
6364
+ oneOf:
6365
+ - $ref: "#/components/schemas/LogsArrayMapAttributeRemapper"
6366
+ - $ref: "#/components/schemas/LogsArrayMapArithmeticSubProcessor"
6367
+ - $ref: "#/components/schemas/LogsArrayMapStringBuilderSubProcessor"
6368
+ - $ref: "#/components/schemas/LogsArrayMapCategorySubProcessor"
5803
6369
  LogsArrayProcessor:
5804
6370
  description: |-
5805
6371
  A processor for extracting, aggregating, or transforming values from JSON arrays within your logs.
@@ -6215,6 +6781,38 @@ components:
6215
6781
  type: string
6216
6782
  x-enum-varnames:
6217
6783
  - DECODER_PROCESSOR
6784
+ LogsExcludeAttributeProcessor:
6785
+ description: |-
6786
+ Use this processor to remove an attribute from a log during processing.
6787
+ The processor strips the specified attribute from the log event, which is useful
6788
+ when the attribute contains sensitive data or is no longer needed downstream.
6789
+ properties:
6790
+ attribute_to_exclude:
6791
+ description: Name of the log attribute to remove from the log event.
6792
+ example: foo
6793
+ type: string
6794
+ is_enabled:
6795
+ default: false
6796
+ description: Whether or not the processor is enabled.
6797
+ type: boolean
6798
+ name:
6799
+ description: Name of the processor.
6800
+ type: string
6801
+ type:
6802
+ $ref: "#/components/schemas/LogsExcludeAttributeProcessorType"
6803
+ required:
6804
+ - type
6805
+ - attribute_to_exclude
6806
+ type: object
6807
+ LogsExcludeAttributeProcessorType:
6808
+ default: exclude-attribute
6809
+ description: Type of logs exclude attribute processor.
6810
+ enum:
6811
+ - exclude-attribute
6812
+ example: exclude-attribute
6813
+ type: string
6814
+ x-enum-varnames:
6815
+ - EXCLUDE_ATTRIBUTE
6218
6816
  LogsExclusion:
6219
6817
  description: Represents the index exclusion filter object from configuration API.
6220
6818
  properties:
@@ -6822,6 +7420,8 @@ components:
6822
7420
  - $ref: "#/components/schemas/LogsArrayProcessor"
6823
7421
  - $ref: "#/components/schemas/LogsDecoderProcessor"
6824
7422
  - $ref: "#/components/schemas/LogsSchemaProcessor"
7423
+ - $ref: "#/components/schemas/LogsExcludeAttributeProcessor"
7424
+ - $ref: "#/components/schemas/LogsArrayMapProcessor"
6825
7425
  LogsQueryCompute:
6826
7426
  description: Define computation for a log query.
6827
7427
  properties:
@@ -8069,6 +8669,36 @@ components:
8069
8669
  - data_source
8070
8670
  - query
8071
8671
  type: object
8672
+ MonitorFormulaAndFunctionDataJobsQueryDefinition:
8673
+ description: A formula and functions data jobs query.
8674
+ properties:
8675
+ job_type:
8676
+ description: |-
8677
+ The type of job being monitored. Valid values include:
8678
+ `databricks.job`, `spark.application`, `airflow.dag`,
8679
+ `dbt.job`, `dbt.model`, `dbt.test`, `glue.job`.
8680
+ Custom job types are supported with the `custom.ol.` prefix.
8681
+ example: "databricks.job"
8682
+ type: string
8683
+ jobs_query:
8684
+ description: Filter expression used to select the jobs to monitor.
8685
+ example: "job_name:smoke*"
8686
+ type: string
8687
+ name:
8688
+ description: Name of the query for use in formulas. Must be `run_query`.
8689
+ example: "run_query"
8690
+ type: string
8691
+ query_dialect:
8692
+ description: |-
8693
+ Query dialect for data jobs queries. Currently only `metric` is supported.
8694
+ example: "metric"
8695
+ type: string
8696
+ required:
8697
+ - name
8698
+ - jobs_query
8699
+ - job_type
8700
+ - query_dialect
8701
+ type: object
8072
8702
  MonitorFormulaAndFunctionDataQualityDataSource:
8073
8703
  description: Data source for data quality queries.
8074
8704
  enum:
@@ -8240,6 +8870,10 @@ components:
8240
8870
  description: The name assigned to this aggregation, when multiple aggregations are defined for a query.
8241
8871
  example: "compute_result"
8242
8872
  type: string
8873
+ source:
8874
+ description: Source reference for composite query payloads.
8875
+ example: "filter_query"
8876
+ type: string
8243
8877
  required:
8244
8878
  - aggregation
8245
8879
  type: object
@@ -8267,6 +8901,10 @@ components:
8267
8901
  type: integer
8268
8902
  sort:
8269
8903
  $ref: "#/components/schemas/MonitorFormulaAndFunctionEventQueryGroupBySort"
8904
+ source:
8905
+ description: Source reference for composite query payloads.
8906
+ example: "filter_query"
8907
+ type: string
8270
8908
  required:
8271
8909
  - facet
8272
8910
  type: object
@@ -8375,6 +9013,7 @@ components:
8375
9013
  - $ref: "#/components/schemas/MonitorFormulaAndFunctionEventQueryDefinition"
8376
9014
  - $ref: "#/components/schemas/MonitorFormulaAndFunctionCostQueryDefinition"
8377
9015
  - $ref: "#/components/schemas/MonitorFormulaAndFunctionDataQualityQueryDefinition"
9016
+ - $ref: "#/components/schemas/MonitorFormulaAndFunctionDataJobsQueryDefinition"
8378
9017
  - $ref: "#/components/schemas/MonitorFormulaAndFunctionAggregateAugmentedQueryDefinition"
8379
9018
  - $ref: "#/components/schemas/MonitorFormulaAndFunctionAggregateFilteredQueryDefinition"
8380
9019
  MonitorFormulaAndFunctionReferenceTableColumn:
@@ -9157,11 +9796,19 @@ components:
9157
9796
  description: The monitor `CRITICAL` threshold.
9158
9797
  format: double
9159
9798
  type: number
9799
+ critical_query:
9800
+ description: Query evaluated as a dynamic `CRITICAL` threshold. Only supported on metric monitors with a formula query and options['variables']. Cannot be combined with static thresholds. This field is in preview.
9801
+ example: 'formula("2 * query1").rollup("avg").last("6mo")'
9802
+ type: string
9160
9803
  critical_recovery:
9161
9804
  description: The monitor `CRITICAL` recovery threshold.
9162
9805
  format: double
9163
9806
  nullable: true
9164
9807
  type: number
9808
+ critical_recovery_query:
9809
+ description: Query evaluated as a dynamic `CRITICAL` recovery threshold. Only supported on metric monitors with a formula query and options['variables']. Cannot be combined with static thresholds. This field is in preview.
9810
+ example: 'formula("1.5 * query1").rollup("avg").last("3mo")'
9811
+ type: string
9165
9812
  ok:
9166
9813
  description: The monitor `OK` threshold.
9167
9814
  format: double
@@ -9207,6 +9854,7 @@ components:
9207
9854
  - "cost alert"
9208
9855
  - "data-quality alert"
9209
9856
  - "network-path alert"
9857
+ - "data-jobs alert"
9210
9858
  example: "query alert"
9211
9859
  type: string
9212
9860
  x-enum-varnames:
@@ -9231,6 +9879,7 @@ components:
9231
9879
  - COST_ALERT
9232
9880
  - DATA_QUALITY_ALERT
9233
9881
  - NETWORK_PATH_ALERT
9882
+ - DATA_JOBS_ALERT
9234
9883
  MonitorUpdateRequest:
9235
9884
  description: Object describing a monitor update request.
9236
9885
  properties:
@@ -9523,6 +10172,10 @@ components:
9523
10172
  - rum_browser_mobile_sessions_percentage
9524
10173
  - ingested_spans_bytes_usage
9525
10174
  - ingested_spans_bytes_percentage
10175
+ - siem_12mo_retention_usage
10176
+ - siem_12mo_retention_percentage
10177
+ - siem_6mo_retention_usage
10178
+ - siem_6mo_retention_percentage
9526
10179
  - siem_analyzed_logs_add_on_usage
9527
10180
  - siem_analyzed_logs_add_on_percentage
9528
10181
  - siem_ingested_bytes_usage
@@ -9692,6 +10345,10 @@ components:
9692
10345
  - RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE
9693
10346
  - INGESTED_SPANS_BYTES_USAGE
9694
10347
  - INGESTED_SPANS_BYTES_PERCENTAGE
10348
+ - SIEM_12MO_RETENTION_USAGE
10349
+ - SIEM_12MO_RETENTION_PERCENTAGE
10350
+ - SIEM_6MO_RETENTION_USAGE
10351
+ - SIEM_6MO_RETENTION_PERCENTAGE
9695
10352
  - SIEM_ANALYZED_LOGS_ADD_ON_USAGE
9696
10353
  - SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE
9697
10354
  - SIEM_INGESTED_BYTES_USAGE
@@ -10321,6 +10978,22 @@ components:
10321
10978
  description: The total Serverless Apps usage by tag(s).
10322
10979
  format: double
10323
10980
  type: number
10981
+ siem_12mo_retention_percentage:
10982
+ description: The percentage of Cloud SIEM Indexed Logs (12-month retention) usage by tag(s).
10983
+ format: double
10984
+ type: number
10985
+ siem_12mo_retention_usage:
10986
+ description: The Cloud SIEM Indexed Logs (12-month retention) usage by tag(s).
10987
+ format: double
10988
+ type: number
10989
+ siem_6mo_retention_percentage:
10990
+ description: The percentage of Cloud SIEM Indexed Logs (6-month retention) usage by tag(s).
10991
+ format: double
10992
+ type: number
10993
+ siem_6mo_retention_usage:
10994
+ description: The Cloud SIEM Indexed Logs (6-month retention) usage by tag(s).
10995
+ format: double
10996
+ type: number
10324
10997
  siem_analyzed_logs_add_on_percentage:
10325
10998
  description: The percentage of log events analyzed by Cloud SIEM usage by tag(s).
10326
10999
  format: double
@@ -11954,6 +12627,43 @@ components:
11954
12627
  x-enum-varnames:
11955
12628
  - ASC
11956
12629
  - DESC
12630
+ QueryValueWidgetComparison:
12631
+ description: A change indicator that compares the current value to a historical period.
12632
+ properties:
12633
+ directionality:
12634
+ $ref: "#/components/schemas/QueryValueWidgetComparisonDirectionality"
12635
+ description: Which direction of change is considered an improvement, determining the indicator color.
12636
+ duration:
12637
+ $ref: "#/components/schemas/ComparisonDuration"
12638
+ type:
12639
+ $ref: "#/components/schemas/QueryValueWidgetComparisonType"
12640
+ required:
12641
+ - duration
12642
+ type: object
12643
+ QueryValueWidgetComparisonDirectionality:
12644
+ default: neutral
12645
+ description: "Color-coding direction: `increase_better` (green on rise), `decrease_better` (green on drop), or `neutral` (no color)."
12646
+ enum:
12647
+ - increase_better
12648
+ - decrease_better
12649
+ - neutral
12650
+ type: string
12651
+ x-enum-varnames:
12652
+ - INCREASE_BETTER
12653
+ - DECREASE_BETTER
12654
+ - NEUTRAL
12655
+ QueryValueWidgetComparisonType:
12656
+ default: absolute
12657
+ description: "How the delta is expressed: `absolute` (raw difference), `relative` (percentage), or `both`."
12658
+ enum:
12659
+ - absolute
12660
+ - relative
12661
+ - both
12662
+ type: string
12663
+ x-enum-varnames:
12664
+ - ABSOLUTE
12665
+ - RELATIVE
12666
+ - BOTH
11957
12667
  QueryValueWidgetDefinition:
11958
12668
  description: Query values display the current value of a given metric, APM, or log query.
11959
12669
  properties:
@@ -12025,6 +12735,9 @@ components:
12025
12735
  $ref: "#/components/schemas/LogQueryDefinition"
12026
12736
  deprecated: true
12027
12737
  description: Deprecated - Use `queries` and `formulas` instead.
12738
+ comparison:
12739
+ $ref: "#/components/schemas/QueryValueWidgetComparison"
12740
+ description: Displays a change indicator showing a delta against a historical baseline.
12028
12741
  conditional_formats:
12029
12742
  description: List of conditional formats.
12030
12743
  items:
@@ -12649,13 +13362,16 @@ components:
12649
13362
  type: object
12650
13363
  SLOCorrectionCreateRequest:
12651
13364
  description: |-
12652
- An object that defines a correction to be applied to an SLO.
13365
+ An object that defines a correction to be applied to one or more SLOs.
12653
13366
  properties:
12654
13367
  data:
12655
13368
  $ref: "#/components/schemas/SLOCorrectionCreateData"
12656
13369
  type: object
12657
13370
  SLOCorrectionCreateRequestAttributes:
12658
- description: The attribute object associated with the SLO correction to be created.
13371
+ description: |-
13372
+ The attribute object associated with the SLO correction to be created.
13373
+
13374
+ Exactly one of `slo_id` or `slo_query` must be provided.
12659
13375
  properties:
12660
13376
  category:
12661
13377
  $ref: "#/components/schemas/SLOCorrectionCategory"
@@ -12679,9 +13395,16 @@ components:
12679
13395
  example: FREQ=DAILY;INTERVAL=10;COUNT=5
12680
13396
  type: string
12681
13397
  slo_id:
12682
- description: ID of the SLO that this correction applies to.
13398
+ description: ID of the single SLO that this correction applies to.
12683
13399
  example: sloId
12684
13400
  type: string
13401
+ slo_query:
13402
+ description: |-
13403
+ Query that matches the SLOs this correction applies to.
13404
+ The query uses the [Events search syntax](https://docs.datadoghq.com/events/explorer/searching/)
13405
+ and can filter SLOs by SLO tags.
13406
+ example: "env:prod service:checkout"
13407
+ type: string
12685
13408
  start:
12686
13409
  description: Starting time of the correction in epoch seconds.
12687
13410
  example: 1600000000
@@ -12692,7 +13415,6 @@ components:
12692
13415
  example: UTC
12693
13416
  type: string
12694
13417
  required:
12695
- - slo_id
12696
13418
  - start
12697
13419
  - category
12698
13420
  type: object
@@ -12756,7 +13478,12 @@ components:
12756
13478
  nullable: true
12757
13479
  type: string
12758
13480
  slo_id:
12759
- description: ID of the SLO that this correction applies to.
13481
+ description: ID of the single SLO that this correction applies to.
13482
+ nullable: true
13483
+ type: string
13484
+ slo_query:
13485
+ description: Query that matches the SLOs this correction applies to.
13486
+ nullable: true
12760
13487
  type: string
12761
13488
  start:
12762
13489
  description: Starting time of the correction in epoch seconds.
@@ -12828,6 +13555,13 @@ components:
12828
13555
  are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.
12829
13556
  example: FREQ=DAILY;INTERVAL=10;COUNT=5
12830
13557
  type: string
13558
+ slo_query:
13559
+ description: |-
13560
+ Query that matches the SLOs this correction applies to.
13561
+ The query uses the [Events search syntax](https://docs.datadoghq.com/events/explorer/searching/)
13562
+ and can filter SLOs by SLO tags.
13563
+ example: "env:prod service:checkout"
13564
+ type: string
12831
13565
  start:
12832
13566
  description: Starting time of the correction in epoch seconds.
12833
13567
  example: 1600000000
@@ -16268,6 +17002,7 @@ components:
16268
17002
  - udp
16269
17003
  - icmp
16270
17004
  - websocket
17005
+ - mcp
16271
17006
  example: http
16272
17007
  type: string
16273
17008
  x-enum-varnames:
@@ -16279,6 +17014,7 @@ components:
16279
17014
  - UDP
16280
17015
  - ICMP
16281
17016
  - WEBSOCKET
17017
+ - MCP
16282
17018
  SyntheticsAPITestType:
16283
17019
  default: "api"
16284
17020
  description: Type of the Synthetic test, `api`.
@@ -16401,6 +17137,8 @@ components:
16401
17137
  - $ref: "#/components/schemas/SyntheticsAssertionJSONSchemaTarget"
16402
17138
  - $ref: "#/components/schemas/SyntheticsAssertionXPathTarget"
16403
17139
  - $ref: "#/components/schemas/SyntheticsAssertionJavascript"
17140
+ - $ref: "#/components/schemas/SyntheticsAssertionMCPServerCapabilitiesTarget"
17141
+ - $ref: "#/components/schemas/SyntheticsAssertionMCPRespectsSpecification"
16404
17142
  SyntheticsAssertionBodyHashOperator:
16405
17143
  description: Assertion operator to apply.
16406
17144
  enum:
@@ -16536,6 +17274,49 @@ components:
16536
17274
  type: string
16537
17275
  x-enum-varnames:
16538
17276
  - JAVASCRIPT
17277
+ SyntheticsAssertionMCPRespectsSpecification:
17278
+ description: An assertion that verifies the MCP server response respects the MCP specification.
17279
+ properties:
17280
+ type:
17281
+ $ref: "#/components/schemas/SyntheticsAssertionMCPRespectsSpecificationType"
17282
+ required:
17283
+ - type
17284
+ type: object
17285
+ SyntheticsAssertionMCPRespectsSpecificationType:
17286
+ description: Type of the assertion.
17287
+ enum:
17288
+ - mcpRespectsSpecification
17289
+ example: mcpRespectsSpecification
17290
+ type: string
17291
+ x-enum-varnames:
17292
+ - MCP_RESPECTS_SPECIFICATION
17293
+ SyntheticsAssertionMCPServerCapabilitiesTarget:
17294
+ description: An assertion that checks that an MCP server advertises the expected capabilities.
17295
+ properties:
17296
+ operator:
17297
+ $ref: "#/components/schemas/SyntheticsAssertionOperator"
17298
+ target:
17299
+ description: List of MCP server capabilities to assert against.
17300
+ example:
17301
+ - completions
17302
+ items:
17303
+ $ref: "#/components/schemas/SyntheticsMCPServerCapability"
17304
+ type: array
17305
+ type:
17306
+ $ref: "#/components/schemas/SyntheticsAssertionMCPServerCapabilitiesType"
17307
+ required:
17308
+ - type
17309
+ - operator
17310
+ - target
17311
+ type: object
17312
+ SyntheticsAssertionMCPServerCapabilitiesType:
17313
+ description: Type of the assertion.
17314
+ enum:
17315
+ - mcpServerCapabilities
17316
+ example: mcpServerCapabilities
17317
+ type: string
17318
+ x-enum-varnames:
17319
+ - MCP_SERVER_CAPABILITIES
16539
17320
  SyntheticsAssertionOperator:
16540
17321
  description: Assertion operator to apply.
16541
17322
  enum:
@@ -16638,6 +17419,8 @@ components:
16638
17419
  - connection
16639
17420
  - multiNetworkHop
16640
17421
  - jitter
17422
+ - mcpToolNameLength
17423
+ - mcpToolCount
16641
17424
  example: statusCode
16642
17425
  type: string
16643
17426
  x-enum-varnames:
@@ -16662,6 +17445,8 @@ components:
16662
17445
  - CONNECTION
16663
17446
  - MULTI_NETWORK_HOP
16664
17447
  - JITTER
17448
+ - MCP_TOOL_NAME_LENGTH
17449
+ - MCP_TOOL_COUNT
16665
17450
  SyntheticsAssertionXPathOperator:
16666
17451
  description: Assertion operator to apply.
16667
17452
  enum:
@@ -16708,6 +17493,7 @@ components:
16708
17493
  - $ref: "#/components/schemas/SyntheticsBasicAuthDigest"
16709
17494
  - $ref: "#/components/schemas/SyntheticsBasicAuthOauthClient"
16710
17495
  - $ref: "#/components/schemas/SyntheticsBasicAuthOauthROP"
17496
+ - $ref: "#/components/schemas/SyntheticsBasicAuthJWT"
16711
17497
  SyntheticsBasicAuthDigest:
16712
17498
  description: Object to handle digest authentication when performing the test.
16713
17499
  properties:
@@ -16735,6 +17521,78 @@ components:
16735
17521
  type: string
16736
17522
  x-enum-varnames:
16737
17523
  - DIGEST
17524
+ SyntheticsBasicAuthJWT:
17525
+ description: Object to handle JWT authentication when performing the test.
17526
+ properties:
17527
+ addClaims:
17528
+ $ref: "#/components/schemas/SyntheticsBasicAuthJWTAddClaims"
17529
+ algorithm:
17530
+ $ref: "#/components/schemas/SyntheticsBasicAuthJWTAlgorithm"
17531
+ expiresIn:
17532
+ description: Token time-to-live in seconds.
17533
+ example: 3600
17534
+ format: int64
17535
+ minimum: 1
17536
+ type: integer
17537
+ header:
17538
+ description: Custom JWT header as a JSON string.
17539
+ example: '{"kid": "my-key-id"}'
17540
+ type: string
17541
+ payload:
17542
+ description: JWT claims as a JSON string.
17543
+ example: '{"sub": "1234567890", "name": "John Doe"}'
17544
+ type: string
17545
+ secret:
17546
+ description: |-
17547
+ Signing key for the JWT authentication. Use the shared secret for `HS256`
17548
+ or the private key (PEM format) for `RS256` and `ES256`.
17549
+ example: "mysecretkey"
17550
+ type: string
17551
+ tokenPrefix:
17552
+ description: Prefix added before the token in the `Authorization` header. Defaults to `Bearer`.
17553
+ example: "Bearer"
17554
+ type: string
17555
+ type:
17556
+ $ref: "#/components/schemas/SyntheticsBasicAuthJWTType"
17557
+ required:
17558
+ - algorithm
17559
+ - payload
17560
+ - secret
17561
+ - type
17562
+ type: object
17563
+ SyntheticsBasicAuthJWTAddClaims:
17564
+ description: Standard JWT claims to automatically inject.
17565
+ properties:
17566
+ exp:
17567
+ description: Whether to inject the `exp` (expiration) claim.
17568
+ example: true
17569
+ type: boolean
17570
+ iat:
17571
+ description: Whether to inject the `iat` (issued at) claim.
17572
+ example: true
17573
+ type: boolean
17574
+ type: object
17575
+ SyntheticsBasicAuthJWTAlgorithm:
17576
+ description: Algorithm to use for the JWT authentication.
17577
+ enum:
17578
+ - HS256
17579
+ - RS256
17580
+ - ES256
17581
+ example: "HS256"
17582
+ type: string
17583
+ x-enum-varnames:
17584
+ - HS256
17585
+ - RS256
17586
+ - ES256
17587
+ SyntheticsBasicAuthJWTType:
17588
+ default: "jwt"
17589
+ description: The type of authentication to use when performing the test.
17590
+ enum:
17591
+ - jwt
17592
+ example: "jwt"
17593
+ type: string
17594
+ x-enum-varnames:
17595
+ - JWT
16738
17596
  SyntheticsBasicAuthNTLM:
16739
17597
  description: Object to handle `NTLM` authentication when performing the test.
16740
17598
  properties:
@@ -17970,6 +18828,31 @@ components:
17970
18828
  $ref: "#/components/schemas/SyntheticsLocation"
17971
18829
  type: array
17972
18830
  type: object
18831
+ SyntheticsMCPProtocolVersion:
18832
+ description: The MCP protocol version used by the step. See https://modelcontextprotocol.io/specification.
18833
+ enum:
18834
+ - "2025-06-18"
18835
+ example: "2025-06-18"
18836
+ type: string
18837
+ x-enum-varnames:
18838
+ - VERSION_2025_06_18
18839
+ SyntheticsMCPServerCapability:
18840
+ description: A capability advertised by an MCP server.
18841
+ enum:
18842
+ - completions
18843
+ - experimental
18844
+ - logging
18845
+ - prompts
18846
+ - resources
18847
+ - tools
18848
+ type: string
18849
+ x-enum-varnames:
18850
+ - COMPLETIONS
18851
+ - EXPERIMENTAL
18852
+ - LOGGING
18853
+ - PROMPTS
18854
+ - RESOURCES
18855
+ - TOOLS
17973
18856
  SyntheticsMobileStep:
17974
18857
  description: The steps used in a Synthetic mobile test.
17975
18858
  properties:
@@ -18859,15 +19742,24 @@ components:
18859
19742
  - UPLOAD_FILES
18860
19743
  - WAIT
18861
19744
  SyntheticsTestCallType:
18862
- description: The type of gRPC call to perform.
19745
+ description: |-
19746
+ The type of call to perform. Used by gRPC steps (`healthcheck`, `unary`)
19747
+ and MCP steps (`init`, `tool_list`, `tool_call`). Valid values depend on
19748
+ the parent step's `subtype`.
18863
19749
  enum:
18864
19750
  - healthcheck
18865
19751
  - unary
19752
+ - init
19753
+ - tool_list
19754
+ - tool_call
18866
19755
  example: unary
18867
19756
  type: string
18868
19757
  x-enum-varnames:
18869
19758
  - HEALTHCHECK
18870
19759
  - UNARY
19760
+ - INIT
19761
+ - TOOL_LIST
19762
+ - TOOL_CALL
18871
19763
  SyntheticsTestCiOptions:
18872
19764
  description: CI/CD options for a Synthetic test.
18873
19765
  properties:
@@ -19088,6 +19980,9 @@ components:
19088
19980
  description: A URL pattern to block during the Synthetic test.
19089
19981
  type: string
19090
19982
  type: array
19983
+ captureNetworkPayloads:
19984
+ description: Capture HTTP request/response headers and bodies for Fetch/XHR calls made during browser tests.
19985
+ type: boolean
19091
19986
  checkCertificateRevocation:
19092
19987
  description: |-
19093
19988
  For SSL tests, whether or not the test should fail on revoked certificate in stapled OCSP.
@@ -19368,6 +20263,8 @@ components:
19368
20263
  isMessageBase64Encoded:
19369
20264
  description: Whether the message is base64 encoded.
19370
20265
  type: boolean
20266
+ mcpProtocolVersion:
20267
+ $ref: "#/components/schemas/SyntheticsMCPProtocolVersion"
19371
20268
  message:
19372
20269
  description: Message to send for UDP or WebSocket tests.
19373
20270
  type: string
@@ -19412,6 +20309,14 @@ components:
19412
20309
  description: Timeout in seconds for the test.
19413
20310
  format: double
19414
20311
  type: number
20312
+ toolArgs:
20313
+ additionalProperties: {}
20314
+ description: Arguments to pass to the MCP tool. Free-form object whose shape depends on the tool. Used when `callType` is `tool_call`.
20315
+ type: object
20316
+ toolName:
20317
+ description: The name of the MCP tool to call. Required when `callType` is `tool_call`.
20318
+ example: search
20319
+ type: string
19415
20320
  url:
19416
20321
  description: URL to perform the test with.
19417
20322
  example: "https://example.com"
@@ -22093,12 +22998,49 @@ components:
22093
22998
  $ref: "#/components/schemas/UsageSpecifiedCustomReportsMeta"
22094
22999
  type: object
22095
23000
  UsageSummaryDate:
22096
- description: Response with hourly report of all data billed by Datadog all organizations.
23001
+ description: |-
23002
+ Response with hourly report of all data billed by Datadog for all organizations.
23003
+
23004
+ For SDK users only: all fields at this response level are accessible through the
23005
+ `additionalProperties` map. Existing typed-field getters are unchanged. New billing
23006
+ 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)
23008
+ to enumerate every available key.
22097
23009
  properties:
22098
23010
  agent_host_top99p:
22099
23011
  description: Shows the 99th percentile of all agent hosts over all hours in the current date for all organizations.
22100
23012
  format: int64
22101
23013
  type: integer
23014
+ 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.
23018
+ format: int64
23019
+ type: integer
23020
+ 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.
23024
+ format: int64
23025
+ type: integer
23026
+ 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.
23030
+ format: int64
23031
+ type: integer
23032
+ 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.
23036
+ format: int64
23037
+ type: integer
23038
+ 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.
23042
+ format: int64
23043
+ type: integer
22102
23044
  apm_azure_app_service_host_top99p:
22103
23045
  description: Shows the 99th percentile of all Azure app services using APM over all hours in the current date all organizations.
22104
23046
  format: int64
@@ -22140,6 +23082,10 @@ components:
22140
23082
  description: Shows the number of organizations that had Audit Trail enabled in the current date.
22141
23083
  format: int64
22142
23084
  type: integer
23085
+ audit_trail_event_forwarding_events_sum:
23086
+ description: Shows the sum of all Audit Trail event forwarding events over all hours in the current date for all organizations.
23087
+ format: int64
23088
+ type: integer
22143
23089
  avg_profiled_fargate_tasks:
22144
23090
  description: The average total count for Fargate Container Profiler over all hours in the current date for all organizations.
22145
23091
  format: int64
@@ -22290,6 +23236,10 @@ components:
22290
23236
  description: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
22291
23237
  format: int64
22292
23238
  type: integer
23239
+ cloud_siem_indexed_logs_sum:
23240
+ description: Shows the sum of all Cloud SIEM Indexed Logs over all hours in the current date for the given org.
23241
+ format: int64
23242
+ type: integer
22293
23243
  code_analysis_sa_committers_hwm:
22294
23244
  description: Shows the high-water mark of all Static Analysis committers over all hours in the current date for the given org.
22295
23245
  format: int64
@@ -22358,6 +23308,14 @@ components:
22358
23308
  description: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
22359
23309
  format: int64
22360
23310
  type: integer
23311
+ csm_host_pro_hosts_agentless_scanners_sum:
23312
+ description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
23313
+ format: int64
23314
+ type: integer
23315
+ csm_host_pro_hosts_agentless_scanners_top99p:
23316
+ description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
23317
+ format: int64
23318
+ type: integer
22361
23319
  csm_host_pro_oci_host_count_top99p:
22362
23320
  description: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current date for the given org.
22363
23321
  format: int64
@@ -22390,6 +23348,14 @@ components:
22390
23348
  description: Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current date for all organizations.
22391
23349
  format: int64
22392
23350
  type: integer
23351
+ cspm_hosts_agentless_scanners_sum:
23352
+ description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for all organizations.
23353
+ format: int64
23354
+ type: integer
23355
+ cspm_hosts_agentless_scanners_top99p:
23356
+ description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for all organizations.
23357
+ format: int64
23358
+ type: integer
22393
23359
  custom_ts_avg:
22394
23360
  description: Shows the average number of distinct custom metrics over all hours in the current date for all organizations.
22395
23361
  format: int64
@@ -22410,6 +23376,14 @@ components:
22410
23376
  description: Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org.
22411
23377
  format: int64
22412
23378
  type: integer
23379
+ data_stream_monitoring_host_count_sum:
23380
+ description: Shows the sum of all Data Streams Monitoring hosts over all hours in the current date for all organizations.
23381
+ format: int64
23382
+ type: integer
23383
+ data_stream_monitoring_host_count_top99p:
23384
+ description: Shows the 99th percentile of all Data Streams Monitoring hosts over all hours in the current date for all organizations.
23385
+ format: int64
23386
+ type: integer
22413
23387
  date:
22414
23388
  description: The date for the usage.
22415
23389
  format: date-time
@@ -22422,6 +23396,12 @@ components:
22422
23396
  description: Shows the average of all normalized Database Monitoring queries over all hours in the current date for all organizations.
22423
23397
  format: int64
22424
23398
  type: integer
23399
+ 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.
23403
+ format: int64
23404
+ type: integer
22425
23405
  eph_infra_host_agent_sum:
22426
23406
  description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org.
22427
23407
  format: int64
@@ -22598,6 +23578,190 @@ components:
22598
23578
  description: Shows the sum of all log events indexed over all hours in the current date for all organizations.
22599
23579
  format: int64
22600
23580
  type: integer
23581
+ indexed_points_sum:
23582
+ description: Shows the sum of all indexed custom metrics points over all hours in the current date for all organizations.
23583
+ format: int64
23584
+ type: integer
23585
+ 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.
23589
+ format: int64
23590
+ type: integer
23591
+ 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.
23595
+ format: int64
23596
+ type: integer
23597
+ 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.
23601
+ format: int64
23602
+ type: integer
23603
+ 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.
23607
+ format: int64
23608
+ type: integer
23609
+ 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.
23613
+ format: int64
23614
+ type: integer
23615
+ 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.
23619
+ format: int64
23620
+ type: integer
23621
+ 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.
23625
+ format: int64
23626
+ type: integer
23627
+ 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.
23631
+ format: int64
23632
+ type: integer
23633
+ 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.
23637
+ format: int64
23638
+ type: integer
23639
+ 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.
23643
+ format: int64
23644
+ type: integer
23645
+ 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.
23649
+ format: int64
23650
+ type: integer
23651
+ 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.
23655
+ format: int64
23656
+ type: integer
23657
+ 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.
23661
+ format: int64
23662
+ type: integer
23663
+ 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.
23667
+ format: int64
23668
+ type: integer
23669
+ 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.
23673
+ format: int64
23674
+ type: integer
23675
+ 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.
23679
+ format: int64
23680
+ type: integer
23681
+ 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.
23685
+ format: int64
23686
+ type: integer
23687
+ 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.
23691
+ format: int64
23692
+ type: integer
23693
+ 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.
23697
+ format: int64
23698
+ type: integer
23699
+ 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.
23703
+ format: int64
23704
+ type: integer
23705
+ 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.
23709
+ format: int64
23710
+ type: integer
23711
+ 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.
23715
+ format: int64
23716
+ type: integer
23717
+ 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.
23721
+ format: int64
23722
+ type: integer
23723
+ 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.
23727
+ format: int64
23728
+ type: integer
23729
+ 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.
23733
+ format: int64
23734
+ type: integer
23735
+ 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.
23739
+ format: int64
23740
+ type: integer
23741
+ 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.
23745
+ format: int64
23746
+ type: integer
23747
+ 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.
23751
+ format: int64
23752
+ type: integer
23753
+ 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.
23757
+ format: int64
23758
+ type: integer
23759
+ 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.
23763
+ format: int64
23764
+ type: integer
22601
23765
  infra_edge_monitoring_devices_top99p:
22602
23766
  description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
22603
23767
  format: int64
@@ -22622,10 +23786,22 @@ components:
22622
23786
  description: Shows the average number of storage management objects over all hours in the current date for all organizations.
22623
23787
  format: int64
22624
23788
  type: integer
23789
+ ingest_points_sum:
23790
+ description: Shows the sum of all ingested custom metrics points over all hours in the current date for all organizations.
23791
+ format: int64
23792
+ type: integer
22625
23793
  ingested_events_bytes_sum:
22626
23794
  description: Shows the sum of all log bytes ingested over all hours in the current date for all organizations.
22627
23795
  format: int64
22628
23796
  type: integer
23797
+ iot_apm_host_sum:
23798
+ description: Shows the sum of all Application Performance Monitoring IoT hosts over all hours in the current date for all organizations.
23799
+ format: int64
23800
+ type: integer
23801
+ iot_apm_host_top99p:
23802
+ description: Shows the 99th percentile of all Application Performance Monitoring IoT hosts over all hours in the current date for all organizations.
23803
+ format: int64
23804
+ type: integer
22629
23805
  iot_device_sum:
22630
23806
  description: Shows the sum of all IoT devices over all hours in the current date for all organizations.
22631
23807
  format: int64
@@ -22634,6 +23810,22 @@ components:
22634
23810
  description: Shows the 99th percentile of all IoT devices over all hours in the current date all organizations.
22635
23811
  format: int64
22636
23812
  type: integer
23813
+ llm_observability_15day_retention_spans_sum:
23814
+ description: Shows the sum of all LLM Observability 15-day retention spans over all hours in the current date for all organizations.
23815
+ format: int64
23816
+ type: integer
23817
+ llm_observability_30day_retention_spans_sum:
23818
+ description: Shows the sum of all LLM Observability 30-day retention spans over all hours in the current date for all organizations.
23819
+ format: int64
23820
+ type: integer
23821
+ llm_observability_60day_retention_spans_sum:
23822
+ description: Shows the sum of all LLM Observability 60-day retention spans over all hours in the current date for all organizations.
23823
+ format: int64
23824
+ type: integer
23825
+ llm_observability_90day_retention_spans_sum:
23826
+ description: Shows the sum of all LLM Observability 90-day retention spans over all hours in the current date for all organizations.
23827
+ format: int64
23828
+ type: integer
22637
23829
  llm_observability_min_spend_sum:
22638
23830
  description: Sum of all LLM observability minimum spend over all hours in the current date for all organizations.
22639
23831
  format: int64
@@ -22642,6 +23834,14 @@ components:
22642
23834
  description: Sum of all LLM observability sessions over all hours in the current date for all organizations.
22643
23835
  format: int64
22644
23836
  type: integer
23837
+ logs_archive_search_gb_scanned_sum:
23838
+ description: Shows the sum of all Logs Archive Search scanned data over all hours in the current date for all organizations.
23839
+ format: int64
23840
+ type: integer
23841
+ metric_names_sum:
23842
+ description: Shows the sum of all custom metric names over all hours in the current date for all organizations.
23843
+ format: int64
23844
+ type: integer
22645
23845
  mobile_rum_lite_session_count_sum:
22646
23846
  deprecated: true
22647
23847
  description: Shows the sum of all mobile lite sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
@@ -22978,6 +24178,10 @@ components:
22978
24178
  description: Shows the average number of Serverless Apps for Azure Web App instances for the current date for all organizations.
22979
24179
  format: int64
22980
24180
  type: integer
24181
+ serverless_apps_dsm_fargate_tasks_avg:
24182
+ description: Shows the average number of DSM Fargate ECS tasks monitored under Serverless Apps DSM for the current date for all organizations.
24183
+ format: int64
24184
+ type: integer
22981
24185
  serverless_apps_ecs_avg:
22982
24186
  description: Shows the average number of Serverless Apps for Elastic Container Service for the current date for all organizations.
22983
24187
  format: int64
@@ -23034,10 +24238,26 @@ components:
23034
24238
  description: Shows the average number of Serverless Apps for Azure and Google Cloud for the given date and given org.
23035
24239
  format: int64
23036
24240
  type: integer
24241
+ siem_12mo_retention_sum:
24242
+ description: Shows the sum of Cloud SIEM Indexed Logs (12-month retention) over all hours in the current date for the given org.
24243
+ format: int64
24244
+ type: integer
24245
+ siem_6mo_retention_sum:
24246
+ description: Shows the sum of Cloud SIEM Indexed Logs (6-month retention) over all hours in the current date for the given org.
24247
+ format: int64
24248
+ type: integer
23037
24249
  siem_analyzed_logs_add_on_count_sum:
23038
24250
  description: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
23039
24251
  format: int64
23040
24252
  type: integer
24253
+ snmp_device_count_sum:
24254
+ description: Shows the sum of all Network Device Monitoring devices over all hours in the current date for all organizations.
24255
+ format: int64
24256
+ type: integer
24257
+ snmp_device_count_top99p:
24258
+ description: Shows the 99th percentile of all Network Device Monitoring devices over all hours in the current date for all organizations.
24259
+ format: int64
24260
+ type: integer
23041
24261
  synthetics_browser_check_calls_count_sum:
23042
24262
  description: Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations.
23043
24263
  format: int64
@@ -23079,8 +24299,16 @@ components:
23079
24299
  format: int64
23080
24300
  type: integer
23081
24301
  type: object
24302
+ x-keep-typed-in-additional-properties: true
23082
24303
  UsageSummaryDateOrg:
23083
- description: Global hourly report of all data billed by Datadog for a given organization.
24304
+ description: |-
24305
+ Global hourly report of all data billed by Datadog for a given organization.
24306
+
24307
+ For SDK users only: all fields at this response level are accessible through the
24308
+ `additionalProperties` map. Existing typed-field getters are unchanged. New billing
24309
+ 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)
24311
+ to enumerate every available key.
23084
24312
  properties:
23085
24313
  account_name:
23086
24314
  description: The account name.
@@ -23092,6 +24320,36 @@ components:
23092
24320
  description: Shows the 99th percentile of all agent hosts over all hours in the current date for the given org.
23093
24321
  format: int64
23094
24322
  type: integer
24323
+ 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.
24327
+ format: int64
24328
+ type: integer
24329
+ 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.
24333
+ format: int64
24334
+ type: integer
24335
+ 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.
24339
+ format: int64
24340
+ type: integer
24341
+ 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.
24345
+ format: int64
24346
+ type: integer
24347
+ 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.
24351
+ format: int64
24352
+ type: integer
23095
24353
  apm_azure_app_service_host_top99p:
23096
24354
  description: Shows the 99th percentile of all Azure app services using APM over all hours in the current date for the given org.
23097
24355
  format: int64
@@ -23133,6 +24391,10 @@ components:
23133
24391
  description: Shows whether Audit Trail is enabled for the current date for the given org.
23134
24392
  format: int64
23135
24393
  type: integer
24394
+ audit_trail_event_forwarding_events_sum:
24395
+ description: Shows the sum of all Audit Trail event forwarding events over all hours in the current date for the given org.
24396
+ format: int64
24397
+ type: integer
23136
24398
  avg_profiled_fargate_tasks:
23137
24399
  description: The average total count for Fargate Container Profiler over all hours in the current month for the given org.
23138
24400
  format: int64
@@ -23283,6 +24545,10 @@ components:
23283
24545
  description: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
23284
24546
  format: int64
23285
24547
  type: integer
24548
+ cloud_siem_indexed_logs_sum:
24549
+ description: Shows the sum of all Cloud SIEM Indexed Logs over all hours in the current date for the given org.
24550
+ format: int64
24551
+ type: integer
23286
24552
  code_analysis_sa_committers_hwm:
23287
24553
  description: Shows the high-water mark of all Static Analysis committers over all hours in the current date for the given org.
23288
24554
  format: int64
@@ -23351,6 +24617,14 @@ components:
23351
24617
  description: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
23352
24618
  format: int64
23353
24619
  type: integer
24620
+ csm_host_pro_hosts_agentless_scanners_sum:
24621
+ description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
24622
+ format: int64
24623
+ type: integer
24624
+ csm_host_pro_hosts_agentless_scanners_top99p:
24625
+ description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
24626
+ format: int64
24627
+ type: integer
23354
24628
  csm_host_pro_oci_host_count_top99p:
23355
24629
  description: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current date for the given org.
23356
24630
  format: int64
@@ -23383,6 +24657,14 @@ components:
23383
24657
  description: Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current date for the given org.
23384
24658
  format: int64
23385
24659
  type: integer
24660
+ cspm_hosts_agentless_scanners_sum:
24661
+ description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
24662
+ format: int64
24663
+ type: integer
24664
+ cspm_hosts_agentless_scanners_top99p:
24665
+ description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
24666
+ format: int64
24667
+ type: integer
23386
24668
  custom_historical_ts_avg:
23387
24669
  description: Shows the average number of distinct historical custom metrics over all hours in the current date for the given org.
23388
24670
  format: int64
@@ -23411,6 +24693,14 @@ components:
23411
24693
  description: Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org.
23412
24694
  format: int64
23413
24695
  type: integer
24696
+ data_stream_monitoring_host_count_sum:
24697
+ description: Shows the sum of all Data Streams Monitoring hosts over all hours in the current date for the given org.
24698
+ format: int64
24699
+ type: integer
24700
+ data_stream_monitoring_host_count_top99p:
24701
+ description: Shows the 99th percentile of all Data Streams Monitoring hosts over all hours in the current date for the given org.
24702
+ format: int64
24703
+ type: integer
23414
24704
  dbm_host_top99p_sum:
23415
24705
  description: Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for the given org.
23416
24706
  format: int64
@@ -23419,6 +24709,12 @@ components:
23419
24709
  description: Shows the average of all distinct Database Monitoring normalized queries over all hours in the current month for the given org.
23420
24710
  format: int64
23421
24711
  type: integer
24712
+ 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.
24716
+ format: int64
24717
+ type: integer
23422
24718
  eph_infra_host_agent_sum:
23423
24719
  description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org.
23424
24720
  format: int64
@@ -23599,6 +24895,190 @@ components:
23599
24895
  description: Shows the sum of all log events indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
23600
24896
  format: int64
23601
24897
  type: integer
24898
+ indexed_points_sum:
24899
+ description: Shows the sum of all indexed custom metrics points over all hours in the current date for the given org.
24900
+ format: int64
24901
+ type: integer
24902
+ 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.
24906
+ format: int64
24907
+ type: integer
24908
+ 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.
24912
+ format: int64
24913
+ type: integer
24914
+ 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.
24918
+ format: int64
24919
+ type: integer
24920
+ 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.
24924
+ format: int64
24925
+ type: integer
24926
+ 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.
24930
+ format: int64
24931
+ type: integer
24932
+ 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.
24936
+ format: int64
24937
+ type: integer
24938
+ 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.
24942
+ format: int64
24943
+ type: integer
24944
+ 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.
24948
+ format: int64
24949
+ type: integer
24950
+ 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.
24954
+ format: int64
24955
+ type: integer
24956
+ 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.
24960
+ format: int64
24961
+ type: integer
24962
+ 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.
24966
+ format: int64
24967
+ type: integer
24968
+ 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.
24972
+ format: int64
24973
+ type: integer
24974
+ 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.
24978
+ format: int64
24979
+ type: integer
24980
+ 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.
24984
+ format: int64
24985
+ type: integer
24986
+ 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.
24990
+ format: int64
24991
+ type: integer
24992
+ 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.
24996
+ format: int64
24997
+ type: integer
24998
+ 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.
25002
+ format: int64
25003
+ type: integer
25004
+ 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.
25008
+ format: int64
25009
+ type: integer
25010
+ 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.
25014
+ format: int64
25015
+ type: integer
25016
+ 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.
25020
+ format: int64
25021
+ type: integer
25022
+ 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.
25026
+ format: int64
25027
+ type: integer
25028
+ 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.
25032
+ format: int64
25033
+ type: integer
25034
+ 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.
25038
+ format: int64
25039
+ type: integer
25040
+ 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.
25044
+ format: int64
25045
+ type: integer
25046
+ 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.
25050
+ format: int64
25051
+ type: integer
25052
+ 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.
25056
+ format: int64
25057
+ type: integer
25058
+ 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.
25062
+ format: int64
25063
+ type: integer
25064
+ 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.
25068
+ format: int64
25069
+ type: integer
25070
+ 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.
25074
+ format: int64
25075
+ type: integer
25076
+ 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.
25080
+ format: int64
25081
+ type: integer
23602
25082
  infra_edge_monitoring_devices_top99p:
23603
25083
  description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for the given org.
23604
25084
  format: int64
@@ -23623,10 +25103,22 @@ components:
23623
25103
  description: Shows the average number of storage management objects over all hours in the current date for the given org.
23624
25104
  format: int64
23625
25105
  type: integer
25106
+ ingest_points_sum:
25107
+ description: Shows the sum of all ingested custom metrics points over all hours in the current date for the given org.
25108
+ format: int64
25109
+ type: integer
23626
25110
  ingested_events_bytes_sum:
23627
25111
  description: Shows the sum of all log bytes ingested over all hours in the current date for the given org.
23628
25112
  format: int64
23629
25113
  type: integer
25114
+ iot_apm_host_sum:
25115
+ description: Shows the sum of all Application Performance Monitoring IoT hosts over all hours in the current date for the given org.
25116
+ format: int64
25117
+ type: integer
25118
+ iot_apm_host_top99p:
25119
+ description: Shows the 99th percentile of all Application Performance Monitoring IoT hosts over all hours in the current date for the given org.
25120
+ format: int64
25121
+ type: integer
23630
25122
  iot_device_agg_sum:
23631
25123
  description: Shows the sum of all IoT devices over all hours in the current date for the given org.
23632
25124
  format: int64
@@ -23635,6 +25127,22 @@ components:
23635
25127
  description: Shows the 99th percentile of all IoT devices over all hours in the current date for the given org.
23636
25128
  format: int64
23637
25129
  type: integer
25130
+ llm_observability_15day_retention_spans_sum:
25131
+ description: Shows the sum of all LLM Observability 15-day retention spans over all hours in the current date for the given org.
25132
+ format: int64
25133
+ type: integer
25134
+ llm_observability_30day_retention_spans_sum:
25135
+ description: Shows the sum of all LLM Observability 30-day retention spans over all hours in the current date for the given org.
25136
+ format: int64
25137
+ type: integer
25138
+ llm_observability_60day_retention_spans_sum:
25139
+ description: Shows the sum of all LLM Observability 60-day retention spans over all hours in the current date for the given org.
25140
+ format: int64
25141
+ type: integer
25142
+ llm_observability_90day_retention_spans_sum:
25143
+ description: Shows the sum of all LLM Observability 90-day retention spans over all hours in the current date for the given org.
25144
+ format: int64
25145
+ type: integer
23638
25146
  llm_observability_min_spend_sum:
23639
25147
  description: Shows the sum of all LLM Observability minimum spend over all hours in the current date for the given org.
23640
25148
  format: int64
@@ -23643,6 +25151,14 @@ components:
23643
25151
  description: Shows the sum of all LLM observability sessions over all hours in the current date for the given org.
23644
25152
  format: int64
23645
25153
  type: integer
25154
+ logs_archive_search_gb_scanned_sum:
25155
+ description: Shows the sum of all Logs Archive Search scanned data over all hours in the current date for the given org.
25156
+ format: int64
25157
+ type: integer
25158
+ metric_names_sum:
25159
+ description: Shows the sum of all custom metric names over all hours in the current date for the given org.
25160
+ format: int64
25161
+ type: integer
23646
25162
  mobile_rum_lite_session_count_sum:
23647
25163
  deprecated: true
23648
25164
  description: Shows the sum of all mobile lite sessions over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
@@ -23983,6 +25499,10 @@ components:
23983
25499
  description: Shows the average number of Serverless Apps for Azure Web App instances for the given date and given org.
23984
25500
  format: int64
23985
25501
  type: integer
25502
+ serverless_apps_dsm_fargate_tasks_avg:
25503
+ description: Shows the average number of DSM Fargate ECS tasks monitored under Serverless Apps DSM for the given date and given org.
25504
+ format: int64
25505
+ type: integer
23986
25506
  serverless_apps_ecs_avg:
23987
25507
  description: Shows the average number of Serverless Apps for Elastic Container Service for the given date and given org.
23988
25508
  format: int64
@@ -24039,10 +25559,26 @@ components:
24039
25559
  description: Shows the average number of Serverless Apps for Azure and Google Cloud for the given date and given org.
24040
25560
  format: int64
24041
25561
  type: integer
25562
+ siem_12mo_retention_sum:
25563
+ description: Shows the sum of Cloud SIEM Indexed Logs (12-month retention) over all hours in the current date for the given org.
25564
+ format: int64
25565
+ type: integer
25566
+ siem_6mo_retention_sum:
25567
+ description: Shows the sum of Cloud SIEM Indexed Logs (6-month retention) over all hours in the current date for the given org.
25568
+ format: int64
25569
+ type: integer
24042
25570
  siem_analyzed_logs_add_on_count_sum:
24043
25571
  description: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
24044
25572
  format: int64
24045
25573
  type: integer
25574
+ snmp_device_count_sum:
25575
+ description: Shows the sum of all Network Device Monitoring devices over all hours in the current date for the given org.
25576
+ format: int64
25577
+ type: integer
25578
+ snmp_device_count_top99p:
25579
+ description: Shows the 99th percentile of all Network Device Monitoring devices over all hours in the current date for the given org.
25580
+ format: int64
25581
+ type: integer
24046
25582
  synthetics_browser_check_calls_count_sum:
24047
25583
  description: Shows the sum of all Synthetic browser tests over all hours in the current date for the given org.
24048
25584
  format: int64
@@ -24084,13 +25620,52 @@ components:
24084
25620
  format: int64
24085
25621
  type: integer
24086
25622
  type: object
25623
+ x-keep-typed-in-additional-properties: true
24087
25624
  UsageSummaryResponse:
24088
- description: Response summarizing all usage aggregated across the months in the request for all organizations, and broken down by month and by organization.
25625
+ description: |-
25626
+ Response summarizing all usage aggregated across the months in the request for
25627
+ all organizations, and broken down by month and by organization.
25628
+
25629
+ For SDK users only: all fields at this response level are accessible through the
25630
+ `additionalProperties` map. Existing typed-field getters are unchanged. New billing
25631
+ 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)
25633
+ to enumerate every available key.
24089
25634
  properties:
24090
25635
  agent_host_top99p_sum:
24091
25636
  description: Shows the 99th percentile of all agent hosts over all hours in the current month for all organizations.
24092
25637
  format: int64
24093
25638
  type: integer
25639
+ 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.
25643
+ format: int64
25644
+ type: integer
25645
+ 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.
25649
+ format: int64
25650
+ type: integer
25651
+ 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.
25655
+ format: int64
25656
+ type: integer
25657
+ 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.
25661
+ format: int64
25662
+ type: integer
25663
+ 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.
25667
+ format: int64
25668
+ type: integer
24094
25669
  apm_azure_app_service_host_top99p_sum:
24095
25670
  description: Shows the 99th percentile of all Azure app services using APM over all hours in the current month all organizations.
24096
25671
  format: int64
@@ -24132,6 +25707,10 @@ components:
24132
25707
  description: Shows the total number of organizations that had Audit Trail enabled over a specific number of months.
24133
25708
  format: int64
24134
25709
  type: integer
25710
+ audit_trail_event_forwarding_events_agg_sum:
25711
+ description: Shows the sum of all Audit Trail event forwarding events over all hours in the current month for all organizations.
25712
+ format: int64
25713
+ type: integer
24135
25714
  avg_profiled_fargate_tasks_sum:
24136
25715
  description: The average total count for Fargate Container Profiler over all hours in the current month for all organizations.
24137
25716
  format: int64
@@ -24286,6 +25865,10 @@ components:
24286
25865
  description: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current month for all organizations.
24287
25866
  format: int64
24288
25867
  type: integer
25868
+ cloud_siem_indexed_logs_agg_sum:
25869
+ description: Shows the sum of all Cloud SIEM Indexed Logs over all hours in the current month for all organizations.
25870
+ format: int64
25871
+ type: integer
24289
25872
  code_analysis_sa_committers_hwm_sum:
24290
25873
  description: Shows the high-water mark of all Static Analysis committers over all hours in the current month for all organizations.
24291
25874
  format: int64
@@ -24354,6 +25937,14 @@ components:
24354
25937
  description: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current month for all organizations.
24355
25938
  format: int64
24356
25939
  type: integer
25940
+ csm_host_pro_hosts_agentless_scanners_agg_sum:
25941
+ description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current month for all organizations.
25942
+ format: int64
25943
+ type: integer
25944
+ csm_host_pro_hosts_agentless_scanners_top99p_sum:
25945
+ description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current month for all organizations.
25946
+ format: int64
25947
+ type: integer
24357
25948
  csm_host_pro_oci_host_count_top99p_sum:
24358
25949
  description: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current month for all organizations.
24359
25950
  format: int64
@@ -24386,6 +25977,14 @@ components:
24386
25977
  description: Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current month for all organizations.
24387
25978
  format: int64
24388
25979
  type: integer
25980
+ cspm_hosts_agentless_scanners_agg_sum:
25981
+ description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current month for all organizations.
25982
+ format: int64
25983
+ type: integer
25984
+ cspm_hosts_agentless_scanners_top99p_sum:
25985
+ description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current month for all organizations.
25986
+ format: int64
25987
+ type: integer
24389
25988
  custom_historical_ts_sum:
24390
25989
  description: Shows the average number of distinct historical custom metrics over all hours in the current month for all organizations.
24391
25990
  format: int64
@@ -24414,6 +26013,14 @@ components:
24414
26013
  description: Shows the sum of Data Jobs Monitoring hosts over all hours in the current months for all organizations
24415
26014
  format: int64
24416
26015
  type: integer
26016
+ data_stream_monitoring_host_count_agg_sum:
26017
+ description: Shows the sum of all Data Streams Monitoring hosts over all hours in the current month for all organizations.
26018
+ format: int64
26019
+ type: integer
26020
+ data_stream_monitoring_host_count_top99p_sum:
26021
+ description: Shows the 99th percentile of all Data Streams Monitoring hosts over all hours in the current month for all organizations.
26022
+ format: int64
26023
+ type: integer
24417
26024
  dbm_host_top99p_sum:
24418
26025
  description: Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for all organizations.
24419
26026
  format: int64
@@ -24422,6 +26029,12 @@ components:
24422
26029
  description: Shows the average of all distinct Database Monitoring Normalized Queries over all hours in the current month for all organizations.
24423
26030
  format: int64
24424
26031
  type: integer
26032
+ 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.
26036
+ format: int64
26037
+ type: integer
24425
26038
  end_date:
24426
26039
  description: Shows the last date of usage in the current month for all organizations.
24427
26040
  format: date-time
@@ -24603,6 +26216,190 @@ components:
24603
26216
  description: Shows the sum of all log events indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
24604
26217
  format: int64
24605
26218
  type: integer
26219
+ indexed_points_agg_sum:
26220
+ description: Shows the sum of all indexed custom metrics points over all hours in the current month for all organizations.
26221
+ format: int64
26222
+ type: integer
26223
+ 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.
26227
+ format: int64
26228
+ type: integer
26229
+ 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.
26233
+ format: int64
26234
+ type: integer
26235
+ 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.
26239
+ format: int64
26240
+ type: integer
26241
+ 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.
26245
+ format: int64
26246
+ type: integer
26247
+ 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.
26251
+ format: int64
26252
+ type: integer
26253
+ 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.
26257
+ format: int64
26258
+ type: integer
26259
+ 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.
26263
+ format: int64
26264
+ type: integer
26265
+ 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.
26269
+ format: int64
26270
+ type: integer
26271
+ 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.
26275
+ format: int64
26276
+ type: integer
26277
+ 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.
26281
+ format: int64
26282
+ type: integer
26283
+ 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.
26287
+ format: int64
26288
+ type: integer
26289
+ 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.
26293
+ format: int64
26294
+ type: integer
26295
+ 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.
26299
+ format: int64
26300
+ type: integer
26301
+ 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.
26305
+ format: int64
26306
+ type: integer
26307
+ 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.
26311
+ format: int64
26312
+ type: integer
26313
+ 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.
26317
+ format: int64
26318
+ type: integer
26319
+ 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.
26323
+ format: int64
26324
+ type: integer
26325
+ 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.
26329
+ format: int64
26330
+ type: integer
26331
+ 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.
26335
+ format: int64
26336
+ type: integer
26337
+ 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.
26341
+ format: int64
26342
+ type: integer
26343
+ 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.
26347
+ format: int64
26348
+ type: integer
26349
+ 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.
26353
+ format: int64
26354
+ type: integer
26355
+ 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.
26359
+ format: int64
26360
+ type: integer
26361
+ 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.
26365
+ format: int64
26366
+ type: integer
26367
+ 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.
26371
+ format: int64
26372
+ type: integer
26373
+ 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.
26377
+ format: int64
26378
+ type: integer
26379
+ 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.
26383
+ format: int64
26384
+ type: integer
26385
+ 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.
26389
+ format: int64
26390
+ type: integer
26391
+ 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.
26395
+ format: int64
26396
+ type: integer
26397
+ 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.
26401
+ format: int64
26402
+ type: integer
24606
26403
  infra_edge_monitoring_devices_top99p_sum:
24607
26404
  description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current month for all organizations.
24608
26405
  format: int64
@@ -24627,10 +26424,22 @@ components:
24627
26424
  description: Shows the average number of storage management objects over all hours in the current month for all organizations.
24628
26425
  format: int64
24629
26426
  type: integer
26427
+ ingest_points_agg_sum:
26428
+ description: Shows the sum of all ingested custom metrics points over all hours in the current month for all organizations.
26429
+ format: int64
26430
+ type: integer
24630
26431
  ingested_events_bytes_agg_sum:
24631
26432
  description: Shows the sum of all log bytes ingested over all hours in the current month for all organizations.
24632
26433
  format: int64
24633
26434
  type: integer
26435
+ iot_apm_host_agg_sum:
26436
+ description: Shows the sum of all Application Performance Monitoring IoT hosts over all hours in the current month for all organizations.
26437
+ format: int64
26438
+ type: integer
26439
+ iot_apm_host_top99p_sum:
26440
+ description: Shows the 99th percentile of all Application Performance Monitoring IoT hosts over all hours in the current month for all organizations.
26441
+ format: int64
26442
+ type: integer
24634
26443
  iot_device_agg_sum:
24635
26444
  description: Shows the sum of all IoT devices over all hours in the current month for all organizations.
24636
26445
  format: int64
@@ -24652,6 +26461,22 @@ components:
24652
26461
  description: Shows the sum of all live logs bytes ingested over all hours in the current month for all organizations (data available as of December 1, 2020).
24653
26462
  format: int64
24654
26463
  type: integer
26464
+ llm_observability_15day_retention_spans_agg_sum:
26465
+ description: Shows the sum of all LLM Observability 15-day retention spans over all hours in the current month for all organizations.
26466
+ format: int64
26467
+ type: integer
26468
+ llm_observability_30day_retention_spans_agg_sum:
26469
+ description: Shows the sum of all LLM Observability 30-day retention spans over all hours in the current month for all organizations.
26470
+ format: int64
26471
+ type: integer
26472
+ llm_observability_60day_retention_spans_agg_sum:
26473
+ description: Shows the sum of all LLM Observability 60-day retention spans over all hours in the current month for all organizations.
26474
+ format: int64
26475
+ type: integer
26476
+ llm_observability_90day_retention_spans_agg_sum:
26477
+ description: Shows the sum of all LLM Observability 90-day retention spans over all hours in the current month for all organizations.
26478
+ format: int64
26479
+ type: integer
24655
26480
  llm_observability_agg_sum:
24656
26481
  description: Sum of all LLM observability sessions for all hours in the current month for all organizations.
24657
26482
  format: int64
@@ -24660,8 +26485,16 @@ components:
24660
26485
  description: Minimum spend for LLM observability sessions for all hours in the current month for all organizations.
24661
26486
  format: int64
24662
26487
  type: integer
26488
+ logs_archive_search_gb_scanned_agg_sum:
26489
+ description: Shows the sum of all Logs Archive Search scanned data over all hours in the current month for all organizations.
26490
+ format: int64
26491
+ type: integer
24663
26492
  logs_by_retention:
24664
26493
  $ref: "#/components/schemas/LogsByRetention"
26494
+ metric_names_agg_sum:
26495
+ description: Shows the sum of all custom metric names over all hours in the current month for all organizations.
26496
+ format: int64
26497
+ type: integer
24665
26498
  mobile_rum_lite_session_count_agg_sum:
24666
26499
  deprecated: true
24667
26500
  description: Shows the sum of all mobile lite sessions over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
@@ -25006,6 +26839,10 @@ components:
25006
26839
  description: Sum of the average number of Serverless Apps for Azure Web App instances in the current month for all organizations.
25007
26840
  format: int64
25008
26841
  type: integer
26842
+ serverless_apps_dsm_fargate_tasks_avg_sum:
26843
+ description: Sum of the average number of DSM Fargate ECS tasks monitored under Serverless Apps DSM in the current month for all organizations.
26844
+ format: int64
26845
+ type: integer
25009
26846
  serverless_apps_ecs_avg_sum:
25010
26847
  description: Sum of the average number of Serverless Apps for Elastic Container Service in the current month for all organizations.
25011
26848
  format: int64
@@ -25062,10 +26899,26 @@ components:
25062
26899
  description: Sum of the average number of Serverless Apps for Azure and Google Cloud in the current month for all organizations.
25063
26900
  format: int64
25064
26901
  type: integer
26902
+ siem_12mo_retention_agg_sum:
26903
+ description: Shows the sum of Cloud SIEM Indexed Logs (12-month retention) over all hours in the current month for all organizations.
26904
+ format: int64
26905
+ type: integer
26906
+ siem_6mo_retention_agg_sum:
26907
+ description: Shows the sum of Cloud SIEM Indexed Logs (6-month retention) over all hours in the current month for all organizations.
26908
+ format: int64
26909
+ type: integer
25065
26910
  siem_analyzed_logs_add_on_count_agg_sum:
25066
26911
  description: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current month for all organizations.
25067
26912
  format: int64
25068
26913
  type: integer
26914
+ snmp_device_count_agg_sum:
26915
+ description: Shows the sum of all Network Device Monitoring devices over all hours in the current month for all organizations.
26916
+ format: int64
26917
+ type: integer
26918
+ snmp_device_count_top99p_sum:
26919
+ description: Shows the 99th percentile of all Network Device Monitoring devices over all hours in the current month for all organizations.
26920
+ format: int64
26921
+ type: integer
25069
26922
  start_date:
25070
26923
  description: Shows the first date of usage in the current month for all organizations.
25071
26924
  format: date-time
@@ -25116,6 +26969,7 @@ components:
25116
26969
  format: int64
25117
26970
  type: integer
25118
26971
  type: object
26972
+ x-keep-typed-in-additional-properties: true
25119
26973
  UsageSyntheticsAPIHour:
25120
26974
  description: Number of Synthetics API tests run for each hour for a given organization.
25121
26975
  properties:
@@ -26922,7 +28776,10 @@ paths:
26922
28776
  - IP Ranges
26923
28777
  /api/v1/api_key:
26924
28778
  get:
26925
- description: Get all API keys available for your account.
28779
+ description: |-
28780
+ Get all API keys available for your account.
28781
+
28782
+ **Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
26926
28783
  operationId: ListAPIKeys
26927
28784
  responses:
26928
28785
  "200":
@@ -26955,7 +28812,10 @@ paths:
26955
28812
  permissions:
26956
28813
  - api_keys_read
26957
28814
  post:
26958
- description: Creates an API key with a given name.
28815
+ description: |-
28816
+ Creates an API key with a given name.
28817
+
28818
+ **Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
26959
28819
  operationId: CreateAPIKey
26960
28820
  requestBody:
26961
28821
  content:
@@ -27006,7 +28866,10 @@ paths:
27006
28866
  - api_keys_write
27007
28867
  /api/v1/api_key/{key}:
27008
28868
  delete:
27009
- description: Delete a given API key.
28869
+ description: |-
28870
+ Delete a given API key.
28871
+
28872
+ **Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27010
28873
  operationId: DeleteAPIKey
27011
28874
  parameters:
27012
28875
  - description: The specific API key you are working with.
@@ -27058,7 +28921,10 @@ paths:
27058
28921
  permissions:
27059
28922
  - api_keys_delete
27060
28923
  get:
27061
- description: Get a given API key.
28924
+ description: |-
28925
+ Get a given API key.
28926
+
28927
+ **Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27062
28928
  operationId: GetAPIKey
27063
28929
  parameters:
27064
28930
  - description: The specific API key you are working with.
@@ -27104,7 +28970,10 @@ paths:
27104
28970
  permissions:
27105
28971
  - api_keys_read
27106
28972
  put:
27107
- description: Edit an API key name.
28973
+ description: |-
28974
+ Edit an API key name.
28975
+
28976
+ **Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27108
28977
  operationId: UpdateAPIKey
27109
28978
  parameters:
27110
28979
  - description: The specific API key you are working with.
@@ -27171,6 +29040,8 @@ paths:
27171
29040
  description: |-
27172
29041
  Get all application keys available for your Datadog account.
27173
29042
  This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
29043
+
29044
+ **Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27174
29045
  operationId: ListApplicationKeys
27175
29046
  responses:
27176
29047
  "200":
@@ -27206,6 +29077,8 @@ paths:
27206
29077
  description: |-
27207
29078
  Create an application key with a given name.
27208
29079
  This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
29080
+
29081
+ **Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27209
29082
  operationId: CreateApplicationKey
27210
29083
  requestBody:
27211
29084
  content:
@@ -27264,6 +29137,8 @@ paths:
27264
29137
  description: |-
27265
29138
  Delete a given application key.
27266
29139
  This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
29140
+
29141
+ **Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27267
29142
  operationId: DeleteApplicationKey
27268
29143
  parameters:
27269
29144
  - description: The specific APP key you are working with.
@@ -27312,6 +29187,8 @@ paths:
27312
29187
  description: |-
27313
29188
  Get a given application key.
27314
29189
  This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
29190
+
29191
+ **Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27315
29192
  operationId: GetApplicationKey
27316
29193
  parameters:
27317
29194
  - description: The specific APP key you are working with.
@@ -27360,6 +29237,8 @@ paths:
27360
29237
  description: |-
27361
29238
  Edit an application key name.
27362
29239
  This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
29240
+
29241
+ **Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
27363
29242
  operationId: UpdateApplicationKey
27364
29243
  parameters:
27365
29244
  - description: The specific APP key you are working with.
@@ -33471,6 +35350,10 @@ paths:
33471
35350
  - `operator`: <, <=, >, >=, ==, or !=
33472
35351
  - `#`: an integer or decimal number used to set the threshold
33473
35352
 
35353
+ To use a dynamic threshold on a metric monitor with a formula query, replace `#` with the `threshold` keyword
35354
+ (for example, `... > threshold`) and provide the threshold as a query via `critical_query` on `options.thresholds`.
35355
+ This feature is in preview.
35356
+
33474
35357
  If you are using the `_change_` or `_pct_change_` time aggregator, instead use `change_aggr(time_aggr(time_window),
33475
35358
  timeshift):space_aggr:metric{tags} [by {key}] operator #` with:
33476
35359
 
@@ -33994,7 +35877,7 @@ paths:
33994
35877
  description: |-
33995
35878
  Validate the monitor provided in the request.
33996
35879
 
33997
- **Note**: Log monitors require an unscoped App Key.
35880
+ **Note**: Log monitors require an unscoped App Key and `logs_read_data` permission.
33998
35881
  operationId: ValidateMonitor
33999
35882
  requestBody:
34000
35883
  content:
@@ -34354,7 +36237,10 @@ paths:
34354
36237
  - monitors_read
34355
36238
  /api/v1/monitor/{monitor_id}/validate:
34356
36239
  post:
34357
- description: Validate the monitor provided in the request.
36240
+ description: |-
36241
+ Validate the monitor provided in the request.
36242
+
36243
+ **Note**: Log monitors require an unscoped App Key and `logs_read_data` permission.
34358
36244
  operationId: ValidateExistingMonitor
34359
36245
  parameters:
34360
36246
  - description: The ID of the monitor
@@ -36111,7 +37997,8 @@ paths:
36111
37997
  - slos_read
36112
37998
  post:
36113
37999
  description: |-
36114
- Create an SLO Correction.
38000
+ Create an SLO correction. Use `slo_id` to apply the correction to a single SLO, or `slo_query` to apply the
38001
+ correction to SLOs that match a query. Exactly one of `slo_id` or `slo_query` is required.
36115
38002
  operationId: CreateSLOCorrection
36116
38003
  requestBody:
36117
38004
  content:
@@ -36128,6 +38015,17 @@ paths:
36128
38015
  start: 1600000000
36129
38016
  timezone: UTC
36130
38017
  type: correction
38018
+ slo_query:
38019
+ value:
38020
+ data:
38021
+ attributes:
38022
+ category: "Scheduled Maintenance"
38023
+ description: "Planned maintenance window for checkout services."
38024
+ end: 1600003600
38025
+ slo_query: "env:prod service:checkout"
38026
+ start: 1600000000
38027
+ timezone: UTC
38028
+ type: correction
36131
38029
  schema:
36132
38030
  $ref: "#/components/schemas/SLOCorrectionCreateRequest"
36133
38031
  description: Create an SLO Correction
@@ -36287,6 +38185,17 @@ paths:
36287
38185
  start: 1600000000
36288
38186
  timezone: UTC
36289
38187
  type: correction
38188
+ slo_query:
38189
+ value:
38190
+ data:
38191
+ attributes:
38192
+ category: "Scheduled Maintenance"
38193
+ description: "Updated correction for checkout services."
38194
+ end: 1600003600
38195
+ slo_query: "env:prod service:checkout"
38196
+ start: 1600000000
38197
+ timezone: UTC
38198
+ type: correction
36290
38199
  schema:
36291
38200
  $ref: "#/components/schemas/SLOCorrectionUpdateRequest"
36292
38201
  description: The edited SLO correction object.
@@ -41497,6 +43406,13 @@ paths:
41497
43406
  description: |-
41498
43407
  Get all usage across your account.
41499
43408
 
43409
+ For SDK users only: all fields on `UsageSummaryResponse`, `UsageSummaryDate`, and
43410
+ `UsageSummaryDateOrg` are accessible through each object's `additionalProperties` map.
43411
+ Existing typed-field getters are unchanged. New billing dimensions will not have
43412
+ typed-field getters. Use
43413
+ [Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
43414
+ to enumerate every available key at each response level.
43415
+
41500
43416
  This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
41501
43417
  operationId: GetUsageSummary
41502
43418
  parameters:
@@ -42040,7 +43956,7 @@ paths:
42040
43956
  operator: OR
42041
43957
  permissions:
42042
43958
  - user_access_invite
42043
- "/api/v1/user/{user_handle}":
43959
+ /api/v1/user/{user_handle}:
42044
43960
  delete:
42045
43961
  description: |-
42046
43962
  Delete a user from an organization.
@@ -42426,6 +44342,7 @@ servers:
42426
44342
  - datadoghq.eu
42427
44343
  - ddog-gov.com
42428
44344
  - us2.ddog-gov.com
44345
+ - uk1.datadoghq.com
42429
44346
  subdomain:
42430
44347
  default: api
42431
44348
  description: The subdomain where the API is deployed.