datadog_api_client 2.47.0 → 2.49.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 (345) hide show
  1. checksums.yaml +4 -4
  2. data/.generator/schemas/v1/openapi.yaml +520 -49
  3. data/.generator/schemas/v2/openapi.yaml +4542 -1006
  4. data/CHANGELOG.md +45 -0
  5. data/examples/v1/dashboards/CreateDashboard_1093147852.rb +66 -0
  6. data/examples/v1/dashboards/CreateDashboard_1442588603.rb +1 -1
  7. data/examples/v1/dashboards/CreateDashboard_1617893815.rb +61 -0
  8. data/examples/v1/dashboards/CreateDashboard_1712853070.rb +66 -0
  9. data/examples/v1/dashboards/CreateDashboard_2345541687.rb +65 -0
  10. data/examples/v1/dashboards/CreateDashboard_252716965.rb +1 -1
  11. data/examples/v1/dashboards/CreateDashboard_2617251399.rb +66 -0
  12. data/examples/v1/dashboards/CreateDashboard_2823363212.rb +55 -0
  13. data/examples/v1/dashboards/CreateDashboard_3882428227.rb +1 -1
  14. data/examples/v1/monitors/CreateMonitor_3626832481.rb +33 -0
  15. data/examples/v1/synthetics/CreateSyntheticsAPITest_2106135939.rb +49 -0
  16. data/examples/v1/tags/GetHostTags.rb +1 -1
  17. data/examples/v1/tags/ListHostTags.rb +1 -1
  18. data/examples/v2/aws-integration/CreateAWSAccount.rb +0 -11
  19. data/examples/v2/aws-integration/CreateAWSAccount_1716720881.rb +0 -11
  20. data/examples/v2/aws-integration/UpdateAWSAccount.rb +0 -11
  21. data/examples/v2/incidents/CreateIncidentAttachment.rb +22 -0
  22. data/examples/v2/incidents/DeleteIncidentAttachment.rb +8 -0
  23. data/examples/v2/incidents/ListIncidentAttachments.rb +1 -1
  24. data/examples/v2/incidents/UpdateIncidentAttachment.rb +20 -0
  25. data/examples/v2/observability-pipelines/CreatePipeline.rb +1 -1
  26. data/examples/v2/observability-pipelines/UpdatePipeline.rb +1 -1
  27. data/examples/v2/observability-pipelines/ValidatePipeline.rb +1 -1
  28. data/examples/v2/on-call/CreateUserNotificationRule.rb +29 -0
  29. data/examples/v2/on-call/DeleteUserNotificationRule.rb +11 -0
  30. data/examples/v2/on-call/GetUserNotificationRule.rb +14 -0
  31. data/examples/v2/on-call/ListUserNotificationRules.rb +11 -0
  32. data/examples/v2/on-call/UpdateUserNotificationRule.rb +36 -0
  33. data/examples/v2/product-analytics/SubmitProductAnalyticsEvent.rb +24 -0
  34. data/examples/v2/reference-tables/UpdateReferenceTable.rb +0 -1
  35. data/examples/v2/reference-tables/UpsertRows.rb +1 -3
  36. data/examples/v2/security-monitoring/CreateSecurityMonitoringCriticalAsset.rb +20 -0
  37. data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_2323193894.rb +48 -0
  38. data/examples/v2/security-monitoring/DeleteSecurityMonitoringCriticalAsset.rb +8 -0
  39. data/examples/v2/security-monitoring/GetCriticalAssetsAffectingRule.rb +8 -0
  40. data/examples/v2/security-monitoring/GetSecurityMonitoringCriticalAsset.rb +8 -0
  41. data/examples/v2/security-monitoring/ListSecurityFindings.rb +5 -0
  42. data/examples/v2/security-monitoring/ListSecurityFindings_2925663885.rb +8 -0
  43. data/examples/v2/security-monitoring/ListSecurityMonitoringCriticalAssets.rb +5 -0
  44. data/examples/v2/security-monitoring/SearchSecurityFindings.rb +13 -0
  45. data/examples/v2/security-monitoring/SearchSecurityFindings_3678541639.rb +16 -0
  46. data/examples/v2/security-monitoring/UpdateSecurityMonitoringCriticalAsset.rb +24 -0
  47. data/examples/v2/spa/GetSPARecommendations.rb +1 -1
  48. data/examples/v2/spa/GetSPARecommendationsWithShard.rb +8 -0
  49. data/examples/v2/synthetics/PatchGlobalVariable.rb +19 -0
  50. data/examples/v2/teams/CreateTeamNotificationRule.rb +23 -0
  51. data/examples/v2/teams/DeleteTeamConnections.rb +0 -3
  52. data/examples/v2/teams/DeleteTeamNotificationRule.rb +11 -0
  53. data/examples/v2/teams/GetTeamNotificationRule.rb +11 -0
  54. data/examples/v2/teams/GetTeamNotificationRules.rb +8 -0
  55. data/examples/v2/teams/GetTeamSync.rb +0 -3
  56. data/examples/v2/teams/ListTeamConnections.rb +0 -3
  57. data/examples/v2/teams/ListTeamConnections_2418873869.rb +0 -3
  58. data/examples/v2/teams/SyncTeams.rb +0 -3
  59. data/examples/v2/teams/SyncTeams_3215592344.rb +0 -3
  60. data/examples/v2/teams/UpdateTeamNotificationRule.rb +27 -0
  61. data/lib/datadog_api_client/configuration.rb +62 -12
  62. data/lib/datadog_api_client/inflector.rb +171 -26
  63. data/lib/datadog_api_client/v1/api/synthetics_api.rb +3 -3
  64. data/lib/datadog_api_client/v1/api/tags_api.rb +17 -17
  65. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +6 -4
  66. data/lib/datadog_api_client/v1/models/bar_chart_widget_definition.rb +216 -0
  67. data/lib/datadog_api_client/v1/models/bar_chart_widget_definition_type.rb +26 -0
  68. data/lib/datadog_api_client/v1/models/bar_chart_widget_display.rb +63 -0
  69. data/lib/datadog_api_client/v1/models/bar_chart_widget_flat.rb +123 -0
  70. data/lib/datadog_api_client/v1/models/bar_chart_widget_flat_type.rb +26 -0
  71. data/lib/datadog_api_client/v1/models/bar_chart_widget_legend.rb +28 -0
  72. data/lib/datadog_api_client/v1/models/bar_chart_widget_request.rb +261 -0
  73. data/lib/datadog_api_client/v1/models/bar_chart_widget_scaling.rb +27 -0
  74. data/lib/datadog_api_client/v1/models/bar_chart_widget_stacked.rb +133 -0
  75. data/lib/datadog_api_client/v1/models/bar_chart_widget_stacked_type.rb +26 -0
  76. data/lib/datadog_api_client/v1/models/bar_chart_widget_style.rb +125 -0
  77. data/lib/datadog_api_client/v1/models/distribution_widget_request.rb +36 -2
  78. data/lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb +29 -1
  79. data/lib/datadog_api_client/v1/models/heat_map_widget_definition.rb +23 -1
  80. data/lib/datadog_api_client/v1/models/heat_map_widget_request.rb +21 -1
  81. data/lib/datadog_api_client/v1/models/heat_map_widget_x_axis.rb +107 -0
  82. data/lib/datadog_api_client/v1/models/host_tags.rb +2 -2
  83. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +3 -0
  84. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_data_source.rb +26 -0
  85. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_model_type_override.rb +28 -0
  86. data/lib/datadog_api_client/{v2/models/data_export_config.rb → v1/models/monitor_formula_and_function_data_quality_monitor_options.rb} +43 -41
  87. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_query_definition.rb +232 -0
  88. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +2 -1
  89. data/lib/datadog_api_client/v1/models/monitor_type.rb +1 -0
  90. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +6 -0
  91. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +61 -1
  92. data/lib/datadog_api_client/v1/models/split_graph_source_widget_definition.rb +1 -0
  93. data/lib/datadog_api_client/v1/models/synthetics_api_step.rb +2 -1
  94. data/lib/datadog_api_client/v1/models/synthetics_api_subtest_step.rb +236 -0
  95. data/lib/datadog_api_client/v1/models/synthetics_api_subtest_step_subtype.rb +26 -0
  96. data/lib/datadog_api_client/v1/models/synthetics_list_tests_response.rb +1 -1
  97. data/lib/datadog_api_client/v1/models/synthetics_test_details.rb +1 -1
  98. data/lib/datadog_api_client/v1/models/synthetics_test_details_without_steps.rb +221 -0
  99. data/lib/datadog_api_client/v1/models/tag_to_hosts.rb +2 -2
  100. data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -0
  101. data/lib/datadog_api_client/v1/models/{distribution_widget_histogram_request_type.rb → widget_histogram_request_type.rb} +1 -1
  102. data/lib/datadog_api_client/v1/models/widget_marker.rb +3 -1
  103. data/lib/datadog_api_client/v2/api/dora_metrics_api.rb +8 -8
  104. data/lib/datadog_api_client/v2/api/events_api.rb +0 -2
  105. data/lib/datadog_api_client/v2/api/fleet_automation_api.rb +3 -3
  106. data/lib/datadog_api_client/v2/api/incidents_api.rb +188 -36
  107. data/lib/datadog_api_client/v2/api/observability_pipelines_api.rb +6 -6
  108. data/lib/datadog_api_client/v2/api/on_call_api.rb +360 -0
  109. data/lib/datadog_api_client/v2/api/product_analytics_api.rb +121 -0
  110. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +597 -0
  111. data/lib/datadog_api_client/v2/api/software_catalog_api.rb +4 -0
  112. data/lib/datadog_api_client/v2/api/spa_api.rb +86 -11
  113. data/lib/datadog_api_client/v2/api/synthetics_api.rb +79 -0
  114. data/lib/datadog_api_client/v2/api/teams_api.rb +339 -30
  115. data/lib/datadog_api_client/v2/models/{awsccm_config.rb → attachment.rb} +22 -12
  116. data/lib/datadog_api_client/v2/models/{incident_attachments_response.rb → attachment_array.rb} +7 -7
  117. data/lib/datadog_api_client/v2/models/{incident_attachment_data.rb → attachment_data.rb} +8 -8
  118. data/lib/datadog_api_client/v2/models/attachment_data_attributes.rb +125 -0
  119. data/lib/datadog_api_client/v2/models/attachment_data_attributes_attachment.rb +115 -0
  120. data/lib/datadog_api_client/v2/models/{incident_attachment_attachment_type.rb → attachment_data_attributes_attachment_type.rb} +3 -3
  121. data/lib/datadog_api_client/v2/models/{incident_attachment_relationships.rb → attachment_data_relationships.rb} +5 -5
  122. data/lib/datadog_api_client/v2/models/{incident_attachment_update_request.rb → attachment_data_relationships_last_modified_by_user.rb} +6 -11
  123. data/lib/datadog_api_client/v2/models/attachment_data_relationships_last_modified_by_user_data.rb +144 -0
  124. data/lib/datadog_api_client/v2/models/{incident_attachments_response_included_item.rb → attachment_included.rb} +3 -3
  125. data/lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb +1 -11
  126. data/lib/datadog_api_client/v2/models/aws_account_response_attributes.rb +1 -11
  127. data/lib/datadog_api_client/v2/models/aws_account_update_request_attributes.rb +1 -11
  128. data/lib/datadog_api_client/v2/models/azure_storage_destination.rb +2 -0
  129. data/lib/datadog_api_client/v2/models/batch_upsert_rows_request_data_attributes.rb +2 -2
  130. data/lib/datadog_api_client/v2/models/{incident_attachment_update_attributes.rb → batch_upsert_rows_request_data_attributes_value.rb} +4 -4
  131. data/lib/datadog_api_client/v2/models/case_create_attributes.rb +11 -1
  132. data/lib/datadog_api_client/v2/models/{dora_fetch_response.rb → create_attachment_request.rb} +5 -5
  133. data/lib/datadog_api_client/v2/models/{incident_attachment_update_data.rb → create_attachment_request_data.rb} +6 -6
  134. data/lib/datadog_api_client/v2/models/create_attachment_request_data_attributes.rb +115 -0
  135. data/lib/datadog_api_client/v2/models/create_attachment_request_data_attributes_attachment.rb +115 -0
  136. data/lib/datadog_api_client/v2/models/create_on_call_notification_rule_request.rb +123 -0
  137. data/lib/datadog_api_client/v2/models/create_on_call_notification_rule_request_data.rb +143 -0
  138. data/lib/datadog_api_client/v2/models/custom_attribute_type.rb +1 -0
  139. data/lib/datadog_api_client/v2/models/dora_deployment_fetch_response.rb +105 -0
  140. data/lib/datadog_api_client/v2/models/dora_deployment_object.rb +125 -0
  141. data/lib/datadog_api_client/v2/models/dora_deployment_object_attributes.rb +225 -0
  142. data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +1 -1
  143. data/lib/datadog_api_client/v2/models/dora_deployments_list_response.rb +107 -0
  144. data/lib/datadog_api_client/v2/models/dora_failure_fetch_response.rb +105 -0
  145. data/lib/datadog_api_client/v2/models/dora_failure_request_attributes.rb +1 -1
  146. data/lib/datadog_api_client/v2/models/{dora_list_response.rb → dora_failures_list_response.rb} +5 -5
  147. data/lib/datadog_api_client/v2/models/{dora_event.rb → dora_incident_object.rb} +8 -8
  148. data/lib/datadog_api_client/v2/models/dora_incident_object_attributes.rb +225 -0
  149. data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +23 -1
  150. data/lib/datadog_api_client/v2/models/global_variable_data.rb +125 -0
  151. data/lib/datadog_api_client/v2/models/global_variable_json_patch_request.rb +123 -0
  152. data/lib/datadog_api_client/v2/models/global_variable_json_patch_request_data.rb +115 -0
  153. data/lib/datadog_api_client/v2/models/global_variable_json_patch_request_data_attributes.rb +107 -0
  154. data/lib/datadog_api_client/v2/models/global_variable_json_patch_type.rb +26 -0
  155. data/lib/datadog_api_client/v2/models/global_variable_response.rb +105 -0
  156. data/lib/datadog_api_client/v2/models/{incident_attachment_link_attachment_type.rb → global_variable_type.rb} +3 -3
  157. data/lib/datadog_api_client/v2/models/incident_response_included_item.rb +1 -1
  158. data/lib/datadog_api_client/v2/models/json_patch_operation.rb +154 -0
  159. data/lib/datadog_api_client/v2/models/json_patch_operation_op.rb +31 -0
  160. data/lib/datadog_api_client/v2/models/list_on_call_notification_rules_response.rb +119 -0
  161. data/lib/datadog_api_client/v2/models/list_security_findings_response.rb +127 -0
  162. data/lib/datadog_api_client/v2/models/microsoft_sentinel_destination.rb +2 -0
  163. data/lib/datadog_api_client/v2/models/observability_pipeline_add_env_vars_processor.rb +14 -2
  164. data/lib/datadog_api_client/v2/models/observability_pipeline_add_fields_processor.rb +15 -3
  165. data/lib/datadog_api_client/v2/models/observability_pipeline_add_hostname_processor.rb +198 -0
  166. data/lib/datadog_api_client/v2/models/observability_pipeline_add_hostname_processor_type.rb +26 -0
  167. data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_data_firehose_source.rb +3 -1
  168. data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb +2 -0
  169. data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_destination.rb +2 -0
  170. data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_source.rb +3 -1
  171. data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_security_lake_destination.rb +2 -0
  172. data/lib/datadog_api_client/v2/models/{incident_attachment_link_attributes.rb → observability_pipeline_cloud_prem_destination.rb} +52 -37
  173. data/lib/datadog_api_client/v2/models/observability_pipeline_cloud_prem_destination_type.rb +26 -0
  174. data/lib/datadog_api_client/v2/models/observability_pipeline_config.rb +25 -1
  175. data/lib/datadog_api_client/v2/models/observability_pipeline_config_destination_item.rb +17 -13
  176. data/lib/datadog_api_client/v2/models/observability_pipeline_config_pipeline_type.rb +27 -0
  177. data/lib/datadog_api_client/v2/models/observability_pipeline_config_processor_group.rb +11 -1
  178. data/lib/datadog_api_client/v2/models/observability_pipeline_config_processor_item.rb +14 -10
  179. data/lib/datadog_api_client/v2/models/observability_pipeline_config_source_item.rb +11 -10
  180. data/lib/datadog_api_client/v2/models/observability_pipeline_crowd_strike_next_gen_siem_destination.rb +2 -0
  181. data/lib/datadog_api_client/v2/models/observability_pipeline_custom_processor.rb +14 -2
  182. data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_agent_source.rb +4 -2
  183. data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination.rb +2 -0
  184. data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_metrics_destination.rb +169 -0
  185. data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_metrics_destination_type.rb +26 -0
  186. data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_tags_processor.rb +15 -3
  187. data/lib/datadog_api_client/v2/models/observability_pipeline_dedupe_processor.rb +14 -2
  188. data/lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination.rb +13 -1
  189. data/lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_data_stream.rb +125 -0
  190. data/lib/datadog_api_client/v2/models/observability_pipeline_enrichment_table_processor.rb +25 -3
  191. data/lib/datadog_api_client/v2/models/{incident_attachment_postmortem_attributes.rb → observability_pipeline_enrichment_table_reference_table.rb} +42 -30
  192. data/lib/datadog_api_client/v2/models/observability_pipeline_filter_processor.rb +17 -5
  193. data/lib/datadog_api_client/v2/models/observability_pipeline_fluent_bit_source.rb +3 -1
  194. data/lib/datadog_api_client/v2/models/observability_pipeline_fluentd_source.rb +3 -1
  195. data/lib/datadog_api_client/v2/models/observability_pipeline_generate_metrics_processor.rb +14 -2
  196. data/lib/datadog_api_client/v2/models/observability_pipeline_google_chronicle_destination.rb +2 -0
  197. data/lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb +2 -0
  198. data/lib/datadog_api_client/v2/models/observability_pipeline_google_pub_sub_destination.rb +2 -0
  199. data/lib/datadog_api_client/v2/models/observability_pipeline_google_pub_sub_source.rb +3 -1
  200. data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination.rb +220 -0
  201. data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination_auth_strategy.rb +28 -0
  202. data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination_compression.rb +123 -0
  203. data/lib/datadog_api_client/v2/models/{incident_attachment_postmortem_attachment_type.rb → observability_pipeline_http_client_destination_compression_algorithm.rb} +3 -3
  204. data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination_encoding.rb +26 -0
  205. data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination_type.rb +26 -0
  206. data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_source.rb +3 -1
  207. data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_source_auth_strategy.rb +1 -0
  208. data/lib/datadog_api_client/v2/models/observability_pipeline_http_server_source.rb +2 -0
  209. data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_destination.rb +361 -0
  210. data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_destination_compression.rb +30 -0
  211. data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_destination_encoding.rb +27 -0
  212. data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_destination_type.rb +26 -0
  213. data/lib/datadog_api_client/v2/models/{observability_pipeline_kafka_source_librdkafka_option.rb → observability_pipeline_kafka_librdkafka_option.rb} +3 -3
  214. data/lib/datadog_api_client/v2/models/{observability_pipeline_kafka_source_sasl.rb → observability_pipeline_kafka_sasl.rb} +3 -3
  215. data/lib/datadog_api_client/v2/models/{observability_pipeline_pipeline_kafka_source_sasl_mechanism.rb → observability_pipeline_kafka_sasl_mechanism.rb} +1 -1
  216. data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_source.rb +5 -3
  217. data/lib/datadog_api_client/v2/models/observability_pipeline_logstash_source.rb +3 -1
  218. data/lib/datadog_api_client/v2/models/observability_pipeline_metric_tags_processor.rb +229 -0
  219. data/lib/datadog_api_client/v2/models/observability_pipeline_metric_tags_processor_rule.rb +188 -0
  220. data/lib/datadog_api_client/v2/models/observability_pipeline_metric_tags_processor_rule_action.rb +27 -0
  221. data/lib/datadog_api_client/v2/models/observability_pipeline_metric_tags_processor_rule_mode.rb +26 -0
  222. data/lib/datadog_api_client/v2/models/observability_pipeline_metric_tags_processor_type.rb +26 -0
  223. data/lib/datadog_api_client/v2/models/observability_pipeline_new_relic_destination.rb +2 -0
  224. data/lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapper_processor.rb +14 -2
  225. data/lib/datadog_api_client/v2/models/observability_pipeline_open_search_destination.rb +2 -0
  226. data/lib/datadog_api_client/v2/models/observability_pipeline_opentelemetry_source.rb +176 -0
  227. data/lib/datadog_api_client/v2/models/observability_pipeline_opentelemetry_source_type.rb +26 -0
  228. data/lib/datadog_api_client/v2/models/observability_pipeline_parse_grok_processor.rb +14 -2
  229. data/lib/datadog_api_client/v2/models/observability_pipeline_parse_json_processor.rb +14 -2
  230. data/lib/datadog_api_client/v2/models/observability_pipeline_parse_xml_processor.rb +300 -0
  231. data/lib/datadog_api_client/v2/models/observability_pipeline_parse_xml_processor_type.rb +26 -0
  232. data/lib/datadog_api_client/v2/models/observability_pipeline_quota_processor.rb +31 -6
  233. data/lib/datadog_api_client/v2/models/observability_pipeline_quota_processor_overflow_action.rb +1 -1
  234. data/lib/datadog_api_client/v2/models/observability_pipeline_reduce_processor.rb +14 -2
  235. data/lib/datadog_api_client/v2/models/observability_pipeline_remove_fields_processor.rb +15 -3
  236. data/lib/datadog_api_client/v2/models/observability_pipeline_rename_fields_processor.rb +14 -2
  237. data/lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_destination.rb +2 -0
  238. data/lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_source.rb +3 -1
  239. data/lib/datadog_api_client/v2/models/observability_pipeline_sample_processor.rb +45 -20
  240. data/lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor.rb +15 -3
  241. data/lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_custom_pattern_options.rb +11 -1
  242. data/lib/datadog_api_client/v2/models/observability_pipeline_sensitive_data_scanner_processor_library_pattern_options.rb +11 -1
  243. data/lib/datadog_api_client/v2/models/observability_pipeline_sentinel_one_destination.rb +2 -0
  244. data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination.rb +2 -0
  245. data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source.rb +3 -1
  246. data/lib/datadog_api_client/v2/models/observability_pipeline_split_array_processor.rb +229 -0
  247. data/lib/datadog_api_client/v2/models/{incident_attachment_link_attributes_attachment_object.rb → observability_pipeline_split_array_processor_array_config.rb} +30 -30
  248. data/lib/datadog_api_client/v2/models/observability_pipeline_split_array_processor_type.rb +26 -0
  249. data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_destination.rb +3 -1
  250. data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_source.rb +3 -1
  251. data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_tcp_source.rb +3 -1
  252. data/lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_destination.rb +2 -0
  253. data/lib/datadog_api_client/v2/models/observability_pipeline_sumo_logic_source.rb +3 -1
  254. data/lib/datadog_api_client/v2/models/observability_pipeline_syslog_ng_destination.rb +2 -0
  255. data/lib/datadog_api_client/v2/models/observability_pipeline_syslog_ng_source.rb +3 -1
  256. data/lib/datadog_api_client/v2/models/observability_pipeline_throttle_processor.rb +14 -2
  257. data/lib/datadog_api_client/v2/models/{incident_attachment_update_response.rb → on_call_notification_rule.rb} +8 -11
  258. data/lib/datadog_api_client/v2/models/on_call_notification_rule_attributes.rb +125 -0
  259. data/lib/datadog_api_client/v2/models/on_call_notification_rule_category.rb +27 -0
  260. data/lib/datadog_api_client/v2/models/on_call_notification_rule_channel_relationship.rb +123 -0
  261. data/lib/datadog_api_client/v2/models/on_call_notification_rule_channel_relationship_data.rb +115 -0
  262. data/lib/datadog_api_client/v2/models/{incident_attachment_attributes.rb → on_call_notification_rule_channel_settings.rb} +3 -4
  263. data/lib/datadog_api_client/v2/models/on_call_notification_rule_data.rb +153 -0
  264. data/lib/datadog_api_client/v2/models/on_call_notification_rule_relationships.rb +105 -0
  265. data/lib/datadog_api_client/v2/models/on_call_notification_rule_request_attributes.rb +125 -0
  266. data/lib/datadog_api_client/v2/models/on_call_notification_rule_type.rb +26 -0
  267. data/lib/datadog_api_client/v2/models/on_call_notification_rules_included.rb +62 -0
  268. data/lib/datadog_api_client/v2/models/on_call_phone_notification_rule_method.rb +27 -0
  269. data/lib/datadog_api_client/v2/models/{incident_attachments_postmortem_attributes_attachment_object.rb → on_call_phone_notification_rule_settings.rb} +30 -30
  270. data/lib/datadog_api_client/v2/models/patch_attachment_request.rb +105 -0
  271. data/lib/datadog_api_client/v2/models/patch_attachment_request_data.rb +143 -0
  272. data/lib/datadog_api_client/v2/models/patch_attachment_request_data_attributes.rb +105 -0
  273. data/lib/datadog_api_client/v2/models/patch_attachment_request_data_attributes_attachment.rb +115 -0
  274. data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes.rb +1 -11
  275. data/lib/datadog_api_client/v2/models/product_analytics_server_side_event_error.rb +125 -0
  276. data/lib/datadog_api_client/v2/models/product_analytics_server_side_event_errors.rb +107 -0
  277. data/lib/datadog_api_client/v2/models/product_analytics_server_side_event_item.rb +195 -0
  278. data/lib/datadog_api_client/v2/models/product_analytics_server_side_event_item_account.rb +123 -0
  279. data/lib/datadog_api_client/v2/models/product_analytics_server_side_event_item_application.rb +124 -0
  280. data/lib/datadog_api_client/v2/models/product_analytics_server_side_event_item_event.rb +123 -0
  281. data/lib/datadog_api_client/v2/models/product_analytics_server_side_event_item_session.rb +123 -0
  282. data/lib/datadog_api_client/v2/models/product_analytics_server_side_event_item_type.rb +26 -0
  283. data/lib/datadog_api_client/v2/models/product_analytics_server_side_event_item_usr.rb +123 -0
  284. data/lib/datadog_api_client/v2/models/recommendation_attributes.rb +11 -1
  285. data/lib/datadog_api_client/v2/models/security_findings_attributes.rb +127 -0
  286. data/lib/datadog_api_client/v2/models/security_findings_data.rb +125 -0
  287. data/lib/datadog_api_client/v2/models/security_findings_data_type.rb +26 -0
  288. data/lib/datadog_api_client/v2/models/security_findings_links.rb +105 -0
  289. data/lib/datadog_api_client/v2/models/security_findings_meta.rb +135 -0
  290. data/lib/datadog_api_client/v2/models/security_findings_page.rb +105 -0
  291. data/lib/datadog_api_client/v2/models/security_findings_search_request.rb +105 -0
  292. data/lib/datadog_api_client/v2/models/security_findings_search_request_data.rb +105 -0
  293. data/lib/datadog_api_client/v2/models/security_findings_search_request_data_attributes.rb +125 -0
  294. data/lib/datadog_api_client/v2/models/security_findings_search_request_page.rb +137 -0
  295. data/lib/datadog_api_client/v2/models/security_findings_sort.rb +27 -0
  296. data/lib/datadog_api_client/v2/models/security_findings_status.rb +27 -0
  297. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset.rb +125 -0
  298. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_attributes.rb +235 -0
  299. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_create_attributes.rb +187 -0
  300. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_create_data.rb +144 -0
  301. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_create_request.rb +123 -0
  302. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_response.rb +105 -0
  303. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_severity.rb +32 -0
  304. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_type.rb +26 -0
  305. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_update_attributes.rb +175 -0
  306. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_update_data.rb +144 -0
  307. data/lib/datadog_api_client/v2/models/security_monitoring_critical_asset_update_request.rb +123 -0
  308. data/lib/datadog_api_client/v2/models/security_monitoring_critical_assets_response.rb +107 -0
  309. data/lib/datadog_api_client/v2/models/security_monitoring_rule_anomaly_detection_options.rb +155 -0
  310. data/lib/datadog_api_client/v2/models/security_monitoring_rule_anomaly_detection_options_bucket_duration.rb +32 -0
  311. data/lib/datadog_api_client/v2/models/security_monitoring_rule_anomaly_detection_options_detection_tolerance.rb +31 -0
  312. data/lib/datadog_api_client/v2/models/security_monitoring_rule_anomaly_detection_options_learning_duration.rb +32 -0
  313. data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +11 -1
  314. data/lib/datadog_api_client/v2/models/synthetics_global_variable.rb +248 -0
  315. data/lib/datadog_api_client/v2/models/synthetics_global_variable_attributes.rb +107 -0
  316. data/lib/datadog_api_client/v2/models/synthetics_global_variable_options.rb +105 -0
  317. data/lib/datadog_api_client/v2/models/synthetics_global_variable_parse_test_options.rb +153 -0
  318. data/lib/datadog_api_client/v2/models/synthetics_global_variable_parse_test_options_type.rb +29 -0
  319. data/lib/datadog_api_client/v2/models/synthetics_global_variable_parser_type.rb +29 -0
  320. data/lib/datadog_api_client/v2/models/synthetics_global_variable_totp_parameters.rb +152 -0
  321. data/lib/datadog_api_client/v2/models/synthetics_global_variable_value.rb +126 -0
  322. data/lib/datadog_api_client/v2/models/synthetics_variable_parser.rb +133 -0
  323. data/lib/datadog_api_client/v2/models/team_notification_rule.rb +154 -0
  324. data/lib/datadog_api_client/v2/models/team_notification_rule_attributes.rb +135 -0
  325. data/lib/datadog_api_client/v2/models/team_notification_rule_attributes_email.rb +105 -0
  326. data/lib/datadog_api_client/v2/models/team_notification_rule_attributes_ms_teams.rb +105 -0
  327. data/lib/datadog_api_client/v2/models/team_notification_rule_attributes_pagerduty.rb +105 -0
  328. data/lib/datadog_api_client/v2/models/team_notification_rule_attributes_slack.rb +115 -0
  329. data/lib/datadog_api_client/v2/models/team_notification_rule_request.rb +123 -0
  330. data/lib/datadog_api_client/v2/models/team_notification_rule_response.rb +105 -0
  331. data/lib/datadog_api_client/v2/models/team_notification_rule_type.rb +26 -0
  332. data/lib/datadog_api_client/v2/models/team_notification_rules_response.rb +117 -0
  333. data/lib/datadog_api_client/v2/models/team_notification_rules_response_meta.rb +105 -0
  334. data/lib/datadog_api_client/v2/models/team_notification_rules_response_meta_page.rb +184 -0
  335. data/lib/datadog_api_client/v2/models/threat_hunting_job_options.rb +11 -1
  336. data/lib/datadog_api_client/v2/models/update_on_call_notification_rule_request.rb +123 -0
  337. data/lib/datadog_api_client/v2/models/update_on_call_notification_rule_request_attributes.rb +125 -0
  338. data/lib/datadog_api_client/v2/models/update_on_call_notification_rule_request_data.rb +153 -0
  339. data/lib/datadog_api_client/v2/models/user140420082644000.rb +143 -0
  340. data/lib/datadog_api_client/v2/models/{incident_attachment_related_object.rb → user_type.rb} +2 -2
  341. data/lib/datadog_api_client/version.rb +1 -1
  342. metadata +207 -30
  343. data/examples/v2/incidents/ListIncidentAttachments_2457735435.rb +0 -11
  344. data/examples/v2/incidents/UpdateIncidentAttachments.rb +0 -38
  345. data/examples/v2/incidents/UpdateIncidentAttachments_3881702075.rb +0 -26
