datadog_api_client 2.52.0 → 2.53.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 (800) hide show
  1. checksums.yaml +4 -4
  2. data/.generator/schemas/v1/openapi.yaml +2165 -4
  3. data/.generator/schemas/v2/openapi.yaml +27932 -7132
  4. data/.github/chainguard/self.github.pre-commit.pull-requests.sts.yaml +14 -0
  5. data/.github/chainguard/self.github.release.master.sts.yaml +14 -0
  6. data/.github/workflows/approved_status.yml +5 -4
  7. data/.github/workflows/release.yml +5 -3
  8. data/.github/workflows/reusable-ci.yml +0 -12
  9. data/.github/workflows/reusable-integration-test.yml +6 -8
  10. data/.github/workflows/reusable-pre-commit.yml +7 -9
  11. data/.github/workflows/reusable-ruby-test.yml +0 -4
  12. data/.github/workflows/test.yml +8 -9
  13. data/CHANGELOG.md +51 -0
  14. data/examples/v2/application-security/CreateApplicationSecurityWafCustomRule.rb +1 -0
  15. data/examples/v2/bits-ai/GetInvestigation.rb +8 -0
  16. data/examples/v2/bits-ai/ListInvestigations.rb +8 -0
  17. data/examples/v2/bits-ai/ListInvestigations_130750454.rb +8 -0
  18. data/examples/v2/bits-ai/TriggerInvestigation.rb +24 -0
  19. data/examples/v2/dashboard-secure-embed/CreateDashboardSecureEmbed.rb +38 -0
  20. data/examples/v2/dashboard-secure-embed/DeleteDashboardSecureEmbed.rb +8 -0
  21. data/examples/v2/dashboard-secure-embed/GetDashboardSecureEmbed.rb +8 -0
  22. data/examples/v2/dashboard-secure-embed/UpdateDashboardSecureEmbed.rb +38 -0
  23. data/examples/v2/feature-flags/CreateAllocationsForFeatureFlagInEnvironment.rb +65 -0
  24. data/examples/v2/feature-flags/CreateAllocationsForFeatureFlagInEnvironment_3662093014.rb +31 -0
  25. data/examples/v2/feature-flags/PauseExposureSchedule.rb +5 -0
  26. data/examples/v2/feature-flags/ResumeExposureSchedule.rb +5 -0
  27. data/examples/v2/feature-flags/StartExposureSchedule.rb +5 -0
  28. data/examples/v2/feature-flags/StopExposureSchedule.rb +5 -0
  29. data/examples/v2/feature-flags/UpdateAllocationsForFeatureFlagInEnvironment.rb +67 -0
  30. data/examples/v2/feature-flags/UpdateAllocationsForFeatureFlagInEnvironment_3789036209.rb +60 -0
  31. data/examples/v2/fleet-automation/ListFleetAgentTracers.rb +8 -0
  32. data/examples/v2/fleet-automation/ListFleetClusters.rb +8 -0
  33. data/examples/v2/fleet-automation/ListFleetInstrumentedPods.rb +8 -0
  34. data/examples/v2/fleet-automation/ListFleetTracers.rb +8 -0
  35. data/examples/v2/incidents/CreateIncidentUserDefinedField.rb +41 -0
  36. data/examples/v2/incidents/DeleteIncidentUserDefinedField.rb +8 -0
  37. data/examples/v2/incidents/GetIncidentUserDefinedField.rb +8 -0
  38. data/examples/v2/incidents/ListIncidentUserDefinedFields.rb +8 -0
  39. data/examples/v2/incidents/UpdateIncidentUserDefinedField.rb +31 -0
  40. data/examples/v2/key-management/CreatePersonalAccessToken.rb +18 -0
  41. data/examples/v2/key-management/GetPersonalAccessToken.rb +8 -0
  42. data/examples/v2/key-management/ListPersonalAccessTokens.rb +5 -0
  43. data/examples/v2/key-management/RevokePersonalAccessToken.rb +8 -0
  44. data/examples/v2/key-management/UpdatePersonalAccessToken.rb +18 -0
  45. data/examples/v2/llm-observability/CreateLLMObsAnnotationQueue.rb +19 -0
  46. data/examples/v2/llm-observability/CreateLLMObsAnnotationQueueInteractions.rb +22 -0
  47. data/examples/v2/llm-observability/DeleteLLMObsAnnotationQueue.rb +8 -0
  48. data/examples/v2/llm-observability/DeleteLLMObsAnnotationQueueInteractions.rb +20 -0
  49. data/examples/v2/llm-observability/DeleteLLMObsCustomEvalConfig.rb +8 -0
  50. data/examples/v2/llm-observability/GetLLMObsAnnotatedInteractions.rb +8 -0
  51. data/examples/v2/llm-observability/GetLLMObsCustomEvalConfig.rb +8 -0
  52. data/examples/v2/llm-observability/ListLLMObsAnnotationQueues.rb +8 -0
  53. data/examples/v2/llm-observability/UpdateLLMObsAnnotationQueue.rb +18 -0
  54. data/examples/v2/llm-observability/UpdateLLMObsCustomEvalConfig.rb +88 -0
  55. data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_140188544.rb +23 -0
  56. data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_1718754520.rb +22 -0
  57. data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_2534546779.rb +23 -0
  58. data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_3120242932.rb +23 -0
  59. data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination_2034509257.rb +22 -0
  60. data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination_213195663.rb +23 -0
  61. data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination_2612469098.rb +23 -0
  62. data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination_2701272624.rb +18 -0
  63. data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination_3227001838.rb +22 -0
  64. data/examples/v2/metrics/QueryScalarData_1479548882.rb +39 -0
  65. data/examples/v2/metrics/QueryScalarData_1904811219.rb +36 -0
  66. data/examples/v2/metrics/QueryScalarData_2298288525.rb +35 -0
  67. data/examples/v2/metrics/QueryScalarData_2312509843.rb +39 -0
  68. data/examples/v2/metrics/QueryScalarData_2398494003.rb +39 -0
  69. data/examples/v2/metrics/QueryScalarData_2533499017.rb +37 -0
  70. data/examples/v2/metrics/QueryScalarData_2757564916.rb +39 -0
  71. data/examples/v2/metrics/QueryScalarData_3210877526.rb +39 -0
  72. data/examples/v2/metrics/QueryScalarData_3246660196.rb +39 -0
  73. data/examples/v2/metrics/QueryScalarData_3470073355.rb +39 -0
  74. data/examples/v2/metrics/QueryScalarData_3740015316.rb +39 -0
  75. data/examples/v2/metrics/QueryScalarData_394862343.rb +39 -0
  76. data/examples/v2/metrics/QueryScalarData_397220765.rb +39 -0
  77. data/examples/v2/metrics/QueryScalarData_420944803.rb +39 -0
  78. data/examples/v2/metrics/QueryScalarData_4230617918.rb +37 -0
  79. data/examples/v2/metrics/QueryScalarData_4257291081.rb +39 -0
  80. data/examples/v2/metrics/QueryScalarData_779493885.rb +37 -0
  81. data/examples/v2/metrics/QueryScalarData_891952130.rb +35 -0
  82. data/examples/v2/metrics/QueryScalarData_922754919.rb +39 -0
  83. data/examples/v2/metrics/QueryTimeseriesData_1080761370.rb +40 -0
  84. data/examples/v2/metrics/QueryTimeseriesData_108927825.rb +36 -0
  85. data/examples/v2/metrics/QueryTimeseriesData_1116544040.rb +40 -0
  86. data/examples/v2/metrics/QueryTimeseriesData_123149143.rb +40 -0
  87. data/examples/v2/metrics/QueryTimeseriesData_1606557647.rb +40 -0
  88. data/examples/v2/metrics/QueryTimeseriesData_1639521432.rb +40 -0
  89. data/examples/v2/metrics/QueryTimeseriesData_2159746306.rb +37 -0
  90. data/examples/v2/metrics/QueryTimeseriesData_2186419469.rb +40 -0
  91. data/examples/v2/metrics/QueryTimeseriesData_2649955681.rb +40 -0
  92. data/examples/v2/metrics/QueryTimeseriesData_2673679719.rb +40 -0
  93. data/examples/v2/metrics/QueryTimeseriesData_2884575435.rb +40 -0
  94. data/examples/v2/metrics/QueryTimeseriesData_3174309318.rb +35 -0
  95. data/examples/v2/metrics/QueryTimeseriesData_3442090283.rb +40 -0
  96. data/examples/v2/metrics/QueryTimeseriesData_3535807425.rb +38 -0
  97. data/examples/v2/metrics/QueryTimeseriesData_4028506518.rb +40 -0
  98. data/examples/v2/metrics/QueryTimeseriesData_4246412951.rb +37 -0
  99. data/examples/v2/metrics/QueryTimeseriesData_475733751.rb +40 -0
  100. data/examples/v2/metrics/QueryTimeseriesData_597826488.rb +40 -0
  101. data/examples/v2/metrics/QueryTimeseriesData_847716941.rb +38 -0
  102. data/examples/v2/observability-pipelines/ValidatePipeline_1267410221.rb +51 -0
  103. data/examples/v2/observability-pipelines/ValidatePipeline_2960728933.rb +50 -0
  104. data/examples/v2/observability-pipelines/ValidatePipeline_815080644.rb +73 -0
  105. data/examples/v2/observability-pipelines/ValidatePipeline_99164570.rb +51 -0
  106. data/examples/v2/oci-integration/CreateTenancyConfig.rb +2 -2
  107. data/examples/v2/oci-integration/UpdateTenancyConfig.rb +2 -2
  108. data/examples/v2/org-groups/BulkUpdateOrgGroupMemberships.rb +36 -0
  109. data/examples/v2/org-groups/CreateOrgGroup.rb +17 -0
  110. data/examples/v2/org-groups/CreateOrgGroupPolicy.rb +30 -0
  111. data/examples/v2/org-groups/CreateOrgGroupPolicyOverride.rb +32 -0
  112. data/examples/v2/org-groups/DeleteOrgGroup.rb +8 -0
  113. data/examples/v2/org-groups/DeleteOrgGroupPolicy.rb +8 -0
  114. data/examples/v2/org-groups/DeleteOrgGroupPolicyOverride.rb +8 -0
  115. data/examples/v2/org-groups/GetOrgGroup.rb +8 -0
  116. data/examples/v2/org-groups/GetOrgGroupMembership.rb +8 -0
  117. data/examples/v2/org-groups/GetOrgGroupPolicy.rb +8 -0
  118. data/examples/v2/org-groups/GetOrgGroupPolicyOverride.rb +8 -0
  119. data/examples/v2/org-groups/ListOrgGroupMemberships.rb +8 -0
  120. data/examples/v2/org-groups/ListOrgGroupPolicies.rb +8 -0
  121. data/examples/v2/org-groups/ListOrgGroupPolicyConfigs.rb +8 -0
  122. data/examples/v2/org-groups/ListOrgGroupPolicyOverrides.rb +8 -0
  123. data/examples/v2/org-groups/ListOrgGroups.rb +8 -0
  124. data/examples/v2/org-groups/UpdateOrgGroup.rb +18 -0
  125. data/examples/v2/org-groups/UpdateOrgGroupMembership.rb +23 -0
  126. data/examples/v2/org-groups/UpdateOrgGroupPolicy.rb +21 -0
  127. data/examples/v2/org-groups/UpdateOrgGroupPolicyOverride.rb +19 -0
  128. data/examples/v2/scorecards/CreateScorecardCampaign.rb +26 -0
  129. data/examples/v2/{service-scorecards → scorecards}/CreateScorecardOutcomesBatch.rb +1 -1
  130. data/examples/v2/{service-scorecards → scorecards}/CreateScorecardRule.rb +3 -6
  131. data/examples/v2/scorecards/DeleteScorecardCampaign.rb +5 -0
  132. data/examples/v2/{service-scorecards → scorecards}/DeleteScorecardRule.rb +1 -4
  133. data/examples/v2/scorecards/GetScorecardCampaign.rb +5 -0
  134. data/examples/v2/scorecards/ListScorecardCampaigns.rb +5 -0
  135. data/examples/v2/scorecards/ListScorecardOutcomes.rb +5 -0
  136. data/examples/v2/{service-scorecards → scorecards}/ListScorecardOutcomes_2663454275.rb +1 -4
  137. data/examples/v2/scorecards/ListScorecardRules.rb +5 -0
  138. data/examples/v2/{service-scorecards → scorecards}/ListScorecardRules_4057666343.rb +1 -4
  139. data/examples/v2/scorecards/ListScorecards.rb +5 -0
  140. data/examples/v2/scorecards/UpdateScorecardCampaign.rb +26 -0
  141. data/examples/v2/scorecards/UpdateScorecardOutcomes.rb +21 -0
  142. data/examples/v2/{service-scorecards/UpdateScorecardOutcomesAsync.rb → scorecards/UpdateScorecardOutcomes_2262047257.rb} +2 -5
  143. data/examples/v2/scorecards/UpdateScorecardRule.rb +18 -0
  144. data/examples/v2/{service-scorecards/UpdateScorecardRule.rb → scorecards/UpdateScorecardRule_1831541184.rb} +3 -5
  145. data/examples/v2/security-monitoring/BulkEditSecurityMonitoringSignals.rb +21 -0
  146. data/examples/v2/security-monitoring/BulkExportSecurityMonitoringTerraformResources.rb +22 -0
  147. data/examples/v2/security-monitoring/CancelHistoricalJob.rb +12 -0
  148. data/examples/v2/security-monitoring/ConvertSecurityMonitoringTerraformResource.rb +20 -0
  149. data/examples/v2/security-monitoring/CreateVulnerabilityNotificationRule_2417112739.rb +31 -0
  150. data/examples/v2/security-monitoring/{DeleteThreatHuntingJob.rb → DeleteHistoricalJob.rb} +2 -2
  151. data/examples/v2/security-monitoring/EditSecurityMonitoringSignal.rb +18 -0
  152. data/examples/v2/security-monitoring/ExportSecurityMonitoringTerraformResource.rb +11 -0
  153. data/examples/v2/security-monitoring/GetHistoricalJob.rb +12 -0
  154. data/examples/v2/security-monitoring/GetIndicatorOfCompromise.rb +8 -0
  155. data/examples/v2/security-monitoring/GetInvestigationLogQueriesMatchingSignal.rb +5 -0
  156. data/examples/v2/security-monitoring/GetSuggestedActionsMatchingSignal.rb +5 -0
  157. data/examples/v2/security-monitoring/ListHistoricalJobs.rb +8 -0
  158. data/examples/v2/security-monitoring/ListIndicatorsOfCompromise.rb +11 -0
  159. data/examples/v2/security-monitoring/{RunThreatHuntingJob.rb → RunHistoricalJob.rb} +9 -9
  160. data/examples/v2/service-accounts/CreateServiceAccountAccessToken.rb +20 -0
  161. data/examples/v2/service-accounts/GetServiceAccountAccessToken.rb +11 -0
  162. data/examples/v2/service-accounts/ListServiceAccountAccessTokens.rb +8 -0
  163. data/examples/v2/service-accounts/RevokeServiceAccountAccessToken.rb +11 -0
  164. data/examples/v2/service-accounts/UpdateServiceAccountAccessToken.rb +22 -0
  165. data/examples/v2/status-pages/PublishStatusPage.rb +8 -0
  166. data/examples/v2/status-pages/UnpublishStatusPage.rb +8 -0
  167. data/examples/v2/synthetics/DeleteSyntheticsTests.rb +1 -1
  168. data/examples/v2/synthetics/GetSyntheticsBrowserTestResult.rb +5 -0
  169. data/examples/v2/synthetics/GetSyntheticsTestResult.rb +5 -0
  170. data/examples/v2/synthetics/ListSyntheticsBrowserTestLatestResults.rb +5 -0
  171. data/examples/v2/synthetics/ListSyntheticsTestLatestResults.rb +5 -0
  172. data/examples/v2/synthetics/PollSyntheticsTestResults.rb +5 -0
  173. data/examples/v2/test-optimization/GetFlakyTestsManagementPolicies.rb +17 -0
  174. data/examples/v2/test-optimization/SearchFlakyTests.rb +1 -1
  175. data/examples/v2/test-optimization/SearchFlakyTests_1224086727.rb +1 -1
  176. data/examples/v2/test-optimization/SearchFlakyTests_209064879.rb +1 -1
  177. data/examples/v2/test-optimization/UpdateFlakyTestsManagementPolicies.rb +66 -0
  178. data/examples/v2/users/AnonymizeUsers.rb +20 -0
  179. data/lib/datadog_api_client/configuration.rb +86 -33
  180. data/lib/datadog_api_client/inflector.rb +532 -16
  181. data/lib/datadog_api_client/v1/models/calendar_interval.rb +128 -0
  182. data/lib/datadog_api_client/v1/models/calendar_interval_type.rb +32 -0
  183. data/lib/datadog_api_client/v1/models/cohort_widget_definition.rb +175 -0
  184. data/lib/datadog_api_client/v1/models/cohort_widget_definition_type.rb +26 -0
  185. data/lib/datadog_api_client/v1/models/formula_and_function_product_analytics_extended_data_source.rb +26 -0
  186. data/lib/datadog_api_client/v1/models/formula_and_function_product_analytics_extended_query_definition.rb +220 -0
  187. data/lib/datadog_api_client/v1/models/formula_and_function_product_analytics_extended_query_definition_indexes_items.rb +26 -0
  188. data/lib/datadog_api_client/v1/models/formula_and_function_query_definition.rb +4 -1
  189. data/lib/datadog_api_client/v1/models/formula_and_function_retention_query_definition.rb +198 -0
  190. data/lib/datadog_api_client/v1/models/formula_and_function_user_journey_query_definition.rb +198 -0
  191. data/lib/datadog_api_client/v1/models/funnel_comparison_custom_timeframe.rb +119 -0
  192. data/lib/datadog_api_client/v1/models/funnel_comparison_duration.rb +108 -0
  193. data/lib/datadog_api_client/v1/models/funnel_comparison_duration_type.rb +30 -0
  194. data/lib/datadog_api_client/v1/models/funnel_grouped_display.rb +27 -0
  195. data/lib/datadog_api_client/v1/models/funnel_widget_definition.rb +11 -5
  196. data/lib/datadog_api_client/v1/models/product_analytics_audience_account_subquery.rb +2 -2
  197. data/lib/datadog_api_client/v1/models/product_analytics_audience_filters.rb +1 -1
  198. data/lib/datadog_api_client/v1/models/product_analytics_audience_occurrence_filter.rb +3 -3
  199. data/lib/datadog_api_client/v1/models/product_analytics_audience_segment_subquery.rb +2 -2
  200. data/lib/datadog_api_client/v1/models/product_analytics_audience_user_subquery.rb +2 -2
  201. data/lib/datadog_api_client/v1/models/product_analytics_base_query.rb +119 -0
  202. data/lib/datadog_api_client/v1/models/product_analytics_event_data_source.rb +26 -0
  203. data/lib/datadog_api_client/v1/models/product_analytics_event_query_search.rb +98 -0
  204. data/lib/datadog_api_client/v1/models/product_analytics_extended_compute.rb +138 -0
  205. data/lib/datadog_api_client/v1/models/product_analytics_extended_group_by.rb +164 -0
  206. data/lib/datadog_api_client/v1/models/product_analytics_funnel_compute.rb +119 -0
  207. data/lib/datadog_api_client/v1/models/product_analytics_funnel_compute_aggregation.rb +27 -0
  208. data/lib/datadog_api_client/v1/models/product_analytics_funnel_compute_metric.rb +27 -0
  209. data/lib/datadog_api_client/v1/models/product_analytics_funnel_data_source.rb +26 -0
  210. data/lib/datadog_api_client/v1/models/product_analytics_funnel_group_by.rb +163 -0
  211. data/lib/datadog_api_client/v1/models/product_analytics_funnel_group_by_sort.rb +118 -0
  212. data/lib/datadog_api_client/v1/models/product_analytics_funnel_query.rb +151 -0
  213. data/lib/datadog_api_client/v1/models/product_analytics_funnel_request.rb +152 -0
  214. data/lib/datadog_api_client/v1/models/product_analytics_funnel_request_type.rb +26 -0
  215. data/lib/datadog_api_client/v1/models/product_analytics_funnel_widget_definition.rb +185 -0
  216. data/lib/datadog_api_client/v1/models/retention_cohort_criteria.rb +119 -0
  217. data/lib/datadog_api_client/v1/models/retention_cohort_criteria_time_interval.rb +119 -0
  218. data/lib/datadog_api_client/v1/models/retention_cohort_criteria_time_interval_type.rb +26 -0
  219. data/lib/datadog_api_client/v1/models/retention_compute.rb +119 -0
  220. data/lib/datadog_api_client/v1/models/retention_compute_metric.rb +27 -0
  221. data/lib/datadog_api_client/v1/models/retention_curve_request_type.rb +26 -0
  222. data/lib/datadog_api_client/v1/models/retention_curve_style.rb +80 -0
  223. data/lib/datadog_api_client/v1/models/retention_curve_widget_definition.rb +175 -0
  224. data/lib/datadog_api_client/v1/models/retention_curve_widget_definition_type.rb +26 -0
  225. data/lib/datadog_api_client/v1/models/retention_curve_widget_request.rb +129 -0
  226. data/lib/datadog_api_client/v1/models/retention_data_source.rb +26 -0
  227. data/lib/datadog_api_client/v1/models/retention_entity.rb +27 -0
  228. data/lib/datadog_api_client/v1/models/retention_filters.rb +90 -0
  229. data/lib/datadog_api_client/v1/models/retention_grid_request.rb +119 -0
  230. data/lib/datadog_api_client/v1/models/retention_grid_request_type.rb +26 -0
  231. data/lib/datadog_api_client/v1/models/retention_group_by.rb +159 -0
  232. data/lib/datadog_api_client/v1/models/retention_group_by_sort.rb +80 -0
  233. data/lib/datadog_api_client/v1/models/retention_group_by_target.rb +27 -0
  234. data/lib/datadog_api_client/v1/models/retention_query.rb +172 -0
  235. data/lib/datadog_api_client/v1/models/retention_return_condition.rb +27 -0
  236. data/lib/datadog_api_client/v1/models/retention_return_criteria.rb +108 -0
  237. data/lib/datadog_api_client/v1/models/retention_return_criteria_time_interval.rb +140 -0
  238. data/lib/datadog_api_client/v1/models/retention_return_criteria_time_interval_type.rb +26 -0
  239. data/lib/datadog_api_client/v1/models/retention_return_criteria_time_interval_unit.rb +28 -0
  240. data/lib/datadog_api_client/v1/models/retention_search.rb +160 -0
  241. data/lib/datadog_api_client/v1/models/sankey_rum_query.rb +2 -2
  242. data/lib/datadog_api_client/v1/models/slo_count_definition_with_bad_events_formula.rb +1 -1
  243. data/lib/datadog_api_client/v1/models/slo_count_definition_with_total_events_formula.rb +1 -1
  244. data/lib/datadog_api_client/v1/models/synthetics_step_type.rb +2 -0
  245. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +141 -1
  246. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +141 -1
  247. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +141 -1
  248. data/lib/datadog_api_client/v1/models/user_journey_formula_compute.rb +128 -0
  249. data/lib/datadog_api_client/v1/models/user_journey_formula_compute_metric.rb +28 -0
  250. data/lib/datadog_api_client/v1/models/user_journey_formula_group_by.rb +174 -0
  251. data/lib/datadog_api_client/v1/models/user_journey_join_keys.rb +135 -0
  252. data/lib/datadog_api_client/v1/models/user_journey_search.rb +149 -0
  253. data/lib/datadog_api_client/v1/models/user_journey_search_filters.rb +127 -0
  254. data/lib/datadog_api_client/v1/models/user_journey_search_graph_filter.rb +135 -0
  255. data/lib/datadog_api_client/v1/models/user_journey_search_target.rb +153 -0
  256. data/lib/datadog_api_client/v1/models/widget_definition.rb +3 -0
  257. data/lib/datadog_api_client/v2/api/bits_ai_api.rb +266 -0
  258. data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +9 -4
  259. data/lib/datadog_api_client/v2/api/dashboard_secure_embed_api.rb +339 -0
  260. data/lib/datadog_api_client/v2/api/feature_flags_api.rb +415 -0
  261. data/lib/datadog_api_client/v2/api/fleet_automation_api.rb +348 -0
  262. data/lib/datadog_api_client/v2/api/incidents_api.rb +384 -0
  263. data/lib/datadog_api_client/v2/api/key_management_api.rb +344 -0
  264. data/lib/datadog_api_client/v2/api/llm_observability_api.rb +848 -105
  265. data/lib/datadog_api_client/v2/api/org_groups_api.rb +1555 -0
  266. data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +5 -3
  267. data/lib/datadog_api_client/v2/api/{service_scorecards_api.rb → scorecards_api.rb} +449 -69
  268. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +947 -270
  269. data/lib/datadog_api_client/v2/api/service_accounts_api.rb +366 -0
  270. data/lib/datadog_api_client/v2/api/status_pages_api.rb +134 -2
  271. data/lib/datadog_api_client/v2/api/synthetics_api.rb +387 -0
  272. data/lib/datadog_api_client/v2/api/test_optimization_api.rb +147 -0
  273. data/lib/datadog_api_client/v2/api/users_api.rb +74 -0
  274. data/lib/datadog_api_client/v2/models/allocation.rb +358 -0
  275. data/lib/datadog_api_client/v2/models/allocation_data_request.rb +144 -0
  276. data/lib/datadog_api_client/v2/models/allocation_data_response.rb +165 -0
  277. data/lib/datadog_api_client/v2/models/allocation_data_type.rb +26 -0
  278. data/lib/datadog_api_client/v2/models/allocation_exposure_guardrail_trigger.rb +249 -0
  279. data/lib/datadog_api_client/v2/models/allocation_exposure_rollout_step.rb +300 -0
  280. data/lib/datadog_api_client/v2/models/allocation_exposure_schedule.rb +282 -0
  281. data/lib/datadog_api_client/v2/models/allocation_exposure_schedule_data.rb +165 -0
  282. data/lib/datadog_api_client/v2/models/allocation_exposure_schedule_data_type.rb +26 -0
  283. data/lib/datadog_api_client/v2/models/allocation_exposure_schedule_response.rb +123 -0
  284. data/lib/datadog_api_client/v2/models/allocation_response.rb +123 -0
  285. data/lib/datadog_api_client/v2/models/allocation_type.rb +27 -0
  286. data/lib/datadog_api_client/v2/models/anonymize_user_error.rb +144 -0
  287. data/lib/datadog_api_client/v2/models/anonymize_users_request.rb +123 -0
  288. data/lib/datadog_api_client/v2/models/anonymize_users_request_attributes.rb +125 -0
  289. data/lib/datadog_api_client/v2/models/anonymize_users_request_data.rb +154 -0
  290. data/lib/datadog_api_client/v2/models/anonymize_users_request_type.rb +26 -0
  291. data/lib/datadog_api_client/v2/models/anonymize_users_response.rb +105 -0
  292. data/lib/datadog_api_client/v2/models/anonymize_users_response_attributes.rb +148 -0
  293. data/lib/datadog_api_client/v2/models/anonymize_users_response_data.rb +125 -0
  294. data/lib/datadog_api_client/v2/models/anonymize_users_response_type.rb +26 -0
  295. data/lib/datadog_api_client/v2/models/apm_dependency_stat_name.rb +32 -0
  296. data/lib/datadog_api_client/v2/models/apm_dependency_stats_data_source.rb +26 -0
  297. data/lib/datadog_api_client/v2/models/apm_dependency_stats_query.rb +279 -0
  298. data/lib/datadog_api_client/v2/models/apm_metrics_data_source.rb +26 -0
  299. data/lib/datadog_api_client/v2/models/apm_metrics_query.rb +259 -0
  300. data/lib/datadog_api_client/v2/models/apm_metrics_span_kind.rb +30 -0
  301. data/lib/datadog_api_client/v2/models/apm_metrics_stat.rb +41 -0
  302. data/lib/datadog_api_client/v2/models/apm_resource_stat_name.rb +37 -0
  303. data/lib/datadog_api_client/v2/models/apm_resource_stats_data_source.rb +26 -0
  304. data/lib/datadog_api_client/v2/models/apm_resource_stats_query.rb +259 -0
  305. data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_operator.rb +4 -0
  306. data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_parameters.rb +11 -1
  307. data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_condition_parameters_type.rb +30 -0
  308. data/lib/datadog_api_client/v2/models/campaign_response.rb +123 -0
  309. data/lib/datadog_api_client/v2/models/campaign_response_attributes.rb +289 -0
  310. data/lib/datadog_api_client/v2/models/campaign_response_data.rb +165 -0
  311. data/lib/datadog_api_client/v2/models/campaign_status.rb +28 -0
  312. data/lib/datadog_api_client/v2/models/campaign_type.rb +26 -0
  313. data/lib/datadog_api_client/v2/models/condition.rb +230 -0
  314. data/lib/datadog_api_client/v2/models/condition_operator.rb +35 -0
  315. data/lib/datadog_api_client/v2/models/condition_request.rb +167 -0
  316. data/lib/datadog_api_client/v2/models/container_data_source.rb +26 -0
  317. data/lib/datadog_api_client/v2/models/container_scalar_query.rb +227 -0
  318. data/lib/datadog_api_client/v2/models/container_timeseries_query.rb +217 -0
  319. data/lib/datadog_api_client/v2/models/convert_job_results_to_signals_attributes.rb +1 -1
  320. data/lib/datadog_api_client/v2/models/convert_job_results_to_signals_data.rb +2 -2
  321. data/lib/datadog_api_client/v2/models/convert_job_results_to_signals_request.rb +2 -2
  322. data/lib/datadog_api_client/v2/models/create_allocations_request.rb +123 -0
  323. data/lib/datadog_api_client/v2/models/create_campaign_request.rb +123 -0
  324. data/lib/datadog_api_client/v2/models/create_campaign_request_attributes.rb +259 -0
  325. data/lib/datadog_api_client/v2/models/create_campaign_request_data.rb +144 -0
  326. data/lib/datadog_api_client/v2/models/create_maintenance_request_data_attributes.rb +60 -5
  327. data/lib/datadog_api_client/v2/models/create_rule_request_data.rb +2 -2
  328. data/lib/datadog_api_client/v2/models/custom_cost_list_response_meta.rb +23 -1
  329. data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_splunk.rb +24 -1
  330. data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk.rb +24 -1
  331. data/lib/datadog_api_client/v2/models/events_data_source.rb +11 -0
  332. data/lib/datadog_api_client/v2/models/events_scalar_query.rb +1 -1
  333. data/lib/datadog_api_client/v2/models/events_timeseries_query.rb +1 -1
  334. data/lib/datadog_api_client/v2/models/exposure_rollout_step_request.rb +205 -0
  335. data/lib/datadog_api_client/v2/models/exposure_schedule_request.rb +200 -0
  336. data/lib/datadog_api_client/v2/models/feature_flag_attributes.rb +13 -1
  337. data/lib/datadog_api_client/v2/models/feature_flag_environment.rb +13 -1
  338. data/lib/datadog_api_client/v2/models/flaky_test_history.rb +21 -1
  339. data/lib/datadog_api_client/v2/models/flaky_test_history_policy_id.rb +34 -0
  340. data/lib/datadog_api_client/v2/models/flaky_test_history_policy_meta.rb +235 -0
  341. data/lib/datadog_api_client/v2/models/flaky_test_history_policy_meta_config.rb +229 -0
  342. data/lib/datadog_api_client/v2/models/flaky_tests_search_filter.rb +13 -1
  343. data/lib/datadog_api_client/v2/models/flaky_tests_search_request_attributes.rb +1 -13
  344. data/lib/datadog_api_client/v2/models/fleet_cluster_attributes.rb +287 -0
  345. data/lib/datadog_api_client/v2/models/fleet_clusters_response.rb +133 -0
  346. data/lib/datadog_api_client/v2/models/fleet_clusters_response_data.rb +165 -0
  347. data/lib/datadog_api_client/v2/models/fleet_clusters_response_data_attributes.rb +107 -0
  348. data/lib/datadog_api_client/v2/models/fleet_clusters_response_meta.rb +105 -0
  349. data/lib/datadog_api_client/v2/models/fleet_instrumented_pod_group_attributes.rb +201 -0
  350. data/lib/datadog_api_client/v2/models/fleet_instrumented_pods_response.rb +123 -0
  351. data/lib/datadog_api_client/v2/models/fleet_instrumented_pods_response_data.rb +165 -0
  352. data/lib/datadog_api_client/v2/models/fleet_instrumented_pods_response_data_attributes.rb +107 -0
  353. data/lib/datadog_api_client/v2/models/fleet_tracer_attributes.rb +197 -0
  354. data/lib/datadog_api_client/v2/models/fleet_tracers_response.rb +133 -0
  355. data/lib/datadog_api_client/v2/models/fleet_tracers_response_data.rb +165 -0
  356. data/lib/datadog_api_client/v2/models/fleet_tracers_response_data_attributes.rb +107 -0
  357. data/lib/datadog_api_client/v2/models/fleet_tracers_response_meta.rb +105 -0
  358. data/lib/datadog_api_client/v2/models/full_personal_access_token.rb +135 -0
  359. data/lib/datadog_api_client/v2/models/full_personal_access_token_attributes.rb +165 -0
  360. data/lib/datadog_api_client/v2/models/get_investigation_response.rb +144 -0
  361. data/lib/datadog_api_client/v2/models/get_investigation_response_data.rb +165 -0
  362. data/lib/datadog_api_client/v2/models/get_investigation_response_data_attributes.rb +167 -0
  363. data/lib/datadog_api_client/v2/models/get_investigation_response_links.rb +123 -0
  364. data/lib/datadog_api_client/v2/models/get_io_c_indicator_response.rb +105 -0
  365. data/lib/datadog_api_client/v2/models/get_io_c_indicator_response_attributes.rb +105 -0
  366. data/lib/datadog_api_client/v2/models/get_io_c_indicator_response_data.rb +125 -0
  367. data/lib/datadog_api_client/v2/models/global_org_identifier.rb +144 -0
  368. data/lib/datadog_api_client/v2/models/guardrail_metric.rb +162 -0
  369. data/lib/datadog_api_client/v2/models/guardrail_metric_request.rb +144 -0
  370. data/lib/datadog_api_client/v2/models/guardrail_trigger_action.rb +27 -0
  371. data/lib/datadog_api_client/v2/models/{threat_hunting_job_data_type.rb → historical_job_data_type.rb} +1 -1
  372. data/lib/datadog_api_client/v2/models/{threat_hunting_job_list_meta.rb → historical_job_list_meta.rb} +2 -2
  373. data/lib/datadog_api_client/v2/models/{threat_hunting_job_options.rb → historical_job_options.rb} +2 -2
  374. data/lib/datadog_api_client/v2/models/{threat_hunting_job_query.rb → historical_job_query.rb} +4 -4
  375. data/lib/datadog_api_client/v2/models/{threat_hunting_job_response.rb → historical_job_response.rb} +5 -5
  376. data/lib/datadog_api_client/v2/models/{threat_hunting_job_response_attributes.rb → historical_job_response_attributes.rb} +4 -4
  377. data/lib/datadog_api_client/v2/models/{threat_hunting_job_response_data.rb → historical_job_response_data.rb} +6 -6
  378. data/lib/datadog_api_client/v2/models/incident_user_defined_field_attributes_create_request.rb +238 -0
  379. data/lib/datadog_api_client/v2/models/incident_user_defined_field_attributes_response.rb +394 -0
  380. data/lib/datadog_api_client/v2/models/incident_user_defined_field_attributes_update_request.rb +180 -0
  381. data/lib/datadog_api_client/v2/models/incident_user_defined_field_category.rb +27 -0
  382. data/lib/datadog_api_client/v2/models/incident_user_defined_field_collected.rb +29 -0
  383. data/lib/datadog_api_client/v2/models/incident_user_defined_field_create_data.rb +165 -0
  384. data/lib/datadog_api_client/v2/models/incident_user_defined_field_create_relationships.rb +123 -0
  385. data/lib/datadog_api_client/v2/models/incident_user_defined_field_create_request.rb +123 -0
  386. data/lib/datadog_api_client/v2/models/incident_user_defined_field_field_type.rb +33 -0
  387. data/lib/datadog_api_client/v2/models/incident_user_defined_field_list_meta.rb +115 -0
  388. data/lib/datadog_api_client/v2/models/incident_user_defined_field_list_response.rb +146 -0
  389. data/lib/datadog_api_client/v2/models/incident_user_defined_field_metadata.rb +228 -0
  390. data/lib/datadog_api_client/v2/models/incident_user_defined_field_relationships.rb +165 -0
  391. data/lib/datadog_api_client/v2/models/incident_user_defined_field_response.rb +123 -0
  392. data/lib/datadog_api_client/v2/models/incident_user_defined_field_response_data.rb +186 -0
  393. data/lib/datadog_api_client/v2/models/incident_user_defined_field_update_data.rb +165 -0
  394. data/lib/datadog_api_client/v2/models/incident_user_defined_field_update_request.rb +123 -0
  395. data/lib/datadog_api_client/v2/models/incident_user_defined_field_valid_value.rb +164 -0
  396. data/lib/datadog_api_client/v2/models/investigation_conclusion.rb +165 -0
  397. data/lib/datadog_api_client/v2/models/investigation_type.rb +26 -0
  398. data/lib/datadog_api_client/v2/models/io_c_explorer_list_response.rb +105 -0
  399. data/lib/datadog_api_client/v2/models/io_c_explorer_list_response_attributes.rb +127 -0
  400. data/lib/datadog_api_client/v2/models/io_c_explorer_list_response_data.rb +125 -0
  401. data/lib/datadog_api_client/v2/models/io_c_explorer_list_response_metadata.rb +105 -0
  402. data/lib/datadog_api_client/v2/models/io_c_explorer_list_response_paging.rb +105 -0
  403. data/lib/datadog_api_client/v2/models/io_c_geo_location.rb +125 -0
  404. data/lib/datadog_api_client/v2/models/io_c_indicator.rb +325 -0
  405. data/lib/datadog_api_client/v2/models/io_c_indicator_detailed.rb +435 -0
  406. data/lib/datadog_api_client/v2/models/io_c_score_effect.rb +28 -0
  407. data/lib/datadog_api_client/v2/models/io_c_signal_severity_count.rb +115 -0
  408. data/lib/datadog_api_client/v2/models/{synthetics_fast_test_result_device.rb → io_c_source.rb} +5 -15
  409. data/lib/datadog_api_client/v2/models/issues_search_request_data_attributes.rb +47 -1
  410. data/lib/datadog_api_client/v2/models/job_create_response.rb +1 -1
  411. data/lib/datadog_api_client/v2/models/job_create_response_data.rb +1 -1
  412. data/lib/datadog_api_client/v2/models/job_definition.rb +3 -3
  413. data/lib/datadog_api_client/v2/models/job_definition_from_rule.rb +1 -1
  414. data/lib/datadog_api_client/v2/models/list_allocations_response.rb +125 -0
  415. data/lib/datadog_api_client/v2/models/list_campaigns_response.rb +146 -0
  416. data/lib/datadog_api_client/v2/models/{list_threat_hunting_jobs_response.rb → list_historical_jobs_response.rb} +6 -6
  417. data/lib/datadog_api_client/v2/models/list_investigations_response.rb +167 -0
  418. data/lib/datadog_api_client/v2/models/list_investigations_response_data.rb +165 -0
  419. data/lib/datadog_api_client/v2/models/list_investigations_response_data_attributes.rb +144 -0
  420. data/lib/datadog_api_client/v2/models/list_investigations_response_links.rb +194 -0
  421. data/lib/datadog_api_client/v2/models/list_investigations_response_meta.rb +123 -0
  422. data/lib/datadog_api_client/v2/models/list_investigations_response_meta_page.rb +165 -0
  423. data/lib/datadog_api_client/v2/models/list_personal_access_tokens_response.rb +117 -0
  424. data/lib/datadog_api_client/v2/models/list_scorecards_response.rb +125 -0
  425. data/lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_item.rb +188 -0
  426. data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_data_attributes_response.rb +125 -0
  427. data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_data_response.rb +165 -0
  428. data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_response.rb +123 -0
  429. data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_type.rb +26 -0
  430. data/lib/datadog_api_client/v2/models/llm_obs_annotation_item.rb +249 -0
  431. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_data_attributes_request.rb +154 -0
  432. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_data_attributes_response.rb +270 -0
  433. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_data_request.rb +144 -0
  434. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_data_response.rb +165 -0
  435. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interaction_item.rb +144 -0
  436. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interaction_response_item.rb +186 -0
  437. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interactions_data_attributes_request.rb +129 -0
  438. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interactions_data_attributes_response.rb +125 -0
  439. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interactions_data_request.rb +144 -0
  440. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interactions_data_response.rb +165 -0
  441. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interactions_request.rb +123 -0
  442. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interactions_response.rb +123 -0
  443. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interactions_type.rb +26 -0
  444. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_request.rb +123 -0
  445. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_response.rb +123 -0
  446. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_type.rb +26 -0
  447. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_update_data_attributes_request.rb +115 -0
  448. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_update_data_request.rb +144 -0
  449. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_update_request.rb +123 -0
  450. data/lib/datadog_api_client/v2/models/llm_obs_annotation_queues_response.rb +125 -0
  451. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_assessment_criteria.rb +148 -0
  452. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_attributes.rb +225 -0
  453. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_bedrock_options.rb +105 -0
  454. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_data.rb +165 -0
  455. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_eval_scope.rb +28 -0
  456. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_inference_params.rb +155 -0
  457. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_integration_provider.rb +31 -0
  458. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_llm_judge_config.rb +195 -0
  459. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_llm_provider.rb +145 -0
  460. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_parsing_type.rb +27 -0
  461. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_content.rb +144 -0
  462. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_content_value.rb +125 -0
  463. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_message.rb +145 -0
  464. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_tool_call.rb +135 -0
  465. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_prompt_tool_result.rb +135 -0
  466. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_response.rb +123 -0
  467. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_target.rb +194 -0
  468. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_type.rb +26 -0
  469. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_update_attributes.rb +163 -0
  470. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_update_data.rb +154 -0
  471. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_update_request.rb +123 -0
  472. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_user.rb +105 -0
  473. data/lib/datadog_api_client/v2/models/llm_obs_custom_eval_config_vertex_ai_options.rb +115 -0
  474. data/lib/datadog_api_client/v2/models/llm_obs_delete_annotation_queue_interactions_data_attributes_request.rb +129 -0
  475. data/lib/datadog_api_client/v2/models/llm_obs_delete_annotation_queue_interactions_data_request.rb +144 -0
  476. data/lib/datadog_api_client/v2/models/llm_obs_delete_annotation_queue_interactions_request.rb +123 -0
  477. data/lib/datadog_api_client/v2/models/llm_obs_interaction_type.rb +27 -0
  478. data/lib/datadog_api_client/v2/models/metrics_scalar_query.rb +1 -1
  479. data/lib/datadog_api_client/v2/models/metrics_timeseries_query.rb +1 -1
  480. data/lib/datadog_api_client/v2/models/monitor_alert_trigger_attributes.rb +165 -0
  481. data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_source.rb +12 -2
  482. data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_source_compression.rb +29 -0
  483. data/lib/datadog_api_client/v2/models/observability_pipeline_config.rb +1 -0
  484. data/lib/datadog_api_client/v2/models/observability_pipeline_config_destination_item.rb +1 -1
  485. data/lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination.rb +54 -4
  486. data/lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_compression.rb +133 -0
  487. data/lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_compression_algorithm.rb +30 -0
  488. data/lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_data_stream.rb +26 -6
  489. data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_field_event_lookup.rb +123 -0
  490. data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_field_secret_lookup.rb +123 -0
  491. data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_field_vrl_lookup.rb +123 -0
  492. data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_file_key_item_field.rb +66 -0
  493. data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_file_key_items.rb +3 -2
  494. data/lib/datadog_api_client/v2/models/observability_pipeline_parse_grok_processor_rule.rb +1 -1
  495. data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_destination.rb +11 -1
  496. data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_destination_token_strategy.rb +27 -0
  497. data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_source.rb +12 -1
  498. data/lib/datadog_api_client/v2/models/org_group_attributes.rb +207 -0
  499. data/lib/datadog_api_client/v2/models/org_group_create_attributes.rb +123 -0
  500. data/lib/datadog_api_client/v2/models/org_group_create_data.rb +144 -0
  501. data/lib/datadog_api_client/v2/models/org_group_create_request.rb +123 -0
  502. data/lib/datadog_api_client/v2/models/org_group_data.rb +175 -0
  503. data/lib/datadog_api_client/v2/models/org_group_include_option.rb +26 -0
  504. data/lib/datadog_api_client/v2/models/org_group_list_response.rb +147 -0
  505. data/lib/datadog_api_client/v2/models/org_group_membership_attributes.rb +207 -0
  506. data/lib/datadog_api_client/v2/models/org_group_membership_bulk_update_attributes.rb +125 -0
  507. data/lib/datadog_api_client/v2/models/org_group_membership_bulk_update_data.rb +165 -0
  508. data/lib/datadog_api_client/v2/models/org_group_membership_bulk_update_relationships.rb +144 -0
  509. data/lib/datadog_api_client/v2/models/org_group_membership_bulk_update_request.rb +123 -0
  510. data/lib/datadog_api_client/v2/models/org_group_membership_bulk_update_type.rb +26 -0
  511. data/lib/datadog_api_client/v2/models/org_group_membership_data.rb +175 -0
  512. data/lib/datadog_api_client/v2/models/org_group_membership_list_response.rb +135 -0
  513. data/lib/datadog_api_client/v2/models/org_group_membership_relationship_data.rb +144 -0
  514. data/lib/datadog_api_client/v2/models/org_group_membership_relationships.rb +105 -0
  515. data/lib/datadog_api_client/v2/models/org_group_membership_response.rb +123 -0
  516. data/lib/datadog_api_client/v2/models/org_group_membership_sort_option.rb +29 -0
  517. data/lib/datadog_api_client/v2/models/org_group_membership_type.rb +26 -0
  518. data/lib/datadog_api_client/v2/models/org_group_membership_update_data.rb +165 -0
  519. data/lib/datadog_api_client/v2/models/org_group_membership_update_relationships.rb +123 -0
  520. data/lib/datadog_api_client/v2/models/org_group_membership_update_request.rb +123 -0
  521. data/lib/datadog_api_client/v2/models/org_group_memberships_relationship.rb +125 -0
  522. data/lib/datadog_api_client/v2/models/org_group_pagination_meta.rb +123 -0
  523. data/lib/datadog_api_client/v2/models/org_group_pagination_meta_page.rb +123 -0
  524. data/lib/datadog_api_client/v2/models/org_group_policy_attributes.rb +196 -0
  525. data/lib/datadog_api_client/v2/models/org_group_policy_config_attributes.rb +209 -0
  526. data/lib/datadog_api_client/v2/models/org_group_policy_config_data.rb +165 -0
  527. data/lib/datadog_api_client/v2/models/org_group_policy_config_list_response.rb +125 -0
  528. data/lib/datadog_api_client/v2/models/org_group_policy_config_type.rb +26 -0
  529. data/lib/datadog_api_client/v2/models/org_group_policy_create_attributes.rb +164 -0
  530. data/lib/datadog_api_client/v2/models/org_group_policy_create_data.rb +165 -0
  531. data/lib/datadog_api_client/v2/models/org_group_policy_create_relationships.rb +123 -0
  532. data/lib/datadog_api_client/v2/models/org_group_policy_create_request.rb +123 -0
  533. data/lib/datadog_api_client/v2/models/org_group_policy_data.rb +175 -0
  534. data/lib/datadog_api_client/v2/models/org_group_policy_enforcement_tier.rb +28 -0
  535. data/lib/datadog_api_client/v2/models/org_group_policy_list_response.rb +135 -0
  536. data/lib/datadog_api_client/v2/models/org_group_policy_override_attributes.rb +196 -0
  537. data/lib/datadog_api_client/v2/models/org_group_policy_override_create_attributes.rb +144 -0
  538. data/lib/datadog_api_client/v2/models/org_group_policy_override_create_data.rb +165 -0
  539. data/lib/datadog_api_client/v2/models/org_group_policy_override_create_relationships.rb +144 -0
  540. data/lib/datadog_api_client/v2/models/org_group_policy_override_create_request.rb +123 -0
  541. data/lib/datadog_api_client/v2/models/org_group_policy_override_data.rb +175 -0
  542. data/lib/datadog_api_client/v2/models/org_group_policy_override_list_response.rb +135 -0
  543. data/lib/datadog_api_client/v2/models/org_group_policy_override_relationships.rb +115 -0
  544. data/lib/datadog_api_client/v2/models/org_group_policy_override_response.rb +123 -0
  545. data/lib/datadog_api_client/v2/models/org_group_policy_override_sort_option.rb +29 -0
  546. data/lib/datadog_api_client/v2/models/org_group_policy_override_type.rb +26 -0
  547. data/lib/datadog_api_client/v2/models/org_group_policy_override_update_attributes.rb +144 -0
  548. data/lib/datadog_api_client/v2/models/org_group_policy_override_update_data.rb +165 -0
  549. data/lib/datadog_api_client/v2/models/org_group_policy_override_update_request.rb +123 -0
  550. data/lib/datadog_api_client/v2/models/org_group_policy_policy_type.rb +26 -0
  551. data/lib/datadog_api_client/v2/models/org_group_policy_relationship_to_one.rb +123 -0
  552. data/lib/datadog_api_client/v2/models/org_group_policy_relationship_to_one_data.rb +144 -0
  553. data/lib/datadog_api_client/v2/models/org_group_policy_relationships.rb +105 -0
  554. data/lib/datadog_api_client/v2/models/org_group_policy_response.rb +123 -0
  555. data/lib/datadog_api_client/v2/models/org_group_policy_sort_option.rb +29 -0
  556. data/lib/datadog_api_client/v2/models/org_group_policy_type.rb +26 -0
  557. data/lib/datadog_api_client/v2/models/org_group_policy_update_attributes.rb +115 -0
  558. data/lib/datadog_api_client/v2/models/org_group_policy_update_data.rb +165 -0
  559. data/lib/datadog_api_client/v2/models/org_group_policy_update_request.rb +123 -0
  560. data/lib/datadog_api_client/v2/models/org_group_relationship_to_one.rb +123 -0
  561. data/lib/datadog_api_client/v2/models/org_group_relationship_to_one_data.rb +144 -0
  562. data/lib/datadog_api_client/v2/models/org_group_relationships.rb +105 -0
  563. data/lib/datadog_api_client/v2/models/org_group_response.rb +123 -0
  564. data/lib/datadog_api_client/v2/models/org_group_sort_option.rb +29 -0
  565. data/lib/datadog_api_client/v2/models/org_group_type.rb +26 -0
  566. data/lib/datadog_api_client/v2/models/org_group_update_attributes.rb +123 -0
  567. data/lib/datadog_api_client/v2/models/org_group_update_data.rb +165 -0
  568. data/lib/datadog_api_client/v2/models/org_group_update_request.rb +123 -0
  569. data/lib/datadog_api_client/v2/models/overwrite_allocations_request.rb +125 -0
  570. data/lib/datadog_api_client/v2/models/paginated_response_meta.rb +186 -0
  571. data/lib/datadog_api_client/v2/models/personal_access_token.rb +135 -0
  572. data/lib/datadog_api_client/v2/models/personal_access_token_attributes.rb +177 -0
  573. data/lib/datadog_api_client/v2/models/personal_access_token_create_attributes.rb +167 -0
  574. data/lib/datadog_api_client/v2/models/personal_access_token_create_data.rb +144 -0
  575. data/lib/datadog_api_client/v2/models/personal_access_token_create_request.rb +123 -0
  576. data/lib/datadog_api_client/v2/models/personal_access_token_create_response.rb +105 -0
  577. data/lib/datadog_api_client/v2/models/personal_access_token_relationships.rb +105 -0
  578. data/lib/datadog_api_client/v2/models/{run_threat_hunting_job_request.rb → personal_access_token_response.rb} +5 -5
  579. data/lib/datadog_api_client/v2/models/personal_access_token_response_meta.rb +105 -0
  580. data/lib/datadog_api_client/v2/models/personal_access_token_response_meta_page.rb +105 -0
  581. data/lib/datadog_api_client/v2/models/personal_access_token_update_attributes.rb +117 -0
  582. data/lib/datadog_api_client/v2/models/personal_access_token_update_data.rb +165 -0
  583. data/lib/datadog_api_client/v2/models/personal_access_token_update_request.rb +123 -0
  584. data/lib/datadog_api_client/v2/models/personal_access_tokens_sort.rb +31 -0
  585. data/lib/datadog_api_client/v2/models/personal_access_tokens_type.rb +26 -0
  586. data/lib/datadog_api_client/v2/models/process_data_source.rb +26 -0
  587. data/lib/datadog_api_client/v2/models/process_scalar_query.rb +227 -0
  588. data/lib/datadog_api_client/v2/models/process_timeseries_query.rb +217 -0
  589. data/lib/datadog_api_client/v2/models/rollout_options.rb +165 -0
  590. data/lib/datadog_api_client/v2/models/rollout_options_request.rb +151 -0
  591. data/lib/datadog_api_client/v2/models/rollout_strategy.rb +27 -0
  592. data/lib/datadog_api_client/v2/models/rule_attributes.rb +11 -1
  593. data/lib/datadog_api_client/v2/models/rule_attributes_request.rb +187 -0
  594. data/lib/datadog_api_client/v2/models/rule_types_items.rb +4 -1
  595. data/lib/datadog_api_client/v2/models/run_historical_job_request.rb +105 -0
  596. data/lib/datadog_api_client/v2/models/{run_threat_hunting_job_request_attributes.rb → run_historical_job_request_attributes.rb} +5 -5
  597. data/lib/datadog_api_client/v2/models/{run_threat_hunting_job_request_data.rb → run_historical_job_request_data.rb} +6 -6
  598. data/lib/datadog_api_client/v2/models/{run_threat_hunting_job_request_data_type.rb → run_historical_job_request_data_type.rb} +1 -1
  599. data/lib/datadog_api_client/v2/models/scalar_query.rb +7 -1
  600. data/lib/datadog_api_client/v2/models/scorecard_list_response_attributes.rb +175 -0
  601. data/lib/datadog_api_client/v2/models/scorecard_list_response_data.rb +165 -0
  602. data/lib/datadog_api_client/v2/models/scorecard_list_type.rb +26 -0
  603. data/lib/datadog_api_client/v2/models/secure_embed_create_request.rb +123 -0
  604. data/lib/datadog_api_client/v2/models/secure_embed_create_request_attributes.rb +230 -0
  605. data/lib/datadog_api_client/v2/models/secure_embed_create_request_data.rb +144 -0
  606. data/lib/datadog_api_client/v2/models/secure_embed_create_response.rb +123 -0
  607. data/lib/datadog_api_client/v2/models/secure_embed_create_response_attributes.rb +227 -0
  608. data/lib/datadog_api_client/v2/models/secure_embed_create_response_data.rb +165 -0
  609. data/lib/datadog_api_client/v2/models/secure_embed_create_response_type.rb +26 -0
  610. data/lib/datadog_api_client/v2/models/secure_embed_get_response.rb +123 -0
  611. data/lib/datadog_api_client/v2/models/secure_embed_get_response_attributes.rb +227 -0
  612. data/lib/datadog_api_client/v2/models/secure_embed_get_response_data.rb +165 -0
  613. data/lib/datadog_api_client/v2/models/secure_embed_get_response_type.rb +26 -0
  614. data/lib/datadog_api_client/v2/models/secure_embed_global_time.rb +105 -0
  615. data/lib/datadog_api_client/v2/models/secure_embed_global_time_live_span.rb +33 -0
  616. data/lib/datadog_api_client/v2/models/secure_embed_request_type.rb +26 -0
  617. data/lib/datadog_api_client/v2/models/secure_embed_selectable_template_variable.rb +139 -0
  618. data/lib/datadog_api_client/v2/models/secure_embed_share_type.rb +26 -0
  619. data/lib/datadog_api_client/v2/models/secure_embed_status.rb +27 -0
  620. data/lib/datadog_api_client/v2/models/secure_embed_update_request.rb +123 -0
  621. data/lib/datadog_api_client/v2/models/secure_embed_update_request_attributes.rb +157 -0
  622. data/lib/datadog_api_client/v2/models/secure_embed_update_request_data.rb +144 -0
  623. data/lib/datadog_api_client/v2/models/secure_embed_update_request_type.rb +26 -0
  624. data/lib/datadog_api_client/v2/models/secure_embed_update_response.rb +123 -0
  625. data/lib/datadog_api_client/v2/models/secure_embed_update_response_attributes.rb +227 -0
  626. data/lib/datadog_api_client/v2/models/secure_embed_update_response_data.rb +165 -0
  627. data/lib/datadog_api_client/v2/models/secure_embed_update_response_type.rb +26 -0
  628. data/lib/datadog_api_client/v2/models/secure_embed_viewing_preferences.rb +115 -0
  629. data/lib/datadog_api_client/v2/models/secure_embed_viewing_preferences_theme.rb +28 -0
  630. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_activation.rb +1 -1
  631. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_integration_status.rb +1 -1
  632. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_attributes.rb +7 -6
  633. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_state_meta.rb +1 -1
  634. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_status.rb +1 -1
  635. data/lib/datadog_api_client/v2/models/security_monitoring_content_pack_timestamp_bucket.rb +1 -1
  636. data/lib/datadog_api_client/v2/models/security_monitoring_signal_suggested_action.rb +165 -0
  637. data/lib/datadog_api_client/v2/models/security_monitoring_signal_suggested_action_attributes.rb +145 -0
  638. data/lib/datadog_api_client/v2/models/security_monitoring_signal_suggested_action_type.rb +27 -0
  639. data/lib/datadog_api_client/v2/models/security_monitoring_signal_suggested_actions_response.rb +125 -0
  640. data/lib/datadog_api_client/v2/models/security_monitoring_signal_update_attributes.rb +145 -0
  641. data/lib/datadog_api_client/v2/models/security_monitoring_signal_update_data.rb +133 -0
  642. data/lib/datadog_api_client/v2/models/security_monitoring_signal_update_request.rb +123 -0
  643. data/lib/datadog_api_client/v2/models/security_monitoring_signals_bulk_update_data.rb +154 -0
  644. data/lib/datadog_api_client/v2/models/security_monitoring_signals_bulk_update_request.rb +129 -0
  645. data/lib/datadog_api_client/v2/models/security_monitoring_sku.rb +1 -1
  646. data/lib/datadog_api_client/v2/models/security_monitoring_standard_data_source.rb +2 -1
  647. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_query.rb +1 -1
  648. data/lib/datadog_api_client/v2/models/security_monitoring_terraform_bulk_export_attributes.rb +129 -0
  649. data/lib/datadog_api_client/v2/models/security_monitoring_terraform_bulk_export_data.rb +144 -0
  650. data/lib/datadog_api_client/v2/models/security_monitoring_terraform_bulk_export_request.rb +123 -0
  651. data/lib/datadog_api_client/v2/models/security_monitoring_terraform_convert_attributes.rb +123 -0
  652. data/lib/datadog_api_client/v2/models/security_monitoring_terraform_convert_data.rb +165 -0
  653. data/lib/datadog_api_client/v2/models/security_monitoring_terraform_convert_request.rb +123 -0
  654. data/lib/datadog_api_client/v2/models/security_monitoring_terraform_export_attributes.rb +154 -0
  655. data/lib/datadog_api_client/v2/models/security_monitoring_terraform_export_data.rb +165 -0
  656. data/lib/datadog_api_client/v2/models/security_monitoring_terraform_export_response.rb +105 -0
  657. data/lib/datadog_api_client/v2/models/security_monitoring_terraform_resource_type.rb +27 -0
  658. data/lib/datadog_api_client/v2/models/service_account_access_token_create_attributes.rb +156 -0
  659. data/lib/datadog_api_client/v2/models/service_account_access_token_create_data.rb +144 -0
  660. data/lib/datadog_api_client/v2/models/service_account_access_token_create_request.rb +123 -0
  661. data/lib/datadog_api_client/v2/models/slo_data_source.rb +26 -0
  662. data/lib/datadog_api_client/v2/models/slo_query.rb +205 -0
  663. data/lib/datadog_api_client/v2/models/slos_group_mode.rb +27 -0
  664. data/lib/datadog_api_client/v2/models/slos_measure.rb +35 -0
  665. data/lib/datadog_api_client/v2/models/slos_query_type.rb +28 -0
  666. data/lib/datadog_api_client/v2/models/synthetics_fast_test_result_attributes.rb +6 -6
  667. data/lib/datadog_api_client/v2/models/synthetics_fast_test_result_detail.rb +13 -13
  668. data/lib/datadog_api_client/v2/models/synthetics_fast_test_type.rb +27 -0
  669. data/lib/datadog_api_client/v2/models/synthetics_poll_test_results_response.rb +119 -0
  670. data/lib/datadog_api_client/v2/models/synthetics_test_latest_results_response.rb +119 -0
  671. data/lib/datadog_api_client/v2/models/synthetics_test_result_assertion_result.rb +195 -0
  672. data/lib/datadog_api_client/v2/models/synthetics_test_result_attributes.rb +175 -0
  673. data/lib/datadog_api_client/v2/models/synthetics_test_result_batch.rb +105 -0
  674. data/lib/datadog_api_client/v2/models/synthetics_test_result_bounds.rb +135 -0
  675. data/lib/datadog_api_client/v2/models/synthetics_test_result_browser_error.rb +155 -0
  676. data/lib/datadog_api_client/v2/models/synthetics_test_result_bucket_keys.rb +207 -0
  677. data/lib/datadog_api_client/v2/models/synthetics_test_result_cdn_cache_status.rb +115 -0
  678. data/lib/datadog_api_client/v2/models/synthetics_test_result_cdn_provider_info.rb +115 -0
  679. data/lib/datadog_api_client/v2/models/synthetics_test_result_cdn_resource.rb +135 -0
  680. data/lib/datadog_api_client/v2/models/synthetics_test_result_certificate.rb +217 -0
  681. data/lib/datadog_api_client/v2/models/synthetics_test_result_certificate_validity.rb +115 -0
  682. data/lib/datadog_api_client/v2/models/synthetics_test_result_ci.rb +135 -0
  683. data/lib/datadog_api_client/v2/models/synthetics_test_result_ci_pipeline.rb +135 -0
  684. data/lib/datadog_api_client/v2/models/synthetics_test_result_ci_provider.rb +105 -0
  685. data/lib/datadog_api_client/v2/models/synthetics_test_result_ci_stage.rb +105 -0
  686. data/lib/datadog_api_client/v2/models/synthetics_test_result_data.rb +135 -0
  687. data/lib/datadog_api_client/v2/models/synthetics_test_result_detail.rb +513 -0
  688. data/lib/datadog_api_client/v2/models/synthetics_test_result_device.rb +155 -0
  689. data/lib/datadog_api_client/v2/models/synthetics_test_result_device_browser.rb +125 -0
  690. data/lib/datadog_api_client/v2/models/synthetics_test_result_device_platform.rb +115 -0
  691. data/lib/datadog_api_client/v2/models/synthetics_test_result_device_resolution.rb +125 -0
  692. data/lib/datadog_api_client/v2/models/synthetics_test_result_dns_record.rb +117 -0
  693. data/lib/datadog_api_client/v2/models/synthetics_test_result_dns_resolution.rb +137 -0
  694. data/lib/datadog_api_client/v2/models/synthetics_test_result_duration.rb +115 -0
  695. data/lib/datadog_api_client/v2/models/synthetics_test_result_execution_info.rb +155 -0
  696. data/lib/datadog_api_client/v2/models/synthetics_test_result_failure.rb +135 -0
  697. data/lib/datadog_api_client/v2/models/synthetics_test_result_file_ref.rb +145 -0
  698. data/lib/datadog_api_client/v2/models/synthetics_test_result_git.rb +125 -0
  699. data/lib/datadog_api_client/v2/models/synthetics_test_result_git_commit.rb +145 -0
  700. data/lib/datadog_api_client/v2/models/synthetics_test_result_git_user.rb +125 -0
  701. data/lib/datadog_api_client/v2/models/synthetics_test_result_handshake.rb +115 -0
  702. data/lib/datadog_api_client/v2/models/{synthetics_fast_test_result_failure.rb → synthetics_test_result_health_check.rb} +17 -17
  703. data/lib/datadog_api_client/v2/models/synthetics_test_result_included_item.rb +125 -0
  704. data/lib/datadog_api_client/v2/models/{synthetics_fast_test_result_location.rb → synthetics_test_result_location.rb} +6 -6
  705. data/lib/datadog_api_client/v2/models/synthetics_test_result_netpath.rb +179 -0
  706. data/lib/datadog_api_client/v2/models/synthetics_test_result_netpath_destination.rb +125 -0
  707. data/lib/datadog_api_client/v2/models/synthetics_test_result_netpath_endpoint.rb +105 -0
  708. data/lib/datadog_api_client/v2/models/synthetics_test_result_netpath_hop.rb +145 -0
  709. data/lib/datadog_api_client/v2/models/synthetics_test_result_netstats.rb +155 -0
  710. data/lib/datadog_api_client/v2/models/synthetics_test_result_netstats_hops.rb +125 -0
  711. data/lib/datadog_api_client/v2/models/synthetics_test_result_network_latency.rb +125 -0
  712. data/lib/datadog_api_client/v2/models/synthetics_test_result_ocsp_certificate.rb +125 -0
  713. data/lib/datadog_api_client/v2/models/synthetics_test_result_ocsp_response.rb +125 -0
  714. data/lib/datadog_api_client/v2/models/synthetics_test_result_ocsp_updates.rb +125 -0
  715. data/lib/datadog_api_client/v2/models/synthetics_test_result_parent_step.rb +105 -0
  716. data/lib/datadog_api_client/v2/models/synthetics_test_result_parent_test.rb +105 -0
  717. data/lib/datadog_api_client/v2/models/synthetics_test_result_redirect.rb +115 -0
  718. data/lib/datadog_api_client/v2/models/synthetics_test_result_relationship_test.rb +105 -0
  719. data/lib/datadog_api_client/v2/models/synthetics_test_result_relationship_test_data.rb +115 -0
  720. data/lib/datadog_api_client/v2/models/synthetics_test_result_relationships.rb +105 -0
  721. data/lib/datadog_api_client/v2/models/synthetics_test_result_request_info.rb +307 -0
  722. data/lib/datadog_api_client/v2/models/synthetics_test_result_response.rb +117 -0
  723. data/lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb +279 -0
  724. data/lib/datadog_api_client/v2/models/synthetics_test_result_router.rb +115 -0
  725. data/lib/datadog_api_client/v2/models/synthetics_test_result_rum_context.rb +125 -0
  726. data/lib/datadog_api_client/v2/models/synthetics_test_result_run_type.rb +29 -0
  727. data/lib/datadog_api_client/v2/models/synthetics_test_result_status.rb +28 -0
  728. data/lib/datadog_api_client/v2/models/synthetics_test_result_step.rb +543 -0
  729. data/lib/datadog_api_client/v2/models/synthetics_test_result_step_assertion_result.rb +135 -0
  730. data/lib/datadog_api_client/v2/models/synthetics_test_result_step_element_updates.rb +125 -0
  731. data/lib/datadog_api_client/v2/models/synthetics_test_result_steps_info.rb +125 -0
  732. data/lib/datadog_api_client/v2/models/synthetics_test_result_sub_step.rb +125 -0
  733. data/lib/datadog_api_client/v2/models/synthetics_test_result_sub_test.rb +125 -0
  734. data/lib/datadog_api_client/v2/models/synthetics_test_result_summary_attributes.rb +195 -0
  735. data/lib/datadog_api_client/v2/models/synthetics_test_result_summary_data.rb +135 -0
  736. data/lib/datadog_api_client/v2/models/synthetics_test_result_summary_type.rb +26 -0
  737. data/lib/datadog_api_client/v2/models/synthetics_test_result_tab.rb +125 -0
  738. data/lib/datadog_api_client/v2/models/synthetics_test_result_trace.rb +115 -0
  739. data/lib/datadog_api_client/v2/models/synthetics_test_result_traceroute_hop.rb +177 -0
  740. data/lib/datadog_api_client/v2/models/synthetics_test_result_turn.rb +167 -0
  741. data/lib/datadog_api_client/v2/models/synthetics_test_result_turn_step.rb +115 -0
  742. data/lib/datadog_api_client/v2/models/synthetics_test_result_type.rb +26 -0
  743. data/lib/datadog_api_client/v2/models/synthetics_test_result_variable.rb +195 -0
  744. data/lib/datadog_api_client/v2/models/synthetics_test_result_variables.rb +119 -0
  745. data/lib/datadog_api_client/v2/models/synthetics_test_result_vitals_metrics.rb +155 -0
  746. data/lib/datadog_api_client/v2/models/synthetics_test_result_warning.rb +127 -0
  747. data/lib/datadog_api_client/v2/models/synthetics_test_result_web_socket_close.rb +115 -0
  748. data/lib/datadog_api_client/v2/models/synthetics_test_sub_type.rb +35 -0
  749. data/lib/datadog_api_client/v2/models/synthetics_test_type.rb +29 -0
  750. data/lib/datadog_api_client/v2/models/targeting_rule.rb +188 -0
  751. data/lib/datadog_api_client/v2/models/targeting_rule_request.rb +129 -0
  752. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_attempt_to_fix.rb +105 -0
  753. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_attributes.rb +135 -0
  754. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_auto_disable_rule.rb +126 -0
  755. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_auto_quarantine_rule.rb +115 -0
  756. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_branch_rule.rb +141 -0
  757. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_data.rb +126 -0
  758. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_disabled.rb +135 -0
  759. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_disabled_failure_rate_rule.rb +148 -0
  760. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_disabled_status.rb +28 -0
  761. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_get_request.rb +123 -0
  762. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_get_request_attributes.rb +127 -0
  763. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_get_request_data.rb +145 -0
  764. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_quarantined.rb +135 -0
  765. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_quarantined_failure_rate_rule.rb +137 -0
  766. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_response.rb +105 -0
  767. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_type.rb +27 -0
  768. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_update_request.rb +123 -0
  769. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_update_request_attributes.rb +158 -0
  770. data/lib/datadog_api_client/v2/models/test_optimization_flaky_tests_management_policies_update_request_data.rb +146 -0
  771. data/lib/datadog_api_client/v2/models/test_optimization_get_flaky_tests_management_policies_request_data_type.rb +27 -0
  772. data/lib/datadog_api_client/v2/models/test_optimization_update_flaky_tests_management_policies_request_data_type.rb +27 -0
  773. data/lib/datadog_api_client/v2/models/timeseries_query.rb +7 -1
  774. data/lib/datadog_api_client/v2/models/trigger_attributes.rb +144 -0
  775. data/lib/datadog_api_client/v2/models/trigger_investigation_request.rb +123 -0
  776. data/lib/datadog_api_client/v2/models/trigger_investigation_request_data.rb +144 -0
  777. data/lib/datadog_api_client/v2/models/trigger_investigation_request_data_attributes.rb +123 -0
  778. data/lib/datadog_api_client/v2/models/trigger_investigation_request_type.rb +26 -0
  779. data/lib/datadog_api_client/v2/models/trigger_investigation_response.rb +123 -0
  780. data/lib/datadog_api_client/v2/models/trigger_investigation_response_data.rb +165 -0
  781. data/lib/datadog_api_client/v2/models/trigger_investigation_response_data_attributes.rb +123 -0
  782. data/lib/datadog_api_client/v2/models/trigger_investigation_response_type.rb +26 -0
  783. data/lib/datadog_api_client/v2/models/trigger_type.rb +26 -0
  784. data/lib/datadog_api_client/v2/models/update_campaign_request.rb +123 -0
  785. data/lib/datadog_api_client/v2/models/update_campaign_request_attributes.rb +259 -0
  786. data/lib/datadog_api_client/v2/models/update_campaign_request_data.rb +144 -0
  787. data/lib/datadog_api_client/v2/models/update_rule_request_data.rb +2 -2
  788. data/lib/datadog_api_client/v2/models/upsert_allocation_request.rb +239 -0
  789. data/lib/datadog_api_client/v2/models/user_attributes.rb +11 -1
  790. data/lib/datadog_api_client/v2/models/variant_weight.rb +184 -0
  791. data/lib/datadog_api_client/v2/models/variant_weight_request.rb +143 -0
  792. data/lib/datadog_api_client/version.rb +1 -1
  793. metadata +693 -33
  794. data/examples/v2/security-monitoring/CancelThreatHuntingJob.rb +0 -8
  795. data/examples/v2/security-monitoring/CancelThreatHuntingJob_1945505845.rb +0 -12
  796. data/examples/v2/security-monitoring/GetThreatHuntingJob.rb +0 -12
  797. data/examples/v2/security-monitoring/ListThreatHuntingJobs.rb +0 -8
  798. data/examples/v2/security-monitoring/ListThreatHuntingJobs_1365512061.rb +0 -15
  799. data/examples/v2/service-scorecards/ListScorecardOutcomes.rb +0 -8
  800. data/examples/v2/service-scorecards/ListScorecardRules.rb +0 -8
