datadog_api_client 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (804) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +6 -6
  3. data/.generator/templates/api_doc.mustache +1 -3
  4. data/.generator/templates/base_object.mustache +3 -0
  5. data/.github/workflows/approved_status.yml +35 -0
  6. data/.github/workflows/test.yml +47 -24
  7. data/.github/workflows/test_integration.yml +54 -54
  8. data/.openapi-generator/FILES +0 -3
  9. data/CHANGELOG.md +20 -0
  10. data/data/v1/openapi.yaml +415 -467
  11. data/data/v2/openapi.yaml +153 -98
  12. data/docs/v1/AWSAccountDeleteRequest.md +22 -0
  13. data/docs/v1/AWSIntegrationAPI.md +8 -23
  14. data/docs/v1/AWSLogsIntegrationAPI.md +16 -14
  15. data/docs/v1/AuthenticationAPI.md +0 -2
  16. data/docs/v1/AzureIntegrationAPI.md +9 -11
  17. data/docs/v1/Dashboard.md +2 -0
  18. data/docs/v1/DashboardListsAPI.md +0 -10
  19. data/docs/v1/DashboardsAPI.md +5 -11
  20. data/docs/v1/DowntimesAPI.md +0 -14
  21. data/docs/v1/EventsAPI.md +13 -7
  22. data/docs/v1/GCPIntegrationAPI.md +4 -9
  23. data/docs/v1/HTTPLogError.md +1 -1
  24. data/docs/v1/HostsAPI.md +6 -10
  25. data/docs/v1/IPRangesAPI.md +0 -2
  26. data/docs/v1/KeyManagementAPI.md +0 -20
  27. data/docs/v1/LogsAPI.md +26 -4
  28. data/docs/v1/LogsIndexesAPI.md +8 -14
  29. data/docs/v1/LogsPipelinesAPI.md +15 -18
  30. data/docs/v1/MetricsAPI.md +10 -12
  31. data/docs/v1/MetricsQueryMetadata.md +4 -0
  32. data/docs/v1/MonitorsAPI.md +131 -18
  33. data/docs/v1/NotebooksAPI.md +2 -11
  34. data/docs/v1/OrganizationsAPI.md +14 -10
  35. data/docs/v1/PagerDutyIntegrationAPI.md +0 -8
  36. data/docs/v1/Pagination.md +20 -0
  37. data/docs/v1/README.md +9 -7
  38. data/docs/v1/ResponseMetaAttributes.md +18 -0
  39. data/docs/v1/SLOCorrectionListResponse.md +3 -1
  40. data/docs/v1/SLOHistoryMetricsSeriesMetadata.md +1 -1
  41. data/docs/v1/ServiceChecksAPI.md +2 -2
  42. data/docs/v1/ServiceLevelObjectiveCorrectionsAPI.md +0 -10
  43. data/docs/v1/ServiceLevelObjectivesAPI.md +23 -20
  44. data/docs/v1/SlackIntegrationAPI.md +0 -10
  45. data/docs/v1/SnapshotsAPI.md +2 -3
  46. data/docs/v1/SyntheticsAPI.md +6 -53
  47. data/docs/v1/SyntheticsBrowserError.md +2 -2
  48. data/docs/v1/SyntheticsTestOptions.md +5 -1
  49. data/docs/v1/SyntheticsTestRequest.md +2 -0
  50. data/docs/v1/TagsAPI.md +6 -13
  51. data/docs/v1/{SyntheticsTickInterval.md → TreeMapColorBy.md} +2 -2
  52. data/docs/v1/TreeMapGroupBy.md +15 -0
  53. data/docs/v1/TreeMapSizeBy.md +15 -0
  54. data/docs/v1/TreeMapWidgetDefinition.md +28 -0
  55. data/docs/v1/TreeMapWidgetDefinitionType.md +15 -0
  56. data/docs/v1/TreeMapWidgetRequest.md +18 -0
  57. data/docs/v1/UsageBillableSummaryKeys.md +26 -0
  58. data/docs/v1/UsageMeteringAPI.md +4 -200
  59. data/docs/v1/UsersAPI.md +8 -10
  60. data/docs/v1/WidgetDefinition.md +3 -1
  61. data/docs/v2/DashboardListsAPI.md +0 -8
  62. data/docs/v2/IncidentServicesAPI.md +2 -11
  63. data/docs/v2/IncidentTeamsAPI.md +2 -11
  64. data/docs/v2/IncidentsAPI.md +0 -10
  65. data/docs/v2/KeyManagementAPI.md +65 -26
  66. data/docs/v2/LogsAPI.md +20 -6
  67. data/docs/v2/LogsArchivesAPI.md +9 -21
  68. data/docs/v2/LogsMetricsAPI.md +4 -12
  69. data/docs/v2/MetricsAPI.md +12 -18
  70. data/docs/v2/ProcessesAPI.md +0 -2
  71. data/docs/v2/README.md +1 -1
  72. data/docs/v2/RolesAPI.md +0 -24
  73. data/docs/v2/SecurityMonitoringAPI.md +24 -36
  74. data/docs/v2/SecurityMonitoringListRulesResponse.md +1 -1
  75. data/docs/v2/SecurityMonitoringRuleCreatePayload.md +3 -1
  76. data/docs/v2/SecurityMonitoringRuleQueryCreate.md +1 -1
  77. data/docs/v2/SecurityMonitoringRuleResponse.md +4 -0
  78. data/docs/v2/SecurityMonitoringRuleUpdatePayload.md +5 -1
  79. data/docs/v2/UsersAPI.md +10 -23
  80. data/lib/datadog_api_client/v1.rb +9 -5
  81. data/lib/datadog_api_client/v1/api/aws_integration_api.rb +4 -4
  82. data/lib/datadog_api_client/v1/api/monitors_api.rb +2 -2
  83. data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +8 -2
  84. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +4 -158
  85. data/lib/datadog_api_client/v1/configuration.rb +0 -141
  86. data/lib/datadog_api_client/v1/models/alert_graph_widget_definition.rb +3 -0
  87. data/lib/datadog_api_client/v1/models/alert_value_widget_definition.rb +3 -0
  88. data/lib/datadog_api_client/v1/models/api_error_response.rb +3 -0
  89. data/lib/datadog_api_client/v1/models/api_key.rb +3 -0
  90. data/lib/datadog_api_client/v1/models/api_key_list_response.rb +3 -0
  91. data/lib/datadog_api_client/v1/models/api_key_response.rb +3 -0
  92. data/lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb +3 -0
  93. data/lib/datadog_api_client/v1/models/apm_stats_query_definition.rb +3 -0
  94. data/lib/datadog_api_client/v1/models/application_key.rb +3 -0
  95. data/lib/datadog_api_client/v1/models/application_key_list_response.rb +3 -0
  96. data/lib/datadog_api_client/v1/models/application_key_response.rb +3 -0
  97. data/lib/datadog_api_client/v1/models/authentication_validation_response.rb +3 -0
  98. data/lib/datadog_api_client/v1/models/aws_account.rb +3 -0
  99. data/lib/datadog_api_client/v1/models/aws_account_and_lambda_request.rb +3 -0
  100. data/lib/datadog_api_client/v1/models/aws_account_create_response.rb +3 -0
  101. data/lib/datadog_api_client/v1/models/{usage_tracing_without_limits_hour.rb → aws_account_delete_request.rb} +32 -19
  102. data/lib/datadog_api_client/v1/models/aws_account_list_response.rb +3 -0
  103. data/lib/datadog_api_client/v1/models/aws_logs_async_error.rb +3 -0
  104. data/lib/datadog_api_client/v1/models/aws_logs_async_response.rb +3 -0
  105. data/lib/datadog_api_client/v1/models/aws_logs_lambda.rb +3 -0
  106. data/lib/datadog_api_client/v1/models/aws_logs_list_response.rb +3 -0
  107. data/lib/datadog_api_client/v1/models/aws_logs_list_services_response.rb +3 -0
  108. data/lib/datadog_api_client/v1/models/aws_logs_services_request.rb +3 -0
  109. data/lib/datadog_api_client/v1/models/aws_tag_filter.rb +3 -0
  110. data/lib/datadog_api_client/v1/models/aws_tag_filter_create_request.rb +3 -0
  111. data/lib/datadog_api_client/v1/models/aws_tag_filter_delete_request.rb +3 -0
  112. data/lib/datadog_api_client/v1/models/aws_tag_filter_list_response.rb +3 -0
  113. data/lib/datadog_api_client/v1/models/azure_account.rb +3 -0
  114. data/lib/datadog_api_client/v1/models/cancel_downtimes_by_scope_request.rb +3 -0
  115. data/lib/datadog_api_client/v1/models/canceled_downtimes_ids.rb +3 -0
  116. data/lib/datadog_api_client/v1/models/change_widget_definition.rb +3 -0
  117. data/lib/datadog_api_client/v1/models/change_widget_request.rb +3 -0
  118. data/lib/datadog_api_client/v1/models/check_can_delete_monitor_response.rb +3 -0
  119. data/lib/datadog_api_client/v1/models/check_can_delete_monitor_response_data.rb +3 -0
  120. data/lib/datadog_api_client/v1/models/check_can_delete_slo_response.rb +3 -0
  121. data/lib/datadog_api_client/v1/models/check_can_delete_slo_response_data.rb +3 -0
  122. data/lib/datadog_api_client/v1/models/check_status_widget_definition.rb +3 -0
  123. data/lib/datadog_api_client/v1/models/creator.rb +3 -0
  124. data/lib/datadog_api_client/v1/models/dashboard.rb +16 -1
  125. data/lib/datadog_api_client/v1/models/dashboard_delete_response.rb +3 -0
  126. data/lib/datadog_api_client/v1/models/dashboard_list.rb +3 -0
  127. data/lib/datadog_api_client/v1/models/dashboard_list_delete_response.rb +3 -0
  128. data/lib/datadog_api_client/v1/models/dashboard_list_list_response.rb +3 -0
  129. data/lib/datadog_api_client/v1/models/dashboard_summary.rb +3 -0
  130. data/lib/datadog_api_client/v1/models/dashboard_summary_definition.rb +3 -0
  131. data/lib/datadog_api_client/v1/models/dashboard_template_variable.rb +3 -0
  132. data/lib/datadog_api_client/v1/models/dashboard_template_variable_preset.rb +3 -0
  133. data/lib/datadog_api_client/v1/models/dashboard_template_variable_preset_value.rb +3 -0
  134. data/lib/datadog_api_client/v1/models/deleted_monitor.rb +3 -0
  135. data/lib/datadog_api_client/v1/models/distribution_widget_definition.rb +3 -0
  136. data/lib/datadog_api_client/v1/models/distribution_widget_request.rb +3 -0
  137. data/lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb +3 -0
  138. data/lib/datadog_api_client/v1/models/distribution_widget_y_axis.rb +3 -0
  139. data/lib/datadog_api_client/v1/models/downtime.rb +3 -0
  140. data/lib/datadog_api_client/v1/models/downtime_child.rb +3 -0
  141. data/lib/datadog_api_client/v1/models/downtime_recurrence.rb +3 -0
  142. data/lib/datadog_api_client/v1/models/event.rb +3 -0
  143. data/lib/datadog_api_client/v1/models/event_create_request.rb +3 -0
  144. data/lib/datadog_api_client/v1/models/event_create_response.rb +3 -0
  145. data/lib/datadog_api_client/v1/models/event_list_response.rb +3 -0
  146. data/lib/datadog_api_client/v1/models/event_query_definition.rb +3 -0
  147. data/lib/datadog_api_client/v1/models/event_response.rb +3 -0
  148. data/lib/datadog_api_client/v1/models/event_stream_widget_definition.rb +3 -0
  149. data/lib/datadog_api_client/v1/models/event_timeline_widget_definition.rb +3 -0
  150. data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition.rb +3 -0
  151. data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition_compute.rb +3 -0
  152. data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition_search.rb +3 -0
  153. data/lib/datadog_api_client/v1/models/formula_and_function_event_query_group_by.rb +3 -0
  154. data/lib/datadog_api_client/v1/models/formula_and_function_event_query_group_by_sort.rb +3 -0
  155. data/lib/datadog_api_client/v1/models/formula_and_function_metric_query_definition.rb +3 -0
  156. data/lib/datadog_api_client/v1/models/formula_and_function_process_query_definition.rb +3 -0
  157. data/lib/datadog_api_client/v1/models/free_text_widget_definition.rb +3 -0
  158. data/lib/datadog_api_client/v1/models/gcp_account.rb +3 -0
  159. data/lib/datadog_api_client/v1/models/geomap_widget_definition.rb +3 -0
  160. data/lib/datadog_api_client/v1/models/geomap_widget_definition_style.rb +3 -0
  161. data/lib/datadog_api_client/v1/models/geomap_widget_definition_view.rb +3 -0
  162. data/lib/datadog_api_client/v1/models/geomap_widget_request.rb +3 -0
  163. data/lib/datadog_api_client/v1/models/graph_snapshot.rb +3 -0
  164. data/lib/datadog_api_client/v1/models/group_widget_definition.rb +3 -0
  165. data/lib/datadog_api_client/v1/models/heat_map_widget_definition.rb +3 -0
  166. data/lib/datadog_api_client/v1/models/heat_map_widget_request.rb +3 -0
  167. data/lib/datadog_api_client/v1/models/host.rb +3 -0
  168. data/lib/datadog_api_client/v1/models/host_list_response.rb +3 -0
  169. data/lib/datadog_api_client/v1/models/host_map_request.rb +3 -0
  170. data/lib/datadog_api_client/v1/models/host_map_widget_definition.rb +3 -0
  171. data/lib/datadog_api_client/v1/models/host_map_widget_definition_requests.rb +3 -0
  172. data/lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb +3 -0
  173. data/lib/datadog_api_client/v1/models/host_meta.rb +3 -0
  174. data/lib/datadog_api_client/v1/models/host_metrics.rb +3 -0
  175. data/lib/datadog_api_client/v1/models/host_mute_response.rb +3 -0
  176. data/lib/datadog_api_client/v1/models/host_mute_settings.rb +3 -0
  177. data/lib/datadog_api_client/v1/models/host_tags.rb +3 -0
  178. data/lib/datadog_api_client/v1/models/host_totals.rb +3 -0
  179. data/lib/datadog_api_client/v1/models/http_log_error.rb +3 -0
  180. data/lib/datadog_api_client/v1/models/http_log_item.rb +3 -0
  181. data/lib/datadog_api_client/v1/models/i_frame_widget_definition.rb +3 -0
  182. data/lib/datadog_api_client/v1/models/idp_form_data.rb +3 -0
  183. data/lib/datadog_api_client/v1/models/idp_response.rb +3 -0
  184. data/lib/datadog_api_client/v1/models/image_widget_definition.rb +3 -0
  185. data/lib/datadog_api_client/v1/models/intake_payload_accepted.rb +3 -0
  186. data/lib/datadog_api_client/v1/models/ip_prefixes_agents.rb +3 -0
  187. data/lib/datadog_api_client/v1/models/ip_prefixes_api.rb +3 -0
  188. data/lib/datadog_api_client/v1/models/ip_prefixes_apm.rb +3 -0
  189. data/lib/datadog_api_client/v1/models/ip_prefixes_logs.rb +3 -0
  190. data/lib/datadog_api_client/v1/models/ip_prefixes_process.rb +3 -0
  191. data/lib/datadog_api_client/v1/models/ip_prefixes_synthetics.rb +3 -0
  192. data/lib/datadog_api_client/v1/models/ip_prefixes_webhooks.rb +3 -0
  193. data/lib/datadog_api_client/v1/models/ip_ranges.rb +3 -0
  194. data/lib/datadog_api_client/v1/models/log.rb +3 -0
  195. data/lib/datadog_api_client/v1/models/log_content.rb +3 -0
  196. data/lib/datadog_api_client/v1/models/log_query_definition.rb +3 -0
  197. data/lib/datadog_api_client/v1/models/log_query_definition_group_by.rb +3 -0
  198. data/lib/datadog_api_client/v1/models/log_query_definition_group_by_sort.rb +3 -0
  199. data/lib/datadog_api_client/v1/models/log_query_definition_search.rb +3 -0
  200. data/lib/datadog_api_client/v1/models/log_stream_widget_definition.rb +3 -0
  201. data/lib/datadog_api_client/v1/models/logs_api_error.rb +3 -0
  202. data/lib/datadog_api_client/v1/models/logs_api_error_response.rb +3 -0
  203. data/lib/datadog_api_client/v1/models/logs_arithmetic_processor.rb +3 -0
  204. data/lib/datadog_api_client/v1/models/logs_attribute_remapper.rb +3 -0
  205. data/lib/datadog_api_client/v1/models/logs_by_retention.rb +3 -0
  206. data/lib/datadog_api_client/v1/models/logs_by_retention_monthly_usage.rb +3 -0
  207. data/lib/datadog_api_client/v1/models/logs_by_retention_org_usage.rb +3 -0
  208. data/lib/datadog_api_client/v1/models/logs_by_retention_orgs.rb +3 -0
  209. data/lib/datadog_api_client/v1/models/logs_category_processor.rb +3 -0
  210. data/lib/datadog_api_client/v1/models/logs_category_processor_category.rb +3 -0
  211. data/lib/datadog_api_client/v1/models/logs_date_remapper.rb +3 -0
  212. data/lib/datadog_api_client/v1/models/logs_exclusion.rb +3 -0
  213. data/lib/datadog_api_client/v1/models/logs_exclusion_filter.rb +3 -0
  214. data/lib/datadog_api_client/v1/models/logs_filter.rb +3 -0
  215. data/lib/datadog_api_client/v1/models/logs_geo_ip_parser.rb +3 -0
  216. data/lib/datadog_api_client/v1/models/logs_grok_parser.rb +3 -0
  217. data/lib/datadog_api_client/v1/models/logs_grok_parser_rules.rb +3 -0
  218. data/lib/datadog_api_client/v1/models/logs_index.rb +3 -0
  219. data/lib/datadog_api_client/v1/models/logs_index_list_response.rb +3 -0
  220. data/lib/datadog_api_client/v1/models/logs_index_update_request.rb +3 -0
  221. data/lib/datadog_api_client/v1/models/logs_indexes_order.rb +3 -0
  222. data/lib/datadog_api_client/v1/models/logs_list_request.rb +3 -0
  223. data/lib/datadog_api_client/v1/models/logs_list_request_time.rb +3 -0
  224. data/lib/datadog_api_client/v1/models/logs_list_response.rb +3 -0
  225. data/lib/datadog_api_client/v1/models/logs_lookup_processor.rb +3 -0
  226. data/lib/datadog_api_client/v1/models/logs_message_remapper.rb +3 -0
  227. data/lib/datadog_api_client/v1/models/logs_pipeline.rb +3 -0
  228. data/lib/datadog_api_client/v1/models/logs_pipeline_processor.rb +3 -0
  229. data/lib/datadog_api_client/v1/models/logs_pipelines_order.rb +3 -0
  230. data/lib/datadog_api_client/v1/models/logs_query_compute.rb +3 -0
  231. data/lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb +3 -0
  232. data/lib/datadog_api_client/v1/models/logs_retention_sum_usage.rb +3 -0
  233. data/lib/datadog_api_client/v1/models/logs_service_remapper.rb +3 -0
  234. data/lib/datadog_api_client/v1/models/logs_status_remapper.rb +3 -0
  235. data/lib/datadog_api_client/v1/models/logs_string_builder_processor.rb +3 -0
  236. data/lib/datadog_api_client/v1/models/logs_trace_remapper.rb +3 -0
  237. data/lib/datadog_api_client/v1/models/logs_url_parser.rb +3 -0
  238. data/lib/datadog_api_client/v1/models/logs_user_agent_parser.rb +3 -0
  239. data/lib/datadog_api_client/v1/models/metric_metadata.rb +3 -0
  240. data/lib/datadog_api_client/v1/models/metric_search_response.rb +3 -0
  241. data/lib/datadog_api_client/v1/models/metric_search_response_results.rb +3 -0
  242. data/lib/datadog_api_client/v1/models/metrics_list_response.rb +3 -0
  243. data/lib/datadog_api_client/v1/models/metrics_payload.rb +3 -0
  244. data/lib/datadog_api_client/v1/models/metrics_query_metadata.rb +26 -1
  245. data/lib/datadog_api_client/v1/models/metrics_query_response.rb +3 -0
  246. data/lib/datadog_api_client/v1/models/metrics_query_unit.rb +3 -0
  247. data/lib/datadog_api_client/v1/models/monitor.rb +3 -0
  248. data/lib/datadog_api_client/v1/models/monitor_group_search_response.rb +3 -0
  249. data/lib/datadog_api_client/v1/models/monitor_group_search_response_counts.rb +3 -0
  250. data/lib/datadog_api_client/v1/models/monitor_group_search_result.rb +3 -0
  251. data/lib/datadog_api_client/v1/models/monitor_options.rb +3 -0
  252. data/lib/datadog_api_client/v1/models/monitor_options_aggregation.rb +3 -0
  253. data/lib/datadog_api_client/v1/models/monitor_search_response.rb +3 -0
  254. data/lib/datadog_api_client/v1/models/monitor_search_response_counts.rb +3 -0
  255. data/lib/datadog_api_client/v1/models/monitor_search_response_metadata.rb +3 -0
  256. data/lib/datadog_api_client/v1/models/monitor_search_result.rb +3 -0
  257. data/lib/datadog_api_client/v1/models/monitor_search_result_notification.rb +3 -0
  258. data/lib/datadog_api_client/v1/models/monitor_state.rb +3 -0
  259. data/lib/datadog_api_client/v1/models/monitor_state_group.rb +3 -0
  260. data/lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb +3 -0
  261. data/lib/datadog_api_client/v1/models/monitor_threshold_window_options.rb +3 -0
  262. data/lib/datadog_api_client/v1/models/monitor_thresholds.rb +3 -0
  263. data/lib/datadog_api_client/v1/models/monitor_update_request.rb +3 -0
  264. data/lib/datadog_api_client/v1/models/note_widget_definition.rb +3 -0
  265. data/lib/datadog_api_client/v1/models/notebook_absolute_time.rb +3 -0
  266. data/lib/datadog_api_client/v1/models/notebook_author.rb +3 -0
  267. data/lib/datadog_api_client/v1/models/notebook_cell_create_request.rb +3 -0
  268. data/lib/datadog_api_client/v1/models/notebook_cell_response.rb +3 -0
  269. data/lib/datadog_api_client/v1/models/notebook_cell_update_request.rb +3 -0
  270. data/lib/datadog_api_client/v1/models/notebook_create_data.rb +3 -0
  271. data/lib/datadog_api_client/v1/models/notebook_create_data_attributes.rb +3 -0
  272. data/lib/datadog_api_client/v1/models/notebook_create_request.rb +3 -0
  273. data/lib/datadog_api_client/v1/models/notebook_distribution_cell_attributes.rb +3 -0
  274. data/lib/datadog_api_client/v1/models/notebook_heat_map_cell_attributes.rb +3 -0
  275. data/lib/datadog_api_client/v1/models/notebook_log_stream_cell_attributes.rb +3 -0
  276. data/lib/datadog_api_client/v1/models/notebook_markdown_cell_attributes.rb +3 -0
  277. data/lib/datadog_api_client/v1/models/notebook_markdown_cell_definition.rb +3 -0
  278. data/lib/datadog_api_client/v1/models/notebook_relative_time.rb +3 -0
  279. data/lib/datadog_api_client/v1/models/notebook_response.rb +3 -0
  280. data/lib/datadog_api_client/v1/models/notebook_response_data.rb +3 -0
  281. data/lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb +3 -0
  282. data/lib/datadog_api_client/v1/models/notebook_split_by.rb +3 -0
  283. data/lib/datadog_api_client/v1/models/notebook_timeseries_cell_attributes.rb +3 -0
  284. data/lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb +3 -0
  285. data/lib/datadog_api_client/v1/models/notebook_update_data.rb +3 -0
  286. data/lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb +3 -0
  287. data/lib/datadog_api_client/v1/models/notebook_update_request.rb +3 -0
  288. data/lib/datadog_api_client/v1/models/notebooks_response.rb +3 -0
  289. data/lib/datadog_api_client/v1/models/notebooks_response_data.rb +3 -0
  290. data/lib/datadog_api_client/v1/models/notebooks_response_data_attributes.rb +3 -0
  291. data/lib/datadog_api_client/v1/models/notebooks_response_meta.rb +3 -0
  292. data/lib/datadog_api_client/v1/models/notebooks_response_page.rb +3 -0
  293. data/lib/datadog_api_client/v1/models/organization.rb +3 -0
  294. data/lib/datadog_api_client/v1/models/organization_billing.rb +3 -0
  295. data/lib/datadog_api_client/v1/models/organization_create_body.rb +3 -0
  296. data/lib/datadog_api_client/v1/models/organization_create_response.rb +3 -0
  297. data/lib/datadog_api_client/v1/models/organization_list_response.rb +3 -0
  298. data/lib/datadog_api_client/v1/models/organization_response.rb +3 -0
  299. data/lib/datadog_api_client/v1/models/organization_settings.rb +3 -0
  300. data/lib/datadog_api_client/v1/models/organization_settings_saml.rb +3 -0
  301. data/lib/datadog_api_client/v1/models/organization_settings_saml_autocreate_users_domains.rb +3 -0
  302. data/lib/datadog_api_client/v1/models/organization_settings_saml_idp_initiated_login.rb +3 -0
  303. data/lib/datadog_api_client/v1/models/organization_settings_saml_strict_mode.rb +3 -0
  304. data/lib/datadog_api_client/v1/models/organization_subscription.rb +3 -0
  305. data/lib/datadog_api_client/v1/models/pager_duty_service.rb +3 -0
  306. data/lib/datadog_api_client/v1/models/pager_duty_service_key.rb +3 -0
  307. data/lib/datadog_api_client/v1/models/pager_duty_service_name.rb +3 -0
  308. data/lib/datadog_api_client/v1/models/{usage_trace_hour.rb → pagination.rb} +22 -19
  309. data/lib/datadog_api_client/v1/models/process_query_definition.rb +3 -0
  310. data/lib/datadog_api_client/v1/models/query_value_widget_definition.rb +3 -0
  311. data/lib/datadog_api_client/v1/models/query_value_widget_request.rb +3 -0
  312. data/lib/datadog_api_client/v1/models/{usage_trace_response.rb → response_meta_attributes.rb} +14 -14
  313. data/lib/datadog_api_client/v1/models/scatter_plot_request.rb +3 -0
  314. data/lib/datadog_api_client/v1/models/scatter_plot_widget_definition.rb +3 -0
  315. data/lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb +3 -0
  316. data/lib/datadog_api_client/v1/models/series.rb +3 -0
  317. data/lib/datadog_api_client/v1/models/service_check.rb +3 -0
  318. data/lib/datadog_api_client/v1/models/service_level_objective.rb +3 -0
  319. data/lib/datadog_api_client/v1/models/service_level_objective_query.rb +3 -0
  320. data/lib/datadog_api_client/v1/models/service_level_objective_request.rb +3 -0
  321. data/lib/datadog_api_client/v1/models/service_map_widget_definition.rb +3 -0
  322. data/lib/datadog_api_client/v1/models/service_summary_widget_definition.rb +3 -0
  323. data/lib/datadog_api_client/v1/models/slack_integration_channel.rb +3 -0
  324. data/lib/datadog_api_client/v1/models/slack_integration_channel_display.rb +3 -0
  325. data/lib/datadog_api_client/v1/models/slo_bulk_delete_error.rb +3 -0
  326. data/lib/datadog_api_client/v1/models/slo_bulk_delete_response.rb +3 -0
  327. data/lib/datadog_api_client/v1/models/slo_bulk_delete_response_data.rb +3 -0
  328. data/lib/datadog_api_client/v1/models/slo_correction.rb +3 -0
  329. data/lib/datadog_api_client/v1/models/slo_correction_create_data.rb +3 -0
  330. data/lib/datadog_api_client/v1/models/slo_correction_create_request.rb +3 -0
  331. data/lib/datadog_api_client/v1/models/slo_correction_create_request_attributes.rb +3 -0
  332. data/lib/datadog_api_client/v1/models/slo_correction_list_response.rb +16 -4
  333. data/lib/datadog_api_client/v1/models/slo_correction_response.rb +3 -0
  334. data/lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb +3 -0
  335. data/lib/datadog_api_client/v1/models/slo_correction_update_data.rb +3 -0
  336. data/lib/datadog_api_client/v1/models/slo_correction_update_request.rb +3 -0
  337. data/lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb +3 -0
  338. data/lib/datadog_api_client/v1/models/slo_delete_response.rb +3 -0
  339. data/lib/datadog_api_client/v1/models/slo_history_metrics.rb +3 -0
  340. data/lib/datadog_api_client/v1/models/slo_history_metrics_series.rb +3 -0
  341. data/lib/datadog_api_client/v1/models/slo_history_metrics_series_metadata.rb +3 -0
  342. data/lib/datadog_api_client/v1/models/slo_history_metrics_series_metadata_unit.rb +3 -0
  343. data/lib/datadog_api_client/v1/models/slo_history_response.rb +3 -0
  344. data/lib/datadog_api_client/v1/models/slo_history_response_data.rb +3 -0
  345. data/lib/datadog_api_client/v1/models/slo_history_response_error.rb +3 -0
  346. data/lib/datadog_api_client/v1/models/slo_history_sli_data.rb +3 -0
  347. data/lib/datadog_api_client/v1/models/slo_list_response.rb +3 -0
  348. data/lib/datadog_api_client/v1/models/slo_list_response_metadata.rb +3 -0
  349. data/lib/datadog_api_client/v1/models/slo_list_response_metadata_page.rb +3 -0
  350. data/lib/datadog_api_client/v1/models/slo_response.rb +3 -0
  351. data/lib/datadog_api_client/v1/models/slo_response_data.rb +3 -0
  352. data/lib/datadog_api_client/v1/models/slo_threshold.rb +3 -0
  353. data/lib/datadog_api_client/v1/models/slo_timeframe.rb +1 -0
  354. data/lib/datadog_api_client/v1/models/slo_widget_definition.rb +3 -0
  355. data/lib/datadog_api_client/v1/models/synthetics_api_step.rb +3 -0
  356. data/lib/datadog_api_client/v1/models/synthetics_api_test.rb +3 -0
  357. data/lib/datadog_api_client/v1/models/synthetics_api_test_config.rb +3 -0
  358. data/lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb +3 -0
  359. data/lib/datadog_api_client/v1/models/synthetics_api_test_result_full.rb +3 -0
  360. data/lib/datadog_api_client/v1/models/synthetics_api_test_result_full_check.rb +3 -0
  361. data/lib/datadog_api_client/v1/models/synthetics_api_test_result_short.rb +3 -0
  362. data/lib/datadog_api_client/v1/models/synthetics_api_test_result_short_result.rb +3 -0
  363. data/lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target.rb +3 -0
  364. data/lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb +4 -0
  365. data/lib/datadog_api_client/v1/models/synthetics_assertion_target.rb +3 -0
  366. data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +3 -0
  367. data/lib/datadog_api_client/v1/models/synthetics_browser_error.rb +10 -7
  368. data/lib/datadog_api_client/v1/models/synthetics_browser_test.rb +3 -0
  369. data/lib/datadog_api_client/v1/models/synthetics_browser_test_config.rb +3 -0
  370. data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb +3 -0
  371. data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb +3 -0
  372. data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_full_check.rb +3 -0
  373. data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_short.rb +3 -0
  374. data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_short_result.rb +3 -0
  375. data/lib/datadog_api_client/v1/models/synthetics_browser_variable.rb +3 -0
  376. data/lib/datadog_api_client/v1/models/synthetics_ci_test.rb +3 -0
  377. data/lib/datadog_api_client/v1/models/synthetics_ci_test_body.rb +3 -0
  378. data/lib/datadog_api_client/v1/models/synthetics_ci_test_metadata.rb +3 -0
  379. data/lib/datadog_api_client/v1/models/synthetics_ci_test_metadata_ci.rb +3 -0
  380. data/lib/datadog_api_client/v1/models/synthetics_ci_test_metadata_git.rb +3 -0
  381. data/lib/datadog_api_client/v1/models/synthetics_config_variable.rb +3 -0
  382. data/lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb +3 -0
  383. data/lib/datadog_api_client/v1/models/synthetics_delete_tests_payload.rb +3 -0
  384. data/lib/datadog_api_client/v1/models/synthetics_delete_tests_response.rb +3 -0
  385. data/lib/datadog_api_client/v1/models/synthetics_deleted_test.rb +3 -0
  386. data/lib/datadog_api_client/v1/models/synthetics_device.rb +3 -0
  387. data/lib/datadog_api_client/v1/models/synthetics_get_api_test_latest_results_response.rb +3 -0
  388. data/lib/datadog_api_client/v1/models/synthetics_get_browser_test_latest_results_response.rb +3 -0
  389. data/lib/datadog_api_client/v1/models/synthetics_global_variable.rb +3 -0
  390. data/lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options.rb +3 -0
  391. data/lib/datadog_api_client/v1/models/synthetics_global_variable_value.rb +3 -0
  392. data/lib/datadog_api_client/v1/models/synthetics_list_global_variables_response.rb +3 -0
  393. data/lib/datadog_api_client/v1/models/synthetics_list_tests_response.rb +3 -0
  394. data/lib/datadog_api_client/v1/models/synthetics_location.rb +3 -0
  395. data/lib/datadog_api_client/v1/models/synthetics_locations.rb +3 -0
  396. data/lib/datadog_api_client/v1/models/synthetics_parsing_options.rb +3 -0
  397. data/lib/datadog_api_client/v1/models/synthetics_private_location.rb +3 -0
  398. data/lib/datadog_api_client/v1/models/synthetics_private_location_creation_response.rb +3 -0
  399. data/lib/datadog_api_client/v1/models/synthetics_private_location_creation_response_result_encryption.rb +3 -0
  400. data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets.rb +3 -0
  401. data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets_authentication.rb +3 -0
  402. data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets_config_decryption.rb +3 -0
  403. data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb +3 -0
  404. data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate_issuer.rb +3 -0
  405. data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate_subject.rb +3 -0
  406. data/lib/datadog_api_client/v1/models/synthetics_step.rb +3 -0
  407. data/lib/datadog_api_client/v1/models/synthetics_step_detail.rb +3 -0
  408. data/lib/datadog_api_client/v1/models/synthetics_step_detail_warning.rb +3 -0
  409. data/lib/datadog_api_client/v1/models/synthetics_test_config.rb +3 -0
  410. data/lib/datadog_api_client/v1/models/synthetics_test_details.rb +3 -0
  411. data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +74 -2
  412. data/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options.rb +3 -0
  413. data/lib/datadog_api_client/v1/models/synthetics_test_options_retry.rb +3 -0
  414. data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +14 -1
  415. data/lib/datadog_api_client/v1/models/synthetics_test_request_certificate.rb +3 -0
  416. data/lib/datadog_api_client/v1/models/synthetics_test_request_certificate_item.rb +3 -0
  417. data/lib/datadog_api_client/v1/models/synthetics_timing.rb +3 -0
  418. data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_location.rb +3 -0
  419. data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb +3 -0
  420. data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_tests_response.rb +3 -0
  421. data/lib/datadog_api_client/v1/models/synthetics_update_test_pause_status_payload.rb +3 -0
  422. data/lib/datadog_api_client/v1/models/synthetics_variable_parser.rb +3 -0
  423. data/lib/datadog_api_client/v1/models/table_widget_definition.rb +3 -0
  424. data/lib/datadog_api_client/v1/models/table_widget_request.rb +3 -0
  425. data/lib/datadog_api_client/v1/models/tag_to_hosts.rb +3 -0
  426. data/lib/datadog_api_client/v1/models/timeseries_widget_definition.rb +3 -0
  427. data/lib/datadog_api_client/v1/models/timeseries_widget_expression_alias.rb +3 -0
  428. data/lib/datadog_api_client/v1/models/timeseries_widget_request.rb +3 -0
  429. data/lib/datadog_api_client/v1/models/toplist_widget_definition.rb +3 -0
  430. data/lib/datadog_api_client/v1/models/toplist_widget_request.rb +3 -0
  431. data/lib/datadog_api_client/v1/models/{synthetics_tick_interval.rb → tree_map_color_by.rb} +4 -13
  432. data/lib/datadog_api_client/v1/models/tree_map_group_by.rb +41 -0
  433. data/lib/datadog_api_client/v1/models/tree_map_size_by.rb +40 -0
  434. data/lib/datadog_api_client/v1/models/{usage_tracing_without_limits_response.rb → tree_map_widget_definition.rb} +119 -13
  435. data/lib/datadog_api_client/v1/models/tree_map_widget_definition_type.rb +39 -0
  436. data/lib/datadog_api_client/{v2/models/security_filter_delete_response.rb → v1/models/tree_map_widget_request.rb} +18 -14
  437. data/lib/datadog_api_client/v1/models/usage_analyzed_logs_hour.rb +3 -0
  438. data/lib/datadog_api_client/v1/models/usage_analyzed_logs_response.rb +3 -0
  439. data/lib/datadog_api_client/v1/models/usage_attribution_aggregates_body.rb +3 -0
  440. data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +3 -0
  441. data/lib/datadog_api_client/v1/models/usage_attribution_metadata.rb +3 -0
  442. data/lib/datadog_api_client/v1/models/usage_attribution_pagination.rb +3 -0
  443. data/lib/datadog_api_client/v1/models/usage_attribution_response.rb +3 -0
  444. data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +3 -0
  445. data/lib/datadog_api_client/v1/models/usage_audit_logs_hour.rb +3 -0
  446. data/lib/datadog_api_client/v1/models/usage_audit_logs_response.rb +3 -0
  447. data/lib/datadog_api_client/v1/models/usage_billable_summary_body.rb +3 -0
  448. data/lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb +3 -0
  449. data/lib/datadog_api_client/v1/models/usage_billable_summary_keys.rb +121 -1
  450. data/lib/datadog_api_client/v1/models/usage_billable_summary_response.rb +3 -0
  451. data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb +3 -0
  452. data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_response.rb +3 -0
  453. data/lib/datadog_api_client/v1/models/usage_custom_reports_attributes.rb +3 -0
  454. data/lib/datadog_api_client/v1/models/usage_custom_reports_data.rb +3 -0
  455. data/lib/datadog_api_client/v1/models/usage_custom_reports_meta.rb +3 -0
  456. data/lib/datadog_api_client/v1/models/usage_custom_reports_page.rb +3 -0
  457. data/lib/datadog_api_client/v1/models/usage_custom_reports_response.rb +3 -0
  458. data/lib/datadog_api_client/v1/models/usage_cws_hour.rb +3 -0
  459. data/lib/datadog_api_client/v1/models/usage_cws_response.rb +3 -0
  460. data/lib/datadog_api_client/v1/models/usage_fargate_hour.rb +3 -0
  461. data/lib/datadog_api_client/v1/models/usage_fargate_response.rb +3 -0
  462. data/lib/datadog_api_client/v1/models/usage_host_hour.rb +3 -0
  463. data/lib/datadog_api_client/v1/models/usage_hosts_response.rb +3 -0
  464. data/lib/datadog_api_client/v1/models/usage_incident_management_hour.rb +3 -0
  465. data/lib/datadog_api_client/v1/models/usage_incident_management_response.rb +3 -0
  466. data/lib/datadog_api_client/v1/models/usage_indexed_spans_hour.rb +3 -0
  467. data/lib/datadog_api_client/v1/models/usage_indexed_spans_response.rb +3 -0
  468. data/lib/datadog_api_client/v1/models/usage_ingested_spans_hour.rb +3 -0
  469. data/lib/datadog_api_client/v1/models/usage_ingested_spans_response.rb +3 -0
  470. data/lib/datadog_api_client/v1/models/usage_io_t_hour.rb +3 -0
  471. data/lib/datadog_api_client/v1/models/usage_io_t_response.rb +3 -0
  472. data/lib/datadog_api_client/v1/models/usage_lambda_hour.rb +3 -0
  473. data/lib/datadog_api_client/v1/models/usage_lambda_response.rb +3 -0
  474. data/lib/datadog_api_client/v1/models/usage_logs_by_index_hour.rb +3 -0
  475. data/lib/datadog_api_client/v1/models/usage_logs_by_index_response.rb +3 -0
  476. data/lib/datadog_api_client/v1/models/usage_logs_by_retention_hour.rb +3 -0
  477. data/lib/datadog_api_client/v1/models/usage_logs_by_retention_response.rb +3 -0
  478. data/lib/datadog_api_client/v1/models/usage_logs_hour.rb +3 -0
  479. data/lib/datadog_api_client/v1/models/usage_logs_response.rb +3 -0
  480. data/lib/datadog_api_client/v1/models/usage_network_flows_hour.rb +3 -0
  481. data/lib/datadog_api_client/v1/models/usage_network_flows_response.rb +3 -0
  482. data/lib/datadog_api_client/v1/models/usage_network_hosts_hour.rb +3 -0
  483. data/lib/datadog_api_client/v1/models/usage_network_hosts_response.rb +3 -0
  484. data/lib/datadog_api_client/v1/models/usage_profiling_hour.rb +3 -0
  485. data/lib/datadog_api_client/v1/models/usage_profiling_response.rb +3 -0
  486. data/lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb +3 -0
  487. data/lib/datadog_api_client/v1/models/usage_rum_sessions_response.rb +3 -0
  488. data/lib/datadog_api_client/v1/models/usage_snmp_hour.rb +3 -0
  489. data/lib/datadog_api_client/v1/models/usage_snmp_response.rb +3 -0
  490. data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_attributes.rb +3 -0
  491. data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_data.rb +3 -0
  492. data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_meta.rb +3 -0
  493. data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_page.rb +3 -0
  494. data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_response.rb +3 -0
  495. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +3 -0
  496. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +3 -0
  497. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +3 -0
  498. data/lib/datadog_api_client/v1/models/usage_synthetics_api_hour.rb +3 -0
  499. data/lib/datadog_api_client/v1/models/usage_synthetics_api_response.rb +3 -0
  500. data/lib/datadog_api_client/v1/models/usage_synthetics_browser_hour.rb +3 -0
  501. data/lib/datadog_api_client/v1/models/usage_synthetics_browser_response.rb +3 -0
  502. data/lib/datadog_api_client/v1/models/usage_synthetics_hour.rb +3 -0
  503. data/lib/datadog_api_client/v1/models/usage_synthetics_response.rb +3 -0
  504. data/lib/datadog_api_client/v1/models/usage_timeseries_hour.rb +3 -0
  505. data/lib/datadog_api_client/v1/models/usage_timeseries_response.rb +3 -0
  506. data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_hour.rb +3 -0
  507. data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_metadata.rb +3 -0
  508. data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_response.rb +3 -0
  509. data/lib/datadog_api_client/v1/models/user.rb +3 -0
  510. data/lib/datadog_api_client/v1/models/user_disable_response.rb +3 -0
  511. data/lib/datadog_api_client/v1/models/user_list_response.rb +3 -0
  512. data/lib/datadog_api_client/v1/models/user_response.rb +3 -0
  513. data/lib/datadog_api_client/v1/models/widget.rb +3 -0
  514. data/lib/datadog_api_client/v1/models/widget_axis.rb +3 -0
  515. data/lib/datadog_api_client/v1/models/widget_conditional_format.rb +3 -0
  516. data/lib/datadog_api_client/v1/models/widget_custom_link.rb +3 -0
  517. data/lib/datadog_api_client/v1/models/widget_definition.rb +2 -1
  518. data/lib/datadog_api_client/v1/models/widget_event.rb +3 -0
  519. data/lib/datadog_api_client/v1/models/widget_field_sort.rb +3 -0
  520. data/lib/datadog_api_client/v1/models/widget_formula.rb +3 -0
  521. data/lib/datadog_api_client/v1/models/widget_formula_limit.rb +3 -0
  522. data/lib/datadog_api_client/v1/models/widget_layout.rb +3 -0
  523. data/lib/datadog_api_client/v1/models/widget_marker.rb +3 -0
  524. data/lib/datadog_api_client/v1/models/widget_request_style.rb +3 -0
  525. data/lib/datadog_api_client/v1/models/widget_style.rb +3 -0
  526. data/lib/datadog_api_client/v1/models/widget_time.rb +3 -0
  527. data/lib/datadog_api_client/v2.rb +0 -1
  528. data/lib/datadog_api_client/v2/api/key_management_api.rb +76 -0
  529. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +5 -5
  530. data/lib/datadog_api_client/v2/models/api_error_response.rb +3 -0
  531. data/lib/datadog_api_client/v2/models/api_key_create_attributes.rb +3 -0
  532. data/lib/datadog_api_client/v2/models/api_key_create_data.rb +3 -0
  533. data/lib/datadog_api_client/v2/models/api_key_create_request.rb +3 -0
  534. data/lib/datadog_api_client/v2/models/api_key_relationships.rb +3 -0
  535. data/lib/datadog_api_client/v2/models/api_key_response.rb +3 -0
  536. data/lib/datadog_api_client/v2/models/api_key_update_attributes.rb +3 -0
  537. data/lib/datadog_api_client/v2/models/api_key_update_data.rb +3 -0
  538. data/lib/datadog_api_client/v2/models/api_key_update_request.rb +3 -0
  539. data/lib/datadog_api_client/v2/models/api_keys_response.rb +3 -0
  540. data/lib/datadog_api_client/v2/models/application_key_create_attributes.rb +3 -0
  541. data/lib/datadog_api_client/v2/models/application_key_create_data.rb +3 -0
  542. data/lib/datadog_api_client/v2/models/application_key_create_request.rb +3 -0
  543. data/lib/datadog_api_client/v2/models/application_key_relationships.rb +3 -0
  544. data/lib/datadog_api_client/v2/models/application_key_response.rb +3 -0
  545. data/lib/datadog_api_client/v2/models/application_key_update_attributes.rb +3 -0
  546. data/lib/datadog_api_client/v2/models/application_key_update_data.rb +3 -0
  547. data/lib/datadog_api_client/v2/models/application_key_update_request.rb +3 -0
  548. data/lib/datadog_api_client/v2/models/creator.rb +3 -0
  549. data/lib/datadog_api_client/v2/models/dashboard_list_add_items_request.rb +3 -0
  550. data/lib/datadog_api_client/v2/models/dashboard_list_add_items_response.rb +3 -0
  551. data/lib/datadog_api_client/v2/models/dashboard_list_delete_items_request.rb +3 -0
  552. data/lib/datadog_api_client/v2/models/dashboard_list_delete_items_response.rb +3 -0
  553. data/lib/datadog_api_client/v2/models/dashboard_list_item.rb +3 -0
  554. data/lib/datadog_api_client/v2/models/dashboard_list_item_request.rb +3 -0
  555. data/lib/datadog_api_client/v2/models/dashboard_list_item_response.rb +3 -0
  556. data/lib/datadog_api_client/v2/models/dashboard_list_items.rb +3 -0
  557. data/lib/datadog_api_client/v2/models/dashboard_list_update_items_request.rb +3 -0
  558. data/lib/datadog_api_client/v2/models/dashboard_list_update_items_response.rb +3 -0
  559. data/lib/datadog_api_client/v2/models/full_api_key.rb +3 -0
  560. data/lib/datadog_api_client/v2/models/full_api_key_attributes.rb +3 -0
  561. data/lib/datadog_api_client/v2/models/full_application_key.rb +3 -0
  562. data/lib/datadog_api_client/v2/models/full_application_key_attributes.rb +3 -0
  563. data/lib/datadog_api_client/v2/models/incident_create_attributes.rb +3 -0
  564. data/lib/datadog_api_client/v2/models/incident_create_data.rb +3 -0
  565. data/lib/datadog_api_client/v2/models/incident_create_relationships.rb +3 -0
  566. data/lib/datadog_api_client/v2/models/incident_create_request.rb +3 -0
  567. data/lib/datadog_api_client/v2/models/incident_field_attributes_multiple_value.rb +3 -0
  568. data/lib/datadog_api_client/v2/models/incident_field_attributes_single_value.rb +3 -0
  569. data/lib/datadog_api_client/v2/models/incident_response.rb +3 -0
  570. data/lib/datadog_api_client/v2/models/incident_response_attributes.rb +3 -0
  571. data/lib/datadog_api_client/v2/models/incident_response_data.rb +3 -0
  572. data/lib/datadog_api_client/v2/models/incident_response_relationships.rb +3 -0
  573. data/lib/datadog_api_client/v2/models/incident_service_create_attributes.rb +3 -0
  574. data/lib/datadog_api_client/v2/models/incident_service_create_data.rb +3 -0
  575. data/lib/datadog_api_client/v2/models/incident_service_create_request.rb +3 -0
  576. data/lib/datadog_api_client/v2/models/incident_service_relationships.rb +3 -0
  577. data/lib/datadog_api_client/v2/models/incident_service_response.rb +3 -0
  578. data/lib/datadog_api_client/v2/models/incident_service_response_attributes.rb +3 -0
  579. data/lib/datadog_api_client/v2/models/incident_service_response_data.rb +3 -0
  580. data/lib/datadog_api_client/v2/models/incident_service_update_attributes.rb +3 -0
  581. data/lib/datadog_api_client/v2/models/incident_service_update_data.rb +3 -0
  582. data/lib/datadog_api_client/v2/models/incident_service_update_request.rb +3 -0
  583. data/lib/datadog_api_client/v2/models/incident_services_response.rb +3 -0
  584. data/lib/datadog_api_client/v2/models/incident_services_response_meta.rb +3 -0
  585. data/lib/datadog_api_client/v2/models/incident_services_response_meta_pagination.rb +3 -0
  586. data/lib/datadog_api_client/v2/models/incident_team_create_attributes.rb +3 -0
  587. data/lib/datadog_api_client/v2/models/incident_team_create_data.rb +3 -0
  588. data/lib/datadog_api_client/v2/models/incident_team_create_request.rb +3 -0
  589. data/lib/datadog_api_client/v2/models/incident_team_relationships.rb +3 -0
  590. data/lib/datadog_api_client/v2/models/incident_team_response.rb +3 -0
  591. data/lib/datadog_api_client/v2/models/incident_team_response_attributes.rb +3 -0
  592. data/lib/datadog_api_client/v2/models/incident_team_response_data.rb +3 -0
  593. data/lib/datadog_api_client/v2/models/incident_team_update_attributes.rb +3 -0
  594. data/lib/datadog_api_client/v2/models/incident_team_update_data.rb +3 -0
  595. data/lib/datadog_api_client/v2/models/incident_team_update_request.rb +3 -0
  596. data/lib/datadog_api_client/v2/models/incident_teams_response.rb +3 -0
  597. data/lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes.rb +3 -0
  598. data/lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes_content.rb +3 -0
  599. data/lib/datadog_api_client/v2/models/incident_update_attributes.rb +3 -0
  600. data/lib/datadog_api_client/v2/models/incident_update_data.rb +3 -0
  601. data/lib/datadog_api_client/v2/models/incident_update_relationships.rb +3 -0
  602. data/lib/datadog_api_client/v2/models/incident_update_request.rb +3 -0
  603. data/lib/datadog_api_client/v2/models/incidents_response.rb +3 -0
  604. data/lib/datadog_api_client/v2/models/list_application_keys_response.rb +3 -0
  605. data/lib/datadog_api_client/v2/models/log.rb +3 -0
  606. data/lib/datadog_api_client/v2/models/log_attributes.rb +3 -0
  607. data/lib/datadog_api_client/v2/models/logs_aggregate_bucket.rb +3 -0
  608. data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value_timeseries_point.rb +3 -0
  609. data/lib/datadog_api_client/v2/models/logs_aggregate_request.rb +3 -0
  610. data/lib/datadog_api_client/v2/models/logs_aggregate_request_page.rb +3 -0
  611. data/lib/datadog_api_client/v2/models/logs_aggregate_response.rb +3 -0
  612. data/lib/datadog_api_client/v2/models/logs_aggregate_response_data.rb +3 -0
  613. data/lib/datadog_api_client/v2/models/logs_aggregate_sort.rb +3 -0
  614. data/lib/datadog_api_client/v2/models/logs_archive.rb +3 -0
  615. data/lib/datadog_api_client/v2/models/logs_archive_attributes.rb +3 -0
  616. data/lib/datadog_api_client/v2/models/logs_archive_create_request.rb +3 -0
  617. data/lib/datadog_api_client/v2/models/logs_archive_create_request_attributes.rb +3 -0
  618. data/lib/datadog_api_client/v2/models/logs_archive_create_request_definition.rb +3 -0
  619. data/lib/datadog_api_client/v2/models/logs_archive_definition.rb +3 -0
  620. data/lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb +3 -0
  621. data/lib/datadog_api_client/v2/models/logs_archive_destination_gcs.rb +3 -0
  622. data/lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb +3 -0
  623. data/lib/datadog_api_client/v2/models/logs_archive_integration_azure.rb +3 -0
  624. data/lib/datadog_api_client/v2/models/logs_archive_integration_gcs.rb +3 -0
  625. data/lib/datadog_api_client/v2/models/logs_archive_integration_s3.rb +3 -0
  626. data/lib/datadog_api_client/v2/models/logs_archive_order.rb +3 -0
  627. data/lib/datadog_api_client/v2/models/logs_archive_order_attributes.rb +3 -0
  628. data/lib/datadog_api_client/v2/models/logs_archive_order_definition.rb +3 -0
  629. data/lib/datadog_api_client/v2/models/logs_archives.rb +3 -0
  630. data/lib/datadog_api_client/v2/models/logs_compute.rb +3 -0
  631. data/lib/datadog_api_client/v2/models/logs_group_by.rb +3 -0
  632. data/lib/datadog_api_client/v2/models/logs_group_by_histogram.rb +3 -0
  633. data/lib/datadog_api_client/v2/models/logs_list_request.rb +3 -0
  634. data/lib/datadog_api_client/v2/models/logs_list_request_page.rb +3 -0
  635. data/lib/datadog_api_client/v2/models/logs_list_response.rb +3 -0
  636. data/lib/datadog_api_client/v2/models/logs_list_response_links.rb +3 -0
  637. data/lib/datadog_api_client/v2/models/logs_metric_compute.rb +3 -0
  638. data/lib/datadog_api_client/v2/models/logs_metric_create_attributes.rb +3 -0
  639. data/lib/datadog_api_client/v2/models/logs_metric_create_data.rb +3 -0
  640. data/lib/datadog_api_client/v2/models/logs_metric_create_request.rb +3 -0
  641. data/lib/datadog_api_client/v2/models/logs_metric_filter.rb +3 -0
  642. data/lib/datadog_api_client/v2/models/logs_metric_group_by.rb +3 -0
  643. data/lib/datadog_api_client/v2/models/logs_metric_response.rb +3 -0
  644. data/lib/datadog_api_client/v2/models/logs_metric_response_attributes.rb +3 -0
  645. data/lib/datadog_api_client/v2/models/logs_metric_response_compute.rb +3 -0
  646. data/lib/datadog_api_client/v2/models/logs_metric_response_data.rb +3 -0
  647. data/lib/datadog_api_client/v2/models/logs_metric_response_filter.rb +3 -0
  648. data/lib/datadog_api_client/v2/models/logs_metric_response_group_by.rb +3 -0
  649. data/lib/datadog_api_client/v2/models/logs_metric_update_attributes.rb +3 -0
  650. data/lib/datadog_api_client/v2/models/logs_metric_update_data.rb +3 -0
  651. data/lib/datadog_api_client/v2/models/logs_metric_update_request.rb +3 -0
  652. data/lib/datadog_api_client/v2/models/logs_metrics_response.rb +3 -0
  653. data/lib/datadog_api_client/v2/models/logs_query_filter.rb +3 -0
  654. data/lib/datadog_api_client/v2/models/logs_query_options.rb +3 -0
  655. data/lib/datadog_api_client/v2/models/logs_response_metadata.rb +3 -0
  656. data/lib/datadog_api_client/v2/models/logs_response_metadata_page.rb +3 -0
  657. data/lib/datadog_api_client/v2/models/logs_warning.rb +3 -0
  658. data/lib/datadog_api_client/v2/models/metric.rb +3 -0
  659. data/lib/datadog_api_client/v2/models/metric_all_tags.rb +3 -0
  660. data/lib/datadog_api_client/v2/models/metric_all_tags_attributes.rb +3 -0
  661. data/lib/datadog_api_client/v2/models/metric_all_tags_response.rb +3 -0
  662. data/lib/datadog_api_client/v2/models/metric_distinct_volume.rb +3 -0
  663. data/lib/datadog_api_client/v2/models/metric_distinct_volume_attributes.rb +3 -0
  664. data/lib/datadog_api_client/v2/models/metric_ingested_indexed_volume.rb +3 -0
  665. data/lib/datadog_api_client/v2/models/metric_ingested_indexed_volume_attributes.rb +3 -0
  666. data/lib/datadog_api_client/v2/models/metric_tag_configuration.rb +3 -0
  667. data/lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb +3 -0
  668. data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +3 -0
  669. data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_data.rb +3 -0
  670. data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_request.rb +3 -0
  671. data/lib/datadog_api_client/v2/models/metric_tag_configuration_response.rb +3 -0
  672. data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +3 -0
  673. data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_data.rb +3 -0
  674. data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_request.rb +3 -0
  675. data/lib/datadog_api_client/v2/models/metric_volumes_response.rb +3 -0
  676. data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations_response.rb +3 -0
  677. data/lib/datadog_api_client/v2/models/organization.rb +3 -0
  678. data/lib/datadog_api_client/v2/models/organization_attributes.rb +3 -0
  679. data/lib/datadog_api_client/v2/models/pagination.rb +3 -0
  680. data/lib/datadog_api_client/v2/models/partial_api_key.rb +3 -0
  681. data/lib/datadog_api_client/v2/models/partial_api_key_attributes.rb +3 -0
  682. data/lib/datadog_api_client/v2/models/partial_application_key.rb +3 -0
  683. data/lib/datadog_api_client/v2/models/partial_application_key_attributes.rb +3 -0
  684. data/lib/datadog_api_client/v2/models/permission.rb +3 -0
  685. data/lib/datadog_api_client/v2/models/permission_attributes.rb +3 -0
  686. data/lib/datadog_api_client/v2/models/permissions_response.rb +3 -0
  687. data/lib/datadog_api_client/v2/models/process_summaries_meta.rb +3 -0
  688. data/lib/datadog_api_client/v2/models/process_summaries_meta_page.rb +3 -0
  689. data/lib/datadog_api_client/v2/models/process_summaries_response.rb +3 -0
  690. data/lib/datadog_api_client/v2/models/process_summary.rb +3 -0
  691. data/lib/datadog_api_client/v2/models/process_summary_attributes.rb +3 -0
  692. data/lib/datadog_api_client/v2/models/relationship_to_incident_integration_metadata_data.rb +3 -0
  693. data/lib/datadog_api_client/v2/models/relationship_to_incident_integration_metadatas.rb +3 -0
  694. data/lib/datadog_api_client/v2/models/relationship_to_incident_postmortem.rb +3 -0
  695. data/lib/datadog_api_client/v2/models/relationship_to_incident_postmortem_data.rb +3 -0
  696. data/lib/datadog_api_client/v2/models/relationship_to_organization.rb +3 -0
  697. data/lib/datadog_api_client/v2/models/relationship_to_organization_data.rb +3 -0
  698. data/lib/datadog_api_client/v2/models/relationship_to_organizations.rb +3 -0
  699. data/lib/datadog_api_client/v2/models/relationship_to_permission.rb +3 -0
  700. data/lib/datadog_api_client/v2/models/relationship_to_permission_data.rb +3 -0
  701. data/lib/datadog_api_client/v2/models/relationship_to_permissions.rb +3 -0
  702. data/lib/datadog_api_client/v2/models/relationship_to_role.rb +3 -0
  703. data/lib/datadog_api_client/v2/models/relationship_to_role_data.rb +3 -0
  704. data/lib/datadog_api_client/v2/models/relationship_to_roles.rb +3 -0
  705. data/lib/datadog_api_client/v2/models/relationship_to_user.rb +3 -0
  706. data/lib/datadog_api_client/v2/models/relationship_to_user_data.rb +3 -0
  707. data/lib/datadog_api_client/v2/models/relationship_to_users.rb +3 -0
  708. data/lib/datadog_api_client/v2/models/response_meta_attributes.rb +3 -0
  709. data/lib/datadog_api_client/v2/models/role.rb +3 -0
  710. data/lib/datadog_api_client/v2/models/role_attributes.rb +3 -0
  711. data/lib/datadog_api_client/v2/models/role_create_attributes.rb +3 -0
  712. data/lib/datadog_api_client/v2/models/role_create_data.rb +3 -0
  713. data/lib/datadog_api_client/v2/models/role_create_request.rb +3 -0
  714. data/lib/datadog_api_client/v2/models/role_create_response.rb +3 -0
  715. data/lib/datadog_api_client/v2/models/role_create_response_data.rb +3 -0
  716. data/lib/datadog_api_client/v2/models/role_relationships.rb +3 -0
  717. data/lib/datadog_api_client/v2/models/role_response.rb +3 -0
  718. data/lib/datadog_api_client/v2/models/role_response_relationships.rb +3 -0
  719. data/lib/datadog_api_client/v2/models/role_update_attributes.rb +3 -0
  720. data/lib/datadog_api_client/v2/models/role_update_data.rb +3 -0
  721. data/lib/datadog_api_client/v2/models/role_update_request.rb +3 -0
  722. data/lib/datadog_api_client/v2/models/role_update_response.rb +3 -0
  723. data/lib/datadog_api_client/v2/models/role_update_response_data.rb +3 -0
  724. data/lib/datadog_api_client/v2/models/roles_response.rb +3 -0
  725. data/lib/datadog_api_client/v2/models/security_filter.rb +3 -0
  726. data/lib/datadog_api_client/v2/models/security_filter_attributes.rb +3 -0
  727. data/lib/datadog_api_client/v2/models/security_filter_create_attributes.rb +3 -0
  728. data/lib/datadog_api_client/v2/models/security_filter_create_data.rb +3 -0
  729. data/lib/datadog_api_client/v2/models/security_filter_create_request.rb +3 -0
  730. data/lib/datadog_api_client/v2/models/security_filter_exclusion_filter.rb +3 -0
  731. data/lib/datadog_api_client/v2/models/security_filter_exclusion_filter_response.rb +3 -0
  732. data/lib/datadog_api_client/v2/models/security_filter_meta.rb +3 -0
  733. data/lib/datadog_api_client/v2/models/security_filter_response.rb +3 -0
  734. data/lib/datadog_api_client/v2/models/security_filter_update_attributes.rb +3 -0
  735. data/lib/datadog_api_client/v2/models/security_filter_update_data.rb +3 -0
  736. data/lib/datadog_api_client/v2/models/security_filter_update_request.rb +3 -0
  737. data/lib/datadog_api_client/v2/models/security_filters_response.rb +3 -0
  738. data/lib/datadog_api_client/v2/models/security_monitoring_filter.rb +3 -0
  739. data/lib/datadog_api_client/v2/models/security_monitoring_list_rules_response.rb +4 -1
  740. data/lib/datadog_api_client/v2/models/security_monitoring_rule_case.rb +3 -0
  741. data/lib/datadog_api_client/v2/models/security_monitoring_rule_case_create.rb +3 -0
  742. data/lib/datadog_api_client/v2/models/security_monitoring_rule_create_payload.rb +14 -1
  743. data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb +3 -0
  744. data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +3 -0
  745. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query.rb +3 -0
  746. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_create.rb +3 -0
  747. data/lib/datadog_api_client/v2/models/security_monitoring_rule_response.rb +25 -2
  748. data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +42 -4
  749. data/lib/datadog_api_client/v2/models/security_monitoring_runtime_agent_rule.rb +3 -0
  750. data/lib/datadog_api_client/v2/models/security_monitoring_signal.rb +3 -0
  751. data/lib/datadog_api_client/v2/models/security_monitoring_signal_attributes.rb +3 -0
  752. data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request.rb +3 -0
  753. data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request_filter.rb +3 -0
  754. data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request_page.rb +3 -0
  755. data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response.rb +3 -0
  756. data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_links.rb +3 -0
  757. data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_meta.rb +3 -0
  758. data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_meta_page.rb +3 -0
  759. data/lib/datadog_api_client/v2/models/user.rb +3 -0
  760. data/lib/datadog_api_client/v2/models/user_attributes.rb +3 -0
  761. data/lib/datadog_api_client/v2/models/user_create_attributes.rb +3 -0
  762. data/lib/datadog_api_client/v2/models/user_create_data.rb +3 -0
  763. data/lib/datadog_api_client/v2/models/user_create_request.rb +3 -0
  764. data/lib/datadog_api_client/v2/models/user_invitation_data.rb +3 -0
  765. data/lib/datadog_api_client/v2/models/user_invitation_data_attributes.rb +3 -0
  766. data/lib/datadog_api_client/v2/models/user_invitation_relationships.rb +3 -0
  767. data/lib/datadog_api_client/v2/models/user_invitation_response.rb +3 -0
  768. data/lib/datadog_api_client/v2/models/user_invitation_response_data.rb +3 -0
  769. data/lib/datadog_api_client/v2/models/user_invitations_request.rb +3 -0
  770. data/lib/datadog_api_client/v2/models/user_invitations_response.rb +3 -0
  771. data/lib/datadog_api_client/v2/models/user_relationships.rb +3 -0
  772. data/lib/datadog_api_client/v2/models/user_response.rb +3 -0
  773. data/lib/datadog_api_client/v2/models/user_response_relationships.rb +3 -0
  774. data/lib/datadog_api_client/v2/models/user_update_attributes.rb +3 -0
  775. data/lib/datadog_api_client/v2/models/user_update_data.rb +3 -0
  776. data/lib/datadog_api_client/v2/models/user_update_request.rb +3 -0
  777. data/lib/datadog_api_client/v2/models/users_response.rb +3 -0
  778. data/lib/datadog_api_client/version.rb +1 -1
  779. data/spec/v1/models/{usage_tracing_without_limits_hour_spec.rb → aws_account_delete_request_spec.rb} +14 -8
  780. data/spec/v1/models/{usage_trace_hour_spec.rb → pagination_spec.rb} +8 -8
  781. data/spec/v1/models/{usage_tracing_without_limits_response_spec.rb → response_meta_attributes_spec.rb} +7 -7
  782. data/spec/v1/models/{synthetics_tick_interval_spec.rb → tree_map_color_by_spec.rb} +6 -6
  783. data/spec/v1/models/tree_map_group_by_spec.rb +31 -0
  784. data/spec/v1/models/tree_map_size_by_spec.rb +31 -0
  785. data/spec/v1/models/tree_map_widget_definition_spec.rb +67 -0
  786. data/spec/v1/models/tree_map_widget_definition_type_spec.rb +31 -0
  787. data/spec/v1/models/{usage_trace_response_spec.rb → tree_map_widget_request_spec.rb} +7 -7
  788. data/spec/v1/models/usage_attribution_body_spec.rb +12 -0
  789. data/spec/v1/models/usage_attribution_pagination_spec.rb +1 -13
  790. data/spec/v1/models/usage_attribution_values_spec.rb +48 -0
  791. data/spec/v1/models/usage_billable_summary_keys_spec.rb +78 -0
  792. data/spec/v1/models/usage_host_hour_spec.rb +18 -0
  793. data/spec/v1/models/usage_summary_date_org_spec.rb +54 -0
  794. data/spec/v1/models/usage_summary_date_spec.rb +56 -2
  795. data/spec/v1/models/usage_summary_response_spec.rb +60 -0
  796. data/spec/v1/models/usage_top_avg_metrics_response_spec.rb +6 -0
  797. metadata +39 -27
  798. data/.github/workflows/scripts/test_integration.js +0 -24
  799. data/docs/v1/UsageTraceHour.md +0 -20
  800. data/docs/v1/UsageTraceResponse.md +0 -18
  801. data/docs/v1/UsageTracingWithoutLimitsHour.md +0 -20
  802. data/docs/v1/UsageTracingWithoutLimitsResponse.md +0 -18
  803. data/docs/v2/SecurityFilterDeleteResponse.md +0 -18
  804. data/spec/v2/models/security_filter_delete_response_spec.rb +0 -37
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 966d9a971a8b59a89c3146c840524dfa0681c78a89c79010cc6c49ac432c051e
4
- data.tar.gz: c080a88ce308169979c2341d257ae48bcba252ca6c1d6d6f057e0c24d902d0ab
3
+ metadata.gz: 16a8c0052c39f7c2e4839e49adc639faa2ec6fbcbe7181fd29cf9e0c50eca672
4
+ data.tar.gz: fcb145b61dff944737763e2ad718645cc60cf7516f62469e865392de1f86b6ea
5
5
  SHA512:
6
- metadata.gz: 917343d9d3726e7d10ee74e9927130e1b3180aba3f2c2221e8da966a80ec765dbf397a482381e5dca8963230777fc612013d4ee2159b272d001602e65511f0fc
7
- data.tar.gz: c4fb4d110cc1481ad2324a096cedb1eb7e0668a7da0641efaf3a69449416ea883d4fa74c0043c61fa96398f8229c3b40100762caa961b892a416cae0fb9f036b
6
+ metadata.gz: 9db95256744c03eb24972bb4615899430a0de5501b9a76824c93faf86dabd8456328beae4acc76f83d6089d0cc59a831016962be02d108e23ca9722996358fae
7
+ data.tar.gz: c69015b38aacc8879bb943bc0ac63ce284a47d6e19b2babe949d1af45d0db5128f46101e4815a5aa3b11ddc1434f200a33b279edae1aeed1cbbdb8e9fedd4443
data/.apigentools-info CHANGED
@@ -3,14 +3,14 @@
3
3
  "info_version": "2",
4
4
  "spec_versions": {
5
5
  "v1": {
6
- "apigentools_version": "1.4.1.dev8",
7
- "regenerated": "2021-06-07 11:36:45.335016",
8
- "spec_repo_commit": "cb48df5"
6
+ "apigentools_version": "1.4.1.dev11",
7
+ "regenerated": "2021-07-14 09:07:16.506440",
8
+ "spec_repo_commit": "f0a4221"
9
9
  },
10
10
  "v2": {
11
- "apigentools_version": "1.4.1.dev8",
12
- "regenerated": "2021-06-07 11:37:41.263441",
13
- "spec_repo_commit": "cb48df5"
11
+ "apigentools_version": "1.4.1.dev11",
12
+ "regenerated": "2021-07-14 09:08:07.251643",
13
+ "spec_repo_commit": "f0a4221"
14
14
  }
15
15
  }