@@ -895,6 +895,174 @@ components:
895
895
  items:
896
896
  $ref: '#/components/schemas/AzureAccount'
897
897
  type: array
898
+ BarChartWidgetDefinition:
899
+ description: The bar chart visualization displays categorical data using vertical
900
+ bars, allowing you to compare values across different groups.
901
+ properties:
902
+ custom_links:
903
+ description: List of custom links.
904
+ items:
905
+ $ref: '#/components/schemas/WidgetCustomLink'
906
+ type: array
907
+ requests:
908
+ description: List of bar chart widget requests.
909
+ example:
910
+ - q: system.load.1
911
+ items:
912
+ $ref: '#/components/schemas/BarChartWidgetRequest'
913
+ maxItems: 1
914
+ minItems: 1
915
+ type: array
916
+ style:
917
+ $ref: '#/components/schemas/BarChartWidgetStyle'
918
+ time:
919
+ $ref: '#/components/schemas/WidgetTime'
920
+ title:
921
+ description: Title of your widget.
922
+ type: string
923
+ title_align:
924
+ $ref: '#/components/schemas/WidgetTextAlign'
925
+ title_size:
926
+ description: Size of the title.
927
+ type: string
928
+ type:
929
+ $ref: '#/components/schemas/BarChartWidgetDefinitionType'
930
+ required:
931
+ - type
932
+ - requests
933
+ type: object
934
+ BarChartWidgetDefinitionType:
935
+ default: bar_chart
936
+ description: Type of the bar chart widget.
937
+ enum:
938
+ - bar_chart
939
+ example: bar_chart
940
+ type: string
941
+ x-enum-varnames:
942
+ - BAR_CHART
943
+ BarChartWidgetDisplay:
944
+ description: Bar chart widget display options.
945
+ oneOf:
946
+ - $ref: '#/components/schemas/BarChartWidgetStacked'
947
+ - $ref: '#/components/schemas/BarChartWidgetFlat'
948
+ BarChartWidgetFlat:
949
+ description: Bar chart widget flat display.
950
+ properties:
951
+ type:
952
+ $ref: '#/components/schemas/BarChartWidgetFlatType'
953
+ required:
954
+ - type
955
+ type: object
956
+ BarChartWidgetFlatType:
957
+ default: flat
958
+ description: Bar chart widget flat display type.
959
+ enum:
960
+ - flat
961
+ example: flat
962
+ type: string
963
+ x-enum-varnames:
964
+ - FLAT
965
+ BarChartWidgetLegend:
966
+ description: Bar chart widget stacked legend behavior.
967
+ enum:
968
+ - automatic
969
+ - inline
970
+ - none
971
+ example: automatic
972
+ type: string
973
+ x-enum-varnames:
974
+ - AUTOMATIC
975
+ - INLINE
976
+ - NONE
977
+ BarChartWidgetRequest:
978
+ description: Updated bar chart widget.
979
+ properties:
980
+ apm_query:
981
+ $ref: '#/components/schemas/LogQueryDefinition'
982
+ audit_query:
983
+ $ref: '#/components/schemas/LogQueryDefinition'
984
+ conditional_formats:
985
+ description: List of conditional formats.
986
+ example:
987
+ - comparator: '>='
988
+ palette: blue
989
+ value: 1.0
990
+ items:
991
+ $ref: '#/components/schemas/WidgetConditionalFormat'
992
+ type: array
993
+ event_query:
994
+ $ref: '#/components/schemas/LogQueryDefinition'
995
+ formulas:
996
+ description: List of formulas that operate on queries.
997
+ items:
998
+ $ref: '#/components/schemas/WidgetFormula'
999
+ type: array
1000
+ log_query:
1001
+ $ref: '#/components/schemas/LogQueryDefinition'
1002
+ network_query:
1003
+ $ref: '#/components/schemas/LogQueryDefinition'
1004
+ process_query:
1005
+ $ref: '#/components/schemas/ProcessQueryDefinition'
1006
+ profile_metrics_query:
1007
+ $ref: '#/components/schemas/LogQueryDefinition'
1008
+ q:
1009
+ description: Widget query.
1010
+ type: string
1011
+ queries:
1012
+ description: List of queries that can be returned directly or used in formulas.
1013
+ items:
1014
+ $ref: '#/components/schemas/FormulaAndFunctionQueryDefinition'
1015
+ type: array
1016
+ response_format:
1017
+ $ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
1018
+ rum_query:
1019
+ $ref: '#/components/schemas/LogQueryDefinition'
1020
+ security_query:
1021
+ $ref: '#/components/schemas/LogQueryDefinition'
1022
+ sort:
1023
+ $ref: '#/components/schemas/WidgetSortBy'
1024
+ style:
1025
+ $ref: '#/components/schemas/WidgetRequestStyle'
1026
+ type: object
1027
+ BarChartWidgetScaling:
1028
+ description: Bar chart widget scaling definition.
1029
+ enum:
1030
+ - absolute
1031
+ - relative
1032
+ type: string
1033
+ x-enum-varnames:
1034
+ - ABSOLUTE
1035
+ - RELATIVE
1036
+ BarChartWidgetStacked:
1037
+ description: Bar chart widget stacked display options.
1038
+ properties:
1039
+ legend:
1040
+ $ref: '#/components/schemas/BarChartWidgetLegend'
1041
+ type:
1042
+ $ref: '#/components/schemas/BarChartWidgetStackedType'
1043
+ required:
1044
+ - type
1045
+ type: object
1046
+ BarChartWidgetStackedType:
1047
+ default: stacked
1048
+ description: Bar chart widget stacked display type.
1049
+ enum:
1050
+ - stacked
1051
+ example: stacked
1052
+ type: string
1053
+ x-enum-varnames:
1054
+ - STACKED
1055
+ BarChartWidgetStyle:
1056
+ description: Style customization for a bar chart widget.
1057
+ properties:
1058
+ display:
1059
+ $ref: '#/components/schemas/BarChartWidgetDisplay'
1060
+ palette:
1061
+ description: Color palette to apply to the widget.
1062
+ type: string
1063
+ scaling:
1064
+ $ref: '#/components/schemas/BarChartWidgetScaling'
1065
+ type: object
898
1066
  CancelDowntimesByScopeRequest:
899
1067
  description: Cancel downtimes according to scope.
900
1068
  properties:
@@ -1741,6 +1909,9 @@ components:
1741
1909
  type: string
1742
1910
  markers:
1743
1911
  description: List of markers.
1912
+ example:
1913
+ - display_type: percentile
1914
+ value: '90'
1744
1915
  items:
1745
1916
  $ref: '#/components/schemas/WidgetMarker'
1746
1917
  type: array
@@ -1799,14 +1970,6 @@ components:
1799
1970
  - $ref: '#/components/schemas/FormulaAndFunctionMetricQueryDefinition'
1800
1971
  - $ref: '#/components/schemas/FormulaAndFunctionEventQueryDefinition'
1801
1972
  - $ref: '#/components/schemas/FormulaAndFunctionApmResourceStatsQueryDefinition'
1802
- DistributionWidgetHistogramRequestType:
1803
- description: Request type for the histogram request.
1804
- enum:
1805
- - histogram
1806
- example: histogram
1807
- type: string
1808
- x-enum-varnames:
1809
- - HISTOGRAM
1810
1973
  DistributionWidgetRequest:
1811
1974
  description: Updated distribution widget.
1812
1975
  properties:
@@ -1816,6 +1979,11 @@ components:
1816
1979
  $ref: '#/components/schemas/ApmStatsQueryDefinition'