@@ -991,6 +991,48 @@ components:
991
991
  scaling:
992
992
  $ref: "#/components/schemas/BarChartWidgetScaling"
993
993
  type: object
994
+ CalendarInterval:
995
+ additionalProperties: false
996
+ description: Calendar interval definition.
997
+ properties:
998
+ alignment:
999
+ description: Alignment of the interval. Valid values depend on the interval type. For `day`, use hours (for example, `1am`, `2pm`, or `14`). For `week`, use day names (for example, `monday`). For `month`, use day-of-month ordinals (for example, `1st`, `15th`). For `year` or `quarter`, use month names (for example, `january`).
1000
+ example: "monday"
1001
+ type: string
1002
+ quantity:
1003
+ description: Quantity of the interval.
1004
+ example: 1
1005
+ format: int64
1006
+ type: integer
1007
+ timezone:
1008
+ description: Timezone for the interval.
1009
+ example: "UTC"
1010
+ type: string
1011
+ type:
1012
+ $ref: "#/components/schemas/CalendarIntervalType"
1013
+ required:
1014
+ - type
1015
+ type: object
1016
+ CalendarIntervalType:
1017
+ description: Type of calendar interval.
1018
+ enum:
1019
+ - day
1020
+ - week
1021
+ - month
1022
+ - year
1023
+ - quarter
1024
+ - minute
1025
+ - hour
1026
+ example: week
1027
+ type: string
1028
+ x-enum-varnames:
1029
+ - DAY
1030
+ - WEEK
1031
+ - MONTH
1032
+ - YEAR
1033
+ - QUARTER
1034
+ - MINUTE
1035
+ - HOUR
994
1036
  CancelDowntimesByScopeRequest:
995
1037
  description: Cancel downtimes according to scope.
996
1038
  properties:
@@ -1235,6 +1277,69 @@ components:
1235
1277
  type: string
1236
1278
  x-enum-varnames:
1237
1279
  - CHECK_STATUS
1280
+ CohortWidgetDefinition:
1281
+ additionalProperties: false
1282
+ description: The cohort widget visualizes user retention over time.
1283
+ properties:
1284
+ description:
1285
+ description: The description of the widget.
1286
+ type: string
1287
+ requests:
1288
+ description: List of Cohort widget requests.
1289
+ example:
1290
+ - query:
1291
+ compute:
1292
+ aggregation: count
1293
+ metric: __dd.retention_rate
1294
+ data_source: product_analytics_retention
1295
+ search:
1296
+ cohort_criteria:
1297
+ base_query:
1298
+ data_source: product_analytics
1299
+ search:
1300
+ query: "@type:view @view.name:/home"
1301
+ time_interval:
1302
+ type: calendar
1303
+ value:
1304
+ type: week
1305
+ retention_entity: "@usr.id"
1306
+ return_condition: conversion_on_or_after
1307
+ return_criteria:
1308
+ base_query:
1309
+ data_source: product_analytics
1310
+ search:
1311
+ query: "@type:view @view.name:/checkout"
1312
+ request_type: retention_grid
1313
+ items:
1314
+ $ref: "#/components/schemas/RetentionGridRequest"
1315
+ description: A cohort widget request.
1316
+ minItems: 1
1317
+ type: array
1318
+ time:
1319
+ $ref: "#/components/schemas/WidgetTime"
1320
+ title:
1321
+ description: Title of your widget.
1322
+ type: string
1323
+ title_align:
1324
+ $ref: "#/components/schemas/WidgetTextAlign"
1325
+ title_size:
1326
+ description: Size of the title.
1327
+ type: string
1328
+ type:
1329
+ $ref: "#/components/schemas/CohortWidgetDefinitionType"
1330
+ required:
1331
+ - type
1332
+ - requests
1333
+ type: object
1334
+ CohortWidgetDefinitionType:
1335
+ default: cohort
1336
+ description: Type of the Cohort widget.
1337
+ enum:
1338
+ - cohort
1339
+ example: cohort
1340
+ type: string
1341
+ x-enum-varnames:
1342
+ - COHORT
1238
1343
  ContentEncoding:
1239
1344
  description: HTTP header used to compress the media-type.
1240
1345
  enum:
@@ -2782,6 +2887,7 @@ components:
2782
2887
  peer_tags:
2783
2888
  description: Tags to query for a specific downstream entity (peer.service, peer.db_instance, peer.s3, peer.s3.bucket, etc.).
2784
2889
  items:
2890
+ description: "A tag identifying a specific downstream entity (for example: peer.service, peer.db_instance)."
2785
2891
  example: "peer.service:my-service"
2786
2892
  type: string
2787
2893
  type: array
@@ -3247,6 +3353,54 @@ components:
3247
3353
  - metric
3248
3354
  - name
3249
3355
  type: object
3356
+ FormulaAndFunctionProductAnalyticsExtendedDataSource:
3357
+ description: Data source for Product Analytics Extended queries.
3358
+ enum:
3359
+ - product_analytics_extended
3360
+ example: product_analytics_extended
3361
+ type: string
3362
+ x-enum-varnames:
3363
+ - PRODUCT_ANALYTICS_EXTENDED
3364
+ FormulaAndFunctionProductAnalyticsExtendedQueryDefinition:
3365
+ description: A formula and functions Product Analytics Extended query for advanced analytics features.
3366
+ properties:
3367
+ audience_filters:
3368
+ $ref: "#/components/schemas/ProductAnalyticsAudienceFilters"
3369
+ compute:
3370
+ $ref: "#/components/schemas/ProductAnalyticsExtendedCompute"
3371
+ data_source:
3372
+ $ref: "#/components/schemas/FormulaAndFunctionProductAnalyticsExtendedDataSource"
3373
+ group_by:
3374
+ description: Group by configuration.
3375
+ items:
3376
+ $ref: "#/components/schemas/ProductAnalyticsExtendedGroupBy"
3377
+ description: A Product Analytics Extended group by configuration.
3378
+ type: array
3379
+ indexes:
3380
+ description: Event indexes to query.
3381
+ example: ["*"]
3382
+ items:
3383
+ $ref: "#/components/schemas/FormulaAndFunctionProductAnalyticsExtendedQueryDefinitionIndexesItems"
3384
+ type: array
3385
+ name:
3386
+ description: Name of the query for use in formulas.
3387
+ example: "query1"
3388
+ type: string
3389
+ query:
3390
+ $ref: "#/components/schemas/ProductAnalyticsBaseQuery"
3391
+ required:
3392
+ - data_source
3393
+ - name
3394
+ - query
3395
+ - compute
3396
+ type: object
3397
+ FormulaAndFunctionProductAnalyticsExtendedQueryDefinitionIndexesItems:
3398
+ description: Use `"*"` to query all indexes.
3399
+ enum:
3400
+ - "*"
3401
+ type: string
3402
+ x-enum-varnames:
3403
+ - ALL
3250
3404
  FormulaAndFunctionQueryDefinition:
3251
3405
  description: A formula and function query.
3252
3406
  oneOf:
@@ -3258,6 +3412,9 @@ components:
3258
3412
  - $ref: "#/components/schemas/FormulaAndFunctionApmMetricsQueryDefinition"
3259
3413
  - $ref: "#/components/schemas/FormulaAndFunctionSLOQueryDefinition"
3260
3414
  - $ref: "#/components/schemas/FormulaAndFunctionCloudCostQueryDefinition"
3415
+ - $ref: "#/components/schemas/FormulaAndFunctionProductAnalyticsExtendedQueryDefinition"
3416
+ - $ref: "#/components/schemas/FormulaAndFunctionUserJourneyQueryDefinition"
3417
+ - $ref: "#/components/schemas/FormulaAndFunctionRetentionQueryDefinition"
3261
3418
  FormulaAndFunctionResponseFormat:
3262
3419
  description: Timeseries, scalar, or event list response. Event list response formats are supported by Geomap widgets.
3263
3420
  enum:
@@ -3270,6 +3427,31 @@ components:
3270
3427
  - TIMESERIES
3271
3428
  - SCALAR
3272
3429
  - EVENT_LIST
3430
+ FormulaAndFunctionRetentionQueryDefinition:
3431
+ description: A formula and functions Retention query for defining timeseries and scalar visualizations.
3432
+ properties:
3433
+ compute:
3434
+ $ref: "#/components/schemas/RetentionCompute"
3435
+ data_source:
3436
+ $ref: "#/components/schemas/RetentionDataSource"
3437
+ group_by:
3438
+ description: Group by configuration.
3439
+ items:
3440
+ $ref: "#/components/schemas/RetentionGroupBy"
3441
+ description: A Retention group by configuration.
3442
+ type: array
3443
+ name:
3444
+ description: Name of the query for use in formulas.
3445
+ example: "query1"
3446
+ type: string
3447
+ search:
3448
+ $ref: "#/components/schemas/RetentionSearch"
3449
+ required:
3450
+ - data_source
3451
+ - name
3452
+ - search
3453
+ - compute
3454
+ type: object
3273
3455
  FormulaAndFunctionSLODataSource:
3274
3456
  description: Data source for SLO measures queries.
3275
3457
  enum:
@@ -3360,6 +3542,31 @@ components:
3360
3542
  - METRIC
3361
3543
  - MONITOR
3362
3544
  - TIME_SLICE
3545
+ FormulaAndFunctionUserJourneyQueryDefinition:
3546
+ description: A formula and functions User Journey query for defining funnel, timeseries, and scalar visualizations over journey data.
3547
+ properties:
3548
+ compute:
3549
+ $ref: "#/components/schemas/UserJourneyFormulaCompute"
3550
+ data_source:
3551
+ $ref: "#/components/schemas/ProductAnalyticsFunnelDataSource"
3552
+ group_by:
3553
+ description: Group by configuration.
3554
+ items:
3555
+ $ref: "#/components/schemas/UserJourneyFormulaGroupBy"
3556
+ description: A User Journey group by configuration.
3557
+ type: array
3558
+ name:
3559
+ description: Name of the query for use in formulas.
3560
+ example: "query1"
3561
+ type: string
3562
+ search:
3563
+ $ref: "#/components/schemas/UserJourneySearch"
3564
+ required:
3565
+ - data_source
3566
+ - name
3567
+ - search
3568
+ - compute
3569
+ type: object
3363
3570
  FormulaType:
3364
3571
  description: Set the sort type to formula.
3365
3572
  enum: ["formula"]
@@ -3399,6 +3606,61 @@ components:
3399
3606
  type: string
3400
3607
  x-enum-varnames:
3401
3608
  - FREE_TEXT
3609
+ FunnelComparisonCustomTimeframe:
3610
+ additionalProperties: false
3611
+ description: Custom timeframe for funnel comparison.
3612
+ properties:
3613
+ from:
3614
+ description: Start of the custom timeframe.
3615
+ example: 0.0
3616
+ format: double
3617
+ type: number
3618
+ to:
3619
+ description: End of the custom timeframe.
3620
+ example: 0.0
3621
+ format: double
3622
+ type: number
3623
+ required:
3624
+ - from
3625
+ - to
3626
+ type: object
3627
+ FunnelComparisonDuration:
3628
+ additionalProperties: false
3629
+ description: Comparison time configuration for funnel widgets.
3630
+ properties:
3631
+ custom_timeframe:
3632
+ $ref: "#/components/schemas/FunnelComparisonCustomTimeframe"
3633
+ type:
3634
+ $ref: "#/components/schemas/FunnelComparisonDurationType"
3635
+ required:
3636
+ - type
3637
+ type: object
3638
+ FunnelComparisonDurationType:
3639
+ description: Type of comparison duration.
3640
+ enum:
3641
+ - previous_timeframe
3642
+ - custom_timeframe
3643
+ - previous_day
3644
+ - previous_week
3645
+ - previous_month
3646
+ example: previous_timeframe
3647
+ type: string
3648
+ x-enum-varnames:
3649
+ - PREVIOUS_TIMEFRAME
3650
+ - CUSTOM_TIMEFRAME
3651
+ - PREVIOUS_DAY
3652
+ - PREVIOUS_WEEK
3653
+ - PREVIOUS_MONTH
3654
+ FunnelGroupedDisplay:
3655
+ description: Display mode for grouped funnel results.
3656
+ enum:
3657
+ - stacked
3658
+ - side_by_side
3659
+ example: stacked
3660
+ type: string
3661
+ x-enum-varnames:
3662
+ - STACKED
3663
+ - SIDE_BY_SIDE
3402
3664
  FunnelQuery:
3403
3665
  description: Updated funnel widget.
3404
3666
  properties:
@@ -3457,12 +3719,13 @@ components:
3457
3719
  description:
3458
3720
  description: The description of the widget.
3459
3721
  type: string
3722
+ grouped_display:
3723
+ $ref: "#/components/schemas/FunnelGroupedDisplay"
3460
3724
  requests:
3461
3725
  description: Request payload used to query items.
3462
3726
  example: [{"query": {"data_source": "rum", "query_string": "@browser.name:Chrome", "steps": [{"facet": "@view.name", "value": "/logs"}, {"facet": "@view.name", "value": "/apm/home"}]}, "request_type": "funnel"}]
3463
3727
  items:
3464
3728
  $ref: "#/components/schemas/FunnelWidgetRequest"
3465
- maxItems: 1
3466
3729
  minItems: 1
3467
3730
  type: array
3468
3731
  time:
@@ -6647,6 +6910,7 @@ components:
6647
6910
  sources:
6648
6911
  additionalProperties:
6649
6912
  items:
6913
+ description: A fallback source attribute name.
6650
6914
  type: string
6651
6915
  type: array
6652
6916
  description: Fallback sources used to populate value of field.
@@ -6695,6 +6959,7 @@ components:
6695
6959
  description: Optional list of profiles to modify the schema.
6696
6960
  example: ["security_control", "host"]
6697
6961
  items:
6962
+ description: A profile name that modifies the schema behavior.
6698
6963
  type: string
6699
6964
  type: array
6700
6965
  schema_type:
@@ -7808,6 +8073,7 @@ components:
7808
8073
  description: Columns to group results by.
7809
8074
  example: ["col1", "col2"]
7810
8075
  items:
8076
+ description: A column name to group results by.
7811
8077
  type: string
7812
8078
  type: array
7813
8079
  model_type_override:
@@ -7827,6 +8093,7 @@ components:
7827
8093
  description: Optional grouping fields for aggregation.
7828
8094
  example: ["entity_id"]
7829
8095
  items:
8096
+ description: A field name to group results by.
7830
8097
  type: string
7831
8098
  type: array
7832
8099
  measure:
@@ -11161,8 +11428,10 @@ components:
11161
11428
  description: Product Analytics audience account subquery.
11162
11429
  properties:
11163
11430
  name:
11431
+ description: The name of the account subquery.
11164
11432
  type: string
11165
11433
  query:
11434
+ description: The query string for the account subquery.
11166
11435
  type: string
11167
11436
  type: object
11168
11437
  ProductAnalyticsAudienceFilters:
@@ -11173,6 +11442,7 @@ components:
11173
11442
  $ref: "#/components/schemas/ProductAnalyticsAudienceAccountSubquery"
11174
11443
  type: array
11175
11444
  filter_condition:
11445
+ description: An optional filter condition applied to the audience subquery.
11176
11446
  type: string
11177
11447
  segments:
11178
11448
  items:
@@ -11184,28 +11454,298 @@ components:
11184
11454
  type: array
11185
11455
  type: object
11186
11456
  ProductAnalyticsAudienceOccurrenceFilter:
11457
+ description: Filter applied to occurrence counts when building a Product Analytics audience.
11187
11458
  properties:
11188
11459
  operator:
11460
+ description: "The comparison operator used for the occurrence filter (for example: `gt`, `lt`, `eq`)."
11189
11461
  type: string
11190
11462
  value:
11463
+ description: The threshold value to compare occurrence counts against.
11191
11464
  type: string
11192
11465
  type: object
11193
11466
  ProductAnalyticsAudienceSegmentSubquery:
11194
11467
  description: Product Analytics audience segment subquery.
11195
11468
  properties:
11196
11469
  name:
11470
+ description: The name of the segment subquery.
11197
11471
  type: string
11198
11472
  segment_id:
11473
+ description: The unique identifier of the segment.
11199
11474
  type: string
11200
11475
  type: object
11201
11476
  ProductAnalyticsAudienceUserSubquery:
11202
11477
  description: Product Analytics audience user subquery.
11203
11478
  properties:
11204
11479
  name:
11480
+ description: The name of the user subquery.
11205
11481
  type: string
11206
11482
  query:
11483
+ description: The query string for the user subquery.
11207
11484
  type: string
11208
11485
  type: object
11486
+ ProductAnalyticsBaseQuery:
11487
+ $ref: "#/components/schemas/ProductAnalyticsEventQuery"
11488
+ description: Base query for Product Analytics.
11489
+ ProductAnalyticsEventDataSource:
11490
+ description: Data source for Product Analytics event queries.
11491
+ enum:
11492
+ - product_analytics
11493
+ example: product_analytics
11494
+ type: string
11495
+ x-enum-varnames:
11496
+ - PRODUCT_ANALYTICS
11497
+ ProductAnalyticsEventQuery:
11498
+ additionalProperties: false
11499
+ description: Product Analytics event query.
11500
+ properties:
11501
+ data_source:
11502
+ $ref: "#/components/schemas/ProductAnalyticsEventDataSource"
11503
+ search:
11504
+ $ref: "#/components/schemas/ProductAnalyticsEventQuerySearch"
11505
+ required:
11506
+ - data_source
11507
+ - search
11508
+ type: object
11509
+ ProductAnalyticsEventQuerySearch:
11510
+ additionalProperties: false
11511
+ description: Search configuration for Product Analytics event query.
11512
+ properties:
11513
+ query:
11514
+ description: RUM event search query used to filter views or actions.
11515
+ example: "@type:view @view.name:/home"
11516
+ type: string
11517
+ required:
11518
+ - query
11519
+ type: object
11520
+ ProductAnalyticsExtendedCompute:
11521
+ additionalProperties: false
11522
+ description: Compute configuration for Product Analytics Extended queries.
11523
+ properties:
11524
+ aggregation:
11525
+ $ref: "#/components/schemas/FormulaAndFunctionEventAggregation"
11526
+ interval:
11527
+ description: Fixed-width time bucket interval in milliseconds for time series queries. Mutually exclusive with `rollup`.
11528
+ example: 60000
11529
+ format: double
11530
+ type: number
11531
+ metric:
11532
+ description: Measurable attribute to compute.
11533
+ example: "@usr.id"
11534
+ type: string
11535
+ name:
11536
+ description: Name of the compute for use in formulas.
11537
+ example: "query1"
11538
+ type: string
11539
+ rollup:
11540
+ $ref: "#/components/schemas/CalendarInterval"
11541
+ description: Calendar-aligned time bucket for time series queries (for example, day, week, or month boundaries). Mutually exclusive with `interval`.
11542
+ required:
11543
+ - aggregation
11544
+ type: object
11545
+ ProductAnalyticsExtendedGroupBy:
11546
+ description: Group by configuration for Product Analytics Extended queries.
11547
+ properties:
11548
+ facet:
11549
+ description: Facet name to group by.
11550
+ example: "@geo.country"
11551
+ type: string
11552
+ limit:
11553
+ description: Maximum number of groups to return.
11554
+ example: 10
11555
+ format: int32
11556
+ maximum: 10000
11557
+ type: integer
11558
+ should_exclude_missing:
11559
+ description: Whether to exclude events missing the group-by facet.
11560
+ type: boolean
11561
+ sort:
11562
+ $ref: "#/components/schemas/FormulaAndFunctionEventQueryGroupBySort"
11563
+ required:
11564
+ - facet
11565
+ type: object
11566
+ ProductAnalyticsFunnelCompute:
11567
+ additionalProperties: false
11568
+ description: Compute configuration for user journey funnel.
11569
+ properties:
11570
+ aggregation:
11571
+ $ref: "#/components/schemas/ProductAnalyticsFunnelComputeAggregation"
11572
+ metric:
11573
+ $ref: "#/components/schemas/ProductAnalyticsFunnelComputeMetric"
11574
+ required:
11575
+ - aggregation
11576
+ - metric
11577
+ type: object
11578
+ ProductAnalyticsFunnelComputeAggregation:
11579
+ description: Aggregation type for user journey funnel compute.
11580
+ enum:
11581
+ - cardinality
11582
+ - count
11583
+ example: count
11584
+ type: string
11585
+ x-enum-varnames:
11586
+ - CARDINALITY
11587
+ - COUNT
11588
+ ProductAnalyticsFunnelComputeMetric:
11589
+ description: Metric for user journey funnel compute. `__dd.conversion` and `__dd.conversion_rate` accept `count` (unique users/sessions) and `cardinality` (total users/sessions) as aggregations.
11590
+ enum:
11591
+ - __dd.conversion
11592
+ - __dd.conversion_rate
11593
+ example: __dd.conversion_rate
11594
+ type: string
11595
+ x-enum-varnames:
11596
+ - CONVERSION
11597
+ - CONVERSION_RATE
11598
+ ProductAnalyticsFunnelDataSource:
11599
+ description: Data source for user journey funnel queries.
11600
+ enum:
11601
+ - product_analytics_journey
11602
+ example: product_analytics_journey
11603
+ type: string
11604
+ x-enum-varnames:
11605
+ - PRODUCT_ANALYTICS_JOURNEY
11606
+ ProductAnalyticsFunnelGroupBy:
11607
+ description: Group by configuration for user journey funnel.
11608
+ properties:
11609
+ facet:
11610
+ description: Facet to group by.
11611
+ example: "@usr.email"
11612
+ type: string
11613
+ limit:
11614
+ description: Maximum number of groups.
11615
+ format: int64
11616
+ type: integer
11617
+ should_exclude_missing:
11618
+ description: Whether to exclude missing values.
11619
+ type: boolean
11620
+ sort:
11621
+ $ref: "#/components/schemas/ProductAnalyticsFunnelGroupBySort"
11622
+ target:
11623
+ $ref: "#/components/schemas/UserJourneySearchTarget"
11624
+ required:
11625
+ - facet
11626
+ type: object
11627
+ ProductAnalyticsFunnelGroupBySort:
11628
+ additionalProperties: false
11629
+ description: Sort configuration for user journey funnel group by.
11630
+ properties:
11631
+ aggregation:
11632
+ description: Aggregation type.
11633
+ example: "count"
11634
+ type: string
11635
+ metric:
11636
+ description: Metric to sort by.
11637
+ example: "@session.id"
11638
+ type: string
11639
+ order:
11640
+ $ref: "#/components/schemas/WidgetSort"
11641
+ required:
11642
+ - aggregation
11643
+ type: object
11644
+ ProductAnalyticsFunnelQuery:
11645
+ additionalProperties: false
11646
+ description: User journey funnel query definition.
11647
+ properties:
11648
+ compute:
11649
+ $ref: "#/components/schemas/ProductAnalyticsFunnelCompute"
11650
+ data_source:
11651
+ $ref: "#/components/schemas/ProductAnalyticsFunnelDataSource"
11652
+ group_by:
11653
+ description: Group by configuration.
11654
+ items:
11655
+ $ref: "#/components/schemas/ProductAnalyticsFunnelGroupBy"
11656
+ description: A user journey funnel group by configuration.
11657
+ type: array
11658
+ search:
11659
+ $ref: "#/components/schemas/UserJourneySearch"
11660
+ subquery_id:
11661
+ description: Subquery ID.
11662
+ type: string
11663
+ required:
11664
+ - data_source
11665
+ - search
11666
+ type: object
11667
+ ProductAnalyticsFunnelRequest:
11668
+ additionalProperties: false
11669
+ description: User journey funnel widget request.
11670
+ properties:
11671
+ comparison_segments:
11672
+ description: Comparison segments.
11673
+ items:
11674
+ description: Segment identifier.
11675
+ minLength: 1
11676
+ type: string
11677
+ minItems: 1
11678
+ type: array
11679
+ comparison_time:
11680
+ $ref: "#/components/schemas/FunnelComparisonDuration"
11681
+ query:
11682
+ $ref: "#/components/schemas/ProductAnalyticsFunnelQuery"
11683
+ request_type:
11684
+ $ref: "#/components/schemas/ProductAnalyticsFunnelRequestType"
11685
+ required:
11686
+ - query
11687
+ - request_type
11688
+ type: object
11689
+ ProductAnalyticsFunnelRequestType:
11690
+ description: Request type for user journey funnel widget.
11691
+ enum:
11692
+ - user_journey_funnel
11693
+ example: user_journey_funnel
11694
+ type: string
11695
+ x-enum-varnames:
11696
+ - USER_JOURNEY_FUNNEL
11697
+ ProductAnalyticsFunnelWidgetDefinition:
11698
+ additionalProperties: false
11699
+ description: The user journey funnel visualization displays conversion funnels based on user journey data from Product Analytics.
11700
+ properties:
11701
+ description:
11702
+ description: The description of the widget.
11703
+ type: string
11704
+ grouped_display:
11705
+ $ref: "#/components/schemas/FunnelGroupedDisplay"
11706
+ requests:
11707
+ description: Request payload used to query items.
11708
+ example:
11709
+ - query:
11710
+ compute:
11711
+ aggregation: cardinality
11712
+ metric: __dd.conversion
11713
+ data_source: product_analytics_journey
11714
+ search:
11715
+ expression: "step1 -> step2"
11716
+ filters:
11717
+ string_filter: "@application.id:xxx @geo.country:France"
11718
+ node_objects:
11719
+ step1:
11720
+ data_source: product_analytics
11721
+ search:
11722
+ query: "@type:view @view.name:/home"
11723
+ step2:
11724
+ data_source: product_analytics
11725
+ search:
11726
+ query: '@type:action @action.name:"add to cart"'
11727
+ request_type: user_journey_funnel
11728
+ items:
11729
+ $ref: "#/components/schemas/ProductAnalyticsFunnelRequest"
11730
+ description: A user journey funnel widget request.
11731
+ minItems: 1
11732
+ type: array
11733
+ time:
11734
+ $ref: "#/components/schemas/WidgetTime"
11735
+ title:
11736
+ description: The title of the widget.
11737
+ type: string
11738
+ title_align:
11739
+ $ref: "#/components/schemas/WidgetTextAlign"
11740
+ title_size:
11741
+ description: The size of the title.
11742
+ type: string
11743
+ type:
11744
+ $ref: "#/components/schemas/FunnelWidgetDefinitionType"
11745
+ required:
11746
+ - type
11747
+ - requests
11748
+ type: object
11209
11749
  QuerySortOrder:
11210
11750
  default: desc
11211
11751
  description: Direction of sort.
@@ -11394,6 +11934,354 @@ components:
11394
11934
  page:
11395
11935
  $ref: "#/components/schemas/Pagination"
11396
11936
  type: object
11937
+ RetentionCohortCriteria:
11938
+ additionalProperties: false
11939
+ description: Cohort criteria for retention queries.
11940
+ properties:
11941
+ base_query:
11942
+ $ref: "#/components/schemas/ProductAnalyticsBaseQuery"
11943
+ time_interval:
11944
+ $ref: "#/components/schemas/RetentionCohortCriteriaTimeInterval"
11945
+ required:
11946
+ - base_query
11947
+ - time_interval
11948
+ type: object
11949
+ RetentionCohortCriteriaTimeInterval:
11950
+ additionalProperties: false
11951
+ description: Time interval for cohort criteria.
11952
+ properties:
11953
+ type:
11954
+ $ref: "#/components/schemas/RetentionCohortCriteriaTimeIntervalType"
11955
+ value:
11956
+ $ref: "#/components/schemas/CalendarInterval"
11957
+ required:
11958
+ - type
11959
+ - value
11960
+ type: object
11961
+ RetentionCohortCriteriaTimeIntervalType:
11962
+ description: Type of time interval for cohort criteria.
11963
+ enum:
11964
+ - calendar
11965
+ example: calendar
11966
+ type: string
11967
+ x-enum-varnames:
11968
+ - CALENDAR
11969
+ RetentionCompute:
11970
+ additionalProperties: false
11971
+ description: Compute configuration for retention queries.
11972
+ properties:
11973
+ aggregation:
11974
+ $ref: "#/components/schemas/EventsAggregation"
11975
+ metric:
11976
+ $ref: "#/components/schemas/RetentionComputeMetric"
11977
+ required:
11978
+ - aggregation
11979
+ - metric
11980
+ type: object
11981
+ RetentionComputeMetric:
11982
+ description: Metric for retention compute.
11983
+ enum:
11984
+ - __dd.retention
11985
+ - __dd.retention_rate
11986
+ example: __dd.retention_rate
11987
+ type: string
11988
+ x-enum-varnames:
11989
+ - RETENTION
11990
+ - RETENTION_RATE
11991
+ RetentionCurveRequestType:
11992
+ description: Request type for retention curve widget.
11993
+ enum:
11994
+ - retention_curve
11995
+ example: retention_curve
11996
+ type: string
11997
+ x-enum-varnames:
11998
+ - RETENTION_CURVE
11999
+ RetentionCurveStyle:
12000
+ additionalProperties: false
12001
+ description: Style configuration for retention curve.
12002
+ properties:
12003
+ palette:
12004
+ description: Color palette for the retention curve.
12005
+ example: "dog_classic"
12006
+ type: string
12007
+ type: object
12008
+ RetentionCurveWidgetDefinition:
12009
+ additionalProperties: false
12010
+ description: The retention curve widget visualizes user retention rates over time.
12011
+ properties:
12012
+ description:
12013
+ description: The description of the widget.
12014
+ type: string
12015
+ requests:
12016
+ description: List of Retention Curve widget requests.
12017
+ example:
12018
+ - query:
12019
+ compute:
12020
+ aggregation: count
12021
+ metric: __dd.retention_rate
12022
+ data_source: product_analytics_retention
12023
+ search:
12024
+ cohort_criteria:
12025
+ base_query:
12026
+ data_source: product_analytics
12027
+ search:
12028
+ query: "@type:view @view.name:/home"
12029
+ time_interval:
12030
+ type: calendar
12031
+ value:
12032
+ type: week
12033
+ retention_entity: "@usr.id"
12034
+ return_condition: conversion_on_or_after
12035
+ return_criteria:
12036
+ base_query:
12037
+ data_source: product_analytics
12038
+ search:
12039
+ query: "@type:view @view.name:/checkout"
12040
+ request_type: retention_curve
12041
+ items:
12042
+ $ref: "#/components/schemas/RetentionCurveWidgetRequest"
12043
+ description: A retention curve widget request.
12044
+ minItems: 1
12045
+ type: array
12046
+ time:
12047
+ $ref: "#/components/schemas/WidgetTime"
12048
+ title:
12049
+ description: Title of your widget.
12050
+ type: string
12051
+ title_align:
12052
+ $ref: "#/components/schemas/WidgetTextAlign"
12053
+ title_size:
12054
+ description: Size of the title.
12055
+ type: string
12056
+ type:
12057
+ $ref: "#/components/schemas/RetentionCurveWidgetDefinitionType"
12058
+ required:
12059
+ - type
12060
+ - requests
12061
+ type: object
12062
+ RetentionCurveWidgetDefinitionType:
12063
+ default: retention_curve
12064
+ description: Type of the Retention Curve widget.
12065
+ enum:
12066
+ - retention_curve
12067
+ example: retention_curve
12068
+ type: string
12069
+ x-enum-varnames:
12070
+ - RETENTION_CURVE
12071
+ RetentionCurveWidgetRequest:
12072
+ additionalProperties: false
12073
+ description: Retention curve widget request.
12074
+ properties:
12075
+ query:
12076
+ $ref: "#/components/schemas/RetentionQuery"
12077
+ request_type:
12078
+ $ref: "#/components/schemas/RetentionCurveRequestType"
12079
+ style:
12080
+ $ref: "#/components/schemas/RetentionCurveStyle"
12081
+ required:
12082
+ - request_type
12083
+ - query
12084
+ type: object
12085
+ RetentionDataSource:
12086
+ description: Data source for retention queries.
12087
+ enum:
12088
+ - product_analytics_retention
12089
+ example: product_analytics_retention
12090
+ type: string
12091
+ x-enum-varnames:
12092
+ - PRODUCT_ANALYTICS_RETENTION
12093
+ RetentionEntity:
12094
+ description: Entity to track for retention.
12095
+ enum:
12096
+ - "@usr.id"
12097
+ - "@account.id"
12098
+ example: "@usr.id"
12099
+ type: string
12100
+ x-enum-varnames:
12101
+ - USER_ID
12102
+ - ACCOUNT_ID
12103
+ RetentionFilters:
12104
+ additionalProperties: false
12105
+ description: Filters for retention queries.
12106
+ properties:
12107
+ audience_filters:
12108
+ $ref: "#/components/schemas/ProductAnalyticsAudienceFilters"
12109
+ string_filter:
12110
+ description: String filter.
12111
+ example: "@session.type:user"
12112
+ type: string
12113
+ type: object
12114
+ RetentionGridRequest:
12115
+ additionalProperties: false
12116
+ description: Retention grid widget request.
12117
+ properties:
12118
+ query:
12119
+ $ref: "#/components/schemas/RetentionQuery"
12120
+ request_type:
12121
+ $ref: "#/components/schemas/RetentionGridRequestType"
12122
+ required:
12123
+ - request_type
12124
+ - query
12125
+ type: object
12126
+ RetentionGridRequestType:
12127
+ description: Request type for retention grid widget.
12128
+ enum:
12129
+ - retention_grid
12130
+ example: retention_grid
12131
+ type: string
12132
+ x-enum-varnames:
12133
+ - RETENTION_GRID
12134
+ RetentionGroupBy:
12135
+ additionalProperties: false
12136
+ description: Group by configuration for retention queries.
12137
+ properties:
12138
+ facet:
12139
+ description: Facet to group by.
12140
+ example: "@geo.country"
12141
+ type: string
12142
+ limit:
12143
+ description: Maximum number of groups.
12144
+ example: 10
12145
+ format: int64
12146
+ type: integer
12147
+ should_exclude_missing:
12148
+ description: Whether to exclude missing values.
12149
+ example: false
12150
+ type: boolean
12151
+ sort:
12152
+ $ref: "#/components/schemas/RetentionGroupBySort"
12153
+ source:
12154
+ description: Source field.
12155
+ example: "@geo.country"
12156
+ type: string
12157
+ target:
12158
+ $ref: "#/components/schemas/RetentionGroupByTarget"
12159
+ required:
12160
+ - target
12161
+ - facet
12162
+ type: object
12163
+ RetentionGroupBySort:
12164
+ additionalProperties: false
12165
+ description: Sort configuration for retention group by.
12166
+ properties:
12167
+ order:
12168
+ $ref: "#/components/schemas/WidgetSort"
12169
+ type: object
12170
+ RetentionGroupByTarget:
12171
+ description: Target for retention group by.
12172
+ enum:
12173
+ - cohort
12174
+ - return_period
12175
+ example: cohort
12176
+ type: string
12177
+ x-enum-varnames:
12178
+ - COHORT
12179
+ - RETURN_PERIOD
12180
+ RetentionQuery:
12181
+ additionalProperties: false
12182
+ description: Retention query definition.
12183
+ properties:
12184
+ compute:
12185
+ $ref: "#/components/schemas/RetentionCompute"
12186
+ data_source:
12187
+ $ref: "#/components/schemas/RetentionDataSource"
12188
+ filters:
12189
+ $ref: "#/components/schemas/RetentionFilters"
12190
+ group_by:
12191
+ description: Group by configuration.
12192
+ items:
12193
+ $ref: "#/components/schemas/RetentionGroupBy"
12194
+ description: A retention group by configuration.
12195
+ type: array
12196
+ name:
12197
+ description: Name of the query.
12198
+ example: "retention_query"
12199
+ type: string
12200
+ search:
12201
+ $ref: "#/components/schemas/RetentionSearch"
12202
+ required:
12203
+ - data_source
12204
+ - search
12205
+ - compute
12206
+ type: object
12207
+ RetentionReturnCondition:
12208
+ description: Condition for counting user return.
12209
+ enum:
12210
+ - conversion_on
12211
+ - conversion_on_or_after
12212
+ example: conversion_on_or_after
12213
+ type: string
12214
+ x-enum-varnames:
12215
+ - CONVERSION_ON
12216
+ - CONVERSION_ON_OR_AFTER
12217
+ RetentionReturnCriteria:
12218
+ additionalProperties: false
12219
+ description: Return criteria for retention queries.
12220
+ properties:
12221
+ base_query:
12222
+ $ref: "#/components/schemas/ProductAnalyticsBaseQuery"
12223
+ time_interval:
12224
+ $ref: "#/components/schemas/RetentionReturnCriteriaTimeInterval"
12225
+ required:
12226
+ - base_query
12227
+ type: object
12228
+ RetentionReturnCriteriaTimeInterval:
12229
+ additionalProperties: false
12230
+ description: Time interval for return criteria.
12231
+ properties:
12232
+ type:
12233
+ $ref: "#/components/schemas/RetentionReturnCriteriaTimeIntervalType"
12234
+ unit:
12235
+ $ref: "#/components/schemas/RetentionReturnCriteriaTimeIntervalUnit"
12236
+ value:
12237
+ description: Value of the time interval.
12238
+ example: 0.0
12239
+ format: double
12240
+ type: number
12241
+ required:
12242
+ - type
12243
+ - value
12244
+ - unit
12245
+ type: object
12246
+ RetentionReturnCriteriaTimeIntervalType:
12247
+ description: Type of time interval for return criteria.
12248
+ enum:
12249
+ - fixed
12250
+ example: fixed
12251
+ type: string
12252
+ x-enum-varnames:
12253
+ - FIXED
12254
+ RetentionReturnCriteriaTimeIntervalUnit:
12255
+ description: Unit of time for retention return criteria interval.
12256
+ enum:
12257
+ - day
12258
+ - week
12259
+ - month
12260
+ example: day
12261
+ type: string
12262
+ x-enum-varnames:
12263
+ - DAY
12264
+ - WEEK
12265
+ - MONTH
12266
+ RetentionSearch:
12267
+ additionalProperties: false
12268
+ description: Search configuration for retention queries.
12269
+ properties:
12270
+ cohort_criteria:
12271
+ $ref: "#/components/schemas/RetentionCohortCriteria"
12272
+ filters:
12273
+ $ref: "#/components/schemas/RetentionFilters"
12274
+ retention_entity:
12275
+ $ref: "#/components/schemas/RetentionEntity"
12276
+ return_condition:
12277
+ $ref: "#/components/schemas/RetentionReturnCondition"
12278
+ return_criteria:
12279
+ $ref: "#/components/schemas/RetentionReturnCriteria"
12280
+ required:
12281
+ - cohort_criteria
12282
+ - retention_entity
12283
+ - return_condition
12284
+ type: object
11397
12285
  RunWorkflowWidgetDefinition:
11398
12286
  description: Run workflow is widget that allows you to run a workflow from a dashboard.
11399
12287
  properties:
@@ -11772,6 +12660,7 @@ components:
11772
12660
  - $ref: "#/components/schemas/SLOCountDefinitionWithBadEventsFormula"
11773
12661
  SLOCountDefinitionWithBadEventsFormula:
11774
12662
  additionalProperties: false
12663
+ description: SLO count definition using a bad events formula alongside a good events formula.
11775
12664
  properties:
11776
12665
  bad_events_formula:
11777
12666
  $ref: "#/components/schemas/SLOFormula"
@@ -11798,6 +12687,7 @@ components:
11798
12687
  type: object
11799
12688
  SLOCountDefinitionWithTotalEventsFormula:
11800
12689
  additionalProperties: false
12690
+ description: SLO count definition using a total events formula alongside a good events formula.
11801
12691
  properties:
11802
12692
  good_events_formula:
11803
12693
  $ref: "#/components/schemas/SLOFormula"
@@ -13004,6 +13894,7 @@ components:
13004
13894
  description: Fields to group by.
13005
13895
  example: ["source", "destination"]
13006
13896
  items:
13897
+ description: A field name to group by.
13007
13898
  type: string
13008
13899
  type: array
13009
13900
  limit:
@@ -13115,7 +14006,7 @@ components:
13115
14006
  occurrences:
13116
14007
  $ref: "#/components/schemas/ProductAnalyticsAudienceOccurrenceFilter"
13117
14008
  query_string:
13118
- description: Query string.
14009
+ description: RUM event search query used to filter views or actions.
13119
14010
  example: "@type:view"
13120
14011
  type: string
13121
14012
  source:
@@ -13626,6 +14517,7 @@ components:
13626
14517
  Always included in service level objective responses (but may be empty).
13627
14518
  example: ["env:prod", "app:core"]
13628
14519
  items:
14520
+ description: A tag associated with the service level objective.
13629
14521
  type: string
13630
14522
  type: array
13631
14523
  created_at:
@@ -13649,6 +14541,7 @@ components:
13649
14541
  env_tags:
13650
14542
  description: Tags with the `env` tag key.
13651
14543
  items:
14544
+ description: A tag with the `env` tag key.
13652
14545
  type: string
13653
14546
  type: array
13654
14547
  groups:
@@ -13693,6 +14586,7 @@ components:
13693
14586
  service_tags:
13694
14587
  description: Tags with the `service` tag key.
13695
14588
  items:
14589
+ description: A tag with the `service` tag key.
13696
14590
  type: string
13697
14591
  type: array
13698
14592
  slo_type:
@@ -13702,6 +14596,7 @@ components:
13702
14596
  team_tags:
13703
14597
  description: Tags with the `team` tag key.
13704
14598
  items:
14599
+ description: A tag with the `team` tag key.
13705
14600
  type: string
13706
14601
  type: array
13707
14602
  thresholds:
@@ -14712,6 +15607,7 @@ components:
14712
15607
  description: The tag values.
14713
15608
  example: ["env"]
14714
15609
  items:
15610
+ description: A tag value string.
14715
15611
  minLength: 1
14716
15612
  type: string
14717
15613
  type: array
@@ -17712,6 +18608,8 @@ components:
17712
18608
  - assertPageLacks
17713
18609
  - assertRequests
17714
18610
  - click
18611
+ - drag
18612
+ - drop
17715
18613
  - extractFromJavascript
17716
18614
  - extractFromEmailBody
17717
18615
  - extractVariable
@@ -17742,6 +18640,8 @@ components:
17742
18640
  - ASSERT_PAGE_LACKS
17743
18641
  - ASSERT_REQUESTS
17744
18642
  - CLICK
18643
+ - DRAG
18644
+ - DROP
17745
18645
  - EXTRACT_FROM_JAVASCRIPT
17746
18646
  - EXTRACT_FROM_EMAIL_BODY
17747
18647
  - EXTRACT_VARIABLE
@@ -17985,6 +18885,7 @@ components:
17985
18885
  blockedRequestPatterns:
17986
18886
  description: Array of URL patterns to block.
17987
18887
  items:
18888
+ description: A URL pattern to block during the Synthetic test.
17988
18889
  type: string
17989
18890
  type: array
17990
18891
  checkCertificateRevocation:
@@ -21077,6 +21978,58 @@ components:
21077
21978
  description: Shows the sum of all browser RUM units over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
21078
21979
  format: int64
21079
21980
  type: integer
21981
+ ccm_anthropic_spend_last:
21982
+ description: Shows the last value of Anthropic cloud spend monitored over all hours in the current date for all organizations.
21983
+ format: int64
21984
+ type: integer
21985
+ ccm_aws_spend_last:
21986
+ description: Shows the last value of AWS cloud spend monitored over all hours in the current date for all organizations.
21987
+ format: int64
21988
+ type: integer
21989
+ ccm_azure_spend_last:
21990
+ description: Shows the last value of Azure cloud spend monitored over all hours in the current date for all organizations.
21991
+ format: int64
21992
+ type: integer
21993
+ ccm_confluent_spend_last:
21994
+ description: Shows the last value of Confluent cloud spend monitored over all hours in the current date for all organizations.
21995
+ format: int64
21996
+ type: integer
21997
+ ccm_databricks_spend_last:
21998
+ description: Shows the last value of Databricks cloud spend monitored over all hours in the current date for all organizations.
21999
+ format: int64
22000
+ type: integer
22001
+ ccm_elastic_spend_last:
22002
+ description: Shows the last value of Elastic cloud spend monitored over all hours in the current date for all organizations.
22003
+ format: int64
22004
+ type: integer
22005
+ ccm_fastly_spend_last:
22006
+ description: Shows the last value of Fastly cloud spend monitored over all hours in the current date for all organizations.
22007
+ format: int64
22008
+ type: integer
22009
+ ccm_gcp_spend_last:
22010
+ description: Shows the last value of GCP cloud spend monitored over all hours in the current date for all organizations.
22011
+ format: int64
22012
+ type: integer
22013
+ ccm_github_spend_last:
22014
+ description: Shows the last value of GitHub cloud spend monitored over all hours in the current date for all organizations.
22015
+ format: int64
22016
+ type: integer
22017
+ ccm_mongodb_spend_last:
22018
+ description: Shows the last value of MongoDB cloud spend monitored over all hours in the current date for all organizations.
22019
+ format: int64
22020
+ type: integer
22021
+ ccm_oci_spend_last:
22022
+ description: Shows the last value of OCI cloud spend monitored over all hours in the current date for all organizations.
22023
+ format: int64
22024
+ type: integer
22025
+ ccm_openai_spend_last:
22026
+ description: Shows the last value of OpenAI cloud spend monitored over all hours in the current date for all organizations.
22027
+ format: int64
22028
+ type: integer
22029
+ ccm_snowflake_spend_last:
22030
+ description: Shows the last value of Snowflake cloud spend monitored over all hours in the current date for all organizations.
22031
+ format: int64
22032
+ type: integer
21080
22033
  ccm_spend_monitored_ent_last:
21081
22034
  description: Shows the last value of the amount of cloud spend monitored for Enterprise over all hours in the current date for all organizations.
21082
22035
  format: int64
@@ -21085,6 +22038,10 @@ components:
21085
22038
  description: Shows the last value of the amount of cloud spend monitored for Pro over all hours in the current date for all organizations.
21086
22039
  format: int64
21087
22040
  type: integer
22041
+ ccm_twilio_spend_last:
22042
+ description: Shows the last value of Twilio cloud spend monitored over all hours in the current date for all organizations.
22043
+ format: int64
22044
+ type: integer
21088
22045
  ci_pipeline_indexed_spans_sum:
21089
22046
  description: Shows the sum of all CI pipeline indexed spans over all hours in the current month for all organizations.
21090
22047
  format: int64
@@ -21966,6 +22923,58 @@ components:
21966
22923
  description: Shows the sum of all browser RUM units over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
21967
22924
  format: int64
21968
22925
  type: integer
22926
+ ccm_anthropic_spend_last:
22927
+ description: Shows the last value of Anthropic cloud spend monitored over all hours in the current date for the given org.
22928
+ format: int64
22929
+ type: integer
22930
+ ccm_aws_spend_last:
22931
+ description: Shows the last value of AWS cloud spend monitored over all hours in the current date for the given org.
22932
+ format: int64
22933
+ type: integer
22934
+ ccm_azure_spend_last:
22935
+ description: Shows the last value of Azure cloud spend monitored over all hours in the current date for the given org.
22936
+ format: int64
22937
+ type: integer
22938
+ ccm_confluent_spend_last:
22939
+ description: Shows the last value of Confluent cloud spend monitored over all hours in the current date for the given org.
22940
+ format: int64
22941
+ type: integer
22942
+ ccm_databricks_spend_last:
22943
+ description: Shows the last value of Databricks cloud spend monitored over all hours in the current date for the given org.
22944
+ format: int64
22945
+ type: integer
22946
+ ccm_elastic_spend_last:
22947
+ description: Shows the last value of Elastic cloud spend monitored over all hours in the current date for the given org.
22948
+ format: int64
22949
+ type: integer
22950
+ ccm_fastly_spend_last:
22951
+ description: Shows the last value of Fastly cloud spend monitored over all hours in the current date for the given org.
22952
+ format: int64
22953
+ type: integer
22954
+ ccm_gcp_spend_last:
22955
+ description: Shows the last value of GCP cloud spend monitored over all hours in the current date for the given org.
22956
+ format: int64
22957
+ type: integer
22958
+ ccm_github_spend_last:
22959
+ description: Shows the last value of GitHub cloud spend monitored over all hours in the current date for the given org.
22960
+ format: int64
22961
+ type: integer
22962
+ ccm_mongodb_spend_last:
22963
+ description: Shows the last value of MongoDB cloud spend monitored over all hours in the current date for the given org.
22964
+ format: int64
22965
+ type: integer
22966
+ ccm_oci_spend_last:
22967
+ description: Shows the last value of OCI cloud spend monitored over all hours in the current date for the given org.
22968
+ format: int64
22969
+ type: integer
22970
+ ccm_openai_spend_last:
22971
+ description: Shows the last value of OpenAI cloud spend monitored over all hours in the current date for the given org.
22972
+ format: int64
22973
+ type: integer
22974
+ ccm_snowflake_spend_last:
22975
+ description: Shows the last value of Snowflake cloud spend monitored over all hours in the current date for the given org.
22976
+ format: int64
22977
+ type: integer
21969
22978
  ccm_spend_monitored_ent_last:
21970
22979
  description: Shows the last value of the amount of cloud spend monitored for Enterprise over all hours in the current date for the given org.
21971
22980
  format: int64
@@ -21974,6 +22983,10 @@ components:
21974
22983
  description: Shows the last value of the amount of cloud spend monitored for Pro over all hours in the current date for the given org.
21975
22984
  format: int64
21976
22985
  type: integer
22986
+ ccm_twilio_spend_last:
22987
+ description: Shows the last value of Twilio cloud spend monitored over all hours in the current date for the given org.
22988
+ format: int64
22989
+ type: integer
21977
22990
  ci_pipeline_indexed_spans_sum:
21978
22991
  description: Shows the sum of all CI pipeline indexed spans over all hours in the current date for the given org.
21979
22992
  format: int64
@@ -22865,6 +23878,58 @@ components:
22865
23878
  description: Shows the sum of all browser RUM units over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
22866
23879
  format: int64
22867
23880
  type: integer
23881
+ ccm_anthropic_spend_last_sum:
23882
+ description: Shows the sum of the last value of Anthropic cloud spend monitored in the current month for all organizations.
23883
+ format: int64
23884
+ type: integer
23885
+ ccm_aws_spend_last_sum:
23886
+ description: Shows the sum of the last value of AWS cloud spend monitored in the current month for all organizations.
23887
+ format: int64
23888
+ type: integer
23889
+ ccm_azure_spend_last_sum:
23890
+ description: Shows the sum of the last value of Azure cloud spend monitored in the current month for all organizations.
23891
+ format: int64
23892
+ type: integer
23893
+ ccm_confluent_spend_last_sum:
23894
+ description: Shows the sum of the last value of Confluent cloud spend monitored in the current month for all organizations.
23895
+ format: int64
23896
+ type: integer
23897
+ ccm_databricks_spend_last_sum:
23898
+ description: Shows the sum of the last value of Databricks cloud spend monitored in the current month for all organizations.
23899
+ format: int64
23900
+ type: integer
23901
+ ccm_elastic_spend_last_sum:
23902
+ description: Shows the sum of the last value of Elastic cloud spend monitored in the current month for all organizations.
23903
+ format: int64
23904
+ type: integer
23905
+ ccm_fastly_spend_last_sum:
23906
+ description: Shows the sum of the last value of Fastly cloud spend monitored in the current month for all organizations.
23907
+ format: int64
23908
+ type: integer
23909
+ ccm_gcp_spend_last_sum:
23910
+ description: Shows the sum of the last value of GCP cloud spend monitored in the current month for all organizations.
23911
+ format: int64
23912
+ type: integer
23913
+ ccm_github_spend_last_sum:
23914
+ description: Shows the sum of the last value of GitHub cloud spend monitored in the current month for all organizations.
23915
+ format: int64
23916
+ type: integer
23917
+ ccm_mongodb_spend_last_sum:
23918
+ description: Shows the sum of the last value of MongoDB cloud spend monitored in the current month for all organizations.
23919
+ format: int64
23920
+ type: integer
23921
+ ccm_oci_spend_last_sum:
23922
+ description: Shows the sum of the last value of OCI cloud spend monitored in the current month for all organizations.
23923
+ format: int64
23924
+ type: integer
23925
+ ccm_openai_spend_last_sum:
23926
+ description: Shows the sum of the last value of OpenAI cloud spend monitored in the current month for all organizations.
23927
+ format: int64
23928
+ type: integer
23929
+ ccm_snowflake_spend_last_sum:
23930
+ description: Shows the sum of the last value of Snowflake cloud spend monitored in the current month for all organizations.
23931
+ format: int64
23932
+ type: integer
22868
23933
  ccm_spend_monitored_ent_last_sum:
22869
23934
  description: Shows the sum of the last value of the amount of cloud spend monitored for Enterprise in the current month for all organizations.
22870
23935
  format: int64
@@ -22873,6 +23938,10 @@ components:
22873
23938
  description: Shows the sum of the last value of the amount of cloud spend monitored for Pro in the current month for all organizations.
22874
23939
  format: int64
22875
23940
  type: integer
23941
+ ccm_twilio_spend_last_sum:
23942
+ description: Shows the sum of the last value of Twilio cloud spend monitored in the current month for all organizations.
23943
+ format: int64
23944
+ type: integer
22876
23945
  ci_pipeline_indexed_spans_agg_sum:
22877
23946
  description: Shows the sum of all CI pipeline indexed spans over all hours in the current month for all organizations.
22878
23947
  format: int64
@@ -23915,6 +24984,158 @@ components:
23915
24984
  description: Information pertaining to a user disabled for a given organization.
23916
24985
  type: string
23917
24986
  type: object
24987
+ UserJourneyFormulaCompute:
24988
+ additionalProperties: false
24989
+ description: Compute configuration for User Journey formula queries.
24990
+ properties:
24991
+ aggregation:
24992
+ $ref: "#/components/schemas/FormulaAndFunctionEventAggregation"
24993
+ interval:
24994
+ description: Time bucket interval in milliseconds for time series queries.
24995
+ example: 60000
24996
+ format: double
24997
+ type: number
24998
+ metric:
24999
+ $ref: "#/components/schemas/UserJourneyFormulaComputeMetric"
25000
+ target:
25001
+ $ref: "#/components/schemas/UserJourneySearchTarget"
25002
+ required:
25003
+ - aggregation
25004
+ type: object
25005
+ UserJourneyFormulaComputeMetric:
25006
+ description: Metric for User Journey formula compute. `__dd.conversion` and `__dd.conversion_rate` accept `count` and `cardinality` as aggregations. `__dd.time_to_convert` accepts `avg`, `median`, `pc75`, `pc95`, `pc98`, `pc99`, `min`, and `max`.
25007
+ enum:
25008
+ - __dd.conversion
25009
+ - __dd.conversion_rate
25010
+ - __dd.time_to_convert
25011
+ example: __dd.conversion_rate
25012
+ type: string
25013
+ x-enum-varnames:
25014
+ - CONVERSION
25015
+ - CONVERSION_RATE
25016
+ - TIME_TO_CONVERT
25017
+ UserJourneyFormulaGroupBy:
25018
+ description: Group by configuration for User Journey formula queries.
25019
+ properties:
25020
+ facet:
25021
+ description: Facet name to group by.
25022
+ example: "@usr.email"
25023
+ type: string
25024
+ limit:
25025
+ description: Maximum number of groups to return.
25026
+ example: 10
25027
+ format: int32
25028
+ maximum: 10000
25029
+ type: integer
25030
+ should_exclude_missing:
25031
+ description: Whether to exclude events missing the group-by facet.
25032
+ type: boolean
25033
+ sort:
25034
+ $ref: "#/components/schemas/FormulaAndFunctionEventQueryGroupBySort"
25035
+ target:
25036
+ $ref: "#/components/schemas/UserJourneySearchTarget"
25037
+ required:
25038
+ - facet
25039
+ type: object
25040
+ UserJourneyJoinKeys:
25041
+ description: Join keys for user journey queries.
25042
+ properties:
25043
+ primary:
25044
+ description: Primary join key.
25045
+ example: "@session.id"
25046
+ type: string
25047
+ secondary:
25048
+ description: Secondary join keys.
25049
+ items:
25050
+ description: A secondary join key.
25051
+ type: string
25052
+ type: array
25053
+ required:
25054
+ - primary
25055
+ type: object
25056
+ UserJourneySearch:
25057
+ additionalProperties: false
25058
+ description: User journey search configuration.
25059
+ properties:
25060
+ expression:
25061
+ description: Expression string.
25062
+ example: "node_0 -> node_1"
25063
+ type: string
25064
+ filters:
25065
+ $ref: "#/components/schemas/UserJourneySearchFilters"
25066
+ join_keys:
25067
+ $ref: "#/components/schemas/UserJourneyJoinKeys"
25068
+ node_objects:
25069
+ additionalProperties:
25070
+ $ref: "#/components/schemas/ProductAnalyticsBaseQuery"
25071
+ description: Node objects mapping.
25072
+ type: object
25073
+ step_aliases:
25074
+ additionalProperties:
25075
+ type: string
25076
+ description: Step aliases mapping.
25077
+ type: object
25078
+ required:
25079
+ - node_objects
25080
+ - expression
25081
+ type: object
25082
+ UserJourneySearchFilters:
25083
+ description: Filters for user journey search.
25084
+ properties:
25085
+ audience_filters:
25086
+ $ref: "#/components/schemas/ProductAnalyticsAudienceFilters"
25087
+ graph_filters:
25088
+ description: Graph filters.
25089
+ items:
25090
+ $ref: "#/components/schemas/UserJourneySearchGraphFilter"
25091
+ description: A graph filter for user journey search.
25092
+ type: array
25093
+ string_filter:
25094
+ description: String filter.
25095
+ example: "@session.type:user"
25096
+ type: string
25097
+ type: object
25098
+ UserJourneySearchGraphFilter:
25099
+ description: Graph filter for user journey search.
25100
+ properties:
25101
+ name:
25102
+ description: Filter name.
25103
+ example: "count"
25104
+ type: string
25105
+ operator:
25106
+ description: Filter operator.
25107
+ example: "gt"
25108
+ type: string
25109
+ target:
25110
+ $ref: "#/components/schemas/UserJourneySearchTarget"
25111
+ value:
25112
+ description: Filter value.
25113
+ example: 1
25114
+ format: int64
25115
+ type: integer
25116
+ type: object
25117
+ UserJourneySearchTarget:
25118
+ description: Target for user journey search.
25119
+ properties:
25120
+ end:
25121
+ description: End value.
25122
+ example: "node_1"
25123
+ type: string
25124
+ start:
25125
+ description: Start value.
25126
+ example: "node_0"
25127
+ type: string
25128
+ type:
25129
+ description: Target type.
25130
+ example: "step"
25131
+ type: string
25132
+ value:
25133
+ description: Target value.
25134
+ example: "node_0"
25135
+ type: string
25136
+ required:
25137
+ - type
25138
+ type: object
23918
25139
  UserListResponse:
23919
25140
  description: Array of Datadog users for a given organization.
23920
25141
  properties:
@@ -24267,11 +25488,13 @@ components:
24267
25488
  - $ref: "#/components/schemas/BarChartWidgetDefinition"
24268
25489
  - $ref: "#/components/schemas/ChangeWidgetDefinition"
24269
25490
  - $ref: "#/components/schemas/CheckStatusWidgetDefinition"
25491
+ - $ref: "#/components/schemas/CohortWidgetDefinition"
24270
25492
  - $ref: "#/components/schemas/DistributionWidgetDefinition"
24271
25493
  - $ref: "#/components/schemas/EventStreamWidgetDefinition"
24272
25494
  - $ref: "#/components/schemas/EventTimelineWidgetDefinition"
24273
25495
  - $ref: "#/components/schemas/FreeTextWidgetDefinition"
24274
25496
  - $ref: "#/components/schemas/FunnelWidgetDefinition"
25497
+ - $ref: "#/components/schemas/ProductAnalyticsFunnelWidgetDefinition"
24275
25498
  - $ref: "#/components/schemas/GeomapWidgetDefinition"
24276
25499
  - $ref: "#/components/schemas/GroupWidgetDefinition"
24277
25500
  - $ref: "#/components/schemas/HeatMapWidgetDefinition"
@@ -24284,6 +25507,7 @@ components:
24284
25507
  - $ref: "#/components/schemas/NoteWidgetDefinition"
24285
25508
  - $ref: "#/components/schemas/PowerpackWidgetDefinition"
24286
25509
  - $ref: "#/components/schemas/QueryValueWidgetDefinition"
25510
+ - $ref: "#/components/schemas/RetentionCurveWidgetDefinition"
24287
25511
  - $ref: "#/components/schemas/RunWorkflowWidgetDefinition"
24288
25512
  - $ref: "#/components/schemas/SLOListWidgetDefinition"
24289
25513
  - $ref: "#/components/schemas/SLOWidgetDefinition"
@@ -25289,6 +26513,7 @@ paths:
25289
26513
  - ap2.datadoghq.com
25290
26514
  - datadoghq.eu
25291
26515
  - ddog-gov.com
26516
+ - us2.ddog-gov.com
25292
26517
  subdomain:
25293
26518
  default: ip-ranges
25294
26519
  description: The subdomain where the API is deployed.
@@ -25340,6 +26565,10 @@ paths:
25340
26565
  requestBody:
25341
26566
  content:
25342
26567
  application/json:
26568
+ examples:
26569
+ default:
26570
+ value:
26571
+ name: example key
25343
26572
  schema:
25344
26573
  $ref: "#/components/schemas/ApiKey"
25345
26574
  required: true
@@ -25468,6 +26697,10 @@ paths:
25468
26697
  requestBody:
25469
26698
  content:
25470
26699
  application/json:
26700
+ examples:
26701
+ default:
26702
+ value:
26703
+ name: example key
25471
26704
  schema:
25472
26705
  $ref: "#/components/schemas/ApiKey"
25473
26706
  required: true
@@ -25543,6 +26776,10 @@ paths:
25543
26776
  requestBody:
25544
26777
  content:
25545
26778
  application/json:
26779
+ examples:
26780
+ default:
26781
+ value:
26782
+ name: example key
25546
26783
  schema:
25547
26784
  $ref: "#/components/schemas/ApplicationKey"
25548
26785
  required: true
@@ -25679,6 +26916,10 @@ paths:
25679
26916
  requestBody:
25680
26917
  content:
25681
26918
  application/json:
26919
+ examples:
26920
+ default:
26921
+ value:
26922
+ name: example key
25682
26923
  schema:
25683
26924
  $ref: "#/components/schemas/ApplicationKey"
25684
26925
  required: true
@@ -25736,6 +26977,15 @@ paths:
25736
26977
  requestBody:
25737
26978
  content:
25738
26979
  application/json:
26980
+ examples:
26981
+ default:
26982
+ value:
26983
+ - check: app.ok
26984
+ host_name: app.host1
26985
+ message: app is running
26986
+ status: 0
26987
+ tags:
26988
+ - "environment:test"
25739
26989
  schema:
25740
26990
  $ref: "#/components/schemas/ServiceChecks"
25741
26991
  description: Service Check request body.
@@ -25895,6 +27145,13 @@ paths:
25895
27145
  content:
25896
27146
  application/json:
25897
27147
  examples:
27148
+ default:
27149
+ value:
27150
+ data:
27151
+ - id: 123-abc-456
27152
+ type: dashboard
27153
+ - id: 789-def-101
27154
+ type: dashboard
25898
27155
  json-request-body:
25899
27156
  value: {"data": [{"id": "123-abc-456", "type": "dashboard"}, {"id": "789-def-101", "type": "dashboard"}]}
25900
27157
  schema:
@@ -26014,6 +27271,13 @@ paths:
26014
27271
  content:
26015
27272
  application/json:
26016
27273
  examples:
27274
+ default:
27275
+ value:
27276
+ data:
27277
+ - id: 123-abc-456
27278
+ type: dashboard
27279
+ - id: 789-def-101
27280
+ type: dashboard
26017
27281
  json-request-body:
26018
27282
  value: {"data": [{"id": "123-abc-456", "type": "dashboard"}, {"id": "789-def-101", "type": "dashboard"}]}
26019
27283
  schema:
@@ -26064,6 +27328,18 @@ paths:
26064
27328
  requestBody:
26065
27329
  content:
26066
27330
  application/json:
27331
+ examples:
27332
+ default:
27333
+ value:
27334
+ description: An example dashboard for monitoring infrastructure.
27335
+ layout_type: ordered
27336
+ title: Example Dashboard
27337
+ widgets:
27338
+ - definition:
27339
+ requests:
27340
+ - q: avg:system.cpu.user{*}
27341
+ title: CPU Usage
27342
+ type: timeseries
26067
27343
  schema:
26068
27344
  $ref: "#/components/schemas/Dashboard"
26069
27345
  description: Create a dashboard request body.
@@ -26141,6 +27417,10 @@ paths:
26141
27417
  requestBody:
26142
27418
  content:
26143
27419
  application/json:
27420
+ examples:
27421
+ default:
27422
+ value:
27423
+ name: My Dashboard List
26144
27424
  schema:
26145
27425
  $ref: "#/components/schemas/DashboardList"
26146
27426
  description: Create a dashboard list request body.
@@ -26285,6 +27565,10 @@ paths:
26285
27565
  requestBody:
26286
27566
  content:
26287
27567
  application/json:
27568
+ examples:
27569
+ default:
27570
+ value:
27571
+ name: My Dashboard List
26288
27572
  schema:
26289
27573
  $ref: "#/components/schemas/DashboardList"
26290
27574
  description: Update a dashboard list request body.
@@ -26338,6 +27622,13 @@ paths:
26338
27622
  content:
26339
27623
  application/json:
26340
27624
  examples:
27625
+ default:
27626
+ value:
27627
+ dashboard_id: 123-abc-456
27628
+ dashboard_type: custom_timeboard
27629
+ global_time:
27630
+ live_span: 1h
27631
+ share_type: open
26341
27632
  json-request-body:
26342
27633
  value: {"dashboard_id": "123-abc-456", "dashboard_type": "custom_timeboard", "share_type": "open"}
26343
27634
  schema:
@@ -26499,6 +27790,21 @@ paths:
26499
27790
  content:
26500
27791
  application/json:
26501
27792
  examples:
27793
+ default:
27794
+ value:
27795
+ global_time:
27796
+ live_span: 1h
27797
+ selectable_template_vars:
27798
+ - default_value: "*"
27799
+ name: exampleVar
27800
+ prefix: test
27801
+ visible_tags:
27802
+ - selectableValue1
27803
+ - selectableValue2
27804
+ share_list:
27805
+ - test@datadoghq.com
27806
+ - test2@datadoghq.com
27807
+ share_type: invite
26502
27808
  json-request-body:
26503
27809
  value: {"global_time": {"live_span": "1h"}, "selectable_template_vars": [{"default_value": "*", "name": "exampleVar", "prefix": "test", "visible_tags": ["selectableValue1", "selectableValue2"]}], "share_list": ["test@datadoghq.com", "test2@datadoghq.com"], "share_type": "invite"}
26504
27810
  schema:
@@ -26567,6 +27873,12 @@ paths:
26567
27873
  content:
26568
27874
  application/json:
26569
27875
  examples:
27876
+ default:
27877
+ value:
27878
+ data:
27879
+ attributes:
27880
+ email: test@datadoghq.com
27881
+ type: public_dashboard_invitation
26570
27882
  json-request-body:
26571
27883
  value: {"data": {"attributes": {"email": "test@datadoghq.com"}, "type": "public_dashboard_invitation"}}
26572
27884
  schema:
@@ -26676,6 +27988,12 @@ paths:
26676
27988
  content:
26677
27989
  application/json:
26678
27990
  examples:
27991
+ default:
27992
+ value:
27993
+ data:
27994
+ - attributes:
27995
+ email: test@datadoghq.com
27996
+ type: public_dashboard_invitation
26679
27997
  json-request-body:
26680
27998
  value: {"data": [{"attributes": {"email": "test@datadoghq.com"}, "type": "public_dashboard_invitation"}]}
26681
27999
  schema:
@@ -26822,6 +28140,18 @@ paths:
26822
28140
  requestBody:
26823
28141
  content:
26824
28142
  application/json:
28143
+ examples:
28144
+ default:
28145
+ value:
28146
+ description: An example dashboard for monitoring infrastructure.
28147
+ layout_type: ordered
28148
+ title: Example Dashboard
28149
+ widgets:
28150
+ - definition:
28151
+ requests:
28152
+ - q: avg:system.cpu.user{*}
28153
+ title: CPU Usage
28154
+ type: timeseries
26825
28155
  schema:
26826
28156
  $ref: "#/components/schemas/Dashboard"
26827
28157
  description: Update Dashboard request body.
@@ -26881,6 +28211,16 @@ paths:
26881
28211
  content:
26882
28212
  text/json:
26883
28213
  examples:
28214
+ default:
28215
+ value:
28216
+ series:
28217
+ - host: test.example.com
28218
+ metric: system.load.1
28219
+ points:
28220
+ - [1636629071, [1.0, 2.0]]
28221
+ tags:
28222
+ - "environment:test"
28223
+ type: distribution
26884
28224
  dynamic-points:
26885
28225
  description: Post time-series data that can be graphed on Datadog’s dashboards.
26886
28226
  externalValue: examples/metrics/distribution-points.json.sh
@@ -26985,6 +28325,17 @@ paths:
26985
28325
  requestBody:
26986
28326
  content:
26987
28327
  application/json:
28328
+ examples:
28329
+ default:
28330
+ value:
28331
+ end: 1412793983
28332
+ message: Scheduling downtime for a database maintenance window.
28333
+ monitor_tags:
28334
+ - "*"
28335
+ scope:
28336
+ - env:staging
28337
+ start: 1412792983
28338
+ timezone: America/New_York
26988
28339
  schema:
26989
28340
  $ref: "#/components/schemas/Downtime"
26990
28341
  description: Schedule a downtime request body.
@@ -27032,6 +28383,10 @@ paths:
27032
28383
  requestBody:
27033
28384
  content:
27034
28385
  application/json:
28386
+ examples:
28387
+ default:
28388
+ value:
28389
+ scope: host:myserver
27035
28390
  schema:
27036
28391
  $ref: "#/components/schemas/CancelDowntimesByScopeRequest"
27037
28392
  description: Scope to cancel downtimes for.
@@ -27185,6 +28540,17 @@ paths:
27185
28540
  requestBody:
27186
28541
  content:
27187
28542
  application/json:
28543
+ examples:
28544
+ default:
28545
+ value:
28546
+ end: 1412793983
28547
+ message: Updating downtime end time.
28548
+ monitor_tags:
28549
+ - "*"
28550
+ scope:
28551
+ - env:staging
28552
+ start: 1412792983
28553
+ timezone: America/New_York
27188
28554
  schema:
27189
28555
  $ref: "#/components/schemas/Downtime"
27190
28556
  description: Update a downtime request body.
@@ -27344,6 +28710,14 @@ paths:
27344
28710
  requestBody:
27345
28711
  content:
27346
28712
  application/json:
28713
+ examples:
28714
+ default:
28715
+ value:
28716
+ priority: normal
28717
+ tags:
28718
+ - environment:test
28719
+ text: Oh boy!
28720
+ title: Did you hear the news today?
27347
28721
  schema:
27348
28722
  $ref: "#/components/schemas/EventCreateRequest"
27349
28723
  description: Event request object
@@ -27526,6 +28900,12 @@ paths:
27526
28900
  requestBody:
27527
28901
  content:
27528
28902
  application/json:
28903
+ examples:
28904
+ default:
28905
+ value:
28906
+ end: 1579098130
28907
+ message: Muting this host for a test!
28908
+ override: false
27529
28909
  schema:
27530
28910
  $ref: "#/components/schemas/HostMuteSettings"
27531
28911
  description: Mute a host request body.
@@ -27741,6 +29121,11 @@ paths:
27741
29121
  requestBody:
27742
29122
  content:
27743
29123
  application/json:
29124
+ examples:
29125
+ default:
29126
+ value:
29127
+ account_id: "123456789012"
29128
+ role_name: "DatadogAWSIntegrationRole"
27744
29129
  schema:
27745
29130
  $ref: "#/components/schemas/AWSAccountDeleteRequest"
27746
29131
  description: AWS request object
@@ -27842,6 +29227,24 @@ paths:
27842
29227
  requestBody:
27843
29228
  content:
27844
29229
  application/json:
29230
+ examples:
29231
+ default:
29232
+ value:
29233
+ account_id: "123456789012"
29234
+ account_specific_namespace_rules:
29235
+ auto_scaling: false
29236
+ opswork: false
29237
+ cspm_resource_collection_enabled: true
29238
+ excluded_regions:
29239
+ - us-east-1
29240
+ - us-west-2
29241
+ extended_resource_collection_enabled: true
29242
+ filter_tags:
29243
+ - "$KEY:$VALUE"
29244
+ host_tags:
29245
+ - "$KEY:$VALUE"
29246
+ metrics_collection_enabled: false
29247
+ role_name: "DatadogAWSIntegrationRole"
27845
29248
  schema:
27846
29249
  $ref: "#/components/schemas/AWSAccount"
27847
29250
  description: AWS Request Object
@@ -27911,6 +29314,24 @@ paths:
27911
29314
  requestBody:
27912
29315
  content:
27913
29316
  application/json:
29317
+ examples:
29318
+ default:
29319
+ value:
29320
+ account_id: "123456789012"
29321
+ account_specific_namespace_rules:
29322
+ auto_scaling: false
29323
+ opswork: false
29324
+ cspm_resource_collection_enabled: true
29325
+ excluded_regions:
29326
+ - us-east-1
29327
+ - us-west-2
29328
+ extended_resource_collection_enabled: true
29329
+ filter_tags:
29330
+ - "$KEY:$VALUE"
29331
+ host_tags:
29332
+ - "$KEY:$VALUE"
29333
+ metrics_collection_enabled: false
29334
+ role_name: "DatadogAWSIntegrationRole"
27914
29335
  schema:
27915
29336
  $ref: "#/components/schemas/AWSAccount"
27916
29337
  description: AWS request object
@@ -27988,6 +29409,12 @@ paths:
27988
29409
  requestBody:
27989
29410
  content:
27990
29411
  application/json:
29412
+ examples:
29413
+ default:
29414
+ value:
29415
+ account_id: "123456789012"
29416
+ event_generator_name: app-alerts-zyxw3210
29417
+ region: us-east-1
27991
29418
  schema:
27992
29419
  $ref: "#/components/schemas/AWSEventBridgeDeleteRequest"
27993
29420
  description: Delete the Amazon EventBridge source with the given name, region, and associated AWS account.
@@ -28060,6 +29487,13 @@ paths:
28060
29487
  requestBody:
28061
29488
  content:
28062
29489
  application/json:
29490
+ examples:
29491
+ default:
29492
+ value:
29493
+ account_id: "123456789012"
29494
+ create_event_bus: true
29495
+ event_generator_name: app-alerts
29496
+ region: us-east-1
28063
29497
  schema:
28064
29498
  $ref: "#/components/schemas/AWSEventBridgeCreateRequest"
28065
29499
  description: Create an Amazon EventBridge source for an AWS account with a given name and region.
@@ -28101,6 +29535,11 @@ paths:
28101
29535
  requestBody:
28102
29536
  content:
28103
29537
  application/json:
29538
+ examples:
29539
+ default:
29540
+ value:
29541
+ account_id: "FAKEAC0FAKEAC2FAKEAC"
29542
+ namespace: elb
28104
29543
  schema:
28105
29544
  $ref: "#/components/schemas/AWSTagFilterDeleteRequest"
28106
29545
  description: Delete a tag filtering entry for a given AWS account and `dd-aws` namespace.
@@ -28181,6 +29620,12 @@ paths:
28181
29620
  requestBody:
28182
29621
  content:
28183
29622
  application/json:
29623
+ examples:
29624
+ default:
29625
+ value:
29626
+ account_id: "123456789012"
29627
+ namespace: elb
29628
+ tag_filter_str: "prod*"
28184
29629
  schema:
28185
29630
  $ref: "#/components/schemas/AWSTagFilterCreateRequest"
28186
29631
  description: |-
@@ -28225,6 +29670,11 @@ paths:
28225
29670
  requestBody:
28226
29671
  content:
28227
29672
  application/json:
29673
+ examples:
29674
+ default:
29675
+ value:
29676
+ account_id: "123456789012"
29677
+ role_name: "DatadogAWSIntegrationRole"
28228
29678
  schema:
28229
29679
  $ref: "#/components/schemas/AWSAccount"
28230
29680
  description: |-
@@ -28269,6 +29719,11 @@ paths:
28269
29719
  requestBody:
28270
29720
  content:
28271
29721
  application/json:
29722
+ examples:
29723
+ default:
29724
+ value:
29725
+ account_id: "1234567"
29726
+ lambda_arn: "arn:aws:lambda:us-east-1:1234567:function:LogsCollectionAPITest"
28272
29727
  schema:
28273
29728
  $ref: "#/components/schemas/AWSAccountAndLambdaRequest"
28274
29729
  description: Delete AWS Lambda ARN request body.
@@ -28345,6 +29800,11 @@ paths:
28345
29800
  requestBody:
28346
29801
  content:
28347
29802
  application/json:
29803
+ examples:
29804
+ default:
29805
+ value:
29806
+ account_id: "1234567"
29807
+ lambda_arn: "arn:aws:lambda:us-east-1:1234567:function:LogsCollectionAPITest"
28348
29808
  schema:
28349
29809
  $ref: "#/components/schemas/AWSAccountAndLambdaRequest"
28350
29810
  description: AWS Log Lambda Async request body.
@@ -28393,6 +29853,11 @@ paths:
28393
29853
  requestBody:
28394
29854
  content:
28395
29855
  application/json:
29856
+ examples:
29857
+ default:
29858
+ value:
29859
+ account_id: "1234567"
29860
+ lambda_arn: "arn:aws:lambda:us-east-1:1234567:function:LogsCollectionAPITest"
28396
29861
  schema:
28397
29862
  $ref: "#/components/schemas/AWSAccountAndLambdaRequest"
28398
29863
  description: Check AWS Log Lambda Async request body.
@@ -28465,6 +29930,17 @@ paths:
28465
29930
  requestBody:
28466
29931
  content:
28467
29932
  application/json:
29933
+ examples:
29934
+ default:
29935
+ value:
29936
+ account_id: "1234567"
29937
+ services:
29938
+ - s3
29939
+ - elb
29940
+ - elbv2
29941
+ - cloudfront
29942
+ - redshift
29943
+ - lambda
28468
29944
  schema:
28469
29945
  $ref: "#/components/schemas/AWSLogsServicesRequest"
28470
29946
  description: Enable AWS Log Services request body.
@@ -28515,6 +29991,17 @@ paths:
28515
29991
  requestBody:
28516
29992
  content:
28517
29993
  application/json:
29994
+ examples:
29995
+ default:
29996
+ value:
29997
+ account_id: "1234567"
29998
+ services:
29999
+ - s3
30000
+ - elb
30001
+ - elbv2
30002
+ - cloudfront
30003
+ - redshift
30004
+ - lambda
28518
30005
  schema:
28519
30006
  $ref: "#/components/schemas/AWSLogsServicesRequest"
28520
30007
  description: Check AWS Logs Async Services request body.
@@ -28556,6 +30043,11 @@ paths:
28556
30043
  requestBody:
28557
30044
  content:
28558
30045
  application/json:
30046
+ examples:
30047
+ default:
30048
+ value:
30049
+ client_id: "testc7f6-1234-5678-9101-3fcbf464test"
30050
+ tenant_name: "testc44-1234-5678-9101-cc00736ftest"
28559
30051
  schema:
28560
30052
  $ref: "#/components/schemas/AzureAccount"
28561
30053
  description: Delete a given Datadog-Azure integration request body.
@@ -28635,6 +30127,20 @@ paths:
28635
30127
  requestBody:
28636
30128
  content:
28637
30129
  application/json:
30130
+ examples:
30131
+ default:
30132
+ value:
30133
+ app_service_plan_filters: "key:value,filter:example"
30134
+ automute: true
30135
+ client_id: "testc7f6-1234-5678-9101-3fcbf464test"
30136
+ client_secret: "TestingRh2nx664kUy5dIApvM54T4AtO"
30137
+ container_app_filters: "key:value,filter:example"
30138
+ cspm_enabled: true
30139
+ custom_metrics_enabled: true
30140
+ host_filters: "key:value,filter:example"
30141
+ metrics_enabled: true
30142
+ resource_collection_enabled: true
30143
+ tenant_name: "testc44-1234-5678-9101-cc00736ftest"
28638
30144
  schema:
28639
30145
  $ref: "#/components/schemas/AzureAccount"
28640
30146
  description: Create a Datadog-Azure integration for your Datadog account request body.
@@ -28678,6 +30184,19 @@ paths:
28678
30184
  requestBody:
28679
30185
  content:
28680
30186
  application/json:
30187
+ examples:
30188
+ default:
30189
+ value:
30190
+ automute: true
30191
+ client_id: "testc7f6-1234-5678-9101-3fcbf464test"
30192
+ client_secret: "TestingRh2nx664kUy5dIApvM54T4AtO"
30193
+ cspm_enabled: true
30194
+ host_filters: "key:value,filter:example"
30195
+ metrics_enabled: true
30196
+ new_client_id: "new1c7f6-1234-5678-9101-3fcbf464test"
30197
+ new_tenant_name: "new1c44-1234-5678-9101-cc00736ftest"
30198
+ resource_collection_enabled: true
30199
+ tenant_name: "testc44-1234-5678-9101-cc00736ftest"
28681
30200
  schema:
28682
30201
  $ref: "#/components/schemas/AzureAccount"
28683
30202
  description: Update a Datadog-Azure integration request body.
@@ -28720,6 +30239,12 @@ paths:
28720
30239
  requestBody:
28721
30240
  content:
28722
30241
  application/json:
30242
+ examples:
30243
+ default:
30244
+ value:
30245
+ client_id: "testc7f6-1234-5678-9101-3fcbf464test"
30246
+ host_filters: "key:value,filter:example"
30247
+ tenant_name: "testc44-1234-5678-9101-cc00736ftest"
28723
30248
  schema:
28724
30249
  $ref: "#/components/schemas/AzureAccount"
28725
30250
  description: Update a Datadog-Azure integration's host filters request body.
@@ -28763,6 +30288,12 @@ paths:
28763
30288
  requestBody:
28764
30289
  content:
28765
30290
  application/json:
30291
+ examples:
30292
+ default:
30293
+ value:
30294
+ client_email: "test@sandbox.iam.gserviceaccount.com"
30295
+ client_id: "123456712345671234567"
30296
+ project_id: "datadog-apitest"
28766
30297
  schema:
28767
30298
  $ref: "#/components/schemas/GCPAccount"
28768
30299
  description: Delete a given Datadog-GCP integration.
@@ -28838,6 +30369,22 @@ paths:
28838
30369
  requestBody:
28839
30370
  content:
28840
30371
  application/json:
30372
+ examples:
30373
+ default:
30374
+ value:
30375
+ auth_provider_x509_cert_url: "https://www.googleapis.com/oauth2/v1/certs"
30376
+ auth_uri: "https://accounts.google.com/o/oauth2/auth"
30377
+ client_email: "test@sandbox.iam.gserviceaccount.com"
30378
+ client_id: "123456712345671234567"
30379
+ client_x509_cert_url: "https://www.googleapis.com/robot/v1/metadata/x509/$CLIENT_EMAIL"
30380
+ host_filters: "$KEY1:$VALUE1,$KEY2:$VALUE2"
30381
+ is_cspm_enabled: true
30382
+ private_key: "private_key"
30383
+ private_key_id: "123456789abcdefghi123456789abcdefghijklm"
30384
+ project_id: "datadog-apitest"
30385
+ resource_collection_enabled: true
30386
+ token_uri: "https://accounts.google.com/o/oauth2/token"
30387
+ type: "service_account"
28841
30388
  schema:
28842
30389
  $ref: "#/components/schemas/GCPAccount"
28843
30390
  description: Create a Datadog-GCP integration.
@@ -28883,6 +30430,15 @@ paths:
28883
30430
  requestBody:
28884
30431
  content:
28885
30432
  application/json:
30433
+ examples:
30434
+ default:
30435
+ value:
30436
+ client_email: "test@sandbox.iam.gserviceaccount.com"
30437
+ client_id: "123456712345671234567"
30438
+ host_filters: "$KEY1:$VALUE1,$KEY2:$VALUE2"
30439
+ is_cspm_enabled: true
30440
+ project_id: "datadog-apitest"
30441
+ resource_collection_enabled: true
28886
30442
  schema:
28887
30443
  $ref: "#/components/schemas/GCPAccount"
28888
30444
  description: Update a Datadog-GCP integration.
@@ -28924,6 +30480,11 @@ paths:
28924
30480
  requestBody:
28925
30481
  content:
28926
30482
  application/json:
30483
+ examples:
30484
+ default:
30485
+ value:
30486
+ service_key: "your-pagerduty-service-key"
30487
+ service_name: "my-pagerduty-service"
28927
30488
  schema:
28928
30489
  $ref: "#/components/schemas/PagerDutyService"
28929
30490
  description: Create a new service object request body.
@@ -29044,6 +30605,10 @@ paths:
29044
30605
  requestBody:
29045
30606
  content:
29046
30607
  application/json:
30608
+ examples:
30609
+ default:
30610
+ value:
30611
+ service_key: "updated-pagerduty-service-key"
29047
30612
  schema:
29048
30613
  $ref: "#/components/schemas/PagerDutyServiceKey"
29049
30614
  description: Update an existing service object request body.
@@ -29127,6 +30692,16 @@ paths:
29127
30692
  requestBody:
29128
30693
  content:
29129
30694
  application/json:
30695
+ examples:
30696
+ default:
30697
+ value:
30698
+ display:
30699
+ message: true
30700
+ mute_buttons: false
30701
+ notified: true
30702
+ snapshot: true
30703
+ tags: true
30704
+ name: "#general"
29130
30705
  schema:
29131
30706
  $ref: "#/components/schemas/SlackIntegrationChannel"
29132
30707
  description: Payload describing Slack channel to be created
@@ -29252,6 +30827,16 @@ paths:
29252
30827
  requestBody:
29253
30828
  content:
29254
30829
  application/json:
30830
+ examples:
30831
+ default:
30832
+ value:
30833
+ display:
30834
+ message: true
30835
+ mute_buttons: false
30836
+ notified: true
30837
+ snapshot: true
30838
+ tags: true
30839
+ name: "#general"
29255
30840
  schema:
29256
30841
  $ref: "#/components/schemas/SlackIntegrationChannel"
29257
30842
  description: Payload describing fields and values to be updated.
@@ -29298,6 +30883,12 @@ paths:
29298
30883
  requestBody:
29299
30884
  content:
29300
30885
  application/json:
30886
+ examples:
30887
+ default:
30888
+ value:
30889
+ is_secret: true
30890
+ name: CUSTOM_VARIABLE_NAME
30891
+ value: CUSTOM_VARIABLE_VALUE
29301
30892
  schema:
29302
30893
  $ref: "#/components/schemas/WebhooksIntegrationCustomVariable"
29303
30894
  description: Define a custom variable request body.
@@ -29427,6 +31018,12 @@ paths:
29427
31018
  requestBody:
29428
31019
  content:
29429
31020
  application/json:
31021
+ examples:
31022
+ default:
31023
+ value:
31024
+ is_secret: true
31025
+ name: CUSTOM_VARIABLE_NAME
31026
+ value: CUSTOM_VARIABLE_VALUE
29430
31027
  schema:
29431
31028
  $ref: "#/components/schemas/WebhooksIntegrationCustomVariableUpdateRequest"
29432
31029
  description: Update an existing custom variable request body.
@@ -29473,6 +31070,12 @@ paths:
29473
31070
  requestBody:
29474
31071
  content:
29475
31072
  application/json:
31073
+ examples:
31074
+ default:
31075
+ value:
31076
+ encode_as: json
31077
+ name: WEBHOOK_NAME
31078
+ url: https://example.com/webhook
29476
31079
  schema:
29477
31080
  $ref: "#/components/schemas/WebhooksIntegration"
29478
31081
  description: Create a webhooks integration request body.
@@ -29603,6 +31206,12 @@ paths:
29603
31206
  requestBody:
29604
31207
  content:
29605
31208
  application/json:
31209
+ examples:
31210
+ default:
31211
+ value:
31212
+ encode_as: json
31213
+ name: WEBHOOK_NAME
31214
+ url: https://example.com/webhook
29606
31215
  schema:
29607
31216
  $ref: "#/components/schemas/WebhooksIntegrationUpdateRequest"
29608
31217
  description: Update an existing Datadog-Webhooks integration.
@@ -29660,6 +31269,16 @@ paths:
29660
31269
  requestBody:
29661
31270
  content:
29662
31271
  application/json:
31272
+ examples:
31273
+ default:
31274
+ value:
31275
+ index: "retention-3,retention-15"
31276
+ limit: 25
31277
+ query: "service:web* AND @http.status_code:[200 TO 299]"
31278
+ sort: desc
31279
+ time:
31280
+ from: "2020-02-02T02:02:02.202Z"
31281
+ to: "2020-02-20T02:02:02.202Z"
29663
31282
  schema:
29664
31283
  $ref: "#/components/schemas/LogsListRequest"
29665
31284
  description: Logs filter
@@ -29732,6 +31351,13 @@ paths:
29732
31351
  requestBody:
29733
31352
  content:
29734
31353
  application/json:
31354
+ examples:
31355
+ default:
31356
+ value:
31357
+ index_names:
31358
+ - main
31359
+ - payments
31360
+ - web
29735
31361
  schema:
29736
31362
  $ref: "#/components/schemas/LogsIndexesOrder"
29737
31363
  description: Object containing the new ordered list of index names
@@ -29800,6 +31426,21 @@ paths:
29800
31426
  requestBody:
29801
31427
  content:
29802
31428
  application/json:
31429
+ examples:
31430
+ default:
31431
+ value:
31432
+ daily_limit: 300000000
31433
+ daily_limit_warning_threshold_percentage: 70
31434
+ exclusion_filters:
31435
+ - filter:
31436
+ query: "*"
31437
+ sample_rate: 1.0
31438
+ is_enabled: true
31439
+ name: payment
31440
+ filter:
31441
+ query: source:python
31442
+ name: main
31443
+ num_retention_days: 15
29803
31444
  schema:
29804
31445
  $ref: "#/components/schemas/LogsIndex"
29805
31446
  description: Object containing the new index.
@@ -29933,6 +31574,21 @@ paths:
29933
31574
  requestBody:
29934
31575
  content:
29935
31576
  application/json:
31577
+ examples:
31578
+ default:
31579
+ value:
31580
+ daily_limit: 300000000
31581
+ daily_limit_warning_threshold_percentage: 70
31582
+ disable_daily_limit: false
31583
+ exclusion_filters:
31584
+ - filter:
31585
+ query: "*"
31586
+ sample_rate: 1.0
31587
+ is_enabled: true
31588
+ name: payment
31589
+ filter:
31590
+ query: source:python
31591
+ num_retention_days: 15
29936
31592
  schema:
29937
31593
  $ref: "#/components/schemas/LogsIndexUpdateRequest"
29938
31594
  description: Object containing the new `LogsIndexUpdateRequest`.
@@ -30005,6 +31661,13 @@ paths:
30005
31661
  requestBody:
30006
31662
  content:
30007
31663
  application/json:
31664
+ examples:
31665
+ default:
31666
+ value:
31667
+ pipeline_ids:
31668
+ - tags
31669
+ - org_ids
31670
+ - products
30008
31671
  schema:
30009
31672
  $ref: "#/components/schemas/LogsPipelinesOrder"
30010
31673
  description: Object containing the new ordered list of pipeline IDs.
@@ -30078,6 +31741,14 @@ paths:
30078
31741
  requestBody:
30079
31742
  content:
30080
31743
  application/json:
31744
+ examples:
31745
+ default:
31746
+ value:
31747
+ filter:
31748
+ query: source:python
31749
+ is_enabled: true
31750
+ name: My Pipeline
31751
+ processors: []
30081
31752
  schema:
30082
31753
  $ref: "#/components/schemas/LogsPipeline"
30083
31754
  description: Definition of the new pipeline.
@@ -30205,6 +31876,14 @@ paths:
30205
31876
  requestBody:
30206
31877
  content:
30207
31878
  application/json:
31879
+ examples:
31880
+ default:
31881
+ value:
31882
+ filter:
31883
+ query: source:python
31884
+ is_enabled: true
31885
+ name: My Pipeline
31886
+ processors: []
30208
31887
  schema:
30209
31888
  $ref: "#/components/schemas/LogsPipeline"
30210
31889
  description: New definition of the pipeline.
@@ -30358,6 +32037,13 @@ paths:
30358
32037
  requestBody:
30359
32038
  content:
30360
32039
  application/json:
32040
+ examples:
32041
+ default:
32042
+ value:
32043
+ description: Number of requests received.
32044
+ per_unit: second
32045
+ type: count
32046
+ unit: byte
30361
32047
  schema:
30362
32048
  $ref: "#/components/schemas/MetricMetadata"
30363
32049
  description: New metadata.
@@ -30744,15 +32430,18 @@ paths:
30744
32430
  content:
30745
32431
  application/json:
30746
32432
  examples:
30747
- json-request-body:
32433
+ default:
30748
32434
  value:
30749
32435
  message: "You may need to add web hosts if this is consistently high."
30750
32436
  name: "Bytes received on host0"
30751
32437
  options:
30752
32438
  no_data_timeframe: 20
30753
32439
  notify_no_data: true
32440
+ priority: 3
30754
32441
  query: "avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100"
30755
- tags: ["app:webserver", "frontend"]
32442
+ tags:
32443
+ - "app:webserver"
32444
+ - "frontend"
30756
32445
  type: "query alert"
30757
32446
  schema:
30758
32447
  $ref: "#/components/schemas/Monitor"
@@ -31017,6 +32706,19 @@ paths:
31017
32706
  requestBody:
31018
32707
  content:
31019
32708
  application/json:
32709
+ examples:
32710
+ default:
32711
+ value:
32712
+ message: "You may need to add web hosts if this is consistently high."
32713
+ name: "My monitor"
32714
+ options:
32715
+ no_data_timeframe: 20
32716
+ notify_no_data: true
32717
+ query: "avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100"
32718
+ tags:
32719
+ - "app:webserver"
32720
+ - "frontend"
32721
+ type: "query alert"
31020
32722
  schema:
31021
32723
  $ref: "#/components/schemas/Monitor"
31022
32724
  description: Monitor request object
@@ -31205,6 +32907,20 @@ paths:
31205
32907
  requestBody:
31206
32908
  content:
31207
32909
  application/json:
32910
+ examples:
32911
+ default:
32912
+ value:
32913
+ message: "Updated notification message for this monitor."
32914
+ name: "Updated monitor name"
32915
+ options:
32916
+ no_data_timeframe: 20
32917
+ notify_no_data: true
32918
+ priority: 3
32919
+ query: "avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100"
32920
+ tags:
32921
+ - "app:webserver"
32922
+ - "frontend"
32923
+ type: "query alert"
31208
32924
  schema:
31209
32925
  $ref: "#/components/schemas/MonitorUpdateRequest"
31210
32926
  description: Edit a monitor request body.
@@ -31321,6 +33037,19 @@ paths:
31321
33037
  requestBody:
31322
33038
  content:
31323
33039
  application/json:
33040
+ examples:
33041
+ default:
33042
+ value:
33043
+ message: "You may need to add web hosts if this is consistently high."
33044
+ name: "My monitor"
33045
+ options:
33046
+ no_data_timeframe: 20
33047
+ notify_no_data: true
33048
+ query: "avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100"
33049
+ tags:
33050
+ - "app:webserver"
33051
+ - "frontend"
33052
+ type: "query alert"
31324
33053
  schema:
31325
33054
  $ref: "#/components/schemas/Monitor"
31326
33055
  description: Monitor request object
@@ -31607,6 +33336,39 @@ paths:
31607
33336
  content:
31608
33337
  application/json:
31609
33338
  examples:
33339
+ default:
33340
+ value:
33341
+ data:
33342
+ attributes:
33343
+ cells:
33344
+ - attributes:
33345
+ definition:
33346
+ text: "## Some test markdown\n\nWith some example content."
33347
+ type: markdown
33348
+ type: notebook_cells
33349
+ - attributes:
33350
+ definition:
33351
+ requests:
33352
+ - display_type: line
33353
+ q: "avg:system.load.1{*}"
33354
+ style:
33355
+ line_type: solid
33356
+ line_width: normal
33357
+ palette: dog_classic
33358
+ show_legend: true
33359
+ type: timeseries
33360
+ yaxis:
33361
+ scale: linear
33362
+ graph_size: m
33363
+ split_by:
33364
+ keys: []
33365
+ tags: []
33366
+ time:
33367
+ type: notebook_cells
33368
+ name: "Example Notebook"
33369
+ time:
33370
+ live_span: 1h
33371
+ type: notebooks
31610
33372
  json-request-body:
31611
33373
  value: {"data": {"attributes": {"cells": [{"attributes": {"definition": {"text": "## Some test markdown\n\nWith some example content.", "type": "markdown"}}, "type": "notebook_cells"}, {"attributes": {"definition": {"requests": [{"display_type": "line", "q": "avg:system.load.1{*}", "style": {"line_type": "solid", "line_width": "normal", "palette": "dog_classic"}}], "show_legend": true, "type": "timeseries", "yaxis": {"scale": "linear"}}, "graph_size": "m", "split_by": {"keys": [], "tags": []}, "time": null}, "type": "notebook_cells"}], "name": "Example Notebook", "time": {"live_span": "1h"}}, "type": "notebooks"}}
31612
33374
  schema:
@@ -31744,6 +33506,40 @@ paths:
31744
33506
  content:
31745
33507
  application/json:
31746
33508
  examples:
33509
+ default:
33510
+ value:
33511
+ data:
33512
+ attributes:
33513
+ cells:
33514
+ - attributes:
33515
+ definition:
33516
+ text: "## Some updated test markdown\n\nWith some example content."
33517
+ type: markdown
33518
+ type: notebook_cells
33519
+ - attributes:
33520
+ definition:
33521
+ requests:
33522
+ - display_type: bars
33523
+ q: "avg:system.load.1{*}"
33524
+ style:
33525
+ line_type: solid
33526
+ line_width: normal
33527
+ palette: warm
33528
+ show_legend: true
33529
+ type: timeseries
33530
+ yaxis:
33531
+ scale: linear
33532
+ graph_size: m
33533
+ split_by:
33534
+ keys: []
33535
+ tags: []
33536
+ time:
33537
+ id: "abcd1234"
33538
+ type: notebook_cells
33539
+ name: "Example Notebook"
33540
+ time:
33541
+ live_span: 1h
33542
+ type: notebooks
31747
33543
  json-request-body:
31748
33544
  value: {"data": {"attributes": {"cells": [{"attributes": {"definition": {"text": "## Some updated test markdown\n\nWith some example content.", "type": "markdown"}}, "type": "notebook_cells"}, {"attributes": {"definition": {"requests": [{"display_type": "bars", "q": "avg:system.load.1{*}", "style": {"line_type": "solid", "line_width": "normal", "palette": "warm"}}], "show_legend": true, "type": "timeseries", "yaxis": {"scale": "linear"}}, "graph_size": "m", "split_by": {"keys": [], "tags": []}, "time": null}, "id": "abcd1234", "type": "notebook_cells"}], "name": "Example Notebook", "time": {"live_span": "1h"}}, "type": "notebooks"}}
31749
33545
  schema:
@@ -31833,6 +33629,14 @@ paths:
31833
33629
  requestBody:
31834
33630
  content:
31835
33631
  application/json:
33632
+ examples:
33633
+ default:
33634
+ value:
33635
+ billing:
33636
+ type: parent_billing
33637
+ name: "New child org"
33638
+ subscription:
33639
+ type: pro
31836
33640
  schema:
31837
33641
  $ref: "#/components/schemas/OrganizationCreateBody"
31838
33642
  description: Organization object that needs to be created
@@ -31916,6 +33720,19 @@ paths:
31916
33720
  requestBody:
31917
33721
  content:
31918
33722
  application/json:
33723
+ examples:
33724
+ default:
33725
+ value:
33726
+ billing:
33727
+ type: parent_billing
33728
+ name: "New child org"
33729
+ settings:
33730
+ saml:
33731
+ enabled: false
33732
+ saml_idp_initiated_login:
33733
+ enabled: false
33734
+ saml_strict_mode:
33735
+ enabled: false
31919
33736
  schema:
31920
33737
  $ref: "#/components/schemas/Organization"
31921
33738
  required: true
@@ -32001,6 +33818,10 @@ paths:
32001
33818
  requestBody:
32002
33819
  content:
32003
33820
  multipart/form-data:
33821
+ examples:
33822
+ default:
33823
+ value:
33824
+ idp_file: "@/path/to/idp_metadata.xml"
32004
33825
  schema:
32005
33826
  $ref: "#/components/schemas/IdpFormData"
32006
33827
  required: true
@@ -32151,6 +33972,11 @@ paths:
32151
33972
  requestBody:
32152
33973
  content:
32153
33974
  application/json:
33975
+ examples:
33976
+ default:
33977
+ value:
33978
+ incident_id: 2066
33979
+ version: 0
32154
33980
  schema:
32155
33981
  $ref: "#/components/schemas/AddSignalToIncidentRequest"
32156
33982
  description: Attributes describing the signal update.
@@ -32200,6 +34026,11 @@ paths:
32200
34026
  requestBody:
32201
34027
  content:
32202
34028
  application/json:
34029
+ examples:
34030
+ default:
34031
+ value:
34032
+ assignee: "773b045d-ccf8-4808-bd3b-955ef6a8c940"
34033
+ version: 0
32203
34034
  schema:
32204
34035
  $ref: "#/components/schemas/SignalAssigneeUpdateRequest"
32205
34036
  description: Attributes describing the signal update.
@@ -32249,6 +34080,12 @@ paths:
32249
34080
  requestBody:
32250
34081
  content:
32251
34082
  application/json:
34083
+ examples:
34084
+ default:
34085
+ value:
34086
+ archiveReason: none
34087
+ state: open
34088
+ version: 0
32252
34089
  schema:
32253
34090
  $ref: "#/components/schemas/SignalStateUpdateRequest"
32254
34091
  description: Attributes describing the signal update.
@@ -32313,6 +34150,16 @@ paths:
32313
34150
  content:
32314
34151
  text/json:
32315
34152
  examples:
34153
+ default:
34154
+ value:
34155
+ series:
34156
+ - host: test.example.com
34157
+ metric: system.load.1
34158
+ points:
34159
+ - [1636629071, 0.7]
34160
+ tags:
34161
+ - "environment:test"
34162
+ type: gauge
32316
34163
  dynamic-points:
32317
34164
  description: Post time-series data that can be graphed on Datadog’s dashboards.
32318
34165
  externalValue: examples/metrics/dynamic-points.json.sh
@@ -32462,6 +34309,24 @@ paths:
32462
34309
  requestBody:
32463
34310
  content:
32464
34311
  application/json:
34312
+ examples:
34313
+ default:
34314
+ value:
34315
+ description: "Track the availability of our custom metric."
34316
+ name: "Custom Metric SLO"
34317
+ query:
34318
+ denominator: "sum:my.custom.metric{*}.as_count()"
34319
+ numerator: "sum:my.custom.metric{type:good}.as_count()"
34320
+ tags:
34321
+ - "env:prod"
34322
+ - "app:core"
34323
+ thresholds:
34324
+ - target: 95
34325
+ timeframe: 7d
34326
+ - target: 95
34327
+ timeframe: 30d
34328
+ warning: 97
34329
+ type: metric
32465
34330
  schema:
32466
34331
  $ref: "#/components/schemas/ServiceLevelObjectiveRequest"
32467
34332
  description: Service level objective request object.
@@ -32512,6 +34377,15 @@ paths:
32512
34377
  requestBody:
32513
34378
  content:
32514
34379
  application/json:
34380
+ examples:
34381
+ default:
34382
+ value:
34383
+ id1:
34384
+ - "7d"
34385
+ - "30d"
34386
+ id2:
34387
+ - "7d"
34388
+ - "30d"
32515
34389
  schema:
32516
34390
  $ref: "#/components/schemas/SLOBulkDelete"
32517
34391
  description: Delete multiple service level objective objects request body.
@@ -32665,6 +34539,18 @@ paths:
32665
34539
  requestBody:
32666
34540
  content:
32667
34541
  application/json:
34542
+ examples:
34543
+ default:
34544
+ value:
34545
+ data:
34546
+ attributes:
34547
+ category: "Scheduled Maintenance"
34548
+ description: "Planned maintenance window for database upgrade."
34549
+ end: 1600003600
34550
+ slo_id: sloId
34551
+ start: 1600000000
34552
+ timezone: UTC
34553
+ type: correction
32668
34554
  schema:
32669
34555
  $ref: "#/components/schemas/SLOCorrectionCreateRequest"
32670
34556
  description: Create an SLO Correction
@@ -32789,6 +34675,17 @@ paths:
32789
34675
  requestBody:
32790
34676
  content:
32791
34677
  application/json:
34678
+ examples:
34679
+ default:
34680
+ value:
34681
+ data:
34682
+ attributes:
34683
+ category: "Scheduled Maintenance"
34684
+ description: "Updated correction for maintenance window."
34685
+ end: 1600003600
34686
+ start: 1600000000
34687
+ timezone: UTC
34688
+ type: correction
32792
34689
  schema:
32793
34690
  $ref: "#/components/schemas/SLOCorrectionUpdateRequest"
32794
34691
  description: The edited SLO correction object.
@@ -33014,6 +34911,24 @@ paths:
33014
34911
  requestBody:
33015
34912
  content:
33016
34913
  application/json:
34914
+ examples:
34915
+ default:
34916
+ value:
34917
+ description: "Updated description for the SLO."
34918
+ name: "Custom Metric SLO"
34919
+ query:
34920
+ denominator: "sum:my.custom.metric{*}.as_count()"
34921
+ numerator: "sum:my.custom.metric{type:good}.as_count()"
34922
+ tags:
34923
+ - "env:prod"
34924
+ - "app:core"
34925
+ thresholds:
34926
+ - target: 95
34927
+ timeframe: 7d
34928
+ - target: 95
34929
+ timeframe: 30d
34930
+ warning: 97
34931
+ type: metric
33017
34932
  schema:
33018
34933
  $ref: "#/components/schemas/ServiceLevelObjective"
33019
34934
  description: The edited service level objective request object.
@@ -33271,6 +35186,13 @@ paths:
33271
35186
  requestBody:
33272
35187
  content:
33273
35188
  application/json:
35189
+ examples:
35190
+ default:
35191
+ value:
35192
+ description: Description of private location
35193
+ name: New private location
35194
+ tags:
35195
+ - "team:front"
33274
35196
  schema:
33275
35197
  $ref: "#/components/schemas/SyntheticsPrivateLocation"
33276
35198
  description: Details of the private location to create.
@@ -33397,6 +35319,13 @@ paths:
33397
35319
  requestBody:
33398
35320
  content:
33399
35321
  application/json:
35322
+ examples:
35323
+ default:
35324
+ value:
35325
+ description: Description of private location
35326
+ name: New private location
35327
+ tags:
35328
+ - "team:front"
33400
35329
  schema:
33401
35330
  $ref: "#/components/schemas/SyntheticsPrivateLocation"
33402
35331
  description: Details of the private location to be updated.
@@ -33638,6 +35567,29 @@ paths:
33638
35567
  tags:
33639
35568
  - "env:prod"
33640
35569
  type: api
35570
+ default:
35571
+ value:
35572
+ config:
35573
+ assertions:
35574
+ - operator: is
35575
+ target: 200
35576
+ type: statusCode
35577
+ request:
35578
+ method: GET
35579
+ url: "https://example.com"
35580
+ locations:
35581
+ - "aws:eu-west-3"
35582
+ message: Notification message
35583
+ name: Example API test
35584
+ options:
35585
+ min_failure_duration: 0
35586
+ min_location_failed: 1
35587
+ tick_every: 60
35588
+ status: live
35589
+ subtype: http
35590
+ tags:
35591
+ - "env:production"
35592
+ type: api
33641
35593
  schema:
33642
35594
  $ref: "#/components/schemas/SyntheticsAPITest"
33643
35595
  description: Details of the test to create.
@@ -33745,6 +35697,30 @@ paths:
33745
35697
  requestBody:
33746
35698
  content:
33747
35699
  application/json:
35700
+ examples:
35701
+ default:
35702
+ value:
35703
+ config:
35704
+ assertions:
35705
+ - operator: is
35706
+ target: 200
35707
+ type: statusCode
35708
+ request:
35709
+ method: GET
35710
+ url: "https://example.com"
35711
+ locations:
35712
+ - "aws:eu-west-3"
35713
+ message: Notification message
35714
+ name: Example API test
35715
+ options:
35716
+ min_failure_duration: 0
35717
+ min_location_failed: 1
35718
+ tick_every: 60
35719
+ status: live
35720
+ subtype: http
35721
+ tags:
35722
+ - "env:production"
35723
+ type: api
33748
35724
  schema:
33749
35725
  $ref: "#/components/schemas/SyntheticsAPITest"
33750
35726
  description: New test details to be saved.
@@ -33801,6 +35777,32 @@ paths:
33801
35777
  requestBody:
33802
35778
  content:
33803
35779
  application/json:
35780
+ examples:
35781
+ default:
35782
+ value:
35783
+ config:
35784
+ assertions: []
35785
+ request:
35786
+ method: GET
35787
+ url: "https://example.com"
35788
+ locations:
35789
+ - "aws:eu-west-3"
35790
+ message: ""
35791
+ name: Example browser test
35792
+ options:
35793
+ device_ids:
35794
+ - chrome.laptop_large
35795
+ tick_every: 3600
35796
+ status: live
35797
+ steps:
35798
+ - name: Check current URL
35799
+ params:
35800
+ check: contains
35801
+ value: example
35802
+ type: assertCurrentUrl
35803
+ tags:
35804
+ - "env:production"
35805
+ type: browser
33804
35806
  schema:
33805
35807
  $ref: "#/components/schemas/SyntheticsBrowserTest"
33806
35808
  description: Details of the test to create.
@@ -33908,6 +35910,32 @@ paths:
33908
35910
  requestBody:
33909
35911
  content:
33910
35912
  application/json:
35913
+ examples:
35914
+ default:
35915
+ value:
35916
+ config:
35917
+ assertions: []
35918
+ request:
35919
+ method: GET
35920
+ url: "https://example.com"
35921
+ locations:
35922
+ - "aws:eu-west-3"
35923
+ message: ""
35924
+ name: Example browser test
35925
+ options:
35926
+ device_ids:
35927
+ - chrome.laptop_large
35928
+ tick_every: 3600
35929
+ status: live
35930
+ steps:
35931
+ - name: Check current URL
35932
+ params:
35933
+ check: contains
35934
+ value: example
35935
+ type: assertCurrentUrl
35936
+ tags:
35937
+ - "env:production"
35938
+ type: browser
33911
35939
  schema:
33912
35940
  $ref: "#/components/schemas/SyntheticsBrowserTest"
33913
35941
  description: New test details to be saved.
@@ -34090,6 +36118,11 @@ paths:
34090
36118
  requestBody:
34091
36119
  content:
34092
36120
  application/json:
36121
+ examples:
36122
+ default:
36123
+ value:
36124
+ public_ids:
36125
+ - "abc-def-123"
34093
36126
  schema:
34094
36127
  $ref: "#/components/schemas/SyntheticsDeleteTestsPayload"
34095
36128
  description: Public ID list of the Synthetic tests to be deleted.
@@ -34146,6 +36179,22 @@ paths:
34146
36179
  requestBody:
34147
36180
  content:
34148
36181
  application/json:
36182
+ examples:
36183
+ default:
36184
+ value:
36185
+ config:
36186
+ variables: []
36187
+ device_ids:
36188
+ - "synthetics:mobile:device:apple_iphone_14_ios_16"
36189
+ message: Notification message
36190
+ name: Example mobile test
36191
+ options:
36192
+ min_failure_duration: 0
36193
+ min_location_failed: 1
36194
+ tick_every: 3600
36195
+ tags:
36196
+ - "env:production"
36197
+ type: mobile
34149
36198
  schema:
34150
36199
  $ref: "#/components/schemas/SyntheticsMobileTest"
34151
36200
  description: Details of the test to create.
@@ -34253,6 +36302,22 @@ paths:
34253
36302
  requestBody:
34254
36303
  content:
34255
36304
  application/json:
36305
+ examples:
36306
+ default:
36307
+ value:
36308
+ config:
36309
+ variables: []
36310
+ device_ids:
36311
+ - "synthetics:mobile:device:apple_iphone_14_ios_16"
36312
+ message: Notification message
36313
+ name: Example mobile test
36314
+ options:
36315
+ min_failure_duration: 0
36316
+ min_location_failed: 1
36317
+ tick_every: 3600
36318
+ tags:
36319
+ - "env:production"
36320
+ type: mobile
34256
36321
  schema:
34257
36322
  $ref: "#/components/schemas/SyntheticsMobileTest"
34258
36323
  description: New test details to be saved.
@@ -34389,6 +36454,11 @@ paths:
34389
36454
  requestBody:
34390
36455
  content:
34391
36456
  application/json:
36457
+ examples:
36458
+ default:
36459
+ value:
36460
+ tests:
36461
+ - public_id: aaa-aaa-aaa
34392
36462
  schema:
34393
36463
  $ref: "#/components/schemas/SyntheticsTriggerBody"
34394
36464
  description: The identifiers of the tests to trigger.
@@ -34428,6 +36498,11 @@ paths:
34428
36498
  requestBody:
34429
36499
  content:
34430
36500
  application/json:
36501
+ examples:
36502
+ default:
36503
+ value:
36504
+ tests:
36505
+ - public_id: aaa-aaa-aaa
34431
36506
  schema:
34432
36507
  $ref: "#/components/schemas/SyntheticsCITestBody"
34433
36508
  description: Details of the test to trigger.
@@ -34467,6 +36542,13 @@ paths:
34467
36542
  requestBody:
34468
36543
  content:
34469
36544
  application/json:
36545
+ examples:
36546
+ default:
36547
+ value:
36548
+ from_ts: 1726041488
36549
+ public_ids:
36550
+ - "abc-def-123"
36551
+ to_ts: 1726127888
34470
36552
  schema:
34471
36553
  $ref: "#/components/schemas/SyntheticsFetchUptimesPayload"
34472
36554
  description: Public ID list of the Synthetic tests and timeframe.
@@ -34567,6 +36649,15 @@ paths:
34567
36649
  requestBody:
34568
36650
  content:
34569
36651
  application/json:
36652
+ examples:
36653
+ default:
36654
+ value:
36655
+ data:
36656
+ - op: replace
36657
+ path: /name
36658
+ value: New test name
36659
+ - op: remove
36660
+ path: /config/assertions/0
34570
36661
  schema:
34571
36662
  $ref: "#/components/schemas/SyntheticsPatchTestBody"
34572
36663
  description: "[JSON Patch](https://jsonpatch.com/) compliant list of operations"
@@ -34752,6 +36843,10 @@ paths:
34752
36843
  requestBody:
34753
36844
  content:
34754
36845
  application/json:
36846
+ examples:
36847
+ default:
36848
+ value:
36849
+ new_status: live
34755
36850
  schema:
34756
36851
  $ref: "#/components/schemas/SyntheticsUpdateTestPauseStatusPayload"
34757
36852
  description: Status to set the given Synthetic test to.
@@ -34838,6 +36933,17 @@ paths:
34838
36933
  requestBody:
34839
36934
  content:
34840
36935
  application/json:
36936
+ examples:
36937
+ default:
36938
+ value:
36939
+ description: Example description
36940
+ name: MY_VARIABLE
36941
+ tags:
36942
+ - "team:front"
36943
+ - "test:workflow-1"
36944
+ value:
36945
+ secure: false
36946
+ value: variable-value
34841
36947
  schema:
34842
36948
  $ref: "#/components/schemas/SyntheticsGlobalVariableRequest"
34843
36949
  description: Details of the global variable to create.
@@ -34980,6 +37086,17 @@ paths:
34980
37086
  requestBody:
34981
37087
  content:
34982
37088
  application/json:
37089
+ examples:
37090
+ default:
37091
+ value:
37092
+ description: Example description
37093
+ name: MY_VARIABLE
37094
+ tags:
37095
+ - "team:front"
37096
+ - "test:workflow-1"
37097
+ value:
37098
+ secure: false
37099
+ value: variable-value
34983
37100
  schema:
34984
37101
  $ref: "#/components/schemas/SyntheticsGlobalVariableRequest"
34985
37102
  description: Details of the global variable to update.
@@ -35163,6 +37280,12 @@ paths:
35163
37280
  requestBody:
35164
37281
  content:
35165
37282
  application/json:
37283
+ examples:
37284
+ default:
37285
+ value:
37286
+ host: test.host
37287
+ tags:
37288
+ - "environment:production"
35166
37289
  schema:
35167
37290
  $ref: "#/components/schemas/HostTags"
35168
37291
  description: Update host tags request body.
@@ -35214,6 +37337,12 @@ paths:
35214
37337
  requestBody:
35215
37338
  content:
35216
37339
  application/json:
37340
+ examples:
37341
+ default:
37342
+ value:
37343
+ host: test.host
37344
+ tags:
37345
+ - "environment:production"
35217
37346
  schema:
35218
37347
  $ref: "#/components/schemas/HostTags"
35219
37348
  description: Add tags to host
@@ -37406,6 +39535,12 @@ paths:
37406
39535
  requestBody:
37407
39536
  content:
37408
39537
  application/json:
39538
+ examples:
39539
+ default:
39540
+ value:
39541
+ email: test@datadoghq.com
39542
+ handle: test@datadoghq.com
39543
+ name: test user
37409
39544
  schema:
37410
39545
  $ref: "#/components/schemas/User"
37411
39546
  description: User object that needs to be created.
@@ -37543,6 +39678,12 @@ paths:
37543
39678
  requestBody:
37544
39679
  content:
37545
39680
  application/json:
39681
+ examples:
39682
+ default:
39683
+ value:
39684
+ disabled: false
39685
+ email: test@datadoghq.com
39686
+ name: test user
37546
39687
  schema:
37547
39688
  $ref: "#/components/schemas/User"
37548
39689
  description: Description of the update.
@@ -37647,6 +39788,13 @@ paths:
37647
39788
  content:
37648
39789
  application/json:
37649
39790
  examples:
39791
+ default:
39792
+ value:
39793
+ - ddsource: nginx
39794
+ ddtags: "env:staging,version:5.1"
39795
+ hostname: i-012345678
39796
+ message: "2019-11-19T14:37:58,995 INFO [process.name][20081] Hello World"
39797
+ service: payment
37650
39798
  multi-json-messages:
37651
39799
  description: Pass multiple log objects at once.
37652
39800
  summary: Multi JSON Messages
@@ -37657,6 +39805,13 @@ paths:
37657
39805
  $ref: "#/components/schemas/HTTPLog"
37658
39806
  application/json;simple:
37659
39807
  examples:
39808
+ default:
39809
+ value:
39810
+ ddsource: nginx
39811
+ ddtags: "env:staging,version:5.1"
39812
+ hostname: i-012345678
39813
+ message: "2019-11-19T14:37:58,995 INFO [process.name][20081] Hello World"
39814
+ service: payment
37660
39815
  simple-json-message:
37661
39816
  description: Log attributes can be passed as `key:value` pairs in valid JSON messages.
37662
39817
  summary: Simple JSON Message
@@ -37669,6 +39824,8 @@ paths:
37669
39824
  $ref: "#/components/schemas/HTTPLogItem"
37670
39825
  application/logplex-1:
37671
39826
  examples:
39827
+ default:
39828
+ value: "2019-11-19T14:37:58,995 INFO [process.name][20081] Hello World"
37672
39829
  multi-raw-message:
37673
39830
  description: Submit log messages.
37674
39831
  summary: Multi Logplex Messages
@@ -37683,6 +39840,8 @@ paths:
37683
39840
  type: string
37684
39841
  text/plain:
37685
39842
  examples:
39843
+ default:
39844
+ value: "2019-11-19T14:37:58,995 INFO [process.name][20081] Hello World"
37686
39845
  multi-raw-message:
37687
39846
  description: Submit log string.
37688
39847
  summary: Multi Raw Messages
@@ -37729,6 +39888,7 @@ paths:
37729
39888
  - ap2.datadoghq.com
37730
39889
  - datadoghq.eu
37731
39890
  - ddog-gov.com
39891
+ - us2.ddog-gov.com
37732
39892
  subdomain:
37733
39893
  default: http-intake.logs
37734
39894
  description: The subdomain where the API is deployed.
@@ -37769,6 +39929,7 @@ servers:
37769
39929
  - ap2.datadoghq.com
37770
39930
  - datadoghq.eu
37771
39931
  - ddog-gov.com
39932
+ - us2.ddog-gov.com
37772
39933
  subdomain:
37773
39934
  default: api
37774
39935
  description: The subdomain where the API is deployed.