16
16
  }
@@ -19,9 +19,7 @@ All URIs are relative to *{{basePath}}*
19
19
 
20
20
  > {{#returnType}}{{#returnTypeIsPrimitive}}{{returnType}}{{/returnTypeIsPrimitive}}{{^returnTypeIsPrimitive}}<{{{returnType}}}>{{/returnTypeIsPrimitive}} {{/returnType}}{{operationId}}{{#hasParams}}({{#requiredParams}}{{{paramName}}}{{^-last}}, {{/-last}}{{/requiredParams}}{{#optionalParams}}{{#-last}}{{#hasRequiredParams}}, {{/hasRequiredParams}}opts{{/-last}}{{/optionalParams}}){{/hasParams}}
21
21
 
22
- {{{summary}}}{{#notes}}
23
-
24
- {{{notes}}}{{/notes}}
22
+ {{#notes}}{{{unescapedNotes}}}{{/notes}}
25
23
 
26
24
  ### Examples
27
25
 
@@ -55,6 +55,9 @@
55
55
  when :Object
56
56
  # generic object (usually a Hash), return directly
57
57
  value
58
+ when :Array
59
+ # generic array, return directly
60
+ value
58
61
  when /\AArray<(?<inner_type>.+)>\z/
59
62
  inner_type = Regexp.last_match[:inner_type]
60
63
  value.map { |v| _deserialize(inner_type, v) }
@@ -0,0 +1,35 @@
1
+ name: Send PR Approval Status
2
+
3
+ on:
4
+ pull_request:
5
+ branches:
6
+ - master
7
+ types: ["review_requested", "synchronize", "opened", "reopened"]
8
+ pull_request_review:
9
+ types:
10
+ - submitted
11
+ - dismissed
12
+
13
+ jobs:
14
+ send_status:
15
+ runs-on: ubuntu-latest
16
+ if: >
17
+ github.event.pull_request.draft == false &&
18
+ !contains(github.event.pull_request.labels.*.name, 'ci/skip') &&
19
+ !contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/') &&
20
+ contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
21
+ steps:
22
+ - name: Get GitHub App token
23
+ id: get_token
24
+ uses: tibdex/github-app-token@v1.3.0
25
+ with:
26
+ app_id: ${{ secrets.PIPELINE_GITHUB_APP_ID }}
27
+ private_key: ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
28
+ repository: DataDog/datadog-api-spec
29
+ - name: Checkout code
30
+ uses: actions/checkout@v2
31
+ - name: Post PR review status check
32
+ uses: DataDog/github-actions/post-review-status@v1.0.0
33
+ with:
34
+ github-token: ${{ steps.get_token.outputs.token }}
35
+ repo: datadog-api-spec
@@ -14,30 +14,30 @@ jobs:
14
14
  runs-on: ubuntu-latest
15
15
  if: false == startsWith(github.event.pull_request.head.ref, 'datadog-api-spec/generated/') && !contains(github.event.pull_request.labels.*.name, 'ci/skip/pre-commit')
16
16
  steps:
17
- - uses: actions/checkout@v1
18
- - uses: actions/setup-python@v1
19
- - name: Install pre-commit
20
- run: python -m pip install pre-commit
21
- - name: set PY
22
- run: echo "PY=$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')" >> $GITHUB_ENV
23
- - uses: actions/cache@v1
24
- with:
25
- path: ~/.cache/pre-commit
26
- key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
27
- - name: Run pre-commit
28
- run: pre-commit run --all-files --source ${{ github.event.pull_request.base.sha }} --origin ${{ github.event.pull_request.head.sha }} --show-diff-on-failure --color=always
17
+ - uses: actions/checkout@v1
18
+ - uses: actions/setup-python@v1
19
+ - name: Install pre-commit
20
+ run: python -m pip install pre-commit
21
+ - name: set PY
22
+ run: echo "PY=$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')" >> $GITHUB_ENV
23
+ - uses: actions/cache@v1
24
+ with:
25
+ path: ~/.cache/pre-commit
26
+ key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
27
+ - name: Run pre-commit
28
+ run: pre-commit run --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }} --show-diff-on-failure --color=always
29
29
 
30
30
  test:
31
31
  strategy:
32
32
  matrix:
33
- ruby-version: ['2.5', '2.6', '2.7']
33
+ ruby-version: ["2.5", "2.6", "2.7"]
34
34
  platform: [ubuntu-latest, macos-latest] # , windows-latest]
35
35
  # test only latest version on macos and windows
36
36
  exclude:
37
37
  - platform: macos-latest
38
- ruby-version: '2.5'
38
+ ruby-version: "2.5"
39
39
  - platform: macos-latest
40
- ruby-version: '2.6'
40
+ ruby-version: "2.6"
41
41
  # - platform: windows-latest
42
42
  # ruby-version: '2.5'
43
43
  # - platform: windows-latest
@@ -45,12 +45,35 @@ jobs:
45
45
  runs-on: ${{ matrix.platform }}
46
46
  if: github.event.pull_request.draft == false && !contains(github.event.pull_request.labels.*.name, 'ci/skip') && !contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/')
47
47
  steps:
48
- - uses: actions/checkout@v2
49
- - name: Set up Ruby ${{ matrix.ruby-version }}
50
- uses: ruby/setup-ruby@v1
51
- with:
52
- ruby-version: ${{ matrix.ruby-version }}
53
- bundler-cache: true
54
- - name: Test
55
- run: ./run-tests.sh
56
- shell: bash
48
+ - uses: actions/checkout@v2
49
+ - name: Set up Ruby ${{ matrix.ruby-version }}
50
+ uses: ruby/setup-ruby@v1
51
+ with:
52
+ ruby-version: ${{ matrix.ruby-version }}
53
+ bundler-cache: true
54
+ - name: Test
55
+ run: ./run-tests.sh
56
+ shell: bash
57
+
58
+ report:
59
+ runs-on: ubuntu-latest
60
+ if: always() && github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
61
+ needs: test
62
+ steps:
63
+ - name: Get GitHub App token
64
+ if: github.event_name == 'pull_request'
65
+ id: get_token
66
+ uses: tibdex/github-app-token@v1.3.0
67
+ with:
68
+ app_id: ${{ secrets.PIPELINE_GITHUB_APP_ID }}
69
+ private_key: ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
70
+ repository: DataDog/datadog-api-spec
71
+ - name: Checkout code
72
+ uses: actions/checkout@v2
73
+ - name: Post status check
74
+ uses: DataDog/github-actions/post-status-check@v1.0.0
75
+ with:
76
+ github-token: ${{ steps.get_token.outputs.token }}
77
+ repo: datadog-api-spec
78
+ status: ${{ needs.test.result }}
79
+ context: unit
@@ -31,57 +31,57 @@ jobs:
31
31
  DD_HOSTNAME: "none"
32
32
  DD_INSIDE_CI: "true"
33
33
  steps:
34
- - name: Get GitHub App token
35
- if: github.event_name == 'pull_request'
36
- id: get_token
37
- uses: tibdex/github-app-token@v1.3.0
38
- with:
39
- app_id: ${{ secrets.PIPELINE_GITHUB_APP_ID }}
40
- private_key: ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
41
- repository: DataDog/datadog-api-spec
42
- - name: Checkout code
43
- uses: actions/checkout@v2
44
- - name: Post pending status check
45
- if: github.event_name == 'pull_request'
46
- uses: actions/github-script@v4.0.2
47
- with:
48
- github-token: ${{ steps.get_token.outputs.token }}
49
- script: |
50
- const script = require('.github/workflows/scripts/test_integration.js')
51
- await script.post_status_check(github, context, "pending")
52
- - name: Set up Ruby 2.7
53
- uses: ruby/setup-ruby@v1
54
- with:
55
- ruby-version: 2.7
56
- bundler-cache: true
57
- - name: Install deps
58
- run: bundle install
59
- - name: Run integration tests
60
- run: ./run-tests.sh
61
- shell: bash
62
- env:
63
- CI: "true"
64
- DD_AGENT_HOST: localhost
65
- DD_ENV: prod
66
- DD_SERVICE: datadog-api-client-ruby
67
- DD_TAGS: "team:integration-tools-and-libraries"
68
- DD_TEST_CLIENT_API_KEY: ${{ secrets.DD_CLIENT_API_KEY }}
69
- DD_TEST_CLIENT_APP_KEY: ${{ secrets.DD_CLIENT_APP_KEY }}
70
- DD_TRACE_ANALYTICS_ENABLED: "true"
71
- RECORD: "none"
72
- - name: Post failure status check
73
- if: failure() && github.event_name == 'pull_request'
74
- uses: actions/github-script@v4.0.2
75
- with:
76
- github-token: ${{ steps.get_token.outputs.token }}
77
- script: |
78
- const script = require('./.github/workflows/scripts/test_integration.js')
79
- await script.post_status_check(github, context, "failure")
80
- - name: Post success status check
81
- if: "!failure() && github.event_name == 'pull_request'"
82
- uses: actions/github-script@v4.0.2
83
- with:
84
- github-token: ${{ steps.get_token.outputs.token }}
85
- script: |
86
- const script = require('./.github/workflows/scripts/test_integration.js')
87
- await script.post_status_check(github, context, "success")
34
+ - name: Get GitHub App token
35
+ if: github.event_name == 'pull_request'
36
+ id: get_token
37
+ uses: tibdex/github-app-token@v1.3.0
38
+ with:
39
+ app_id: ${{ secrets.PIPELINE_GITHUB_APP_ID }}
40
+ private_key: ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
41
+ repository: DataDog/datadog-api-spec
42
+ - name: Checkout code
43
+ uses: actions/checkout@v2
44
+ - name: Post pending status check
45
+ if: github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
46
+ uses: DataDog/github-actions/post-status-check@v1.0.0
47
+ with:
48
+ github-token: ${{ steps.get_token.outputs.token }}
49
+ repo: datadog-api-spec
50
+ status: pending
51
+ context: integration
52
+ - name: Set up Ruby 2.7
53
+ uses: ruby/setup-ruby@v1
54
+ with:
55
+ ruby-version: 2.7
56
+ bundler-cache: true
57
+ - name: Install deps
58
+ run: bundle install
59
+ - name: Run integration tests
60
+ run: ./run-tests.sh
61
+ shell: bash
62
+ env:
63
+ CI: "true"
64
+ DD_AGENT_HOST: localhost
65
+ DD_ENV: prod
66
+ DD_SERVICE: datadog-api-client-ruby
67
+ DD_TAGS: "team:integration-tools-and-libraries"
68
+ DD_TEST_CLIENT_API_KEY: ${{ secrets.DD_CLIENT_API_KEY }}
69
+ DD_TEST_CLIENT_APP_KEY: ${{ secrets.DD_CLIENT_APP_KEY }}
70
+ DD_TRACE_ANALYTICS_ENABLED: "true"
71
+ RECORD: "none"
72
+ - name: Post failure status check
73
+ if: failure() && github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
74
+ uses: DataDog/github-actions/post-status-check@v1.0.0
75
+ with:
76
+ github-token: ${{ steps.get_token.outputs.token }}
77
+ repo: datadog-api-spec
78
+ status: failure
79
+ context: integration
80
+ - name: Post success status check
81
+ if: "!failure() && github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')"
82
+ uses: DataDog/github-actions/post-status-check@v1.0.0
83
+ with:
84
+ github-token: ${{ steps.get_token.outputs.token }}
85
+ repo: datadog-api-spec
86
+ status: success
87
+ context: integration
@@ -266,7 +266,6 @@ docs/SecurityFilterAttributes.md
266
266
  docs/SecurityFilterCreateAttributes.md
267
267
  docs/SecurityFilterCreateData.md
268
268
  docs/SecurityFilterCreateRequest.md
269
- docs/SecurityFilterDeleteResponse.md
270
269
  docs/SecurityFilterExclusionFilter.md
271
270
  docs/SecurityFilterExclusionFilterResponse.md
272
271
  docs/SecurityFilterFilteredDataType.md
@@ -605,7 +604,6 @@ lib/datadog_api_client/v2/models/security_filter_attributes.rb
605
604
  lib/datadog_api_client/v2/models/security_filter_create_attributes.rb
606
605
  lib/datadog_api_client/v2/models/security_filter_create_data.rb
607
606
  lib/datadog_api_client/v2/models/security_filter_create_request.rb
608
- lib/datadog_api_client/v2/models/security_filter_delete_response.rb
609
607
  lib/datadog_api_client/v2/models/security_filter_exclusion_filter.rb
610
608
  lib/datadog_api_client/v2/models/security_filter_exclusion_filter_response.rb
611
609
  lib/datadog_api_client/v2/models/security_filter_filtered_data_type.rb
@@ -939,7 +937,6 @@ spec/models/security_filter_attributes_spec.rb
939
937
  spec/models/security_filter_create_attributes_spec.rb
940
938
  spec/models/security_filter_create_data_spec.rb
941
939
  spec/models/security_filter_create_request_spec.rb
942
- spec/models/security_filter_delete_response_spec.rb
943
940
  spec/models/security_filter_exclusion_filter_response_spec.rb
944
941
  spec/models/security_filter_exclusion_filter_spec.rb
945
942
  spec/models/security_filter_filtered_data_type_spec.rb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.2.0 / 2021-07-15
4
+
5
+ * [Added] Add `allow_insecure` option for multistep steps in Synthetics. See [#426](https://github.com/DataDog/datadog-api-client-ruby/pull/426).
6
+ * [Added] Add support for ` GET /api/v2/application_keys/{app_key_id}`. See [#416](https://github.com/DataDog/datadog-api-client-ruby/pull/416).
7
+ * [Added] Add `meta` property with pagination info to SLOCorrectionList endpoint response. See [#414](https://github.com/DataDog/datadog-api-client-ruby/pull/414).
8
+ * [Added] Add support for `treemap` widget. See [#409](https://github.com/DataDog/datadog-api-client-ruby/pull/409).
9
+ * [Added] Add missing properties `query_index` and `tag_set` to `MetricsQueryMetadata`. See [#385](https://github.com/DataDog/datadog-api-client-ruby/pull/385).
10
+ * [Added] Add missing fields `hasExtendedTitle`, `type`, `version` and `updateAuthorId` for Security Monitoring Rule endpoints. See [#398](https://github.com/DataDog/datadog-api-client-ruby/pull/398).
11
+ * [Added] Dashboard RBAC role support. See [#395](https://github.com/DataDog/datadog-api-client-ruby/pull/395).
12
+ * [Added] Add missing fields in usage billable summary keys. See [#393](https://github.com/DataDog/datadog-api-client-ruby/pull/393).
13
+ * [Added] [Synthetics] Add monitor name and priority options. See [#388](https://github.com/DataDog/datadog-api-client-ruby/pull/388).
14
+ * [Fixed] Fix `status` property name for browser error status in Synthetics. See [#428](https://github.com/DataDog/datadog-api-client-ruby/pull/428).
15
+ * [Fixed] Remove US only constraint for AWS tag filtering. See [#405](https://github.com/DataDog/datadog-api-client-ruby/pull/405).
16
+ * [Fixed] Add BDD tests to synthetics. See [#404](https://github.com/DataDog/datadog-api-client-ruby/pull/404).
17
+ * [Fixed] Handle null in query metrics unit. See [#401](https://github.com/DataDog/datadog-api-client-ruby/pull/401).
18
+ * [Changed] Add separate schema for deleting AWS account. See [#425](https://github.com/DataDog/datadog-api-client-ruby/pull/425).
19
+ * [Changed] Specify format of `report_id` parameter. See [#422](https://github.com/DataDog/datadog-api-client-ruby/pull/422).
20
+ * [Changed] Remove Synthetics tick interval enum. See [#403](https://github.com/DataDog/datadog-api-client-ruby/pull/403).
21
+ * [Removed] Remove deprecated endpoints `/api/v1/usage/traces` and `/api/v1/usage/tracing-without-limits`. See [#430](https://github.com/DataDog/datadog-api-client-ruby/pull/430).
22
+
3
23
  ## 1.1.0 / 2021-06-08
4
24
 
5
25
  * [Added] Add CWS to usage metering endpoint. See [#376](https://github.com/DataDog/datadog-api-client-ruby/pull/376).
data/data/v1/openapi.yaml CHANGED
@@ -131,6 +131,22 @@ components:
131
131
  description: AWS external_id.
132
132
  type: string
133
133
  type: object
134
+ AWSAccountDeleteRequest:
135
+ description: List of AWS accounts to delete.
136
+ properties:
137
+ access_key_id:
138
+ description: Your AWS access key ID. Only required if your AWS account is
139
+ a GovCloud or China account.
140
+ type: string
141
+ account_id:
142
+ description: Your AWS Account ID without dashes.
143
+ example: '1234567'
144
+ type: string
145
+ role_name:
146
+ description: Your Datadog role delegation name.
147
+ example: DatadogAWSIntegrationRole
148
+ type: string
149
+ type: object
134
150
  AWSAccountListResponse:
135
151
  description: List of enabled AWS accounts.
136
152
  properties:
@@ -652,9 +668,9 @@ components:
652
668
  $ref: '#/components/schemas/WidgetCustomLink'
653
669
  type: array
654
670
  requests:
655
- description: "Array of one request object to display in the widget.\n\n\
656
- See the dedicated [Request JSON schema documentation](https://docs.datadoghq.com/dashboards/graphing_json/request_json)\n\
657
- \ to learn how to build the `REQUEST_SCHEMA`."
671
+ description: "Array of one request object to display in the widget.\n\nSee
672
+ the dedicated [Request JSON schema documentation](https://docs.datadoghq.com/dashboards/graphing_json/request_json)\n
673
+ to learn how to build the `REQUEST_SCHEMA`."
658
674
  example:
659
675
  - q/apm_query/log_query: <METRIC_1>{<SCOPE_1>}
660
676
  items:
@@ -847,9 +863,9 @@ components:
847
863
  readOnly: true
848
864
  type: object
849
865
  Dashboard:
850
- description: "A dashboard is Datadog\u2019s tool for visually tracking, analyzing,\
851
- \ and displaying\nkey performance metrics, which enable you to monitor the\
852
- \ health of your infrastructure."
866
+ description: "A dashboard is Datadog\u2019s tool for visually tracking, analyzing,
867
+ and displaying\nkey performance metrics, which enable you to monitor the health
868
+ of your infrastructure."
853
869
  properties:
854
870
  author_handle:
855
871
  description: Identifier of the dashboard author.
@@ -893,6 +909,15 @@ components:
893
909
  type: array
894
910
  reflow_type:
895
911
  $ref: '#/components/schemas/DashboardReflowType'
912
+ restricted_roles:
913
+ description: A list of role identifiers. Only the author and users associated
914
+ with at least one of these roles can edit this dashboard. Overrides the
915
+ `is_read_only` property if both are present. **This feature is currently
916
+ in beta.**
917
+ items:
918
+ description: A role UUID.
919
+ type: string
920
+ type: array
896
921
  template_variable_presets:
897
922
  description: Array of template variables saved views.
898
923
  items:
@@ -1114,9 +1139,9 @@ components:
1114
1139
  readOnly: true
1115
1140
  type: object
1116
1141
  DistributionWidgetDefinition:
1117
- description: "The Distribution visualization is another way of showing metrics\n\
1118
- aggregated across one or several tags, such as hosts.\nUnlike the heat map,\
1119
- \ a distribution graph\u2019s x-axis is quantity rather than time."
1142
+ description: "The Distribution visualization is another way of showing metrics\naggregated
1143
+ across one or several tags, such as hosts.\nUnlike the heat map, a distribution
1144
+ graph\u2019s x-axis is quantity rather than time."
1120
1145
  properties:
1121
1146
  legend_size:
1122
1147
  deprecated: true
@@ -1129,9 +1154,9 @@ components:
1129
1154
  $ref: '#/components/schemas/WidgetMarker'
1130
1155
  type: array
1131
1156
  requests:
1132
- description: "Array of one request object to display in the widget.\n\n\
1133
- See the dedicated [Request JSON schema documentation](https://docs.datadoghq.com/dashboards/graphing_json/request_json)\n\
1134
- \ to learn how to build the `REQUEST_SCHEMA`."
1157
+ description: "Array of one request object to display in the widget.\n\nSee
1158
+ the dedicated [Request JSON schema documentation](https://docs.datadoghq.com/dashboards/graphing_json/request_json)\n
1159
+ to learn how to build the `REQUEST_SCHEMA`."
1135
1160
  example:
1136
1161
  - q: host:X tags:Y
1137
1162
  items:
@@ -2493,7 +2518,7 @@ components:
2493
2518
  type: integer
2494
2519
  message:
2495
2520
  description: Error message.
2496
- example: ''
2521
+ example: Your browser sent an invalid request.
2497
2522
  type: string
2498
2523
  required:
2499
2524
  - code
@@ -3392,22 +3417,22 @@ components:
3392
3417
  $ref: '#/components/schemas/LogsAPIError'
3393
3418
  type: object
3394
3419
  LogsArithmeticProcessor:
3395
- description: "Use the Arithmetic Processor to add a new attribute (without spaces\
3396
- \ or special characters\nin the new attribute name) to a log with the result\
3397
- \ of the provided formula.\nThis enables you to remap different time attributes\
3398
- \ with different units into a single attribute,\nor to compute operations\
3399
- \ on attributes within the same log.\n\nThe formula can use parentheses and\
3400
- \ the basic arithmetic operators `-`, `+`, `*`, `/`.\n\nBy default, the calculation\
3401
- \ is skipped if an attribute is missing.\nSelect \u201CReplace missing attribute\
3402
- \ by 0\u201D to automatically populate\nmissing attribute values with 0 to\
3403
- \ ensure that the calculation is done.\nAn attribute is missing if it is not\
3404
- \ found in the log attributes,\nor if it cannot be converted to a number.\n\
3405
- \n*Notes*:\n\n- The operator `-` needs to be space split in the formula as\
3406
- \ it can also be contained in attribute names.\n- If the target attribute\
3407
- \ already exists, it is overwritten by the result of the formula.\n- Results\
3408
- \ are rounded up to the 9th decimal. For example, if the result of the formula\
3409
- \ is `0.1234567891`,\n the actual value stored for the attribute is `0.123456789`.\n\
3410
- - If you need to scale a unit of measure,\n see [Scale Filter](https://docs.datadoghq.com/logs/processing/parsing/?tab=filter#matcher-and-filter)."
3420
+ description: "Use the Arithmetic Processor to add a new attribute (without spaces
3421
+ or special characters\nin the new attribute name) to a log with the result
3422
+ of the provided formula.\nThis enables you to remap different time attributes
3423
+ with different units into a single attribute,\nor to compute operations on
3424
+ attributes within the same log.\n\nThe formula can use parentheses and the
3425
+ basic arithmetic operators `-`, `+`, `*`, `/`.\n\nBy default, the calculation
3426
+ is skipped if an attribute is missing.\nSelect \u201CReplace missing attribute
3427
+ by 0\u201D to automatically populate\nmissing attribute values with 0 to ensure
3428
+ that the calculation is done.\nAn attribute is missing if it is not found
3429
+ in the log attributes,\nor if it cannot be converted to a number.\n\n*Notes*:\n\n-
3430
+ The operator `-` needs to be space split in the formula as it can also be
3431
+ contained in attribute names.\n- If the target attribute already exists, it
3432
+ is overwritten by the result of the formula.\n- Results are rounded up to
3433
+ the 9th decimal. For example, if the result of the formula is `0.1234567891`,\n
3434
+ \ the actual value stored for the attribute is `0.123456789`.\n- If you need
3435
+ to scale a unit of measure,\n see [Scale Filter](https://docs.datadoghq.com/logs/processing/parsing/?tab=filter#matcher-and-filter)."
3411
3436
  properties:
3412
3437
  expression:
3413
3438
  description: Arithmetic operation between one or more log attributes.
@@ -3560,17 +3585,17 @@ components:
3560
3585
  type: array
3561
3586
  type: object
3562
3587
  LogsCategoryProcessor:
3563
- description: "Use the Category Processor to add a new attribute (without spaces\
3564
- \ or special characters in the new attribute name)\nto a log matching a provided\
3565
- \ search query. Use categories to create groups for an analytical view.\n\
3566
- For example, URL groups, machine groups, environments, and response time buckets.\n\
3567
- \n**Notes**:\n\n- The syntax of the query is the one of Logs Explorer search\
3568
- \ bar.\n The query can be done on any log attribute or tag, whether it is\
3569
- \ a facet or not.\n Wildcards can also be used inside your query.\n- Once\
3570
- \ the log has matched one of the Processor queries, it stops.\n Make sure\
3571
- \ they are properly ordered in case a log could match several queries.\n-\
3572
- \ The names of the categories must be unique.\n- Once defined in the Category\
3573
- \ Processor, you can map categories to log status using the Log Status Remapper."
3588
+ description: "Use the Category Processor to add a new attribute (without spaces
3589
+ or special characters in the new attribute name)\nto a log matching a provided
3590
+ search query. Use categories to create groups for an analytical view.\nFor
3591
+ example, URL groups, machine groups, environments, and response time buckets.\n\n**Notes**:\n\n-
3592
+ The syntax of the query is the one of Logs Explorer search bar.\n The query
3593
+ can be done on any log attribute or tag, whether it is a facet or not.\n Wildcards
3594
+ can also be used inside your query.\n- Once the log has matched one of the
3595
+ Processor queries, it stops.\n Make sure they are properly ordered in case
3596
+ a log could match several queries.\n- The names of the categories must be
3597
+ unique.\n- Once defined in the Category Processor, you can map categories
3598
+ to log status using the Log Status Remapper."
3574
3599
  properties:
3575
3600
  categories:
3576
3601
  description: 'Array of filters to match or not a log and their
@@ -3618,17 +3643,17 @@ components:
3618
3643
  x-enum-varnames:
3619
3644
  - CATEGORY_PROCESSOR
3620
3645
  LogsDateRemapper:
3621
- description: "As Datadog receives logs, it timestamps them using the value(s)\
3622
- \ from any of these default attributes.\n\n - `timestamp`\n - `date`\n \
3623
- \ - `_timestamp`\n - `Timestamp`\n - `eventTime`\n - `published_date`\n\
3624
- \n If your logs put their dates in an attribute not in this list,\n use\
3625
- \ the log date Remapper Processor to define their date attribute as the official\
3626
- \ log timestamp.\n The recognized date formats are ISO8601, UNIX (the milliseconds\
3627
- \ EPOCH format), and RFC3164.\n\n **Note:** If your logs don\u2019t contain\
3628
- \ any of the default attributes\n and you haven\u2019t defined your own date\
3629
- \ attribute, Datadog timestamps\n the logs with the date it received them.\n\
3630
- \n If multiple log date remapper processors can be applied to a given log,\n\
3631
- \ only the first one (according to the pipelines order) is taken into account."
3646
+ description: "As Datadog receives logs, it timestamps them using the value(s)
3647
+ from any of these default attributes.\n\n - `timestamp`\n - `date`\n -
3648
+ `_timestamp`\n - `Timestamp`\n - `eventTime`\n - `published_date`\n\n If
3649
+ your logs put their dates in an attribute not in this list,\n use the log
3650
+ date Remapper Processor to define their date attribute as the official log
3651
+ timestamp.\n The recognized date formats are ISO8601, UNIX (the milliseconds
3652
+ EPOCH format), and RFC3164.\n\n **Note:** If your logs don\u2019t contain
3653
+ any of the default attributes\n and you haven\u2019t defined your own date
3654
+ attribute, Datadog timestamps\n the logs with the date it received them.\n\n
3655
+ \ If multiple log date remapper processors can be applied to a given log,\n
3656
+ \ only the first one (according to the pipelines order) is taken into account."
3632
3657
  properties:
3633
3658
  is_enabled:
3634
3659
  default: false
@@ -4368,21 +4393,20 @@ components:
4368
4393
  - TIME_ASCENDING
4369
4394
  - TIME_DESCENDING
4370
4395
  LogsStatusRemapper:
4371
- description: "Use this Processor if you want to assign some attributes as the\
4372
- \ official status.\n\nEach incoming status value is mapped as follows.\n\n\
4373
- \ - Integers from 0 to 7 map to the Syslog severity standards\n - Strings\
4374
- \ beginning with `emerg` or f (case-insensitive) map to `emerg` (0)\n - Strings\
4375
- \ beginning with `a` (case-insensitive) map to `alert` (1)\n - Strings beginning\
4376
- \ with `c` (case-insensitive) map to `critical` (2)\n - Strings beginning\
4377
- \ with `err` (case-insensitive) map to `error` (3)\n - Strings beginning\
4378
- \ with `w` (case-insensitive) map to `warning` (4)\n - Strings beginning\
4379
- \ with `n` (case-insensitive) map to `notice` (5)\n - Strings beginning with\
4380
- \ `i` (case-insensitive) map to `info` (6)\n - Strings beginning with `d`,\
4381
- \ `trace` or `verbose` (case-insensitive) map to `debug` (7)\n - Strings\
4382
- \ beginning with `o` or matching `OK` or `Success` (case-insensitive) map\
4383
- \ to OK\n - All others map to `info` (6)\n\n **Note:** If multiple log status\
4384
- \ remapper processors can be applied to a given log,\n only the first one\
4385
- \ (according to the pipelines order) is taken into account."
4396
+ description: "Use this Processor if you want to assign some attributes as the
4397
+ official status.\n\nEach incoming status value is mapped as follows.\n\n -
4398
+ Integers from 0 to 7 map to the Syslog severity standards\n - Strings beginning
4399
+ with `emerg` or f (case-insensitive) map to `emerg` (0)\n - Strings beginning
4400
+ with `a` (case-insensitive) map to `alert` (1)\n - Strings beginning with
4401
+ `c` (case-insensitive) map to `critical` (2)\n - Strings beginning with `err`
4402
+ (case-insensitive) map to `error` (3)\n - Strings beginning with `w` (case-insensitive)
4403
+ map to `warning` (4)\n - Strings beginning with `n` (case-insensitive) map
4404
+ to `notice` (5)\n - Strings beginning with `i` (case-insensitive) map to
4405
+ `info` (6)\n - Strings beginning with `d`, `trace` or `verbose` (case-insensitive)
4406
+ map to `debug` (7)\n - Strings beginning with `o` or matching `OK` or `Success`
4407
+ (case-insensitive) map to OK\n - All others map to `info` (6)\n\n **Note:**
4408
+ If multiple log status remapper processors can be applied to a given log,\n
4409
+ \ only the first one (according to the pipelines order) is taken into account."
4386
4410
  properties:
4387
4411
  is_enabled:
4388
4412
  default: false
@@ -4414,17 +4438,16 @@ components:
4414
4438
  x-enum-varnames:
4415
4439
  - STATUS_REMAPPER
4416
4440
  LogsStringBuilderProcessor:
4417
- description: "Use the string builder processor to add a new attribute (without\
4418
- \ spaces or special characters)\nto a log with the result of the provided\
4419
- \ template.\nThis enables aggregation of different attributes or raw strings\
4420
- \ into a single attribute.\n\nThe template is defined by both raw text and\
4421
- \ blocks with the syntax `%{attribute_path}`.\n\n**Notes**:\n\n- The processor\
4422
- \ only accepts attributes with values or an array of values in the blocks.\n\
4423
- - If an attribute cannot be used (object or array of object),\n it is replaced\
4424
- \ by an empty string or the entire operation is skipped depending on your\
4425
- \ selection.\n- If the target attribute already exists, it is overwritten\
4426
- \ by the result of the template.\n- Results of the template cannot exceed\
4427
- \ 256 characters."
4441
+ description: "Use the string builder processor to add a new attribute (without
4442
+ spaces or special characters)\nto a log with the result of the provided template.\nThis
4443
+ enables aggregation of different attributes or raw strings into a single attribute.\n\nThe
4444
+ template is defined by both raw text and blocks with the syntax `%{attribute_path}`.\n\n**Notes**:\n\n-
4445
+ The processor only accepts attributes with values or an array of values in
4446
+ the blocks.\n- If an attribute cannot be used (object or array of object),\n
4447
+ \ it is replaced by an empty string or the entire operation is skipped depending
4448
+ on your selection.\n- If the target attribute already exists, it is overwritten
4449
+ by the result of the template.\n- Results of the template cannot exceed 256
4450
+ characters."
4428
4451
  properties:
4429
4452
  is_enabled:
4430
4453
  default: false
@@ -4465,12 +4488,12 @@ components:
4465
4488
  x-enum-varnames:
4466
4489
  - STRING_BUILDER_PROCESSOR
4467
4490
  LogsTraceRemapper:
4468
- description: "There are two ways to improve correlation between application\
4469
- \ traces and logs.\n\n 1. Follow the documentation on [how to inject a trace\
4470
- \ ID in the application logs](https://docs.datadoghq.com/tracing/connect_logs_and_traces)\n\
4471
- \ and by default log integrations take care of all the rest of the setup.\n\
4472
- \n 2. Use the Trace remapper processor to define a log attribute as its associated\
4473
- \ trace ID."
4491
+ description: "There are two ways to improve correlation between application
4492
+ traces and logs.\n\n 1. Follow the documentation on [how to inject a trace
4493
+ ID in the application logs](https://docs.datadoghq.com/tracing/connect_logs_and_traces)\n
4494
+ \ and by default log integrations take care of all the rest of the setup.\n\n
4495
+ \ 2. Use the Trace remapper processor to define a log attribute as its associated
4496
+ trace ID."
4474
4497
  properties:
4475
4498
  is_enabled:
4476
4499
  default: false
@@ -4718,6 +4741,11 @@ components:
4718
4741
  $ref: '#/components/schemas/Point'
4719
4742
  readOnly: true
4720
4743
  type: array
4744
+ query_index:
4745
+ description: The index of the series' query within the request.
4746
+ format: int64
4747
+ readOnly: true
4748
+ type: integer
4721
4749
  scope:
4722
4750
  description: Metric scope, comma separated list of tags.
4723
4751
  example: host:foo,env:test
@@ -4728,6 +4756,13 @@ components:
4728
4756
  format: int64
4729
4757
  readOnly: true
4730
4758
  type: integer
4759
+ tag_set:
4760
+ description: Unique tags identifying this series.
4761
+ items:
4762
+ description: Unique tags identifying this series.
4763
+ type: string
4764
+ readOnly: true
4765
+ type: array
4731
4766
  unit:
4732
4767
  description: 'Detailed information about the metric unit.
4733
4768
 
@@ -4795,6 +4830,7 @@ components:
4795
4830
  MetricsQueryUnit:
4796
4831
  description: Object containing the metric unit family, scale factor, name, and
4797
4832
  short name.
4833
+ nullable: true
4798
4834
  properties:
4799
4835
  family:
4800
4836
  description: Unit family, allows for conversion between units of the same
@@ -5136,17 +5172,17 @@ components:
5136
5172
  type: boolean
5137
5173
  renotify_interval:
5138
5174
  default: none
5139
- description: "The number of minutes after the last notification before a\
5140
- \ monitor re-notifies on the current status.\nIt only re-notifies if it\u2019\
5141
- s not resolved."
5175
+ description: "The number of minutes after the last notification before a
5176
+ monitor re-notifies on the current status.\nIt only re-notifies if it\u2019s
5177
+ not resolved."
5142
5178
  format: int64
5143
5179
  nullable: true
5144
5180
  type: integer
5145
5181
  require_full_window:
5146
- description: "A Boolean indicating whether this monitor needs a full window\
5147
- \ of data before it\u2019s evaluated.\nWe highly recommend you set this\
5148
- \ to `false` for sparse metrics,\notherwise some evaluations are skipped.\
5149
- \ Default is false."
5182
+ description: "A Boolean indicating whether this monitor needs a full window
5183
+ of data before it\u2019s evaluated.\nWe highly recommend you set this
5184
+ to `false` for sparse metrics,\notherwise some evaluations are skipped.
5185
+ Default is false."
5150
5186
  type: boolean
5151
5187
  silenced:
5152
5188
  additionalProperties:
@@ -6590,6 +6626,18 @@ components:
6590
6626
  required:
6591
6627
  - service_name
6592
6628
  type: object
6629
+ Pagination:
6630
+ description: Pagination object.
6631
+ properties:
6632
+ total_count:
6633
+ description: Total count.
6634
+ format: int64
6635
+ type: integer
6636
+ total_filtered_count:
6637
+ description: Total count of elements matched by the filter.
6638
+ format: int64
6639
+ type: integer
6640
+ type: object
6593
6641
  Point:
6594
6642
  description: Array of timeseries points.
6595
6643
  example:
@@ -6743,6 +6791,12 @@ components:
6743
6791
  security_query:
6744
6792
  $ref: '#/components/schemas/LogQueryDefinition'
6745
6793
  type: object
6794
+ ResponseMetaAttributes:
6795
+ description: Object describing meta attributes of response.
6796
+ properties:
6797
+ page:
6798
+ $ref: '#/components/schemas/Pagination'
6799
+ type: object
6746
6800
  SLOBulkDelete:
6747
6801
  additionalProperties:
6748
6802
  description: An array of all SLO timeframes.
@@ -6900,6 +6954,8 @@ components:
6900
6954
  items:
6901
6955
  $ref: '#/components/schemas/SLOCorrection'
6902
6956
  type: array
6957
+ meta:
6958
+ $ref: '#/components/schemas/ResponseMetaAttributes'
6903
6959
  type: object
6904
6960
  SLOCorrectionResponse:
6905
6961
  description: The response object of an SLO correction
@@ -7114,7 +7170,14 @@ components:
7114
7170
 
7115
7171
  If a metric query only has one unit object, the second array element
7116
7172
  is null.'
7117
- example: '[{"family":"bytes","scale_factor":1.0,"name":"byte","short_name":"B","plural":"bytes","id":2},null]'
7173
+ example:
7174
+ - family: bytes
7175
+ id: 2
7176
+ name: byte
7177
+ plural: bytes
7178
+ scale_factor: 1.0
7179
+ short_name: B
7180
+ - null
7118
7181
  items:
7119
7182
  $ref: '#/components/schemas/SLOHistoryMetricsSeriesMetadataUnit'
7120
7183
  nullable: true
@@ -7578,11 +7641,13 @@ components:
7578
7641
  - 7d
7579
7642
  - 30d
7580
7643
  - 90d
7644
+ - custom
7581
7645
  type: string
7582
7646
  x-enum-varnames:
7583
7647
  - SEVEN_DAYS
7584
7648
  - THIRTY_DAYS
7585
7649
  - NINETY_DAYS
7650
+ - CUSTOM
7586
7651
  SLOType:
7587
7652
  description: The type of the service level objective.
7588
7653
  enum:
@@ -8477,7 +8542,6 @@ components:
8477
8542
  type: string
8478
8543
  targetValue:
8479
8544
  description: The path target value to compare to.
8480
- type: object
8481
8545
  type: object
8482
8546
  type:
8483
8547
  $ref: '#/components/schemas/SyntheticsAssertionType'
@@ -8593,7 +8657,7 @@ components:
8593
8657
  description: Name of the error.
8594
8658
  example: ''
8595
8659
  type: string
8596
- statusCode:
8660
+ status:
8597
8661
  description: Status Code of the error.
8598
8662
  format: int64
8599
8663
  type: integer
@@ -9778,6 +9842,10 @@ components:
9778
9842
  an alert.'
9779
9843
  format: int64
9780
9844
  type: integer
9845
+ monitor_name:
9846
+ description: The monitor name is used for the alert title as well as for
9847
+ all monitor dashboard widgets and SLOs.
9848
+ type: string
9781
9849
  monitor_options:
9782
9850
  description: 'Object containing the options for a Synthetic test as a monitor
9783
9851
 
@@ -9793,13 +9861,23 @@ components:
9793
9861
  minimum: 0
9794
9862
  type: integer
9795
9863
  type: object
9864
+ monitor_priority:
9865
+ description: Integer from 1 (high) to 5 (low) indicating alert severity.
9866
+ format: int32
9867
+ maximum: 5
9868
+ minimum: 1
9869
+ type: integer
9796
9870
  noScreenshot:
9797
9871
  description: Prevents saving screenshots of the steps.
9798
9872
  type: boolean
9799
9873
  retry:
9800
9874
  $ref: '#/components/schemas/SyntheticsTestOptionsRetry'
9801
9875
  tick_every:
9802
- $ref: '#/components/schemas/SyntheticsTickInterval'
9876
+ description: The frequency at which to run the Synthetic test (in seconds).
9877
+ format: int64
9878
+ maximum: 604800
9879
+ minimum: 30
9880
+ type: integer
9803
9881
  type: object
9804
9882
  SyntheticsTestOptionsRetry:
9805
9883
  description: Object describing the retry strategy to apply to a Synthetic test.
@@ -9849,6 +9927,10 @@ components:
9849
9927
  SyntheticsTestRequest:
9850
9928
  description: Object describing the Synthetic test request.
9851
9929
  properties:
9930
+ allow_insecure:
9931
+ description: Allows loading insecure content for an HTTP request in a multistep
9932
+ test step.
9933
+ type: boolean
9852
9934
  basicAuth:
9853
9935
  $ref: '#/components/schemas/SyntheticsBasicAuth'
9854
9936
  body:
@@ -9921,32 +10003,6 @@ components:
9921
10003
  description: Date of update of the certificate or key, ISO format.
9922
10004
  type: string
9923
10005
  type: object
9924
- SyntheticsTickInterval:
9925
- description: The frequency at which to run the Synthetic test (in seconds).
9926
- enum:
9927
- - 30
9928
- - 60
9929
- - 300
9930
- - 900
9931
- - 1800
9932
- - 3600
9933
- - 21600
9934
- - 43200
9935
- - 86400
9936
- - 604800
9937
- format: int64
9938
- type: integer
9939
- x-enum-varnames:
9940
- - THIRTY_SECONDS
9941
- - MINUTE
9942
- - FIVE_MINUTES
9943
- - FIFTEEN_MINUTES
9944
- - THIRTY_MINUTES
9945
- - HOUR
9946
- - SIX_HOURS
9947
- - TWELVE_HOURS
9948
- - DAY
9949
- - WEEK
9950
10006
  SyntheticsTiming:
9951
10007
  description: 'Object containing all metrics and their values collected for a
9952
10008
  Synthetic API test.
@@ -10458,6 +10514,87 @@ components:
10458
10514
  style:
10459
10515
  $ref: '#/components/schemas/WidgetRequestStyle'
10460
10516
  type: object
10517
+ TreeMapColorBy:
10518
+ default: user
10519
+ description: The attribute used to determine color in the widget.
10520
+ enum:
10521
+ - user
10522
+ example: user
10523
+ type: string
10524
+ x-enum-varnames:
10525
+ - USER
10526
+ TreeMapGroupBy:
10527
+ description: The attribute used to group elements in the widget.
10528
+ enum:
10529
+ - user
10530
+ - family
10531
+ - process
10532
+ example: user
10533
+ type: string
10534
+ x-enum-varnames:
10535
+ - USER
10536
+ - FAMILY
10537
+ - PROCESS
10538
+ TreeMapSizeBy:
10539
+ description: The attribute used to determine size in the widget.
10540
+ enum:
10541
+ - pct_cpu
10542
+ - pct_mem
10543
+ example: pct_cpu
10544
+ type: string
10545
+ x-enum-varnames:
10546
+ - PCT_CPU
10547
+ - PCT_MEM
10548
+ TreeMapWidgetDefinition:
10549
+ description: "The treemap visualization found on the Host Dashboards comes from
10550
+ the output of `ps auxww`. This is not continuously run on your hosts. Instead,
10551
+ it\u2019s run once on Agent start/restart. The treemap is only supported for
10552
+ process data on a single host dashboard \u2014 this may not be reused in other
10553
+ dashboards or for other metrics."
10554
+ properties:
10555
+ color_by:
10556
+ $ref: '#/components/schemas/TreeMapColorBy'
10557
+ group_by:
10558
+ $ref: '#/components/schemas/TreeMapGroupBy'
10559
+ requests:
10560
+ description: List of top list widget requests.
10561
+ example:
10562
+ - q: system.load.1
10563
+ items:
10564
+ $ref: '#/components/schemas/TreeMapWidgetRequest'
10565
+ maxItems: 1
10566
+ minItems: 1
10567
+ type: array
10568
+ size_by:
10569
+ $ref: '#/components/schemas/TreeMapSizeBy'
10570
+ title:
10571
+ description: Title of your widget.
10572
+ type: string
10573
+ type:
10574
+ $ref: '#/components/schemas/TreeMapWidgetDefinitionType'
10575
+ required:
10576
+ - type
10577
+ - requests
10578
+ - size_by
10579
+ - color_by
10580
+ - group_by
10581
+ type: object
10582
+ TreeMapWidgetDefinitionType:
10583
+ default: treemap
10584
+ description: Type of the treemap widget.
10585
+ enum:
10586
+ - treemap
10587
+ example: treemap
10588
+ type: string
10589
+ x-enum-varnames:
10590
+ - TREEMAP
10591
+ TreeMapWidgetRequest:
10592
+ description: An updated treemap widget.
10593
+ properties:
10594
+ q:
10595
+ description: The widget metrics query.
10596
+ type: string
10597
+ type: object
10461
10598
  UsageAnalyzedLogsHour:
10462
10599
  description: The number of analyzed logs for each hour for a given organization.
10463
10600
  properties:
@@ -10924,14 +11061,40 @@ components:
10924
11061
  $ref: '#/components/schemas/UsageBillableSummaryBody'
10925
11062
  lambda_function_average:
10926
11063
  $ref: '#/components/schemas/UsageBillableSummaryBody'
11064
+ logs_indexed_15day_sum:
11065
+ $ref: '#/components/schemas/UsageBillableSummaryBody'
11066
+ logs_indexed_180day_sum:
11067
+ $ref: '#/components/schemas/UsageBillableSummaryBody'
11068
+ logs_indexed_30day_sum:
11069
+ $ref: '#/components/schemas/UsageBillableSummaryBody'
11070
+ logs_indexed_3day_sum:
11071
+ $ref: '#/components/schemas/UsageBillableSummaryBody'
11072
+ logs_indexed_45day_sum:
11073
+ $ref: '#/components/schemas/UsageBillableSummaryBody'
11074
+ logs_indexed_60day_sum:
11075
+ $ref: '#/components/schemas/UsageBillableSummaryBody'
11076
+ logs_indexed_7day_sum:
11077
+ $ref: '#/components/schemas/UsageBillableSummaryBody'
11078
+ logs_indexed_90day_sum:
11079
+ $ref: '#/components/schemas/UsageBillableSummaryBody'
11080
+ logs_indexed_custom_retention_sum:
11081
+ $ref: '#/components/schemas/UsageBillableSummaryBody'
10927
11082
  logs_indexed_sum:
10928
11083
  $ref: '#/components/schemas/UsageBillableSummaryBody'
10929
11084
  logs_ingested_sum:
10930
11085
  $ref: '#/components/schemas/UsageBillableSummaryBody'
11086
+ network_device_top99p:
11087
+ $ref: '#/components/schemas/UsageBillableSummaryBody'
10931
11088
  npm_flow_sum:
10932
11089
  $ref: '#/components/schemas/UsageBillableSummaryBody'
11090
+ npm_host_sum:
11091
+ $ref: '#/components/schemas/UsageBillableSummaryBody'
10933
11092
  npm_host_top99p:
10934
11093
  $ref: '#/components/schemas/UsageBillableSummaryBody'
11094
+ prof_container_sum:
11095
+ $ref: '#/components/schemas/UsageBillableSummaryBody'
11096
+ prof_host_top99p:
11097
+ $ref: '#/components/schemas/UsageBillableSummaryBody'
10935
11098
  rum_sum:
10936
11099
  $ref: '#/components/schemas/UsageBillableSummaryBody'
10937
11100
  serverless_invocation_sum:
@@ -10959,13 +11122,13 @@ components:
10959
11122
  hour.
10960
11123
  properties:
10961
11124
  cws_container_count:
10962
- description: "The total number of Cloud Workload Security container hours\
10963
- \ from the start of the given hour\u2019s month until the given hour."
11125
+ description: "The total number of Cloud Workload Security container hours
11126
+ from the start of the given hour\u2019s month until the given hour."
10964
11127
  format: int64
10965
11128
  type: integer
10966
11129
  cws_host_count:
10967
- description: "The total number of Cloud Workload Security host hours from\
10968
- \ the start of the given hour\u2019s month until the given hour."
11130
+ description: "The total number of Cloud Workload Security host hours from
11131
+ the start of the given hour\u2019s month until the given hour."
10969
11132
  format: int64
10970
11133
  type: integer
10971
11134
  hour:
@@ -12508,52 +12671,6 @@ components:
12508
12671
  $ref: '#/components/schemas/UsageTopAvgMetricsHour'
12509
12672
  type: array
12510
12673
  type: object
12511
- UsageTraceHour:
12512
- description: The hours of trace usage.
12513
- properties:
12514
- hour:
12515
- description: The hour for the usage.
12516
- format: date-time
12517
- type: string
12518
- indexed_events_count:
12519
- description: Contains the number of Indexed Spans indexed.
12520
- format: int64
12521
- type: integer
12522
- type: object
12523
- UsageTraceResponse:
12524
- description: A response containing trace usage.
12525
- properties:
12526
- usage:
12527
- description: Array with the number of hourly traces indexed for a given
12528
- organization.
12529
- items:
12530
- $ref: '#/components/schemas/UsageTraceHour'
12531
- type: array
12532
- type: object
12533
- UsageTracingWithoutLimitsHour:
12534
- description: Tracing without limits usage for a given organization for a given
12535
- hour.
12536
- properties:
12537
- hour:
12538
- description: The hour for the usage.
12539
- format: date-time
12540
- type: string
12541
- ingested_events_bytes:
12542
- description: Contains the total number of bytes ingested during a given
12543
- hour.
12544
- format: int64
12545
- type: integer
12546
- type: object
12547
- UsageTracingWithoutLimitsResponse:
12548
- description: Response containing the tracing without limits usage for each hour
12549
- for a given organization.
12550
- properties:
12551
- usage:
12552
- description: Get hourly usage for tracing without limits.
12553
- items:
12554
- $ref: '#/components/schemas/UsageTracingWithoutLimitsHour'
12555
- type: array
12556
- type: object
12557
12674
  User:
12558
12675
  description: Create, edit, and disable users.
12559
12676
  properties:
@@ -12611,11 +12728,11 @@ components:
12611
12728
  $ref: '#/components/schemas/User'
12612
12729
  type: object
12613
12730
  Widget:
12614
- description: "Information about widget.\n\n**Note**: The `layout` property is\
12615
- \ required for widgets in dashboards with `free` `layout_type`.\n For\
12616
- \ the **new dashboard layout**, the `layout` property depends on the `reflow_type`\
12617
- \ of the dashboard.\n - If `reflow_type` is `fixed`, `layout` is required.\n\
12618
- \ - If `reflow_type` is `auto`, `layout` should not be set."
12731
+ description: "Information about widget.\n\n**Note**: The `layout` property is
12732
+ required for widgets in dashboards with `free` `layout_type`.\n For the
12733
+ **new dashboard layout**, the `layout` property depends on the `reflow_type`
12734
+ of the dashboard.\n - If `reflow_type` is `fixed`, `layout` is required.\n
12735
+ \ - If `reflow_type` is `auto`, `layout` should not be set."
12619
12736
  properties:
12620
12737
  definition:
12621
12738
  $ref: '#/components/schemas/WidgetDefinition'
@@ -12801,6 +12918,7 @@ components:
12801
12918
  - $ref: '#/components/schemas/TableWidgetDefinition'
12802
12919
  - $ref: '#/components/schemas/TimeseriesWidgetDefinition'
12803
12920
  - $ref: '#/components/schemas/ToplistWidgetDefinition'
12921
+ - $ref: '#/components/schemas/TreeMapWidgetDefinition'
12804
12922
  type: object
12805
12923
  WidgetDisplayType:
12806
12924
  description: Type of display to use for the request.
@@ -13053,9 +13171,9 @@ components:
13053
13171
  graphs.
13054
13172
  properties:
13055
13173
  display_type:
13056
- description: "Combination of:\n - A severity error, warning, ok, or info\n\
13057
- \ - A line type: dashed, solid, or bold\nIn this case of a Distribution\
13058
- \ widget, this can be set to be `x_axis_percentile`.\n"
13174
+ description: "Combination of:\n - A severity error, warning, ok, or info\n
13175
+ \ - A line type: dashed, solid, or bold\nIn this case of a Distribution
13176
+ widget, this can be set to be `x_axis_percentile`.\n"
13059
13177
  example: error dashed
13060
13178
  type: string
13061
13179
  label:
@@ -13911,7 +14029,7 @@ paths:
13911
14029
  description: Get specified daily custom reports.
13912
14030
  operationId: GetSpecifiedDailyCustomReports
13913
14031
  parameters:
13914
- - description: The specified ID to search results for.
14032
+ - description: Date of the report in the format `YYYY-MM-DD`.
13915
14033
  in: path
13916
14034
  name: report_id
13917
14035
  required: true
@@ -14577,14 +14695,14 @@ paths:
14577
14695
  type: idempotent
14578
14696
  /api/v1/events:
14579
14697
  get:
14580
- description: "The event stream can be queried and filtered by time, priority,\
14581
- \ sources and tags.\n\n**Notes**:\n- If the event you\u2019re querying contains\
14582
- \ markdown formatting of any kind,\nyou may see characters such as `%`,`\\\
14583
- `,`n` in your output.\n\n- This endpoint returns a maximum of `1000` most\
14584
- \ recent results. To return additional results,\nidentify the last timestamp\
14585
- \ of the last result and set that as the `end` query time to\npaginate the\
14586
- \ results. You can also use the page parameter to specify which set of `1000`\
14587
- \ results to return."
14698
+ description: "The event stream can be queried and filtered by time, priority,
14699
+ sources and tags.\n\n**Notes**:\n- If the event you\u2019re querying contains
14700
+ markdown formatting of any kind,\nyou may see characters such as `%`,`\\`,`n`
14701
+ in your output.\n\n- This endpoint returns a maximum of `1000` most recent
14702
+ results. To return additional results,\nidentify the last timestamp of the
14703
+ last result and set that as the `end` query time to\npaginate the results.
14704
+ You can also use the page parameter to specify which set of `1000` results
14705
+ to return."
14588
14706
  operationId: ListEvents
14589
14707
  parameters:
14590
14708
  - description: POSIX timestamp.
@@ -14717,9 +14835,9 @@ paths:
14717
14835
  type: safe
14718
14836
  /api/v1/events/{event_id}:
14719
14837
  get:
14720
- description: "This endpoint allows you to query for event details.\n\n**Note**:\
14721
- \ If the event you\u2019re querying contains markdown formatting of any kind,\n\
14722
- you may see characters such as `%`,`\\`,`n` in your output."
14838
+ description: "This endpoint allows you to query for event details.\n\n**Note**:
14839
+ If the event you\u2019re querying contains markdown formatting of any kind,\nyou
14840
+ may see characters such as `%`,`\\`,`n` in your output."
14723
14841
  operationId: GetEvent
14724
14842
  parameters:
14725
14843
  - description: The ID of the event.
@@ -15051,7 +15169,7 @@ paths:
15051
15169
  content:
15052
15170
  application/json:
15053
15171
  schema:
15054
- $ref: '#/components/schemas/AWSAccount'
15172
+ $ref: '#/components/schemas/AWSAccountDeleteRequest'
15055
15173
  description: AWS request object
15056
15174
  required: true
15057
15175
  responses:
@@ -15311,33 +15429,6 @@ paths:
15311
15429
  schema:
15312
15430
  $ref: '#/components/schemas/APIErrorResponse'
15313
15431
  description: Authentication Error
15314
- servers:
15315
- - url: https://{subdomain}.{site}
15316
- variables:
15317
- site:
15318
- default: datadoghq.com
15319
- description: The regional site for our customers.
15320
- enum:
15321
- - datadoghq.com
15322
- subdomain:
15323
- default: api
15324
- description: The subdomain where the API is deployed.
15325
- - url: '{protocol}://{name}'
15326
- variables:
15327
- name:
15328
- default: api.datadoghq.com
15329
- description: Full site DNS name.
15330
- protocol:
15331
- default: https
15332
- description: The protocol for accessing the API.
15333
- - url: https://{subdomain}.{site}
15334
- variables:
15335
- site:
15336
- default: datadoghq.com
15337
- description: Any Datadog deployment.
15338
- subdomain:
15339
- default: api
15340
- description: The subdomain where the API is deployed.
15341
15432
  summary: Delete a tag filtering entry
15342
15433
  tags:
15343
15434
  - AWS Integration
@@ -15374,33 +15465,6 @@ paths:
15374
15465
  schema:
15375
15466
  $ref: '#/components/schemas/APIErrorResponse'
15376
15467
  description: Authentication Error
15377
- servers:
15378
- - url: https://{subdomain}.{site}
15379
- variables:
15380
- site:
15381
- default: datadoghq.com
15382
- description: The regional site for our customers.
15383
- enum:
15384
- - datadoghq.com
15385
- subdomain:
15386
- default: api
15387
- description: The subdomain where the API is deployed.
15388
- - url: '{protocol}://{name}'
15389
- variables:
15390
- name:
15391
- default: api.datadoghq.com
15392
- description: Full site DNS name.
15393
- protocol:
15394
- default: https
15395
- description: The protocol for accessing the API.
15396
- - url: https://{subdomain}.{site}
15397
- variables:
15398
- site:
15399
- default: datadoghq.com
15400
- description: Any Datadog deployment.
15401
- subdomain:
15402
- default: api
15403
- description: The subdomain where the API is deployed.
15404
15468
  summary: Get all AWS tag filters
15405
15469
  tags:
15406
15470
  - AWS Integration
@@ -15441,33 +15505,6 @@ paths:
15441
15505
  schema:
15442
15506
  $ref: '#/components/schemas/APIErrorResponse'
15443
15507
  description: Authentication Error
15444
- servers:
15445
- - url: https://{subdomain}.{site}
15446
- variables:
15447
- site:
15448
- default: datadoghq.com
15449
- description: The regional site for our customers.
15450
- enum:
15451
- - datadoghq.com
15452
- subdomain:
15453
- default: api
15454
- description: The subdomain where the API is deployed.
15455
- - url: '{protocol}://{name}'
15456
- variables:
15457
- name:
15458
- default: api.datadoghq.com
15459
- description: Full site DNS name.
15460
- protocol:
15461
- default: https
15462
- description: The protocol for accessing the API.
15463
- - url: https://{subdomain}.{site}
15464
- variables:
15465
- site:
15466
- default: datadoghq.com
15467
- description: Any Datadog deployment.
15468
- subdomain:
15469
- default: api
15470
- description: The subdomain where the API is deployed.
15471
15508
  summary: Set an AWS tag filter
15472
15509
  tags:
15473
15510
  - AWS Integration
@@ -15491,7 +15528,7 @@ paths:
15491
15528
 
15492
15529
  For more information about your AWS account Role name,
15493
15530
 
15494
- see the [Datadog AWS integration configuration info](https://github.com/DataDog/documentation/blob/master/integrations/amazon_web_services/#installation).'
15531
+ see the [Datadog AWS integration configuration info](https://docs.datadoghq.com/integrations/amazon_web_services/#setup).'
15495
15532
  required: true
15496
15533
  responses:
15497
15534
  '200':
@@ -15770,14 +15807,13 @@ paths:
15770
15807
  type: unsafe
15771
15808
  /api/v1/integration/aws/logs/services_async:
15772
15809
  post:
15773
- description: "Test if permissions are present to add log-forwarding triggers\
15774
- \ for the\ngiven services and AWS account. Input is the same as for `EnableAWSLogServices`.\n\
15775
- Done async, so can be repeatedly polled in a non-blocking fashion until\n\
15776
- the async request completes.\n\n- Returns a status of `created` when it's\
15777
- \ checking if the permissions exists\n in the AWS account.\n- Returns a status\
15778
- \ of `waiting` while checking.\n- Returns a status of `checked and ok` if\
15779
- \ the Lambda exists.\n- Returns a status of `error` if the Lambda does not\
15780
- \ exist."
15810
+ description: "Test if permissions are present to add log-forwarding triggers
15811
+ for the\ngiven services and AWS account. Input is the same as for `EnableAWSLogServices`.\nDone
15812
+ async, so can be repeatedly polled in a non-blocking fashion until\nthe async
15813
+ request completes.\n\n- Returns a status of `created` when it's checking if
15814
+ the permissions exists\n in the AWS account.\n- Returns a status of `waiting`
15815
+ while checking.\n- Returns a status of `checked and ok` if the Lambda exists.\n-
15816
+ Returns a status of `error` if the Lambda does not exist."
15781
15817
  operationId: CheckAWSLogsServicesAsync
15782
15818
  requestBody:
15783
15819
  content:
@@ -16729,10 +16765,10 @@ paths:
16729
16765
  x-undo:
16730
16766
  type: safe
16731
16767
  put:
16732
- description: "Update an index as identified by its name.\nReturns the Index\
16733
- \ object passed in the request body when the request is successful.\n\nUsing\
16734
- \ the `PUT` method updates your index\u2019s configuration by **replacing**\n\
16735
- your current configuration with the new one sent to your Datadog organization."
16768
+ description: "Update an index as identified by its name.\nReturns the Index
16769
+ object passed in the request body when the request is successful.\n\nUsing
16770
+ the `PUT` method updates your index\u2019s configuration by **replacing**\nyour
16771
+ current configuration with the new one sent to your Datadog organization."
16736
16772
  operationId: UpdateLogsIndex
16737
16773
  parameters:
16738
16774
  - description: Name of the log index.
@@ -16994,10 +17030,10 @@ paths:
16994
17030
  x-undo:
16995
17031
  type: safe
16996
17032
  put:
16997
- description: "Update a given pipeline configuration to change it\u2019s processors\
16998
- \ or their order.\n\n**Note**: Using this method updates your pipeline configuration\
16999
- \ by **replacing**\nyour current configuration with the new one sent to your\
17000
- \ Datadog organization."
17033
+ description: "Update a given pipeline configuration to change it\u2019s processors
17034
+ or their order.\n\n**Note**: Using this method updates your pipeline configuration
17035
+ by **replacing**\nyour current configuration with the new one sent to your
17036
+ Datadog organization."
17001
17037
  operationId: UpdateLogsPipeline
17002
17038
  parameters:
17003
17039
  - description: ID of the pipeline to delete.
@@ -17459,7 +17495,7 @@ paths:
17459
17495
  - **`measure`** For `avg` and cardinality `rollup_method` - specify the measure
17460
17496
  or the facet name you want to use.
17461
17497
 
17462
- - **`time_window`** #m (5, 10, 15, or 30), #h (1, 2, or 4, 24).
17498
+ - **`time_window`** #m (between 1 and 2880), #h (between 1 and 48).
17463
17499
 
17464
17500
  - **`operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`.
17465
17501
 
@@ -17509,7 +17545,7 @@ paths:
17509
17545
  - **`measure`** For `avg` and cardinality `rollup_method` - specify the measure
17510
17546
  or the facet name you want to use.
17511
17547
 
17512
- - **`time_window`** #m (between 1 and 2880), #h (between 1 and 48)
17548
+ - **`time_window`** #m (between 1 and 2880), #h (between 1 and 48).
17513
17549
 
17514
17550
  - **`operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`.
17515
17551
 
@@ -18114,7 +18150,7 @@ paths:
18114
18150
  description: Get specified monthly custom reports.
18115
18151
  operationId: GetSpecifiedMonthlyCustomReports
18116
18152
  parameters:
18117
- - description: The specified ID to search results for.
18153
+ - description: Date of the report in the format `YYYY-MM-DD`.
18118
18154
  in: path
18119
18155
  name: report_id
18120
18156
  required: true
@@ -18815,22 +18851,23 @@ paths:
18815
18851
  type: safe
18816
18852
  /api/v1/series:
18817
18853
  post:
18818
- description: "The metrics end-point allows you to post time-series data that\
18819
- \ can be graphed on Datadog\u2019s dashboards.\nThe maximum payload size is\
18820
- \ 3.2 megabytes (3200000 bytes). Compressed payloads must have a decompressed\
18821
- \ size of less than 62 megabytes (62914560 bytes).\n\nIf you\u2019re submitting\
18822
- \ metrics directly to the Datadog API without using DogStatsD, expect:\n\n\
18823
- - 64 bits for the timestamp\n- 32 bits for the value\n- 20 bytes for the metric\
18824
- \ names\n- 50 bytes for the timeseries\n- The full payload is approximately\
18825
- \ 100 bytes. However, with the DogStatsD API,\ncompression is applied, which\
18826
- \ reduces the payload size."
18854
+ description: "The metrics end-point allows you to post time-series data that
18855
+ can be graphed on Datadog\u2019s dashboards.\nThe maximum payload size is
18856
+ 3.2 megabytes (3200000 bytes). Compressed payloads must have a decompressed
18857
+ size of less than 62 megabytes (62914560 bytes).\n\nIf you\u2019re submitting
18858
+ metrics directly to the Datadog API without using DogStatsD, expect:\n\n-
18859
+ 64 bits for the timestamp\n- 32 bits for the value\n- 20 bytes for the metric
18860
+ names\n- 50 bytes for the timeseries\n- The full payload is approximately
18861
+ 100 bytes. However, with the DogStatsD API,\ncompression is applied, which
18862
+ reduces the payload size."
18827
18863
  operationId: SubmitMetrics
18828
18864
  requestBody:
18829
18865
  content:
18830
18866
  application/json:
18831
18867
  examples:
18832
18868
  dynamic-points:
18833
- description: TODO.
18869
+ description: "Post time-series data that can be graphed on Datadog\u2019s
18870
+ dashboards."
18834
18871
  summary: Dynamic Points
18835
18872
  value:
18836
18873
  series:
@@ -18918,6 +18955,20 @@ paths:
18918
18955
  required: false
18919
18956
  schema:
18920
18957
  type: string
18958
+ - description: The number of SLOs to return in the response.
18959
+ in: query
18960
+ name: limit
18961
+ required: false
18962
+ schema:
18963
+ format: int64
18964
+ type: integer
18965
+ - description: The specific offset to use as the beginning of the returned response.
18966
+ in: query
18967
+ name: offset
18968
+ required: false
18969
+ schema:
18970
+ format: int64
18971
+ type: integer
18921
18972
  responses:
18922
18973
  '200':
18923
18974
  content:
@@ -18986,11 +19037,11 @@ paths:
18986
19037
  slo:
18987
19038
  parameters:
18988
19039
  - name: body
18989
- value: "{\n \"type\": \"metric\",\n \"name\": \"{{ unique }}\",\n \"\
18990
- thresholds\": [{\n \"timeframe\": \"7d\",\n \"target\": 95.0,\n\
18991
- \ \"warning\": 98.0\n }],\n \"query\": {\n \"numerator\": \"\
18992
- sum:httpservice.hits{code:2xx}.as_count()\",\n \"denominator\": \"\
18993
- sum:httpservice.hits{!code:3xx}.as_count()\"\n }\n}"
19040
+ value: "{\n \"type\": \"metric\",\n \"name\": \"{{ unique }}\",\n \"thresholds\":
19041
+ [{\n \"timeframe\": \"7d\",\n \"target\": 95.0,\n \"warning\":
19042
+ 98.0\n }],\n \"query\": {\n \"numerator\": \"sum:httpservice.hits{code:2xx}.as_count()\",\n
19043
+ \ \"denominator\": \"sum:httpservice.hits{!code:3xx}.as_count()\"\n
19044
+ \ }\n}"
18994
19045
  step: there is a valid "slo" in the system
18995
19046
  x-menu-order: 1
18996
19047
  x-undo:
@@ -19160,11 +19211,11 @@ paths:
19160
19211
  correction:
19161
19212
  parameters:
19162
19213
  - name: body
19163
- value: "{\n \"data\": {\n \"attributes\": {\n \"slo_id\": \"\
19164
- {{ slo.data[0].id }}\",\n \"start\": {{ now_ts }},\n \"end\"\
19165
- : {{ hour_later_ts }},\n \"category\": \"Other\",\n \"timezone\"\
19166
- : \"UTC\",\n \"description\": \"Test Correction\"\n },\n \
19167
- \ \"type\": \"correction\"\n }\n}"
19214
+ value: "{\n \"data\": {\n \"attributes\": {\n \"slo_id\": \"{{
19215
+ slo.data[0].id }}\",\n \"start\": {{ timestamp(\"now\") }},\n \"end\":
19216
+ {{ timestamp(\"now + 1h\") }},\n \"category\": \"Other\",\n \"timezone\":
19217
+ \"UTC\",\n \"description\": \"Test Correction\"\n },\n \"type\":
19218
+ \"correction\"\n }\n}"
19168
19219
  step: there is a valid "correction" for "slo"
19169
19220
  x-menu-order: 1
19170
19221
  x-undo:
@@ -19448,12 +19499,12 @@ paths:
19448
19499
  type: idempotent
19449
19500
  /api/v1/slo/{slo_id}/history:
19450
19501
  get:
19451
- description: "Get a specific SLO\u2019s history, regardless of its SLO type.\n\
19452
- \nThe detailed history data is structured according to the source data type.\n\
19453
- For example, metric data is included for event SLOs that use\nthe metric source,\
19454
- \ and monitor SLO types include the monitor transition history.\n\n**Note:**\
19455
- \ There are different response formats for event based and time based SLOs.\n\
19456
- Examples of both are shown."
19502
+ description: "Get a specific SLO\u2019s history, regardless of its SLO type.\n\nThe
19503
+ detailed history data is structured according to the source data type.\nFor
19504
+ example, metric data is included for event SLOs that use\nthe metric source,
19505
+ and monitor SLO types include the monitor transition history.\n\n**Note:**
19506
+ There are different response formats for event based and time based SLOs.\nExamples
19507
+ of both are shown."
19457
19508
  operationId: GetSLOHistory
19458
19509
  parameters:
19459
19510
  - description: The ID of the service level objective object.
@@ -19477,7 +19528,7 @@ paths:
19477
19528
  format: int64
19478
19529
  type: integer
19479
19530
  - description: The SLO target. If `target` is passed in, the response will include
19480
- the error budget that remains.
19531
+ the remaining error budget and a timeframe value of `custom`.
19481
19532
  in: query
19482
19533
  name: target
19483
19534
  schema:
@@ -19752,8 +19803,10 @@ paths:
19752
19803
  x-codegen-request-body-name: body
19753
19804
  x-menu-order: 1
19754
19805
  x-undo:
19755
- operationId: TODO
19756
- parameters: []
19806
+ operationId: DeleteTests
19807
+ parameters:
19808
+ - name: body
19809
+ template: '{"public_ids": ["{{ public_id }}"]}'
19757
19810
  type: unsafe
19758
19811
  /api/v1/synthetics/tests/api/{public_id}:
19759
19812
  get:
@@ -22122,108 +22175,6 @@ paths:
22122
22175
  x-menu-order: 5
22123
22176
  x-undo:
22124
22177
  type: safe
22125
- /api/v1/usage/traces:
22126
- get:
22127
- deprecated: true
22128
- description: 'Get hourly usage for trace search.
22129
-
22130
-
22131
- **Note** This endpoint has been renamed to `/api/v1/usage/indexed-spans`.'
22132
- operationId: GetUsageTrace
22133
- parameters:
22134
- - description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
22135
- for usage beginning at this hour.'
22136
- in: query
22137
- name: start_hr
22138
- required: true
22139
- schema:
22140
- format: date-time
22141
- type: string
22142
- - description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
22143
- for usage ending **before** this hour.'
22144
- in: query
22145
- name: end_hr
22146
- required: false
22147
- schema:
22148
- format: date-time
22149
- type: string
22150
- responses:
22151
- '200':
22152
- content:
22153
- application/json;datetime-format=rfc3339:
22154
- schema:
22155
- $ref: '#/components/schemas/UsageTraceResponse'
22156
- description: OK
22157
- '400':
22158
- content:
22159
- application/json;datetime-format=rfc3339:
22160
- schema:
22161
- $ref: '#/components/schemas/APIErrorResponse'
22162
- description: Bad Request
22163
- '403':
22164
- content:
22165
- application/json;datetime-format=rfc3339:
22166
- schema:
22167
- $ref: '#/components/schemas/APIErrorResponse'
22168
- description: Forbidden - User is not authorized
22169
- summary: Get hourly usage for Trace Search
22170
- tags:
22171
- - Usage Metering
22172
- x-menu-order: 6
22173
- x-undo:
22174
- type: safe
22175
- /api/v1/usage/tracing-without-limits:
22176
- get:
22177
- deprecated: true
22178
- description: 'Get hourly usage for tracing without limits.
22179
-
22180
-
22181
- **Note** This endpoint has been renamed to `/api/v1/usage/ingested-spans`.'
22182
- operationId: GetTracingWithoutLimits
22183
- parameters:
22184
- - description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
22185
- for usage beginning at this hour.'
22186
- in: query
22187
- name: start_hr
22188
- required: true
22189
- schema:
22190
- format: date-time
22191
- type: string
22192
- - description: 'Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]`
22193
- for usage ending
22194
-
22195
- **before** this hour.'
22196
- in: query
22197
- name: end_hr
22198
- required: false
22199
- schema:
22200
- format: date-time
22201
- type: string
22202
- responses:
22203
- '200':
22204
- content:
22205
- application/json;datetime-format=rfc3339:
22206
- schema:
22207
- $ref: '#/components/schemas/UsageTracingWithoutLimitsResponse'
22208
- description: OK
22209
- '400':
22210
- content:
22211
- application/json;datetime-format=rfc3339:
22212
- schema:
22213
- $ref: '#/components/schemas/APIErrorResponse'
22214
- description: Bad Request
22215
- '403':
22216
- content:
22217
- application/json;datetime-format=rfc3339:
22218
- schema:
22219
- $ref: '#/components/schemas/APIErrorResponse'
22220
- description: Forbidden - User is not authorized
22221
- summary: Get hourly usage for tracing without limits
22222
- tags:
22223
- - Usage Metering
22224
- x-menu-order: 25
22225
- x-undo:
22226
- type: safe
22227
22178
  /api/v1/user:
22228
22179
  get:
22229
22180
  description: List all users for your organization.
@@ -22672,14 +22623,13 @@ tags:
22672
22623
  externalDocs:
22673
22624
  url: https://docs.datadoghq.com/api/?lang=bash#integration-aws-logs
22674
22625
  name: AWS Logs Integration
22675
- - description: "All requests to Datadog\u2019s API must be authenticated.\nRequests\
22676
- \ that write data require reporting access and require an `API key`.\nRequests\
22677
- \ that read data require full access and also require an `application key`.\n\n\
22678
- **Note:** All Datadog API clients are configured by default to consume Datadog\
22679
- \ US site APIs.\nIf you are on the Datadog EU site, set the environment variable\
22680
- \ `DATADOG_HOST` to\n`https://api.datadoghq.eu` or override this value directly\
22681
- \ when creating your client.\n\n[Manage your account\u2019s API and application\
22682
- \ keys](https://app.datadoghq.com/account/settings#api)."
22626
+ - description: "All requests to Datadog\u2019s API must be authenticated.\nRequests
22627
+ that write data require reporting access and require an `API key`.\nRequests that
22628
+ read data require full access and also require an `application key`.\n\n**Note:**
22629
+ All Datadog API clients are configured by default to consume Datadog US site APIs.\nIf
22630
+ you are on the Datadog EU site, set the environment variable `DATADOG_HOST` to\n`https://api.datadoghq.eu`
22631
+ or override this value directly when creating your client.\n\n[Manage your account\u2019s
22632
+ API and application keys](https://app.datadoghq.com/account/settings#api)."
22683
22633
  name: Authentication
22684
22634
  - description: 'Configure your Datadog-Azure integration directly through the Datadog
22685
22635
  API.
@@ -22747,39 +22697,37 @@ tags:
22747
22697
  description: Find out more at
22748
22698
  url: https://docs.datadoghq.com/logs/indexes/
22749
22699
  name: Logs Indexes
22750
- - description: "Pipelines and processors operate on incoming logs, parsing\nand transforming\
22751
- \ them into structured attributes for easier querying.\n\n- See the [pipelines\
22752
- \ configuration page](https://app.datadoghq.com/logs/pipelines)\n for a list\
22753
- \ of the pipelines and processors currently configured in our UI.\n\n- Additional\
22754
- \ API-related information about processors can be found in the\n [processors\
22755
- \ documentation](https://docs.datadoghq.com/logs/processing/processors/?tab=api#lookup-processor).\n\
22756
- \n- For more information about Pipelines, see the\n [pipeline documentation](https://docs.datadoghq.com/logs/processing).\n\
22757
- \n**Notes:**\n\nThese endpoints are only available for admin users.\nMake sure\
22758
- \ to use an application key created by an admin.\n\n**Grok parsing rules may effect\
22759
- \ JSON output and require\nreturned data to be configured before using in a request.**\n\
22760
- For example, if you are using the data returned from a\nrequest for another request\
22761
- \ body, and have a parsing rule\nthat uses a regex pattern like `\\s` for spaces,\
22762
- \ you will\nneed to configure all escaped spaces as `%{space}` to use\nin the\
22763
- \ body data."
22700
+ - description: "Pipelines and processors operate on incoming logs, parsing\nand transforming
22701
+ them into structured attributes for easier querying.\n\n- See the [pipelines configuration
22702
+ page](https://app.datadoghq.com/logs/pipelines)\n for a list of the pipelines
22703
+ and processors currently configured in our UI.\n\n- Additional API-related information
22704
+ about processors can be found in the\n [processors documentation](https://docs.datadoghq.com/logs/processing/processors/?tab=api#lookup-processor).\n\n-
22705
+ For more information about Pipelines, see the\n [pipeline documentation](https://docs.datadoghq.com/logs/processing).\n\n**Notes:**\n\nThese
22706
+ endpoints are only available for admin users.\nMake sure to use an application
22707
+ key created by an admin.\n\n**Grok parsing rules may effect JSON output and require\nreturned
22708
+ data to be configured before using in a request.**\nFor example, if you are using
22709
+ the data returned from a\nrequest for another request body, and have a parsing
22710
+ rule\nthat uses a regex pattern like `\\s` for spaces, you will\nneed to configure
22711
+ all escaped spaces as `%{space}` to use\nin the body data."
22764
22712
  externalDocs:
22765
22713
  description: Find out more at
22766
22714
  url: https://docs.datadoghq.com/logs/processing/
22767
22715
  name: Logs Pipelines
22768
- - description: "The metrics endpoint allows you to:\n\n- Post metrics data so it can\
22769
- \ be graphed on Datadog\u2019s dashboards\n- Query metrics from any time period\n\
22770
- - Modify tag configurations for metrics\n- View tags and volumes for metrics\n\
22771
- \n**Note**: A graph can only contain a set number of points\nand as the timeframe\
22772
- \ over which a metric is viewed increases,\naggregation between points occurs\
22773
- \ to stay below that set number.\n\nThe Post, Patch, and Delete `manage_tags`\
22774
- \ API methods can only be performed by\na user who has the `Manage Tags for Metrics`\
22775
- \ permission."
22716
+ - description: "The metrics endpoint allows you to:\n\n- Post metrics data so it can
22717
+ be graphed on Datadog\u2019s dashboards\n- Query metrics from any time period\n-
22718
+ Modify tag configurations for metrics\n- View tags and volumes for metrics\n\n**Note**:
22719
+ A graph can only contain a set number of points\nand as the timeframe over which
22720
+ a metric is viewed increases,\naggregation between points occurs to stay below
22721
+ that set number.\n\nThe Post, Patch, and Delete `manage_tags` API methods can
22722
+ only be performed by\na user who has the `Manage Tags for Metrics` permission."
22776
22723
  name: Metrics
22777
22724
  - description: '[Monitors](https://docs.datadoghq.com/monitors) allow you to watch
22778
- a metric or check that you care about,
22725
+ a metric or check that you care about and
22726
+
22727
+ notifies your team when a defined threshold has exceeded.
22779
22728
 
22780
- notifying your team when some defined threshold is exceeded.
22781
22729
 
22782
- Refer to the Creating Monitors page for more information on creating monitors.'
22730
+ For more information, see [Creating Monitors](https://docs.datadoghq.com/monitors/monitor_types/).'
22783
22731
  externalDocs:
22784
22732
  description: Find out more at
22785
22733
  url: https://docs.datadoghq.com/monitors/monitor_types/
@@ -22837,11 +22785,11 @@ tags:
22837
22785
 
22838
22786
  [5]: https://docs.datadoghq.com/developers/service_checks/'
22839
22787
  name: Service Checks
22840
- - description: "SLO Status Corrections allow you to prevent specific time periods\
22841
- \ from negatively impacting\nyour SLO\u2019s status and error budget. You can\
22842
- \ use Status Corrections for various purposes, such\nas removing planned maintenance\
22843
- \ windows, non-business hours, or other time periods that do\nnot correspond to\
22844
- \ genuine issues."
22788
+ - description: "SLO Status Corrections allow you to prevent specific time periods
22789
+ from negatively impacting\nyour SLO\u2019s status and error budget. You can use
22790
+ Status Corrections for various purposes, such\nas removing planned maintenance
22791
+ windows, non-business hours, or other time periods that do\nnot correspond to
22792
+ genuine issues."
22845
22793
  name: Service Level Objective Corrections
22846
22794
  - description: '[Service Level Objectives](https://docs.datadoghq.com/monitors/service_level_objectives/#configuration)
22847
22795
 
@@ -22865,12 +22813,12 @@ tags:
22865
22813
  name: Slack Integration
22866
22814
  - description: Take graph snapshots using the API.
22867
22815
  name: Snapshots
22868
- - description: "Datadog Synthetics uses simulated user requests and browser rendering\
22869
- \ to help you ensure uptime,\nidentify regional issues, and track your application\
22870
- \ performance. Datadog Synthetics tests come in\ntwo different flavors, [API tests](https://docs.datadoghq.com/synthetics/api_tests/?tab=httptest)\n\
22871
- and [browser tests](https://docs.datadoghq.com/synthetics/browser_tests). You\
22872
- \ can use Datadog\u2019s API to\nmanage both test types programmatically.\n\n\
22873
- For more information about Synthetics, see the [Synthetics overview](https://docs.datadoghq.com/synthetics/)."
22816
+ - description: "Datadog Synthetics uses simulated user requests and browser rendering
22817
+ to help you ensure uptime,\nidentify regional issues, and track your application
22818
+ performance. Datadog Synthetics tests come in\ntwo different flavors, [API tests](https://docs.datadoghq.com/synthetics/api_tests/?tab=httptest)\nand
22819
+ [browser tests](https://docs.datadoghq.com/synthetics/browser_tests). You can
22820
+ use Datadog\u2019s API to\nmanage both test types programmatically.\n\nFor more
22821
+ information about Synthetics, see the [Synthetics overview](https://docs.datadoghq.com/synthetics/)."
22874
22822
  name: Synthetics
22875
22823
  - description: 'The tag endpoint allows you to assign tags to hosts,
22876
22824