1817
1980
  event_query:
1818
1981
  $ref: '#/components/schemas/LogQueryDefinition'
1982
+ formulas:
1983
+ description: List of formulas that operate on queries.
1984
+ items:
1985
+ $ref: '#/components/schemas/WidgetFormula'
1986
+ type: array
1819
1987
  log_query:
1820
1988
  $ref: '#/components/schemas/LogQueryDefinition'
1821
1989
  network_query:
@@ -1827,10 +1995,17 @@ components:
1827
1995
  q:
1828
1996
  description: Widget query.
1829
1997
  type: string
1998
+ queries:
1999
+ description: List of queries that can be returned directly or used in formulas.
2000
+ items:
2001
+ $ref: '#/components/schemas/FormulaAndFunctionQueryDefinition'
2002
+ type: array
1830
2003
  query:
1831
2004
  $ref: '#/components/schemas/DistributionWidgetHistogramRequestQuery'
1832
2005
  request_type:
1833
- $ref: '#/components/schemas/DistributionWidgetHistogramRequestType'
2006
+ $ref: '#/components/schemas/WidgetHistogramRequestType'
2007
+ response_format:
2008
+ $ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
1834
2009
  rum_query:
1835
2010
  $ref: '#/components/schemas/LogQueryDefinition'
1836
2011
  security_query:
@@ -1854,6 +2029,12 @@ components:
1854
2029
  description: Specifies minimum value to show on the x-axis. It takes a number,
1855
2030
  percentile (p90 === 90th percentile), or auto for default behavior.
1856
2031
  type: string
2032
+ num_buckets:
2033
+ description: Number of value buckets to target, also known as the resolution
2034
+ of the value bins.
2035
+ format: int64
2036
+ minimum: 1
2037
+ type: integer
1857
2038
  scale:
1858
2039
  default: linear
1859
2040
  description: Specifies the scale type. Possible values are `linear`.
@@ -3752,6 +3933,14 @@ components:
3752
3933
  type: array
3753
3934
  legend_size:
3754
3935
  $ref: '#/components/schemas/WidgetLegendSize'
3936
+ markers:
3937
+ description: List of markers.
3938
+ example:
3939
+ - display_type: percentile
3940
+ value: '90'
3941
+ items:
3942
+ $ref: '#/components/schemas/WidgetMarker'
3943
+ type: array
3755
3944
  requests:
3756
3945
  description: List of widget types.
3757
3946
  example:
@@ -3776,6 +3965,8 @@ components:
3776
3965
  type: string
3777
3966
  type:
3778
3967
  $ref: '#/components/schemas/HeatMapWidgetDefinitionType'
3968
+ xaxis:
3969
+ $ref: '#/components/schemas/HeatMapWidgetXAxis'
3779
3970
  yaxis:
3780
3971
  $ref: '#/components/schemas/WidgetAxis'
3781
3972
  required:
@@ -3819,6 +4010,10 @@ components:
3819
4010
  items:
3820
4011
  $ref: '#/components/schemas/FormulaAndFunctionQueryDefinition'
3821
4012
  type: array
4013
+ query:
4014
+ $ref: '#/components/schemas/FormulaAndFunctionMetricQueryDefinition'
4015
+ request_type:
4016
+ $ref: '#/components/schemas/WidgetHistogramRequestType'
3822
4017
  response_format:
3823
4018
  $ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
3824
4019
  rum_query:
@@ -3828,6 +4023,18 @@ components:
3828
4023
  style:
3829
4024
  $ref: '#/components/schemas/WidgetStyle'
3830
4025
  type: object
4026
+ HeatMapWidgetXAxis:
4027
+ description: X Axis controls for the heat map widget.
4028
+ properties:
4029
+ num_buckets:
4030
+ description: 'Number of time buckets to target, also known as the resolution
4031
+
4032
+ of the time bins. This is only applicable for distribution of
4033
+
4034
+ points (group distributions use the roll-up modifier).'
4035
+ format: int64
4036
+ type: integer
4037
+ type: object
3831
4038
  Host:
3832
4039
  description: Object representing a host.
3833
4040
  properties:
@@ -4180,14 +4387,14 @@ components:
4180
4387
  type: boolean
4181
4388
  type: object
4182
4389
  HostTags:
4183
- description: Set of tags to associate with your host.
4390
+ description: Host name and an array of its tags
4184
4391
  properties:
4185
4392
  host:
4186
4393
  description: Your host name.
4187
4394
  example: test.host
4188
4395
  type: string
4189
4396
  tags:
4190
- description: A list of tags to apply to the host.
4397
+ description: A list of tags associated with a host.
4191
4398
  items:
4192
4399
  description: A given tag in a list.
4193
4400
  example: environment:production
@@ -4281,6 +4488,7 @@ components:
4281
4488
  - appsec_usage
4282
4489
  - asm_serverless_traced_invocations_usage
4283
4490
  - asm_serverless_traced_invocations_percentage
4491
+ - bits_ai_investigations_usage
4284
4492
  - browser_usage
4285
4493
  - ci_pipeline_indexed_spans_usage
4286
4494
  - ci_test_indexed_spans_usage
@@ -4306,6 +4514,7 @@ components:
4306
4514
  - estimated_indexed_spans_usage
4307
4515
  - estimated_ingested_spans_usage
4308
4516
  - fargate_usage
4517
+ - flex_stored_logs
4309
4518
  - functions_usage
4310
4519
  - incident_management_monthly_active_users_usage
4311
4520
  - indexed_spans_usage
@@ -4315,6 +4524,7 @@ components:
4315
4524
  - invocations_usage
4316
4525
  - lambda_traced_invocations_usage
4317
4526
  - llm_observability_usage
4527
+ - llm_spans_usage
4318
4528
  - logs_indexed_15day_usage
4319
4529
  - logs_indexed_180day_usage
4320
4530
  - logs_indexed_1day_usage
@@ -4362,6 +4572,7 @@ components:
4362
4572
  - APPSEC_USAGE
4363
4573
  - ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
4364
4574
  - ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
4575
+ - BITS_AI_INVESTIGATIONS_USAGE
4365
4576
  - BROWSER_USAGE
4366
4577
  - CI_PIPELINE_INDEXED_SPANS_USAGE
4367
4578
  - CI_TEST_INDEXED_SPANS_USAGE
@@ -4387,6 +4598,7 @@ components:
4387
4598
  - ESTIMATED_INDEXED_SPANS_USAGE
4388
4599
  - ESTIMATED_INGESTED_SPANS_USAGE
4389
4600
  - FARGATE_USAGE
4601
+ - FLEX_STORED_LOGS
4390
4602
  - FUNCTIONS_USAGE
4391
4603
  - INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
4392
4604
  - INDEXED_SPANS_USAGE
@@ -4396,6 +4608,7 @@ components:
4396
4608
  - INVOCATIONS_USAGE
4397
4609
  - LAMBDA_TRACED_INVOCATIONS_USAGE
4398
4610
  - LLM_OBSERVABILITY_USAGE
4611
+ - LLM_SPANS_USAGE
4399
4612
  - LOGS_INDEXED_15DAY_USAGE
4400
4613
  - LOGS_INDEXED_180DAY_USAGE
4401
4614
  - LOGS_INDEXED_1DAY_USAGE
@@ -7528,6 +7741,104 @@ components:
7528
7741
  - data_source
7529
7742
  - query
7530
7743
  type: object
7744
+ MonitorFormulaAndFunctionDataQualityDataSource:
7745
+ description: Data source for data quality queries.
7746
+ enum:
7747
+ - data_quality_metrics
7748
+ example: data_quality_metrics
7749
+ type: string
7750
+ x-enum-varnames:
7751
+ - DATA_QUALITY_METRICS
7752
+ MonitorFormulaAndFunctionDataQualityMeasure:
7753
+ description: 'The data quality measure to query. Common values include:
7754
+
7755
+ `bytes`, `cardinality`, `custom`, `freshness`, `max`, `mean`, `min`,
7756
+
7757
+ `nullness`, `percent_negative`, `percent_zero`, `row_count`, `stddev`,
7758
+
7759
+ `sum`, `uniqueness`. Additional values may be supported.'
7760
+ example: row_count
7761
+ type: string
7762
+ MonitorFormulaAndFunctionDataQualityModelTypeOverride:
7763
+ description: Override for the model type used in anomaly detection.
7764
+ enum:
7765
+ - freshness
7766
+ - percentage
7767
+ - any
7768
+ type: string
7769
+ x-enum-varnames:
7770
+ - FRESHNESS
7771
+ - PERCENTAGE
7772
+ - ANY
7773
+ MonitorFormulaAndFunctionDataQualityMonitorOptions:
7774
+ description: Monitor configuration options for data quality queries.
7775
+ properties:
7776
+ crontab_override:
7777
+ description: Crontab expression to override the default schedule.
7778
+ example: '* * * 10'
7779
+ type: string
7780
+ custom_sql:
7781
+ description: Custom SQL query for the monitor.
7782
+ example: SELECT COUNT(*) FROM users AS dd_value
7783
+ type: string
7784
+ custom_where:
7785
+ description: Custom WHERE clause for the query.
7786
+ example: USER_ID = 123
7787
+ type: string
7788
+ group_by_columns:
7789
+ description: Columns to group results by.
7790
+ example:
7791
+ - col1
7792
+ - col2
7793
+ items:
7794
+ type: string
7795
+ type: array
7796
+ model_type_override:
7797
+ $ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityModelTypeOverride'
7798
+ type: object
7799
+ MonitorFormulaAndFunctionDataQualityQueryDefinition:
7800
+ description: A formula and functions data quality query.
7801
+ properties:
7802
+ data_source:
7803
+ $ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityDataSource'
7804
+ filter:
7805
+ description: Filter expression used to match on data entities. Uses Aastra
7806
+ query syntax.
7807
+ example: search for column where `database:production AND table:users`
7808
+ type: string
7809
+ group_by:
7810
+ description: Optional grouping fields for aggregation.
7811
+ example:
7812
+ - entity_id
7813
+ items:
7814
+ type: string
7815
+ type: array
7816
+ measure:
7817
+ $ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityMeasure'
7818
+ monitor_options:
7819
+ $ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityMonitorOptions'
7820
+ name:
7821
+ description: Name of the query for use in formulas.
7822
+ example: query1
7823
+ type: string
7824
+ schema_version:
7825
+ description: Schema version for the data quality query.
7826
+ example: 0.0.1
7827
+ type: string
7828
+ scope:
7829
+ description: 'Optional scoping expression to further filter metrics. Uses
7830
+ metrics filter syntax.
7831
+
7832
+ This is useful when an entity has been configured to emit metrics with
7833
+ additional tags.'
7834
+ example: env:production
7835
+ type: string
7836
+ required:
7837
+ - name
7838
+ - data_source
7839
+ - measure
7840
+ - filter
7841
+ type: object
7531
7842
  MonitorFormulaAndFunctionEventAggregation:
7532
7843
  description: Aggregation methods for event platform queries.
7533
7844
  enum:
@@ -7679,6 +7990,7 @@ components:
7679
7990
  oneOf:
7680
7991
  - $ref: '#/components/schemas/MonitorFormulaAndFunctionEventQueryDefinition'
7681
7992
  - $ref: '#/components/schemas/MonitorFormulaAndFunctionCostQueryDefinition'
7993
+ - $ref: '#/components/schemas/MonitorFormulaAndFunctionDataQualityQueryDefinition'
7682
7994
  MonitorGroupSearchResponse:
7683
7995
  description: The response of a monitor group search.
7684
7996
  example:
@@ -8517,6 +8829,7 @@ components:
8517
8829
  - database-monitoring alert
8518
8830
  - network-performance alert
8519
8831
  - cost alert
8832
+ - data-quality alert
8520
8833
  example: query alert
8521
8834
  type: string
8522
8835
  x-enum-varnames:
@@ -8539,6 +8852,7 @@ components:
8539
8852
  - DATABASE_MONITORING_ALERT
8540
8853
  - NETWORK_PERFORMANCE_ALERT
8541
8854
  - COST_ALERT
8855
+ - DATA_QUALITY_ALERT
8542
8856
  MonitorUpdateRequest:
8543
8857
  description: Object describing a monitor update request.
8544
8858
  properties:
@@ -8698,6 +9012,8 @@ components:
8698
9012
  - appsec_percentage
8699
9013
  - asm_serverless_traced_invocations_usage
8700
9014
  - asm_serverless_traced_invocations_percentage
9015
+ - bits_ai_investigations_usage
9016
+ - bits_ai_investigations_percentage
8701
9017
  - browser_usage
8702
9018
  - browser_percentage
8703
9019
  - ci_visibility_itr_usage
@@ -8740,6 +9056,8 @@ components:
8740
9056
  - estimated_ingested_spans_percentage
8741
9057
  - fargate_usage
8742
9058
  - fargate_percentage
9059
+ - flex_stored_logs_usage
9060
+ - flex_stored_logs_percentage
8743
9061
  - functions_usage
8744
9062
  - functions_percentage
8745
9063
  - incident_management_monthly_active_users_usage
@@ -8752,6 +9070,8 @@ components:
8752
9070
  - lambda_traced_invocations_percentage
8753
9071
  - llm_observability_usage
8754
9072
  - llm_observability_percentage
9073
+ - llm_spans_usage
9074
+ - llm_spans_percentage
8755
9075
  - mobile_app_testing_percentage
8756
9076
  - mobile_app_testing_usage
8757
9077
  - ndm_netflow_usage
@@ -8855,6 +9175,8 @@ components:
8855
9175
  - APPSEC_PERCENTAGE
8856
9176
  - ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
8857
9177
  - ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
9178
+ - BITS_AI_INVESTIGATIONS_USAGE
9179
+ - BITS_AI_INVESTIGATIONS_PERCENTAGE
8858
9180
  - BROWSER_USAGE
8859
9181
  - BROWSER_PERCENTAGE
8860
9182
  - CI_VISIBILITY_ITR_USAGE
@@ -8897,6 +9219,8 @@ components:
8897
9219
  - ESTIMATED_INGESTED_SPANS_PERCENTAGE
8898
9220
  - FARGATE_USAGE
8899
9221
  - FARGATE_PERCENTAGE
9222
+ - FLEX_STORED_LOGS_USAGE
9223
+ - FLEX_STORED_LOGS_PERCENTAGE
8900
9224
  - FUNCTIONS_USAGE
8901
9225
  - FUNCTIONS_PERCENTAGE
8902
9226
  - INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
@@ -8909,6 +9233,8 @@ components:
8909
9233
  - LAMBDA_TRACED_INVOCATIONS_PERCENTAGE
8910
9234
  - LLM_OBSERVABILITY_USAGE
8911
9235
  - LLM_OBSERVABILITY_PERCENTAGE
9236
+ - LLM_SPANS_USAGE
9237
+ - LLM_SPANS_PERCENTAGE
8912
9238
  - MOBILE_APP_TESTING_USAGE
8913
9239
  - MOBILE_APP_TESTING_PERCENTAGE
8914
9240
  - NDM_NETFLOW_USAGE
@@ -9064,6 +9390,14 @@ components:
9064
9390
  usage by tag(s).
9065
9391
  format: double
9066
9392
  type: number
9393
+ bits_ai_investigations_percentage:
9394
+ description: The percentage of Bits AI `SRE` investigation usage by tag(s).
9395
+ format: double
9396
+ type: number
9397
+ bits_ai_investigations_usage:
9398
+ description: The Bits AI `SRE` investigation usage by tag(s).
9399
+ format: double
9400
+ type: number
9067
9401
  browser_percentage:
9068
9402
  description: The percentage of synthetic browser test usage by tag(s).
9069
9403
  format: double
@@ -9256,6 +9590,14 @@ components:
9256
9590
  description: The Fargate usage by tags.
9257
9591
  format: double
9258
9592
  type: number
9593
+ flex_stored_logs_percentage:
9594
+ description: The percentage of Flex Stored Logs usage by tags.
9595
+ format: double
9596
+ type: number
9597
+ flex_stored_logs_usage:
9598
+ description: The Flex Stored Logs usage by tags.
9599
+ format: double
9600
+ type: number
9259
9601
  functions_percentage:
9260
9602
  description: The percentage of Lambda function usage by tag(s).
9261
9603
  format: double
@@ -9329,6 +9671,14 @@ components:
9329
9671
  description: The LLM Observability usage by tag(s).
9330
9672
  format: double
9331
9673
  type: number
9674
+ llm_spans_percentage:
9675
+ description: The percentage of LLM Spans usage by tag(s).
9676
+ format: double
9677
+ type: number
9678
+ llm_spans_usage:
9679
+ description: The LLM Spans usage by tag(s).
9680
+ format: double
9681
+ type: number
9332
9682
  logs_indexed_15day_percentage:
9333
9683
  description: The percentage of Indexed Logs (15-day Retention) usage by
9334
9684
  tag(s).
@@ -14338,6 +14688,7 @@ components:
14338
14688
  SplitGraphSourceWidgetDefinition:
14339
14689
  description: The original widget we are splitting on.
14340
14690
  oneOf:
14691
+ - $ref: '#/components/schemas/BarChartWidgetDefinition'
14341
14692
  - $ref: '#/components/schemas/ChangeWidgetDefinition'
14342
14693
  - $ref: '#/components/schemas/GeomapWidgetDefinition'
14343
14694
  - $ref: '#/components/schemas/QueryValueWidgetDefinition'
@@ -14583,6 +14934,61 @@ components:
14583
14934
  oneOf:
14584
14935
  - $ref: '#/components/schemas/SyntheticsAPITestStep'
14585
14936
  - $ref: '#/components/schemas/SyntheticsAPIWaitStep'
14937
+ - $ref: '#/components/schemas/SyntheticsAPISubtestStep'
14938
+ SyntheticsAPISubtestStep:
14939
+ description: The subtest step used in a Synthetics multi-step API test.
14940
+ properties:
14941
+ allowFailure:
14942
+ description: Determines whether or not to continue with test if this step
14943
+ fails.
14944
+ type: boolean
14945
+ alwaysExecute:
14946
+ description: A boolean set to always execute this step even if the previous
14947
+ step failed or was skipped.
14948
+ type: boolean
14949
+ exitIfSucceed:
14950
+ description: Determines whether or not to exit the test if the step succeeds.
14951
+ type: boolean
14952
+ extractedValuesFromScript:
14953
+ description: Generate variables using JavaScript.
14954
+ type: string
14955
+ id:
14956
+ description: ID of the step.
14957
+ example: abc-def-123
14958
+ readOnly: true
14959
+ type: string
14960
+ isCritical:
14961
+ description: 'Determines whether or not to consider the entire test as failed
14962
+ if this step fails.
14963
+
14964
+ Can be used only if `allowFailure` is `true`.'
14965
+ type: boolean
14966
+ name:
14967
+ description: The name of the step.
14968
+ example: Example step name
14969
+ type: string
14970
+ retry:
14971
+ $ref: '#/components/schemas/SyntheticsTestOptionsRetry'
14972
+ subtestPublicId:
14973
+ description: Public ID of the test to be played as part of a `playSubTest`
14974
+ step type.
14975
+ example: ''
14976
+ type: string
14977
+ subtype:
14978
+ $ref: '#/components/schemas/SyntheticsAPISubtestStepSubtype'
14979
+ required:
14980
+ - name
14981
+ - subtype
14982
+ - subtestPublicId
14983
+ type: object
14984
+ SyntheticsAPISubtestStepSubtype:
14985
+ description: The subtype of the Synthetic multi-step API subtest step.
14986
+ enum:
14987
+ - playSubTest
14988
+ example: playSubTest
14989
+ type: string
14990
+ x-enum-varnames:
14991
+ - PLAY_SUB_TEST
14586
14992
  SyntheticsAPITest:
14587
14993
  description: Object containing details about a Synthetic API test.
14588
14994
  properties:
@@ -16540,7 +16946,7 @@ components:
16540
16946
  tests:
16541
16947
  description: Array of Synthetic tests configuration.
16542
16948
  items:
16543
- $ref: '#/components/schemas/SyntheticsTestDetails'
16949
+ $ref: '#/components/schemas/SyntheticsTestDetailsWithoutSteps'
16544
16950
  type: array
16545
16951
  type: object
16546
16952
  SyntheticsLocalVariableParsingOptionsType:
@@ -17571,7 +17977,7 @@ components:
17571
17977
  status:
17572
17978
  $ref: '#/components/schemas/SyntheticsTestPauseStatus'
17573
17979
  steps:
17574
- description: For browser test, the steps of the test.
17980
+ description: The steps of the test if they exist.
17575
17981
  items:
17576
17982
  $ref: '#/components/schemas/SyntheticsStep'
17577
17983
  type: array
@@ -17623,6 +18029,52 @@ components:
17623
18029
  - API
17624
18030
  - BROWSER
17625
18031
  - MOBILE
18032
+ SyntheticsTestDetailsWithoutSteps:
18033
+ description: Object containing details about your Synthetic test, without test
18034
+ steps.
18035
+ properties:
18036
+ config:
18037
+ $ref: '#/components/schemas/SyntheticsTestConfig'
18038
+ creator:
18039
+ $ref: '#/components/schemas/Creator'
18040
+ locations:
18041
+ description: Array of locations used to run the test.
18042
+ example:
18043
+ - aws:eu-west-3
18044
+ items:
18045
+ description: A location from which the test was run.
18046
+ type: string
18047
+ type: array
18048
+ message:
18049
+ description: Notification message associated with the test.
18050
+ type: string
18051
+ monitor_id:
18052
+ description: The associated monitor ID.
18053
+ format: int64
18054
+ readOnly: true
18055
+ type: integer
18056
+ name:
18057
+ description: Name of the test.
18058
+ type: string
18059
+ options:
18060
+ $ref: '#/components/schemas/SyntheticsTestOptions'
18061
+ public_id:
18062
+ description: The test public ID.
18063
+ readOnly: true
18064
+ type: string
18065
+ status:
18066
+ $ref: '#/components/schemas/SyntheticsTestPauseStatus'
18067
+ subtype:
18068
+ $ref: '#/components/schemas/SyntheticsTestDetailsSubType'
18069
+ tags:
18070
+ description: Array of tags attached to the test.
18071
+ items:
18072
+ description: A tag attached to the test.
18073
+ type: string
18074
+ type: array
18075
+ type:
18076
+ $ref: '#/components/schemas/SyntheticsTestDetailsType'
18077
+ type: object
17626
18078
  SyntheticsTestExecutionRule:
17627
18079
  description: Execution rule for a Synthetic test.
17628
18080
  enum:
@@ -18689,18 +19141,18 @@ components:
18689
19141
  - match
18690
19142
  type: object
18691
19143
  TagToHosts:
18692
- description: In this object, the key is the tag, the value is a list of host
18693
- names that are reporting that tag.
19144
+ description: In this object, the key is the tag, and the value is a list of
19145
+ host names that are reporting that tag.
18694
19146
  properties:
18695
19147
  tags:
18696
19148
  additionalProperties:
18697
- description: A list of additional properties for tags.
19149
+ description: A list of host names which contain this tag
18698
19150
  items:
18699
19151
  description: A given tag in a list.
18700
19152
  example: test.metric.host
18701
19153
  type: string
18702
19154
  type: array
18703
- description: A list of tags to apply to the host.
19155
+ description: A mapping of tags to host names
18704
19156
  type: object
18705
19157
  type: object
18706
19158
  TargetFormatType:
@@ -24829,6 +25281,7 @@ components:
24829
25281
  oneOf:
24830
25282
  - $ref: '#/components/schemas/AlertGraphWidgetDefinition'
24831
25283
  - $ref: '#/components/schemas/AlertValueWidgetDefinition'
25284
+ - $ref: '#/components/schemas/BarChartWidgetDefinition'
24832
25285
  - $ref: '#/components/schemas/ChangeWidgetDefinition'
24833
25286
  - $ref: '#/components/schemas/CheckStatusWidgetDefinition'
24834
25287
  - $ref: '#/components/schemas/DistributionWidgetDefinition'
@@ -25041,6 +25494,14 @@ components:
25041
25494
  x-enum-varnames:
25042
25495
  - CHECK
25043
25496
  - CLUSTER
25497
+ WidgetHistogramRequestType:
25498
+ description: Request type for the histogram request.
25499
+ enum:
25500
+ - histogram
25501
+ example: histogram
25502
+ type: string
25503
+ x-enum-varnames:
25504
+ - HISTOGRAM
25044
25505
  WidgetHorizontalAlign:
25045
25506
  description: Horizontal alignment.
25046
25507
  enum:
@@ -25245,7 +25706,7 @@ components:
25245
25706
  display_type:
25246
25707
  description: "Combination of:\n - A severity error, warning, ok, or info\n
25247
25708
  \ - A line type: dashed, solid, or bold\nIn this case of a Distribution
25248
- widget, this can be set to be `x_axis_percentile`."
25709
+ widget, this can be set to be `percentile`."
25249
25710
  example: error dashed
25250
25711
  type: string
25251
25712
  label:
@@ -25256,8 +25717,13 @@ components:
25256
25717
  description: Timestamp for the widget.
25257
25718
  type: string
25258
25719
  value:
25259
- description: Value to apply. Can be a single value y = 15 or a range of
25720
+ description: 'Value to apply. Can be a single value y = 15 or a range of
25260
25721
  values 0 < y < 10.
25722
+
25723
+ For Distribution widgets with `display_type` set to `percentile`, this
25724
+ should be
25725
+
25726
+ a numeric percentile value (for example, "90" for P90).'
25261
25727
  example: y = 15
25262
25728
  type: string
25263
25729
  required:
@@ -35215,7 +35681,7 @@ paths:
35215
35681
  content:
35216
35682
  application/json:
35217
35683
  schema:
35218
- $ref: '#/components/schemas/SyntheticsTestDetails'
35684
+ $ref: '#/components/schemas/SyntheticsTestDetailsWithoutSteps'
35219
35685
  description: OK
35220
35686
  '403':
35221
35687
  content:
@@ -35712,11 +36178,13 @@ paths:
35712
36178
  - synthetics_global_variable_write
35713
36179
  /api/v1/tags/hosts:
35714
36180
  get:
35715
- description: Return a mapping of tags to hosts for your whole infrastructure.
36181
+ description: Returns a mapping of tags to hosts. For each tag, the response
36182
+ returns a list of host names that contain this tag. There is a restriction
36183
+ of 10k total host names from the org that can be attached to tags and returned.
35716
36184
  operationId: ListHostTags
35717
36185
  parameters:
35718
- - description: When specified, filters host list to those tags with the specified
35719
- source.
36186
+ - description: Source to filter. [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
36187
+ Use "user" source for custom-defined tags.
35720
36188
  in: query
35721
36189
  name: source
35722
36190
  required: false
@@ -35747,7 +36215,7 @@ paths:
35747
36215
  - apiKeyAuth: []
35748
36216
  appKeyAuth: []
35749
36217
  - AuthZ: []
35750
- summary: Get Tags
36218
+ summary: Get All Host Tags
35751
36219
  tags:
35752
36220
  - Tags
35753
36221
  x-permission:
@@ -35755,21 +36223,21 @@ paths:
35755
36223
  permissions: []
35756
36224
  /api/v1/tags/hosts/{host_name}:
35757
36225
  delete:
35758
- description: 'This endpoint allows you to remove all user-assigned tags
36226
+ description: 'This endpoint allows you to remove all tags
35759
36227
 
35760
- for a single host.'
36228
+ for a single host. If no source is specified, only deletes from the source
36229
+ "User".'
35761
36230
  operationId: DeleteHostTags
35762
36231
  parameters:
35763
- - description: This endpoint allows you to remove all user-assigned tags for
35764
- a single host.
36232
+ - description: Specified host name to delete tags
35765
36233
  in: path
35766
36234
  name: host_name
35767
36235
  required: true
35768
36236
  schema:
35769
36237
  type: string
35770
- - description: 'The source of the tags (for example chef, puppet).
35771
-
35772
- [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).'
36238
+ - description: Source of the tags to be deleted. [Complete list of source attribute
36239
+ values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
36240
+ Use "user" source for custom-defined tags.
35773
36241
  in: query
35774
36242
  name: source
35775
36243
  required: false
@@ -35799,14 +36267,14 @@ paths:
35799
36267
  description: Return the list of tags that apply to a given host.
35800
36268
  operationId: GetHostTags
35801
36269
  parameters:
35802
- - description: When specified, filters list of tags to those tags with the specified
35803
- source.
36270
+ - description: Name of the host to retrieve tags for
35804
36271
  in: path
35805
36272
  name: host_name
35806
36273
  required: true
35807
36274
  schema:
35808
36275
  type: string
35809
- - description: Source to filter.
36276
+ - description: Source to filter. [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
36277
+ Use "user" source for custom-defined tags.
35810
36278
  in: query
35811
36279
  name: source
35812
36280
  required: false
@@ -35833,25 +36301,25 @@ paths:
35833
36301
  description: Not Found
35834
36302
  '429':
35835
36303
  $ref: '#/components/responses/TooManyRequestsResponse'
35836
- summary: Get host tags
36304
+ summary: Get Host Tags
35837
36305
  tags:
35838
36306
  - Tags
35839
36307
  post:
35840
36308
  description: 'This endpoint allows you to add new tags to a host,
35841
36309
 
35842
- optionally specifying where these tags come from.'
36310
+ optionally specifying what source these tags come from. If tags already exist,
36311
+ appends new tags to the tag list. If no source is specified, defaults to "user".'
35843
36312
  operationId: CreateHostTags
35844
36313
  parameters:
35845
- - description: This endpoint allows you to add new tags to a host, optionally
35846
- specifying where the tags came from.
36314
+ - description: Specified host name to add new tags
35847
36315
  in: path
35848
36316
  name: host_name
35849
36317
  required: true
35850
36318
  schema:
35851
36319
  type: string
35852
- - description: 'The source of the tags.
35853
-
35854
- [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).'
36320
+ - description: Source to add tags. [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
36321
+ Use "user" source for custom-defined tags. If no source is specified, defaults
36322
+ to "user".
35855
36323
  example: chef
35856
36324
  in: query
35857
36325
  name: source
@@ -35896,16 +36364,15 @@ paths:
35896
36364
  an integration source with those supplied in the request.'
35897
36365
  operationId: UpdateHostTags
35898
36366
  parameters:
35899
- - description: This endpoint allows you to update/replace all in an integration
35900
- source with those supplied in the request.
36367
+ - description: Specified host name to change tags
35901
36368
  in: path
35902
36369
  name: host_name
35903
36370
  required: true
35904
36371
  schema:
35905
36372
  type: string
35906
- - description: 'The source of the tags (for example chef, puppet).
35907
-
35908
- [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value)'
36373
+ - description: Source to update tags. [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
36374
+ Use "user" source for custom-defined tags. If no source specified, defaults
36375
+ to "user".
35909
36376
  in: query
35910
36377
  name: source
35911
36378
  required: false
@@ -36599,7 +37066,10 @@ paths:
36599
37066
  code example:\n\n```\nresponse := GetHourlyUsageAttribution(start_month)\ncursor
36600
37067
  := response.metadata.pagination.next_record_id\nWHILE cursor != null BEGIN\n
36601
37068
  \ sleep(5 seconds) # Avoid running into rate limit\n response := GetHourlyUsageAttribution(start_month,
36602
- next_record_id=cursor)\n cursor := response.metadata.pagination.next_record_id\nEND\n```"
37069
+ next_record_id=cursor)\n cursor := response.metadata.pagination.next_record_id\nEND\n```\nThe
37070
+ following values have been **deprecated**:\n `estimated_indexed_spans_usage`,
37071
+ `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`,
37072
+ `llm_observability_usage`, `llm_observability_percentage`."
36603
37073
  operationId: GetHourlyUsageAttribution
36604
37074
  parameters:
36605
37075
  - description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
@@ -37178,7 +37648,7 @@ paths:
37178
37648
  The following values have been **deprecated**:
37179
37649
 
37180
37650
  `estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`,
37181
- `estimated_ingested_spans_percentage`.'
37651
+ `estimated_ingested_spans_percentage`, `llm_observability_usage`, `llm_observability_percentage`.'
37182
37652
  in: query
37183
37653
  name: fields
37184
37654
  required: true
@@ -38918,7 +39388,8 @@ tags:
38918
39388
 
38919
39389
  by a source. For example, some valid sources include nagios, hudson, jenkins,
38920
39390
 
38921
- users, feed, chef, puppet, git, bitbucket, fabric, capistrano, etc.
39391
+ users, feed, chef, puppet, git, bitbucket, fabric, capistrano, etc. Find a complete
39392
+ list of source type names under [API Source Attributes](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
38922
39393
 
38923
39394
 
38924
39395
  Read more about tags on [Getting Started with Tags](https://docs.datadoghq.com/getting_started/tagging/).'