datadog_api_client 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1232) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +4 -4
  3. data/.generator/config/v1.json +9 -0
  4. data/.generator/config/v2.json +9 -0
  5. data/{data → .generator/schemas}/v1/openapi.yaml +1105 -69
  6. data/{data → .generator/schemas}/v2/openapi.yaml +567 -5
  7. data/.generator/templates/api_client_typhoeus_partial.mustache +7 -1
  8. data/.github/workflows/test.yml +20 -2
  9. data/.github/workflows/test_integration.yml +9 -1
  10. data/.gitignore +1 -0
  11. data/.openapi-generator/FILES +9 -0
  12. data/.pre-commit-config.yaml +20 -0
  13. data/CHANGELOG.md +31 -0
  14. data/Gemfile +1 -0
  15. data/Makefile +19 -0
  16. data/README.md +21 -0
  17. data/check-examples.sh +2 -7
  18. data/docker-compose.generator.yaml +52 -0
  19. data/docs/v1/APIErrorResponse.md +3 -4
  20. data/docs/v1/AWSAccount.md +13 -14
  21. data/docs/v1/AWSAccountAndLambdaRequest.md +4 -5
  22. data/docs/v1/AWSAccountCreateResponse.md +2 -3
  23. data/docs/v1/AWSAccountDeleteRequest.md +4 -5
  24. data/docs/v1/AWSAccountListResponse.md +2 -3
  25. data/docs/v1/AWSIntegrationAPI.md +39 -49
  26. data/docs/v1/AWSLogsAsyncError.md +3 -4
  27. data/docs/v1/AWSLogsAsyncResponse.md +4 -5
  28. data/docs/v1/AWSLogsIntegrationAPI.md +24 -32
  29. data/docs/v1/AWSLogsLambda.md +2 -3
  30. data/docs/v1/AWSLogsListResponse.md +5 -6
  31. data/docs/v1/AWSLogsListServicesResponse.md +3 -4
  32. data/docs/v1/AWSLogsServicesRequest.md +4 -5
  33. data/docs/v1/AWSNamespace.md +0 -1
  34. data/docs/v1/AWSTagFilter.md +4 -5
  35. data/docs/v1/AWSTagFilterCreateRequest.md +5 -6
  36. data/docs/v1/AWSTagFilterDeleteRequest.md +4 -5
  37. data/docs/v1/AWSTagFilterListResponse.md +2 -3
  38. data/docs/v1/AccessRole.md +0 -1
  39. data/docs/v1/AlertGraphWidgetDefinition.md +9 -10
  40. data/docs/v1/AlertGraphWidgetDefinitionType.md +0 -1
  41. data/docs/v1/AlertValueWidgetDefinition.md +10 -11
  42. data/docs/v1/AlertValueWidgetDefinitionType.md +0 -1
  43. data/docs/v1/ApiKey.md +5 -6
  44. data/docs/v1/ApiKeyListResponse.md +2 -3
  45. data/docs/v1/ApiKeyResponse.md +3 -4
  46. data/docs/v1/ApmStatsQueryColumnType.md +6 -7
  47. data/docs/v1/ApmStatsQueryDefinition.md +9 -10
  48. data/docs/v1/ApmStatsQueryRowType.md +0 -1
  49. data/docs/v1/ApplicationKey.md +4 -5
  50. data/docs/v1/ApplicationKeyListResponse.md +2 -3
  51. data/docs/v1/ApplicationKeyResponse.md +3 -4
  52. data/docs/v1/AuthenticationAPI.md +2 -4
  53. data/docs/v1/AuthenticationValidationResponse.md +2 -3
  54. data/docs/v1/AzureAccount.md +11 -10
  55. data/docs/v1/AzureIntegrationAPI.md +18 -24
  56. data/docs/v1/CancelDowntimesByScopeRequest.md +3 -4
  57. data/docs/v1/CanceledDowntimesIds.md +2 -3
  58. data/docs/v1/ChangeWidgetDefinition.md +9 -10
  59. data/docs/v1/ChangeWidgetDefinitionType.md +0 -1
  60. data/docs/v1/ChangeWidgetRequest.md +23 -18
  61. data/docs/v1/CheckCanDeleteMonitorResponse.md +4 -5
  62. data/docs/v1/CheckCanDeleteMonitorResponseData.md +2 -3
  63. data/docs/v1/CheckCanDeleteSLOResponse.md +4 -5
  64. data/docs/v1/CheckCanDeleteSLOResponseData.md +2 -3
  65. data/docs/v1/CheckStatusWidgetDefinition.md +12 -13
  66. data/docs/v1/CheckStatusWidgetDefinitionType.md +0 -1
  67. data/docs/v1/ContentEncoding.md +0 -1
  68. data/docs/v1/Creator.md +4 -5
  69. data/docs/v1/Dashboard.md +18 -19
  70. data/docs/v1/DashboardBulkActionData.md +4 -5
  71. data/docs/v1/DashboardBulkDeleteRequest.md +3 -4
  72. data/docs/v1/DashboardDeleteResponse.md +2 -3
  73. data/docs/v1/DashboardLayoutType.md +0 -1
  74. data/docs/v1/DashboardList.md +10 -11
  75. data/docs/v1/DashboardListDeleteResponse.md +2 -3
  76. data/docs/v1/DashboardListListResponse.md +2 -3
  77. data/docs/v1/DashboardListsAPI.md +19 -25
  78. data/docs/v1/DashboardReflowType.md +0 -1
  79. data/docs/v1/DashboardResourceType.md +0 -1
  80. data/docs/v1/DashboardRestoreRequest.md +3 -4
  81. data/docs/v1/DashboardSummary.md +2 -3
  82. data/docs/v1/DashboardSummaryDefinition.md +11 -12
  83. data/docs/v1/DashboardTemplateVariable.md +6 -7
  84. data/docs/v1/DashboardTemplateVariablePreset.md +4 -5
  85. data/docs/v1/DashboardTemplateVariablePresetValue.md +3 -4
  86. data/docs/v1/DashboardsAPI.md +30 -38
  87. data/docs/v1/DeletedMonitor.md +2 -3
  88. data/docs/v1/DistributionWidgetDefinition.md +13 -14
  89. data/docs/v1/DistributionWidgetDefinitionType.md +0 -1
  90. data/docs/v1/DistributionWidgetRequest.md +14 -13
  91. data/docs/v1/DistributionWidgetXAxis.md +6 -7
  92. data/docs/v1/DistributionWidgetYAxis.md +7 -8
  93. data/docs/v1/Downtime.md +19 -20
  94. data/docs/v1/DowntimeChild.md +18 -19
  95. data/docs/v1/DowntimeRecurrence.md +8 -9
  96. data/docs/v1/DowntimesAPI.md +31 -39
  97. data/docs/v1/Event.md +15 -16
  98. data/docs/v1/EventAlertType.md +0 -1
  99. data/docs/v1/EventCreateRequest.md +16 -17
  100. data/docs/v1/EventCreateResponse.md +16 -17
  101. data/docs/v1/EventListResponse.md +3 -4
  102. data/docs/v1/EventPriority.md +0 -1
  103. data/docs/v1/EventQueryDefinition.md +5 -6
  104. data/docs/v1/EventResponse.md +4 -5
  105. data/docs/v1/EventStreamWidgetDefinition.md +10 -11
  106. data/docs/v1/EventStreamWidgetDefinitionType.md +0 -1
  107. data/docs/v1/EventTimelineWidgetDefinition.md +9 -10
  108. data/docs/v1/EventTimelineWidgetDefinitionType.md +0 -1
  109. data/docs/v1/EventsAPI.md +27 -30
  110. data/docs/v1/FormulaAndFunctionApmDependencyStatName.md +0 -1
  111. data/docs/v1/FormulaAndFunctionApmDependencyStatsDataSource.md +0 -1
  112. data/docs/v1/FormulaAndFunctionApmDependencyStatsQueryDefinition.md +12 -13
  113. data/docs/v1/FormulaAndFunctionApmResourceStatName.md +0 -1
  114. data/docs/v1/FormulaAndFunctionApmResourceStatsDataSource.md +0 -1
  115. data/docs/v1/FormulaAndFunctionApmResourceStatsQueryDefinition.md +12 -13
  116. data/docs/v1/FormulaAndFunctionEventAggregation.md +0 -1
  117. data/docs/v1/FormulaAndFunctionEventQueryDefinition.md +8 -9
  118. data/docs/v1/FormulaAndFunctionEventQueryDefinitionCompute.md +5 -6
  119. data/docs/v1/FormulaAndFunctionEventQueryDefinitionSearch.md +3 -4
  120. data/docs/v1/FormulaAndFunctionEventQueryGroupBy.md +5 -6
  121. data/docs/v1/FormulaAndFunctionEventQueryGroupBySort.md +5 -6
  122. data/docs/v1/FormulaAndFunctionEventsDataSource.md +0 -1
  123. data/docs/v1/FormulaAndFunctionMetricAggregation.md +0 -1
  124. data/docs/v1/FormulaAndFunctionMetricDataSource.md +0 -1
  125. data/docs/v1/FormulaAndFunctionMetricQueryDefinition.md +6 -7
  126. data/docs/v1/FormulaAndFunctionProcessQueryDataSource.md +0 -1
  127. data/docs/v1/FormulaAndFunctionProcessQueryDefinition.md +11 -12
  128. data/docs/v1/FormulaAndFunctionQueryDefinition.md +2 -3
  129. data/docs/v1/FormulaAndFunctionResponseFormat.md +0 -1
  130. data/docs/v1/FreeTextWidgetDefinition.md +7 -8
  131. data/docs/v1/FreeTextWidgetDefinitionType.md +0 -1
  132. data/docs/v1/FunnelQuery.md +5 -6
  133. data/docs/v1/FunnelRequestType.md +0 -1
  134. data/docs/v1/FunnelSource.md +0 -1
  135. data/docs/v1/FunnelWidgetDefinition.md +8 -9
  136. data/docs/v1/FunnelWidgetDefinitionType.md +0 -1
  137. data/docs/v1/FunnelWidgetRequest.md +4 -5
  138. data/docs/v1/GCPAccount.md +15 -16
  139. data/docs/v1/GCPIntegrationAPI.md +15 -20
  140. data/docs/v1/GeomapWidgetDefinition.md +11 -12
  141. data/docs/v1/GeomapWidgetDefinitionStyle.md +4 -5
  142. data/docs/v1/GeomapWidgetDefinitionType.md +0 -1
  143. data/docs/v1/GeomapWidgetDefinitionView.md +3 -4
  144. data/docs/v1/GeomapWidgetRequest.md +9 -10
  145. data/docs/v1/GraphSnapshot.md +5 -6
  146. data/docs/v1/GroupWidgetDefinition.md +11 -12
  147. data/docs/v1/GroupWidgetDefinitionType.md +0 -1
  148. data/docs/v1/HTTPLogError.md +4 -5
  149. data/docs/v1/HTTPLogItem.md +7 -8
  150. data/docs/v1/HTTPMethod.md +0 -1
  151. data/docs/v1/HeatMapWidgetDefinition.md +13 -14
  152. data/docs/v1/HeatMapWidgetDefinitionType.md +0 -1
  153. data/docs/v1/HeatMapWidgetRequest.md +12 -13
  154. data/docs/v1/Host.md +16 -17
  155. data/docs/v1/HostListResponse.md +5 -6
  156. data/docs/v1/HostMapRequest.md +11 -12
  157. data/docs/v1/HostMapWidgetDefinition.md +15 -16
  158. data/docs/v1/HostMapWidgetDefinitionRequests.md +4 -5
  159. data/docs/v1/HostMapWidgetDefinitionStyle.md +6 -7
  160. data/docs/v1/HostMapWidgetDefinitionType.md +0 -1
  161. data/docs/v1/HostMeta.md +2 -3
  162. data/docs/v1/HostMetrics.md +4 -5
  163. data/docs/v1/HostMuteResponse.md +6 -7
  164. data/docs/v1/HostMuteSettings.md +5 -6
  165. data/docs/v1/HostTags.md +3 -4
  166. data/docs/v1/HostTotals.md +3 -4
  167. data/docs/v1/HostsAPI.md +25 -30
  168. data/docs/v1/IFrameWidgetDefinition.md +5 -6
  169. data/docs/v1/IFrameWidgetDefinitionType.md +0 -1
  170. data/docs/v1/IPPrefixesAPI.md +2 -3
  171. data/docs/v1/IPPrefixesAPM.md +2 -3
  172. data/docs/v1/IPPrefixesAgents.md +2 -3
  173. data/docs/v1/IPPrefixesLogs.md +2 -3
  174. data/docs/v1/IPPrefixesProcess.md +2 -3
  175. data/docs/v1/IPPrefixesSynthetics.md +4 -5
  176. data/docs/v1/IPPrefixesWebhooks.md +2 -3
  177. data/docs/v1/IPRanges.md +11 -12
  178. data/docs/v1/IPRangesAPI.md +3 -5
  179. data/docs/v1/IdpFormData.md +3 -4
  180. data/docs/v1/IdpResponse.md +3 -4
  181. data/docs/v1/ImageWidgetDefinition.md +11 -12
  182. data/docs/v1/ImageWidgetDefinitionType.md +0 -1
  183. data/docs/v1/IntakePayloadAccepted.md +2 -3
  184. data/docs/v1/KeyManagementAPI.md +41 -52
  185. data/docs/v1/ListStreamColumn.md +4 -5
  186. data/docs/v1/ListStreamColumnWidth.md +0 -1
  187. data/docs/v1/ListStreamQuery.md +5 -6
  188. data/docs/v1/ListStreamResponseFormat.md +0 -1
  189. data/docs/v1/ListStreamSource.md +0 -1
  190. data/docs/v1/ListStreamWidgetDefinition.md +10 -11
  191. data/docs/v1/ListStreamWidgetDefinitionType.md +0 -1
  192. data/docs/v1/ListStreamWidgetRequest.md +5 -6
  193. data/docs/v1/Log.md +4 -5
  194. data/docs/v1/LogContent.md +8 -9
  195. data/docs/v1/LogQueryDefinition.md +7 -8
  196. data/docs/v1/LogQueryDefinitionGroupBy.md +5 -6
  197. data/docs/v1/LogQueryDefinitionGroupBySort.md +5 -6
  198. data/docs/v1/LogQueryDefinitionSearch.md +4 -5
  199. data/docs/v1/LogStreamWidgetDefinition.md +15 -16
  200. data/docs/v1/LogStreamWidgetDefinitionType.md +0 -1
  201. data/docs/v1/LogsAPI.md +14 -15
  202. data/docs/v1/LogsAPIError.md +5 -6
  203. data/docs/v1/LogsAPIErrorResponse.md +3 -4
  204. data/docs/v1/LogsArithmeticProcessor.md +8 -9
  205. data/docs/v1/LogsArithmeticProcessorType.md +0 -1
  206. data/docs/v1/LogsAttributeRemapper.md +12 -13
  207. data/docs/v1/LogsAttributeRemapperType.md +0 -1
  208. data/docs/v1/LogsByRetention.md +5 -6
  209. data/docs/v1/LogsByRetentionMonthlyUsage.md +3 -4
  210. data/docs/v1/LogsByRetentionOrgUsage.md +2 -3
  211. data/docs/v1/LogsByRetentionOrgs.md +2 -3
  212. data/docs/v1/LogsCategoryProcessor.md +7 -8
  213. data/docs/v1/LogsCategoryProcessorCategory.md +4 -5
  214. data/docs/v1/LogsCategoryProcessorType.md +0 -1
  215. data/docs/v1/LogsDateRemapper.md +6 -7
  216. data/docs/v1/LogsDateRemapperType.md +0 -1
  217. data/docs/v1/LogsExclusion.md +5 -6
  218. data/docs/v1/LogsExclusionFilter.md +4 -5
  219. data/docs/v1/LogsFilter.md +2 -3
  220. data/docs/v1/LogsGeoIPParser.md +7 -8
  221. data/docs/v1/LogsGeoIPParserType.md +0 -1
  222. data/docs/v1/LogsGrokParser.md +8 -9
  223. data/docs/v1/LogsGrokParserRules.md +3 -4
  224. data/docs/v1/LogsGrokParserType.md +0 -1
  225. data/docs/v1/LogsIndex.md +8 -9
  226. data/docs/v1/LogsIndexListResponse.md +2 -3
  227. data/docs/v1/LogsIndexUpdateRequest.md +7 -8
  228. data/docs/v1/LogsIndexesAPI.md +21 -28
  229. data/docs/v1/LogsIndexesOrder.md +3 -4
  230. data/docs/v1/LogsListRequest.md +8 -9
  231. data/docs/v1/LogsListRequestTime.md +4 -5
  232. data/docs/v1/LogsListResponse.md +5 -6
  233. data/docs/v1/LogsLookupProcessor.md +9 -10
  234. data/docs/v1/LogsLookupProcessorType.md +0 -1
  235. data/docs/v1/LogsMessageRemapper.md +6 -7
  236. data/docs/v1/LogsMessageRemapperType.md +0 -1
  237. data/docs/v1/LogsPipeline.md +9 -10
  238. data/docs/v1/LogsPipelineProcessor.md +7 -8
  239. data/docs/v1/LogsPipelineProcessorType.md +0 -1
  240. data/docs/v1/LogsPipelinesAPI.md +25 -33
  241. data/docs/v1/LogsPipelinesOrder.md +3 -4
  242. data/docs/v1/LogsProcessor.md +2 -3
  243. data/docs/v1/LogsQueryCompute.md +5 -6
  244. data/docs/v1/LogsRetentionAggSumUsage.md +6 -7
  245. data/docs/v1/LogsRetentionSumUsage.md +6 -7
  246. data/docs/v1/LogsServiceRemapper.md +6 -7
  247. data/docs/v1/LogsServiceRemapperType.md +0 -1
  248. data/docs/v1/LogsSort.md +0 -1
  249. data/docs/v1/LogsStatusRemapper.md +6 -7
  250. data/docs/v1/LogsStatusRemapperType.md +0 -1
  251. data/docs/v1/LogsStringBuilderProcessor.md +8 -9
  252. data/docs/v1/LogsStringBuilderProcessorType.md +0 -1
  253. data/docs/v1/LogsTraceRemapper.md +6 -7
  254. data/docs/v1/LogsTraceRemapperType.md +0 -1
  255. data/docs/v1/LogsURLParser.md +8 -9
  256. data/docs/v1/LogsURLParserType.md +0 -1
  257. data/docs/v1/LogsUserAgentParser.md +8 -9
  258. data/docs/v1/LogsUserAgentParserType.md +0 -1
  259. data/docs/v1/MetricContentEncoding.md +0 -1
  260. data/docs/v1/MetricMetadata.md +9 -10
  261. data/docs/v1/MetricSearchResponse.md +3 -4
  262. data/docs/v1/MetricSearchResponseResults.md +2 -3
  263. data/docs/v1/MetricsAPI.md +35 -42
  264. data/docs/v1/MetricsListResponse.md +4 -5
  265. data/docs/v1/MetricsPayload.md +3 -4
  266. data/docs/v1/MetricsQueryMetadata.md +15 -16
  267. data/docs/v1/MetricsQueryResponse.md +11 -12
  268. data/docs/v1/MetricsQueryUnit.md +7 -8
  269. data/docs/v1/Monitor.md +19 -20
  270. data/docs/v1/MonitorDeviceID.md +0 -1
  271. data/docs/v1/MonitorGroupSearchResponse.md +5 -6
  272. data/docs/v1/MonitorGroupSearchResponseCounts.md +3 -4
  273. data/docs/v1/MonitorGroupSearchResult.md +9 -10
  274. data/docs/v1/MonitorOptions.md +26 -27
  275. data/docs/v1/MonitorOptionsAggregation.md +4 -5
  276. data/docs/v1/MonitorOverallStates.md +0 -1
  277. data/docs/v1/MonitorRenotifyStatusType.md +0 -1
  278. data/docs/v1/MonitorSearchResponse.md +5 -6
  279. data/docs/v1/MonitorSearchResponseCounts.md +5 -6
  280. data/docs/v1/MonitorSearchResponseMetadata.md +6 -7
  281. data/docs/v1/MonitorSearchResult.md +16 -15
  282. data/docs/v1/MonitorSearchResultNotification.md +3 -4
  283. data/docs/v1/MonitorState.md +2 -3
  284. data/docs/v1/MonitorStateGroup.md +8 -9
  285. data/docs/v1/MonitorSummaryWidgetDefinition.md +15 -16
  286. data/docs/v1/MonitorSummaryWidgetDefinitionType.md +0 -1
  287. data/docs/v1/MonitorThresholdWindowOptions.md +3 -4
  288. data/docs/v1/MonitorThresholds.md +7 -8
  289. data/docs/v1/MonitorType.md +0 -1
  290. data/docs/v1/MonitorUpdateRequest.md +18 -19
  291. data/docs/v1/MonitorsAPI.md +68 -79
  292. data/docs/v1/NoteWidgetDefinition.md +12 -13
  293. data/docs/v1/NoteWidgetDefinitionType.md +0 -1
  294. data/docs/v1/NotebookAbsoluteTime.md +5 -6
  295. data/docs/v1/NotebookAuthor.md +11 -12
  296. data/docs/v1/NotebookCellCreateRequest.md +4 -5
  297. data/docs/v1/NotebookCellCreateRequestAttributes.md +2 -3
  298. data/docs/v1/NotebookCellResourceType.md +0 -1
  299. data/docs/v1/NotebookCellResponse.md +5 -6
  300. data/docs/v1/NotebookCellResponseAttributes.md +2 -3
  301. data/docs/v1/NotebookCellTime.md +2 -3
  302. data/docs/v1/NotebookCellUpdateRequest.md +5 -6
  303. data/docs/v1/NotebookCellUpdateRequestAttributes.md +2 -3
  304. data/docs/v1/NotebookCreateData.md +4 -5
  305. data/docs/v1/NotebookCreateDataAttributes.md +7 -8
  306. data/docs/v1/NotebookCreateRequest.md +3 -4
  307. data/docs/v1/NotebookDistributionCellAttributes.md +6 -7
  308. data/docs/v1/NotebookGlobalTime.md +2 -3
  309. data/docs/v1/NotebookGraphSize.md +0 -1
  310. data/docs/v1/NotebookHeatMapCellAttributes.md +6 -7
  311. data/docs/v1/NotebookLogStreamCellAttributes.md +5 -6
  312. data/docs/v1/NotebookMarkdownCellAttributes.md +3 -4
  313. data/docs/v1/NotebookMarkdownCellDefinition.md +5 -6
  314. data/docs/v1/NotebookMarkdownCellDefinitionType.md +0 -1
  315. data/docs/v1/NotebookMetadata.md +5 -6
  316. data/docs/v1/NotebookMetadataType.md +0 -1
  317. data/docs/v1/NotebookRelativeTime.md +3 -4
  318. data/docs/v1/NotebookResourceType.md +0 -1
  319. data/docs/v1/NotebookResponse.md +3 -4
  320. data/docs/v1/NotebookResponseData.md +5 -6
  321. data/docs/v1/NotebookResponseDataAttributes.md +10 -11
  322. data/docs/v1/NotebookSplitBy.md +4 -5
  323. data/docs/v1/NotebookStatus.md +0 -1
  324. data/docs/v1/NotebookTimeseriesCellAttributes.md +6 -7
  325. data/docs/v1/NotebookToplistCellAttributes.md +6 -7
  326. data/docs/v1/NotebookUpdateCell.md +2 -3
  327. data/docs/v1/NotebookUpdateData.md +4 -5
  328. data/docs/v1/NotebookUpdateDataAttributes.md +7 -8
  329. data/docs/v1/NotebookUpdateRequest.md +3 -4
  330. data/docs/v1/NotebooksAPI.md +31 -37
  331. data/docs/v1/NotebooksResponse.md +3 -4
  332. data/docs/v1/NotebooksResponseData.md +5 -6
  333. data/docs/v1/NotebooksResponseDataAttributes.md +10 -11
  334. data/docs/v1/NotebooksResponseMeta.md +3 -4
  335. data/docs/v1/NotebooksResponsePage.md +4 -5
  336. data/docs/v1/Organization.md +9 -10
  337. data/docs/v1/OrganizationBilling.md +2 -3
  338. data/docs/v1/OrganizationCreateBody.md +5 -6
  339. data/docs/v1/OrganizationCreateResponse.md +6 -7
  340. data/docs/v1/OrganizationListResponse.md +2 -3
  341. data/docs/v1/OrganizationResponse.md +3 -4
  342. data/docs/v1/OrganizationSettings.md +12 -13
  343. data/docs/v1/OrganizationSettingsSaml.md +2 -3
  344. data/docs/v1/OrganizationSettingsSamlAutocreateUsersDomains.md +4 -5
  345. data/docs/v1/OrganizationSettingsSamlIdpInitiatedLogin.md +2 -3
  346. data/docs/v1/OrganizationSettingsSamlStrictMode.md +2 -3
  347. data/docs/v1/OrganizationSubscription.md +2 -3
  348. data/docs/v1/OrganizationsAPI.md +24 -30
  349. data/docs/v1/PagerDutyIntegrationAPI.md +18 -23
  350. data/docs/v1/PagerDutyService.md +5 -6
  351. data/docs/v1/PagerDutyServiceKey.md +4 -5
  352. data/docs/v1/PagerDutyServiceName.md +4 -5
  353. data/docs/v1/Pagination.md +3 -4
  354. data/docs/v1/ProcessQueryDefinition.md +6 -7
  355. data/docs/v1/QuerySortOrder.md +0 -1
  356. data/docs/v1/QueryValueWidgetDefinition.md +13 -14
  357. data/docs/v1/QueryValueWidgetDefinitionType.md +0 -1
  358. data/docs/v1/QueryValueWidgetRequest.md +17 -18
  359. data/docs/v1/README.md +852 -851
  360. data/docs/v1/ResponseMetaAttributes.md +3 -4
  361. data/docs/v1/SLOBulkDeleteError.md +5 -6
  362. data/docs/v1/SLOBulkDeleteResponse.md +4 -5
  363. data/docs/v1/SLOBulkDeleteResponseData.md +3 -4
  364. data/docs/v1/SLOCorrection.md +5 -6
  365. data/docs/v1/SLOCorrectionCategory.md +0 -1
  366. data/docs/v1/SLOCorrectionCreateData.md +4 -5
  367. data/docs/v1/SLOCorrectionCreateRequest.md +3 -4
  368. data/docs/v1/SLOCorrectionCreateRequestAttributes.md +12 -9
  369. data/docs/v1/SLOCorrectionListResponse.md +4 -5
  370. data/docs/v1/SLOCorrectionResponse.md +3 -4
  371. data/docs/v1/SLOCorrectionResponseAttributes.md +19 -10
  372. data/docs/v1/SLOCorrectionResponseAttributesModifier.md +21 -0
  373. data/docs/v1/SLOCorrectionType.md +0 -1
  374. data/docs/v1/SLOCorrectionUpdateData.md +4 -5
  375. data/docs/v1/SLOCorrectionUpdateRequest.md +3 -4
  376. data/docs/v1/SLOCorrectionUpdateRequestAttributes.md +11 -8
  377. data/docs/v1/SLODeleteResponse.md +3 -4
  378. data/docs/v1/SLOErrorTimeframe.md +0 -1
  379. data/docs/v1/SLOHistoryMetrics.md +10 -11
  380. data/docs/v1/SLOHistoryMetricsSeries.md +6 -7
  381. data/docs/v1/SLOHistoryMetricsSeriesMetadata.md +8 -9
  382. data/docs/v1/SLOHistoryMetricsSeriesMetadataUnit.md +8 -9
  383. data/docs/v1/SLOHistoryMonitor.md +14 -15
  384. data/docs/v1/SLOHistoryResponse.md +3 -4
  385. data/docs/v1/SLOHistoryResponseData.md +12 -13
  386. data/docs/v1/SLOHistoryResponseError.md +2 -3
  387. data/docs/v1/SLOHistoryResponseErrorWithType.md +5 -6
  388. data/docs/v1/SLOHistorySLIData.md +14 -15
  389. data/docs/v1/SLOListResponse.md +5 -6
  390. data/docs/v1/SLOListResponseMetadata.md +3 -4
  391. data/docs/v1/SLOListResponseMetadataPage.md +3 -4
  392. data/docs/v1/SLOResponse.md +4 -5
  393. data/docs/v1/SLOResponseData.md +16 -17
  394. data/docs/v1/SLOThreshold.md +7 -8
  395. data/docs/v1/SLOTimeframe.md +0 -1
  396. data/docs/v1/SLOType.md +0 -1
  397. data/docs/v1/SLOTypeNumeric.md +0 -1
  398. data/docs/v1/SLOWidgetDefinition.md +12 -13
  399. data/docs/v1/SLOWidgetDefinitionType.md +0 -1
  400. data/docs/v1/ScatterPlotRequest.md +12 -13
  401. data/docs/v1/ScatterPlotWidgetDefinition.md +12 -13
  402. data/docs/v1/ScatterPlotWidgetDefinitionRequests.md +5 -6
  403. data/docs/v1/ScatterPlotWidgetDefinitionType.md +0 -1
  404. data/docs/v1/ScatterplotDimension.md +0 -1
  405. data/docs/v1/ScatterplotTableRequest.md +5 -6
  406. data/docs/v1/ScatterplotWidgetAggregator.md +0 -1
  407. data/docs/v1/ScatterplotWidgetFormula.md +5 -6
  408. data/docs/v1/Series.md +8 -9
  409. data/docs/v1/ServiceCheck.md +8 -9
  410. data/docs/v1/ServiceCheckStatus.md +0 -1
  411. data/docs/v1/ServiceChecksAPI.md +10 -9
  412. data/docs/v1/ServiceLevelObjective.md +15 -16
  413. data/docs/v1/ServiceLevelObjectiveCorrectionsAPI.md +20 -26
  414. data/docs/v1/ServiceLevelObjectiveQuery.md +4 -5
  415. data/docs/v1/ServiceLevelObjectiveRequest.md +10 -11
  416. data/docs/v1/ServiceLevelObjectivesAPI.md +111 -53
  417. data/docs/v1/ServiceMapWidgetDefinition.md +9 -10
  418. data/docs/v1/ServiceMapWidgetDefinitionType.md +0 -1
  419. data/docs/v1/ServiceSummaryWidgetDefinition.md +18 -19
  420. data/docs/v1/ServiceSummaryWidgetDefinitionType.md +0 -1
  421. data/docs/v1/SlackIntegrationAPI.md +27 -33
  422. data/docs/v1/SlackIntegrationChannel.md +4 -5
  423. data/docs/v1/SlackIntegrationChannelDisplay.md +5 -6
  424. data/docs/v1/SnapshotsAPI.md +12 -14
  425. data/docs/v1/SyntheticsAPI.md +169 -136
  426. data/docs/v1/SyntheticsAPIStep.md +9 -10
  427. data/docs/v1/SyntheticsAPIStepSubtype.md +0 -1
  428. data/docs/v1/SyntheticsAPITest.md +19 -20
  429. data/docs/v1/SyntheticsAPITestConfig.md +7 -8
  430. data/docs/v1/SyntheticsAPITestResultData.md +12 -13
  431. data/docs/v1/SyntheticsAPITestResultFull.md +9 -10
  432. data/docs/v1/SyntheticsAPITestResultFullCheck.md +3 -4
  433. data/docs/v1/SyntheticsAPITestResultShort.md +7 -8
  434. data/docs/v1/SyntheticsAPITestResultShortResult.md +4 -5
  435. data/docs/v1/SyntheticsAPITestType.md +0 -1
  436. data/docs/v1/SyntheticsAssertion.md +2 -3
  437. data/docs/v1/SyntheticsAssertionJSONPathOperator.md +0 -1
  438. data/docs/v1/SyntheticsAssertionJSONPathTarget.md +6 -7
  439. data/docs/v1/SyntheticsAssertionJSONPathTargetTarget.md +5 -6
  440. data/docs/v1/SyntheticsAssertionOperator.md +0 -1
  441. data/docs/v1/SyntheticsAssertionTarget.md +7 -8
  442. data/docs/v1/SyntheticsAssertionType.md +0 -1
  443. data/docs/v1/SyntheticsBasicAuth.md +5 -6
  444. data/docs/v1/SyntheticsBatchDetails.md +3 -4
  445. data/docs/v1/SyntheticsBatchDetailsData.md +5 -6
  446. data/docs/v1/SyntheticsBatchResult.md +12 -13
  447. data/docs/v1/SyntheticsBrowserError.md +6 -7
  448. data/docs/v1/SyntheticsBrowserErrorType.md +0 -1
  449. data/docs/v1/SyntheticsBrowserTest.md +13 -14
  450. data/docs/v1/SyntheticsBrowserTestConfig.md +7 -8
  451. data/docs/v1/SyntheticsBrowserTestResultData.md +13 -14
  452. data/docs/v1/SyntheticsBrowserTestResultFull.md +9 -10
  453. data/docs/v1/SyntheticsBrowserTestResultFullCheck.md +3 -4
  454. data/docs/v1/SyntheticsBrowserTestResultShort.md +7 -8
  455. data/docs/v1/SyntheticsBrowserTestResultShortResult.md +7 -8
  456. data/docs/v1/SyntheticsBrowserTestType.md +0 -1
  457. data/docs/v1/SyntheticsBrowserVariable.md +7 -8
  458. data/docs/v1/SyntheticsBrowserVariableType.md +0 -1
  459. data/docs/v1/SyntheticsCIBatchMetadata.md +4 -5
  460. data/docs/v1/SyntheticsCIBatchMetadataCI.md +4 -5
  461. data/docs/v1/SyntheticsCIBatchMetadataGit.md +3 -4
  462. data/docs/v1/SyntheticsCIBatchMetadataPipeline.md +17 -0
  463. data/docs/v1/SyntheticsCIBatchMetadataProvider.md +17 -0
  464. data/docs/v1/SyntheticsCITest.md +16 -17
  465. data/docs/v1/SyntheticsCITestBody.md +2 -3
  466. data/docs/v1/SyntheticsCheckType.md +0 -1
  467. data/docs/v1/SyntheticsConfigVariable.md +7 -8
  468. data/docs/v1/SyntheticsConfigVariableType.md +0 -1
  469. data/docs/v1/SyntheticsCoreWebVitals.md +4 -5
  470. data/docs/v1/SyntheticsDeleteTestsPayload.md +2 -3
  471. data/docs/v1/SyntheticsDeleteTestsResponse.md +2 -3
  472. data/docs/v1/SyntheticsDeletedTest.md +4 -5
  473. data/docs/v1/SyntheticsDevice.md +7 -8
  474. data/docs/v1/SyntheticsDeviceID.md +0 -1
  475. data/docs/v1/SyntheticsErrorCode.md +0 -1
  476. data/docs/v1/SyntheticsGetAPITestLatestResultsResponse.md +4 -5
  477. data/docs/v1/SyntheticsGetBrowserTestLatestResultsResponse.md +4 -5
  478. data/docs/v1/SyntheticsGlobalVariable.md +10 -11
  479. data/docs/v1/SyntheticsGlobalVariableAttributes.md +2 -3
  480. data/docs/v1/SyntheticsGlobalVariableParseTestOptions.md +5 -6
  481. data/docs/v1/SyntheticsGlobalVariableParseTestOptionsType.md +0 -1
  482. data/docs/v1/SyntheticsGlobalVariableParserType.md +0 -1
  483. data/docs/v1/SyntheticsGlobalVariableValue.md +4 -5
  484. data/docs/v1/SyntheticsListGlobalVariablesResponse.md +2 -3
  485. data/docs/v1/SyntheticsListTestsResponse.md +2 -3
  486. data/docs/v1/SyntheticsLocation.md +4 -5
  487. data/docs/v1/SyntheticsLocations.md +2 -3
  488. data/docs/v1/SyntheticsParsingOptions.md +6 -7
  489. data/docs/v1/SyntheticsPlayingTab.md +0 -1
  490. data/docs/v1/SyntheticsPrivateLocation.md +7 -8
  491. data/docs/v1/SyntheticsPrivateLocationCreationResponse.md +5 -6
  492. data/docs/v1/SyntheticsPrivateLocationCreationResponseResultEncryption.md +4 -5
  493. data/docs/v1/SyntheticsPrivateLocationSecrets.md +4 -5
  494. data/docs/v1/SyntheticsPrivateLocationSecretsAuthentication.md +3 -4
  495. data/docs/v1/SyntheticsPrivateLocationSecretsConfigDecryption.md +2 -3
  496. data/docs/v1/SyntheticsSSLCertificate.md +14 -15
  497. data/docs/v1/SyntheticsSSLCertificateIssuer.md +7 -8
  498. data/docs/v1/SyntheticsSSLCertificateSubject.md +8 -9
  499. data/docs/v1/SyntheticsStatus.md +0 -1
  500. data/docs/v1/SyntheticsStep.md +7 -8
  501. data/docs/v1/SyntheticsStepDetail.md +19 -20
  502. data/docs/v1/SyntheticsStepDetailWarning.md +4 -5
  503. data/docs/v1/SyntheticsStepType.md +0 -1
  504. data/docs/v1/SyntheticsTestConfig.md +6 -7
  505. data/docs/v1/SyntheticsTestDetails.md +15 -16
  506. data/docs/v1/SyntheticsTestDetailsSubType.md +0 -1
  507. data/docs/v1/SyntheticsTestDetailsType.md +0 -1
  508. data/docs/v1/SyntheticsTestExecutionRule.md +0 -1
  509. data/docs/v1/SyntheticsTestMonitorStatus.md +0 -1
  510. data/docs/v1/SyntheticsTestOptions.md +15 -16
  511. data/docs/v1/SyntheticsTestOptionsMonitorOptions.md +2 -3
  512. data/docs/v1/SyntheticsTestOptionsRetry.md +4 -5
  513. data/docs/v1/SyntheticsTestPauseStatus.md +0 -1
  514. data/docs/v1/SyntheticsTestProcessStatus.md +0 -1
  515. data/docs/v1/SyntheticsTestRequest.md +23 -22
  516. data/docs/v1/SyntheticsTestRequestCertificate.md +4 -5
  517. data/docs/v1/SyntheticsTestRequestCertificateItem.md +4 -5
  518. data/docs/v1/SyntheticsTiming.md +11 -12
  519. data/docs/v1/SyntheticsTriggerBody.md +17 -0
  520. data/docs/v1/SyntheticsTriggerCITestLocation.md +4 -5
  521. data/docs/v1/SyntheticsTriggerCITestRunResult.md +6 -7
  522. data/docs/v1/SyntheticsTriggerCITestsResponse.md +6 -7
  523. data/docs/v1/SyntheticsTriggerTest.md +19 -0
  524. data/docs/v1/SyntheticsUpdateTestPauseStatusPayload.md +3 -4
  525. data/docs/v1/SyntheticsVariableParser.md +4 -5
  526. data/docs/v1/SyntheticsWarningType.md +0 -1
  527. data/docs/v1/TableWidgetCellDisplayMode.md +0 -1
  528. data/docs/v1/TableWidgetDefinition.md +10 -11
  529. data/docs/v1/TableWidgetDefinitionType.md +0 -1
  530. data/docs/v1/TableWidgetHasSearchBar.md +0 -1
  531. data/docs/v1/TableWidgetRequest.md +21 -22
  532. data/docs/v1/TagToHosts.md +2 -3
  533. data/docs/v1/TagsAPI.md +27 -33
  534. data/docs/v1/TargetFormatType.md +0 -1
  535. data/docs/v1/TimeseriesWidgetDefinition.md +17 -18
  536. data/docs/v1/TimeseriesWidgetDefinitionType.md +0 -1
  537. data/docs/v1/TimeseriesWidgetExpressionAlias.md +4 -5
  538. data/docs/v1/TimeseriesWidgetLegendColumn.md +0 -1
  539. data/docs/v1/TimeseriesWidgetLegendLayout.md +0 -1
  540. data/docs/v1/TimeseriesWidgetRequest.md +19 -20
  541. data/docs/v1/ToplistWidgetDefinition.md +9 -10
  542. data/docs/v1/ToplistWidgetDefinitionType.md +0 -1
  543. data/docs/v1/ToplistWidgetRequest.md +17 -18
  544. data/docs/v1/TreeMapColorBy.md +0 -1
  545. data/docs/v1/TreeMapGroupBy.md +0 -1
  546. data/docs/v1/TreeMapSizeBy.md +0 -1
  547. data/docs/v1/TreeMapWidgetDefinition.md +8 -9
  548. data/docs/v1/TreeMapWidgetDefinitionType.md +0 -1
  549. data/docs/v1/TreeMapWidgetRequest.md +2 -3
  550. data/docs/v1/UsageAnalyzedLogsHour.md +3 -4
  551. data/docs/v1/UsageAnalyzedLogsResponse.md +2 -3
  552. data/docs/v1/UsageAttributionAggregatesBody.md +5 -6
  553. data/docs/v1/UsageAttributionBody.md +9 -10
  554. data/docs/v1/UsageAttributionMetadata.md +3 -4
  555. data/docs/v1/UsageAttributionPagination.md +5 -6
  556. data/docs/v1/UsageAttributionResponse.md +4 -5
  557. data/docs/v1/UsageAttributionSort.md +0 -1
  558. data/docs/v1/UsageAttributionSupportedMetrics.md +0 -1
  559. data/docs/v1/UsageAttributionValues.md +46 -43
  560. data/docs/v1/UsageAuditLogsHour.md +3 -4
  561. data/docs/v1/UsageAuditLogsResponse.md +2 -3
  562. data/docs/v1/UsageBillableSummaryBody.md +9 -10
  563. data/docs/v1/UsageBillableSummaryHour.md +10 -11
  564. data/docs/v1/UsageBillableSummaryKeys.md +34 -35
  565. data/docs/v1/UsageBillableSummaryResponse.md +2 -3
  566. data/docs/v1/UsageCWSHour.md +4 -5
  567. data/docs/v1/UsageCWSResponse.md +2 -3
  568. data/docs/v1/UsageCloudSecurityPostureManagementHour.md +4 -5
  569. data/docs/v1/UsageCloudSecurityPostureManagementResponse.md +2 -3
  570. data/docs/v1/UsageCustomReportsAttributes.md +7 -8
  571. data/docs/v1/UsageCustomReportsData.md +5 -6
  572. data/docs/v1/UsageCustomReportsMeta.md +3 -4
  573. data/docs/v1/UsageCustomReportsPage.md +2 -3
  574. data/docs/v1/UsageCustomReportsResponse.md +3 -4
  575. data/docs/v1/UsageDBMHour.md +4 -5
  576. data/docs/v1/UsageDBMResponse.md +2 -3
  577. data/docs/v1/UsageFargateHour.md +10 -5
  578. data/docs/v1/UsageFargateResponse.md +2 -3
  579. data/docs/v1/UsageHostHour.md +16 -17
  580. data/docs/v1/UsageHostsResponse.md +2 -3
  581. data/docs/v1/UsageIncidentManagementHour.md +3 -4
  582. data/docs/v1/UsageIncidentManagementResponse.md +2 -3
  583. data/docs/v1/UsageIndexedSpansHour.md +3 -4
  584. data/docs/v1/UsageIndexedSpansResponse.md +2 -3
  585. data/docs/v1/UsageIngestedSpansHour.md +3 -4
  586. data/docs/v1/UsageIngestedSpansResponse.md +2 -3
  587. data/docs/v1/UsageIoTHour.md +3 -4
  588. data/docs/v1/UsageIoTResponse.md +2 -3
  589. data/docs/v1/UsageLambdaHour.md +5 -6
  590. data/docs/v1/UsageLambdaResponse.md +2 -3
  591. data/docs/v1/UsageLogsByIndexHour.md +6 -7
  592. data/docs/v1/UsageLogsByIndexResponse.md +2 -3
  593. data/docs/v1/UsageLogsByRetentionHour.md +6 -7
  594. data/docs/v1/UsageLogsByRetentionResponse.md +2 -3
  595. data/docs/v1/UsageLogsHour.md +9 -10
  596. data/docs/v1/UsageLogsResponse.md +2 -3
  597. data/docs/v1/UsageMeteringAPI.md +273 -243
  598. data/docs/v1/UsageMetricCategory.md +0 -1
  599. data/docs/v1/UsageNetworkFlowsHour.md +5 -6
  600. data/docs/v1/UsageNetworkFlowsResponse.md +2 -3
  601. data/docs/v1/UsageNetworkHostsHour.md +3 -4
  602. data/docs/v1/UsageNetworkHostsResponse.md +2 -3
  603. data/docs/v1/UsageProfilingHour.md +5 -6
  604. data/docs/v1/UsageProfilingResponse.md +2 -3
  605. data/docs/v1/UsageReportsType.md +0 -1
  606. data/docs/v1/UsageRumSessionsHour.md +5 -6
  607. data/docs/v1/UsageRumSessionsResponse.md +2 -3
  608. data/docs/v1/UsageRumUnitsHour.md +31 -0
  609. data/docs/v1/UsageRumUnitsResponse.md +17 -0
  610. data/docs/v1/UsageSDSHour.md +8 -5
  611. data/docs/v1/UsageSDSResponse.md +2 -3
  612. data/docs/v1/UsageSNMPHour.md +3 -4
  613. data/docs/v1/UsageSNMPResponse.md +2 -3
  614. data/docs/v1/UsageSort.md +0 -1
  615. data/docs/v1/UsageSortDirection.md +0 -1
  616. data/docs/v1/UsageSpecifiedCustomReportsAttributes.md +8 -9
  617. data/docs/v1/UsageSpecifiedCustomReportsData.md +5 -6
  618. data/docs/v1/UsageSpecifiedCustomReportsMeta.md +3 -4
  619. data/docs/v1/UsageSpecifiedCustomReportsPage.md +2 -3
  620. data/docs/v1/UsageSpecifiedCustomReportsResponse.md +4 -5
  621. data/docs/v1/UsageSummaryDate.md +63 -50
  622. data/docs/v1/UsageSummaryDateOrg.md +64 -51
  623. data/docs/v1/UsageSummaryResponse.md +72 -59
  624. data/docs/v1/UsageSyntheticsAPIHour.md +3 -4
  625. data/docs/v1/UsageSyntheticsAPIResponse.md +2 -3
  626. data/docs/v1/UsageSyntheticsBrowserHour.md +3 -4
  627. data/docs/v1/UsageSyntheticsBrowserResponse.md +2 -3
  628. data/docs/v1/UsageSyntheticsHour.md +3 -4
  629. data/docs/v1/UsageSyntheticsResponse.md +2 -3
  630. data/docs/v1/UsageTimeseriesHour.md +5 -6
  631. data/docs/v1/UsageTimeseriesResponse.md +2 -3
  632. data/docs/v1/UsageTopAvgMetricsHour.md +6 -7
  633. data/docs/v1/UsageTopAvgMetricsMetadata.md +5 -6
  634. data/docs/v1/UsageTopAvgMetricsResponse.md +4 -5
  635. data/docs/v1/User.md +9 -10
  636. data/docs/v1/UserDisableResponse.md +2 -3
  637. data/docs/v1/UserListResponse.md +2 -3
  638. data/docs/v1/UserResponse.md +3 -4
  639. data/docs/v1/UsersAPI.md +20 -26
  640. data/docs/v1/WebhooksIntegration.md +7 -8
  641. data/docs/v1/WebhooksIntegrationAPI.md +36 -45
  642. data/docs/v1/WebhooksIntegrationCustomVariable.md +5 -6
  643. data/docs/v1/WebhooksIntegrationCustomVariableResponse.md +5 -6
  644. data/docs/v1/WebhooksIntegrationCustomVariableUpdateRequest.md +5 -6
  645. data/docs/v1/WebhooksIntegrationEncoding.md +0 -1
  646. data/docs/v1/WebhooksIntegrationUpdateRequest.md +7 -8
  647. data/docs/v1/Widget.md +5 -6
  648. data/docs/v1/WidgetAggregator.md +0 -1
  649. data/docs/v1/WidgetAxis.md +7 -8
  650. data/docs/v1/WidgetChangeType.md +0 -1
  651. data/docs/v1/WidgetColorPreference.md +0 -1
  652. data/docs/v1/WidgetComparator.md +0 -1
  653. data/docs/v1/WidgetCompareTo.md +0 -1
  654. data/docs/v1/WidgetConditionalFormat.md +11 -12
  655. data/docs/v1/WidgetCustomLink.md +6 -7
  656. data/docs/v1/WidgetDefinition.md +2 -3
  657. data/docs/v1/WidgetDisplayType.md +0 -1
  658. data/docs/v1/WidgetEvent.md +3 -4
  659. data/docs/v1/WidgetEventSize.md +0 -1
  660. data/docs/v1/WidgetFieldSort.md +4 -5
  661. data/docs/v1/WidgetFormula.md +7 -8
  662. data/docs/v1/WidgetFormulaLimit.md +4 -5
  663. data/docs/v1/WidgetGrouping.md +0 -1
  664. data/docs/v1/WidgetHorizontalAlign.md +0 -1
  665. data/docs/v1/WidgetImageSizing.md +0 -1
  666. data/docs/v1/WidgetLayout.md +6 -7
  667. data/docs/v1/WidgetLayoutType.md +0 -1
  668. data/docs/v1/WidgetLineType.md +0 -1
  669. data/docs/v1/WidgetLineWidth.md +0 -1
  670. data/docs/v1/WidgetLiveSpan.md +0 -1
  671. data/docs/v1/WidgetMargin.md +0 -1
  672. data/docs/v1/WidgetMarker.md +6 -7
  673. data/docs/v1/WidgetMessageDisplay.md +0 -1
  674. data/docs/v1/WidgetMonitorSummaryDisplayFormat.md +0 -1
  675. data/docs/v1/WidgetMonitorSummarySort.md +0 -1
  676. data/docs/v1/WidgetNodeType.md +0 -1
  677. data/docs/v1/WidgetOrderBy.md +0 -1
  678. data/docs/v1/WidgetPalette.md +0 -1
  679. data/docs/v1/WidgetRequestStyle.md +5 -6
  680. data/docs/v1/WidgetServiceSummaryDisplayFormat.md +0 -1
  681. data/docs/v1/WidgetSizeFormat.md +0 -1
  682. data/docs/v1/WidgetSort.md +0 -1
  683. data/docs/v1/WidgetStyle.md +2 -3
  684. data/docs/v1/WidgetSummaryType.md +0 -1
  685. data/docs/v1/WidgetTextAlign.md +0 -1
  686. data/docs/v1/WidgetTickEdge.md +0 -1
  687. data/docs/v1/WidgetTime.md +3 -4
  688. data/docs/v1/WidgetTimeWindows.md +0 -1
  689. data/docs/v1/WidgetVerticalAlign.md +0 -1
  690. data/docs/v1/WidgetViewMode.md +0 -1
  691. data/docs/v1/WidgetVizType.md +0 -1
  692. data/docs/v2/APIErrorResponse.md +3 -4
  693. data/docs/v2/APIKeyCreateAttributes.md +3 -4
  694. data/docs/v2/APIKeyCreateData.md +4 -5
  695. data/docs/v2/APIKeyCreateRequest.md +3 -4
  696. data/docs/v2/APIKeyRelationships.md +4 -5
  697. data/docs/v2/APIKeyResponse.md +3 -4
  698. data/docs/v2/APIKeyResponseIncludedItem.md +2 -3
  699. data/docs/v2/APIKeyUpdateAttributes.md +3 -4
  700. data/docs/v2/APIKeyUpdateData.md +5 -6
  701. data/docs/v2/APIKeyUpdateRequest.md +3 -4
  702. data/docs/v2/APIKeysResponse.md +3 -4
  703. data/docs/v2/APIKeysSort.md +0 -1
  704. data/docs/v2/APIKeysType.md +0 -1
  705. data/docs/v2/ApplicationKeyCreateAttributes.md +3 -4
  706. data/docs/v2/ApplicationKeyCreateData.md +4 -5
  707. data/docs/v2/ApplicationKeyCreateRequest.md +3 -4
  708. data/docs/v2/ApplicationKeyRelationships.md +3 -4
  709. data/docs/v2/ApplicationKeyResponse.md +3 -4
  710. data/docs/v2/ApplicationKeyResponseIncludedItem.md +2 -3
  711. data/docs/v2/ApplicationKeyUpdateAttributes.md +3 -4
  712. data/docs/v2/ApplicationKeyUpdateData.md +5 -6
  713. data/docs/v2/ApplicationKeyUpdateRequest.md +3 -4
  714. data/docs/v2/ApplicationKeysSort.md +0 -1
  715. data/docs/v2/ApplicationKeysType.md +0 -1
  716. data/docs/v2/ContentEncoding.md +14 -0
  717. data/docs/v2/Creator.md +4 -5
  718. data/docs/v2/DashboardListAddItemsRequest.md +2 -3
  719. data/docs/v2/DashboardListAddItemsResponse.md +2 -3
  720. data/docs/v2/DashboardListDeleteItemsRequest.md +2 -3
  721. data/docs/v2/DashboardListDeleteItemsResponse.md +2 -3
  722. data/docs/v2/DashboardListItem.md +14 -15
  723. data/docs/v2/DashboardListItemRequest.md +4 -5
  724. data/docs/v2/DashboardListItemResponse.md +4 -5
  725. data/docs/v2/DashboardListItems.md +4 -5
  726. data/docs/v2/DashboardListUpdateItemsRequest.md +2 -3
  727. data/docs/v2/DashboardListUpdateItemsResponse.md +2 -3
  728. data/docs/v2/DashboardListsAPI.md +20 -25
  729. data/docs/v2/DashboardType.md +0 -1
  730. data/docs/v2/FullAPIKey.md +6 -7
  731. data/docs/v2/FullAPIKeyAttributes.md +7 -8
  732. data/docs/v2/FullApplicationKey.md +6 -7
  733. data/docs/v2/FullApplicationKeyAttributes.md +6 -7
  734. data/docs/v2/HTTPLogError.md +21 -0
  735. data/docs/v2/HTTPLogErrors.md +17 -0
  736. data/docs/v2/HTTPLogItem.md +25 -0
  737. data/docs/v2/IncidentCreateAttributes.md +7 -8
  738. data/docs/v2/IncidentCreateData.md +5 -6
  739. data/docs/v2/IncidentCreateRelationships.md +3 -4
  740. data/docs/v2/IncidentCreateRequest.md +3 -4
  741. data/docs/v2/IncidentFieldAttributes.md +2 -3
  742. data/docs/v2/IncidentFieldAttributesMultipleValue.md +4 -5
  743. data/docs/v2/IncidentFieldAttributesSingleValue.md +4 -5
  744. data/docs/v2/IncidentFieldAttributesSingleValueType.md +0 -1
  745. data/docs/v2/IncidentFieldAttributesValueType.md +0 -1
  746. data/docs/v2/IncidentIntegrationMetadataType.md +0 -1
  747. data/docs/v2/IncidentNotificationHandle.md +4 -5
  748. data/docs/v2/IncidentPostmortemType.md +0 -1
  749. data/docs/v2/IncidentRelatedObject.md +0 -1
  750. data/docs/v2/IncidentResponse.md +3 -4
  751. data/docs/v2/IncidentResponseAttributes.md +20 -21
  752. data/docs/v2/IncidentResponseData.md +6 -7
  753. data/docs/v2/IncidentResponseIncludedItem.md +2 -3
  754. data/docs/v2/IncidentResponseRelationships.md +7 -8
  755. data/docs/v2/IncidentServiceCreateAttributes.md +3 -4
  756. data/docs/v2/IncidentServiceCreateData.md +5 -6
  757. data/docs/v2/IncidentServiceCreateRequest.md +3 -4
  758. data/docs/v2/IncidentServiceIncludedItems.md +2 -3
  759. data/docs/v2/IncidentServiceRelationships.md +4 -5
  760. data/docs/v2/IncidentServiceResponse.md +3 -4
  761. data/docs/v2/IncidentServiceResponseAttributes.md +5 -6
  762. data/docs/v2/IncidentServiceResponseData.md +6 -7
  763. data/docs/v2/IncidentServiceType.md +0 -1
  764. data/docs/v2/IncidentServiceUpdateAttributes.md +3 -4
  765. data/docs/v2/IncidentServiceUpdateData.md +6 -7
  766. data/docs/v2/IncidentServiceUpdateRequest.md +3 -4
  767. data/docs/v2/IncidentServicesAPI.md +26 -32
  768. data/docs/v2/IncidentServicesResponse.md +4 -5
  769. data/docs/v2/IncidentServicesResponseMeta.md +3 -4
  770. data/docs/v2/IncidentServicesResponseMetaPagination.md +4 -5
  771. data/docs/v2/IncidentTeamCreateAttributes.md +3 -4
  772. data/docs/v2/IncidentTeamCreateData.md +5 -6
  773. data/docs/v2/IncidentTeamCreateRequest.md +3 -4
  774. data/docs/v2/IncidentTeamIncludedItems.md +2 -3
  775. data/docs/v2/IncidentTeamRelationships.md +4 -5
  776. data/docs/v2/IncidentTeamResponse.md +3 -4
  777. data/docs/v2/IncidentTeamResponseAttributes.md +5 -6
  778. data/docs/v2/IncidentTeamResponseData.md +6 -7
  779. data/docs/v2/IncidentTeamType.md +0 -1
  780. data/docs/v2/IncidentTeamUpdateAttributes.md +3 -4
  781. data/docs/v2/IncidentTeamUpdateData.md +6 -7
  782. data/docs/v2/IncidentTeamUpdateRequest.md +3 -4
  783. data/docs/v2/IncidentTeamsAPI.md +25 -31
  784. data/docs/v2/IncidentTeamsResponse.md +4 -5
  785. data/docs/v2/IncidentTimelineCellCreateAttributes.md +2 -3
  786. data/docs/v2/IncidentTimelineCellMarkdownContentType.md +0 -1
  787. data/docs/v2/IncidentTimelineCellMarkdownCreateAttributes.md +5 -6
  788. data/docs/v2/IncidentTimelineCellMarkdownCreateAttributesContent.md +2 -3
  789. data/docs/v2/IncidentType.md +0 -1
  790. data/docs/v2/IncidentUpdateAttributes.md +11 -12
  791. data/docs/v2/IncidentUpdateData.md +6 -7
  792. data/docs/v2/IncidentUpdateRelationships.md +7 -8
  793. data/docs/v2/IncidentUpdateRequest.md +3 -4
  794. data/docs/v2/IncidentsAPI.md +26 -32
  795. data/docs/v2/IncidentsResponse.md +4 -5
  796. data/docs/v2/KeyManagementAPI.md +85 -100
  797. data/docs/v2/ListApplicationKeysResponse.md +3 -4
  798. data/docs/v2/Log.md +5 -6
  799. data/docs/v2/LogAttributes.md +9 -10
  800. data/docs/v2/LogType.md +0 -1
  801. data/docs/v2/LogsAPI.md +111 -25
  802. data/docs/v2/LogsAggregateBucket.md +3 -4
  803. data/docs/v2/LogsAggregateBucketValue.md +2 -3
  804. data/docs/v2/LogsAggregateBucketValueTimeseriesPoint.md +4 -5
  805. data/docs/v2/LogsAggregateRequest.md +7 -8
  806. data/docs/v2/LogsAggregateRequestPage.md +2 -3
  807. data/docs/v2/LogsAggregateResponse.md +4 -5
  808. data/docs/v2/LogsAggregateResponseData.md +2 -3
  809. data/docs/v2/LogsAggregateResponseStatus.md +0 -1
  810. data/docs/v2/LogsAggregateSort.md +6 -7
  811. data/docs/v2/LogsAggregateSortType.md +0 -1
  812. data/docs/v2/LogsAggregationFunction.md +0 -1
  813. data/docs/v2/LogsArchive.md +3 -4
  814. data/docs/v2/LogsArchiveAttributes.md +8 -9
  815. data/docs/v2/LogsArchiveCreateRequest.md +3 -4
  816. data/docs/v2/LogsArchiveCreateRequestAttributes.md +7 -8
  817. data/docs/v2/LogsArchiveCreateRequestDefinition.md +4 -5
  818. data/docs/v2/LogsArchiveCreateRequestDestination.md +2 -3
  819. data/docs/v2/LogsArchiveDefinition.md +5 -6
  820. data/docs/v2/LogsArchiveDestination.md +2 -3
  821. data/docs/v2/LogsArchiveDestinationAzure.md +8 -9
  822. data/docs/v2/LogsArchiveDestinationAzureType.md +0 -1
  823. data/docs/v2/LogsArchiveDestinationGCS.md +6 -7
  824. data/docs/v2/LogsArchiveDestinationGCSType.md +0 -1
  825. data/docs/v2/LogsArchiveDestinationS3.md +6 -7
  826. data/docs/v2/LogsArchiveDestinationS3Type.md +0 -1
  827. data/docs/v2/LogsArchiveIntegrationAzure.md +4 -5
  828. data/docs/v2/LogsArchiveIntegrationGCS.md +4 -5
  829. data/docs/v2/LogsArchiveIntegrationS3.md +4 -5
  830. data/docs/v2/LogsArchiveOrder.md +3 -4
  831. data/docs/v2/LogsArchiveOrderAttributes.md +3 -4
  832. data/docs/v2/LogsArchiveOrderDefinition.md +4 -5
  833. data/docs/v2/LogsArchiveOrderDefinitionType.md +0 -1
  834. data/docs/v2/LogsArchiveState.md +0 -1
  835. data/docs/v2/LogsArchives.md +2 -3
  836. data/docs/v2/LogsArchivesAPI.md +41 -52
  837. data/docs/v2/LogsCompute.md +6 -7
  838. data/docs/v2/LogsComputeType.md +0 -1
  839. data/docs/v2/LogsGroupBy.md +8 -9
  840. data/docs/v2/LogsGroupByHistogram.md +5 -6
  841. data/docs/v2/LogsGroupByMissing.md +2 -3
  842. data/docs/v2/LogsGroupByTotal.md +2 -3
  843. data/docs/v2/LogsListRequest.md +6 -7
  844. data/docs/v2/LogsListRequestPage.md +4 -5
  845. data/docs/v2/LogsListResponse.md +5 -6
  846. data/docs/v2/LogsListResponseLinks.md +3 -4
  847. data/docs/v2/LogsMetricCompute.md +4 -5
  848. data/docs/v2/LogsMetricComputeAggregationType.md +0 -1
  849. data/docs/v2/LogsMetricCreateAttributes.md +4 -5
  850. data/docs/v2/LogsMetricCreateData.md +5 -6
  851. data/docs/v2/LogsMetricCreateRequest.md +3 -4
  852. data/docs/v2/LogsMetricFilter.md +2 -3
  853. data/docs/v2/LogsMetricGroupBy.md +3 -4
  854. data/docs/v2/LogsMetricResponse.md +3 -4
  855. data/docs/v2/LogsMetricResponseAttributes.md +4 -5
  856. data/docs/v2/LogsMetricResponseCompute.md +4 -5
  857. data/docs/v2/LogsMetricResponseComputeAggregationType.md +0 -1
  858. data/docs/v2/LogsMetricResponseData.md +5 -6
  859. data/docs/v2/LogsMetricResponseFilter.md +2 -3
  860. data/docs/v2/LogsMetricResponseGroupBy.md +3 -4
  861. data/docs/v2/LogsMetricType.md +0 -1
  862. data/docs/v2/LogsMetricUpdateAttributes.md +3 -4
  863. data/docs/v2/LogsMetricUpdateData.md +4 -5
  864. data/docs/v2/LogsMetricUpdateRequest.md +3 -4
  865. data/docs/v2/LogsMetricsAPI.md +19 -25
  866. data/docs/v2/LogsMetricsResponse.md +2 -3
  867. data/docs/v2/LogsQueryFilter.md +6 -7
  868. data/docs/v2/LogsQueryOptions.md +4 -5
  869. data/docs/v2/LogsResponseMetadata.md +7 -8
  870. data/docs/v2/LogsResponseMetadataPage.md +2 -3
  871. data/docs/v2/LogsSort.md +0 -1
  872. data/docs/v2/LogsSortOrder.md +0 -1
  873. data/docs/v2/LogsWarning.md +4 -5
  874. data/docs/v2/Metric.md +4 -5
  875. data/docs/v2/MetricAllTags.md +5 -6
  876. data/docs/v2/MetricAllTagsAttributes.md +2 -3
  877. data/docs/v2/MetricAllTagsResponse.md +3 -4
  878. data/docs/v2/MetricCustomAggregation.md +19 -0
  879. data/docs/v2/MetricCustomSpaceAggregation.md +14 -0
  880. data/docs/v2/MetricCustomTimeAggregation.md +14 -0
  881. data/docs/v2/MetricDistinctVolume.md +5 -6
  882. data/docs/v2/MetricDistinctVolumeAttributes.md +2 -3
  883. data/docs/v2/MetricDistinctVolumeType.md +0 -1
  884. data/docs/v2/MetricIngestedIndexedVolume.md +5 -6
  885. data/docs/v2/MetricIngestedIndexedVolumeAttributes.md +3 -4
  886. data/docs/v2/MetricIngestedIndexedVolumeType.md +0 -1
  887. data/docs/v2/MetricTagConfiguration.md +5 -6
  888. data/docs/v2/MetricTagConfigurationAttributes.md +9 -8
  889. data/docs/v2/MetricTagConfigurationCreateAttributes.md +7 -6
  890. data/docs/v2/MetricTagConfigurationCreateData.md +5 -6
  891. data/docs/v2/MetricTagConfigurationCreateRequest.md +3 -4
  892. data/docs/v2/MetricTagConfigurationMetricTypes.md +0 -1
  893. data/docs/v2/MetricTagConfigurationResponse.md +3 -4
  894. data/docs/v2/MetricTagConfigurationType.md +0 -1
  895. data/docs/v2/MetricTagConfigurationUpdateAttributes.md +6 -5
  896. data/docs/v2/MetricTagConfigurationUpdateData.md +5 -6
  897. data/docs/v2/MetricTagConfigurationUpdateRequest.md +3 -4
  898. data/docs/v2/MetricType.md +0 -1
  899. data/docs/v2/MetricVolumes.md +2 -3
  900. data/docs/v2/MetricVolumesResponse.md +3 -4
  901. data/docs/v2/MetricsAPI.md +45 -50
  902. data/docs/v2/MetricsAndMetricTagConfigurations.md +2 -3
  903. data/docs/v2/MetricsAndMetricTagConfigurationsResponse.md +2 -3
  904. data/docs/v2/Organization.md +5 -6
  905. data/docs/v2/OrganizationAttributes.md +10 -11
  906. data/docs/v2/OrganizationsType.md +0 -1
  907. data/docs/v2/Pagination.md +3 -4
  908. data/docs/v2/PartialAPIKey.md +6 -7
  909. data/docs/v2/PartialAPIKeyAttributes.md +6 -7
  910. data/docs/v2/PartialApplicationKey.md +6 -7
  911. data/docs/v2/PartialApplicationKeyAttributes.md +5 -6
  912. data/docs/v2/PartialApplicationKeyResponse.md +3 -4
  913. data/docs/v2/Permission.md +5 -6
  914. data/docs/v2/PermissionAttributes.md +9 -10
  915. data/docs/v2/PermissionsResponse.md +2 -3
  916. data/docs/v2/PermissionsType.md +0 -1
  917. data/docs/v2/ProcessSummariesMeta.md +3 -4
  918. data/docs/v2/ProcessSummariesMetaPage.md +4 -5
  919. data/docs/v2/ProcessSummariesResponse.md +3 -4
  920. data/docs/v2/ProcessSummary.md +5 -6
  921. data/docs/v2/ProcessSummaryAttributes.md +10 -11
  922. data/docs/v2/ProcessSummaryType.md +0 -1
  923. data/docs/v2/ProcessesAPI.md +10 -12
  924. data/docs/v2/QuerySortOrder.md +0 -1
  925. data/docs/v2/README.md +434 -433
  926. data/docs/v2/RelationshipToIncidentIntegrationMetadataData.md +4 -5
  927. data/docs/v2/RelationshipToIncidentIntegrationMetadatas.md +3 -4
  928. data/docs/v2/RelationshipToIncidentPostmortem.md +3 -4
  929. data/docs/v2/RelationshipToIncidentPostmortemData.md +4 -5
  930. data/docs/v2/RelationshipToOrganization.md +3 -4
  931. data/docs/v2/RelationshipToOrganizationData.md +4 -5
  932. data/docs/v2/RelationshipToOrganizations.md +3 -4
  933. data/docs/v2/RelationshipToPermission.md +3 -4
  934. data/docs/v2/RelationshipToPermissionData.md +4 -5
  935. data/docs/v2/RelationshipToPermissions.md +2 -3
  936. data/docs/v2/RelationshipToRole.md +3 -4
  937. data/docs/v2/RelationshipToRoleData.md +4 -5
  938. data/docs/v2/RelationshipToRoles.md +2 -3
  939. data/docs/v2/RelationshipToUser.md +3 -4
  940. data/docs/v2/RelationshipToUserData.md +4 -5
  941. data/docs/v2/RelationshipToUsers.md +3 -4
  942. data/docs/v2/ResponseMetaAttributes.md +3 -4
  943. data/docs/v2/Role.md +6 -7
  944. data/docs/v2/RoleAttributes.md +6 -7
  945. data/docs/v2/RoleCreateAttributes.md +5 -6
  946. data/docs/v2/RoleCreateData.md +5 -6
  947. data/docs/v2/RoleCreateRequest.md +3 -4
  948. data/docs/v2/RoleCreateResponse.md +3 -4
  949. data/docs/v2/RoleCreateResponseData.md +6 -7
  950. data/docs/v2/RoleRelationships.md +4 -5
  951. data/docs/v2/RoleResponse.md +3 -4
  952. data/docs/v2/RoleResponseRelationships.md +3 -4
  953. data/docs/v2/RoleUpdateAttributes.md +5 -6
  954. data/docs/v2/RoleUpdateData.md +5 -6
  955. data/docs/v2/RoleUpdateRequest.md +3 -4
  956. data/docs/v2/RoleUpdateResponse.md +3 -4
  957. data/docs/v2/RoleUpdateResponseData.md +6 -7
  958. data/docs/v2/RolesAPI.md +65 -78
  959. data/docs/v2/RolesResponse.md +4 -5
  960. data/docs/v2/RolesSort.md +0 -1
  961. data/docs/v2/RolesType.md +0 -1
  962. data/docs/v2/SecurityFilter.md +5 -6
  963. data/docs/v2/SecurityFilterAttributes.md +9 -10
  964. data/docs/v2/SecurityFilterCreateAttributes.md +7 -8
  965. data/docs/v2/SecurityFilterCreateData.md +4 -5
  966. data/docs/v2/SecurityFilterCreateRequest.md +3 -4
  967. data/docs/v2/SecurityFilterExclusionFilter.md +4 -5
  968. data/docs/v2/SecurityFilterExclusionFilterResponse.md +3 -4
  969. data/docs/v2/SecurityFilterFilteredDataType.md +0 -1
  970. data/docs/v2/SecurityFilterMeta.md +2 -3
  971. data/docs/v2/SecurityFilterResponse.md +4 -5
  972. data/docs/v2/SecurityFilterType.md +0 -1
  973. data/docs/v2/SecurityFilterUpdateAttributes.md +8 -9
  974. data/docs/v2/SecurityFilterUpdateData.md +4 -5
  975. data/docs/v2/SecurityFilterUpdateRequest.md +3 -4
  976. data/docs/v2/SecurityFiltersResponse.md +3 -4
  977. data/docs/v2/SecurityMonitoringAPI.md +58 -71
  978. data/docs/v2/SecurityMonitoringFilter.md +4 -5
  979. data/docs/v2/SecurityMonitoringFilterAction.md +0 -1
  980. data/docs/v2/SecurityMonitoringListRulesResponse.md +3 -4
  981. data/docs/v2/SecurityMonitoringRuleCase.md +6 -7
  982. data/docs/v2/SecurityMonitoringRuleCaseCreate.md +6 -7
  983. data/docs/v2/SecurityMonitoringRuleCreatePayload.md +12 -13
  984. data/docs/v2/SecurityMonitoringRuleDetectionMethod.md +0 -1
  985. data/docs/v2/SecurityMonitoringRuleEvaluationWindow.md +0 -1
  986. data/docs/v2/SecurityMonitoringRuleKeepAlive.md +0 -1
  987. data/docs/v2/SecurityMonitoringRuleMaxSignalDuration.md +0 -1
  988. data/docs/v2/SecurityMonitoringRuleNewValueOptions.md +4 -5
  989. data/docs/v2/SecurityMonitoringRuleNewValueOptionsForgetAfter.md +0 -1
  990. data/docs/v2/SecurityMonitoringRuleNewValueOptionsLearningDuration.md +0 -1
  991. data/docs/v2/SecurityMonitoringRuleOptions.md +7 -8
  992. data/docs/v2/SecurityMonitoringRuleQuery.md +9 -10
  993. data/docs/v2/SecurityMonitoringRuleQueryAggregation.md +0 -1
  994. data/docs/v2/SecurityMonitoringRuleQueryCreate.md +9 -10
  995. data/docs/v2/SecurityMonitoringRuleResponse.md +19 -20
  996. data/docs/v2/SecurityMonitoringRuleSeverity.md +0 -1
  997. data/docs/v2/SecurityMonitoringRuleTypeCreate.md +0 -1
  998. data/docs/v2/SecurityMonitoringRuleTypeRead.md +0 -1
  999. data/docs/v2/SecurityMonitoringRuleUpdatePayload.md +12 -13
  1000. data/docs/v2/SecurityMonitoringRuntimeAgentRule.md +4 -5
  1001. data/docs/v2/SecurityMonitoringSignal.md +5 -6
  1002. data/docs/v2/SecurityMonitoringSignalAttributes.md +6 -7
  1003. data/docs/v2/SecurityMonitoringSignalListRequest.md +5 -6
  1004. data/docs/v2/SecurityMonitoringSignalListRequestFilter.md +5 -6
  1005. data/docs/v2/SecurityMonitoringSignalListRequestPage.md +4 -5
  1006. data/docs/v2/SecurityMonitoringSignalType.md +0 -1
  1007. data/docs/v2/SecurityMonitoringSignalsListResponse.md +5 -6
  1008. data/docs/v2/SecurityMonitoringSignalsListResponseLinks.md +3 -4
  1009. data/docs/v2/SecurityMonitoringSignalsListResponseMeta.md +3 -4
  1010. data/docs/v2/SecurityMonitoringSignalsListResponseMetaPage.md +2 -3
  1011. data/docs/v2/SecurityMonitoringSignalsSort.md +0 -1
  1012. data/docs/v2/ServiceAccountCreateAttributes.md +6 -7
  1013. data/docs/v2/ServiceAccountCreateData.md +5 -6
  1014. data/docs/v2/ServiceAccountCreateRequest.md +3 -4
  1015. data/docs/v2/ServiceAccountsAPI.md +34 -40
  1016. data/docs/v2/User.md +6 -7
  1017. data/docs/v2/UserAttributes.md +12 -13
  1018. data/docs/v2/UserCreateAttributes.md +4 -5
  1019. data/docs/v2/UserCreateData.md +5 -6
  1020. data/docs/v2/UserCreateRequest.md +3 -4
  1021. data/docs/v2/UserInvitationData.md +4 -5
  1022. data/docs/v2/UserInvitationDataAttributes.md +6 -7
  1023. data/docs/v2/UserInvitationRelationships.md +3 -4
  1024. data/docs/v2/UserInvitationResponse.md +3 -4
  1025. data/docs/v2/UserInvitationResponseData.md +5 -6
  1026. data/docs/v2/UserInvitationsRequest.md +3 -4
  1027. data/docs/v2/UserInvitationsResponse.md +2 -3
  1028. data/docs/v2/UserInvitationsType.md +0 -1
  1029. data/docs/v2/UserRelationships.md +3 -4
  1030. data/docs/v2/UserResponse.md +3 -4
  1031. data/docs/v2/UserResponseIncludedItem.md +2 -3
  1032. data/docs/v2/UserResponseRelationships.md +6 -7
  1033. data/docs/v2/UserUpdateAttributes.md +4 -5
  1034. data/docs/v2/UserUpdateData.md +5 -6
  1035. data/docs/v2/UserUpdateRequest.md +3 -4
  1036. data/docs/v2/UsersAPI.md +52 -63
  1037. data/docs/v2/UsersResponse.md +4 -5
  1038. data/docs/v2/UsersType.md +0 -1
  1039. data/examples/v1/authentication/Validate.rb +5 -0
  1040. data/examples/v1/dashboard-lists/CreateDashboardList.rb +9 -0
  1041. data/examples/v1/dashboard-lists/DeleteDashboardList.rb +8 -0
  1042. data/examples/v1/dashboard-lists/GetDashboardList.rb +8 -0
  1043. data/examples/v1/dashboard-lists/ListDashboardLists.rb +5 -0
  1044. data/examples/v1/dashboard-lists/UpdateDashboardList.rb +12 -0
  1045. data/examples/v1/dashboards/CreateDashboard.rb +41 -0
  1046. data/examples/v1/dashboards/DeleteDashboards.rb +17 -0
  1047. data/examples/v1/dashboards/ListDashboards.rb +8 -0
  1048. data/examples/v1/downtimes/CancelDowntime.rb +8 -0
  1049. data/examples/v1/downtimes/CancelDowntimesByScope.rb +12 -0
  1050. data/examples/v1/downtimes/CreateDowntime.rb +26 -0
  1051. data/examples/v1/downtimes/GetDowntime.rb +8 -0
  1052. data/examples/v1/downtimes/UpdateDowntime.rb +12 -0
  1053. data/examples/v1/events/CreateEvent.rb +13 -0
  1054. data/examples/v1/hosts/ListHosts.rb +8 -0
  1055. data/examples/v1/ip-ranges/GetIPRanges.rb +5 -0
  1056. data/examples/v1/logs/SubmitLog.rb +12 -0
  1057. data/examples/v1/metrics/QueryMetrics.rb +5 -0
  1058. data/examples/v1/metrics/SubmitMetrics.rb +23 -0
  1059. data/examples/v1/monitors/CheckCanDeleteMonitor.rb +10 -0
  1060. data/examples/v1/monitors/CreateMonitor.rb +23 -0
  1061. data/examples/v1/monitors/DeleteMonitor.rb +8 -0
  1062. data/examples/v1/monitors/GetMonitor.rb +8 -0
  1063. data/examples/v1/monitors/ListMonitors.rb +5 -0
  1064. data/examples/v1/monitors/SearchMonitorGroups.rb +5 -0
  1065. data/examples/v1/monitors/SearchMonitors.rb +5 -0
  1066. data/examples/v1/monitors/UpdateMonitor.rb +24 -0
  1067. data/examples/v1/monitors/ValidateMonitor.rb +36 -0
  1068. data/examples/v1/notebooks/CreateNotebook.rb +58 -0
  1069. data/examples/v1/notebooks/DeleteNotebook.rb +8 -0
  1070. data/examples/v1/notebooks/GetNotebook.rb +8 -0
  1071. data/examples/v1/notebooks/ListNotebooks.rb +5 -0
  1072. data/examples/v1/notebooks/UpdateNotebook.rb +61 -0
  1073. data/examples/v1/service-checks/SubmitServiceCheck.rb +16 -0
  1074. data/examples/v1/service-level-objective-corrections/CreateSLOCorrection.rb +25 -0
  1075. data/examples/v1/service-level-objective-corrections/GetSLOCorrection.rb +11 -0
  1076. data/examples/v1/service-level-objective-corrections/ListSLOCorrection.rb +8 -0
  1077. data/examples/v1/service-level-objective-corrections/UpdateSLOCorrection.rb +24 -0
  1078. data/examples/v1/service-level-objectives/CreateSLO.rb +33 -0
  1079. data/examples/v1/service-level-objectives/DeleteSLO.rb +8 -0
  1080. data/examples/v1/service-level-objectives/GetSLOCorrections.rb +11 -0
  1081. data/examples/v1/snapshots/GetGraphSnapshot.rb +9 -0
  1082. data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +84 -0
  1083. data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +50 -0
  1084. data/examples/v1/synthetics/TriggerTests.rb +16 -0
  1085. data/examples/v1/synthetics/UpdateAPITest.rb +86 -0
  1086. data/examples/v1/webhooks-integration/CreateWebhooksIntegration.rb +10 -0
  1087. data/examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb +11 -0
  1088. data/examples/v1/webhooks-integration/DeleteWebhooksIntegration.rb +8 -0
  1089. data/examples/v1/webhooks-integration/DeleteWebhooksIntegrationCustomVariable.rb +8 -0
  1090. data/examples/v1/webhooks-integration/GetWebhooksIntegration.rb +8 -0
  1091. data/examples/v1/webhooks-integration/UpdateWebhooksIntegration.rb +12 -0
  1092. data/examples/v1/webhooks-integration/UpdateWebhooksIntegrationCustomVariable.rb +12 -0
  1093. data/examples/v2/incident-services/CreateIncidentService.rb +17 -0
  1094. data/examples/v2/incident-services/DeleteIncidentService.rb +11 -0
  1095. data/examples/v2/incident-services/GetIncidentService.rb +11 -0
  1096. data/examples/v2/incident-services/ListIncidentServices.rb +14 -0
  1097. data/examples/v2/incident-services/UpdateIncidentService.rb +21 -0
  1098. data/examples/v2/incident-teams/CreateIncidentTeam.rb +17 -0
  1099. data/examples/v2/incident-teams/DeleteIncidentTeam.rb +11 -0
  1100. data/examples/v2/incident-teams/GetIncidentTeam.rb +11 -0
  1101. data/examples/v2/incident-teams/ListIncidentTeams.rb +14 -0
  1102. data/examples/v2/incident-teams/UpdateIncidentTeam.rb +21 -0
  1103. data/examples/v2/incidents/CreateIncident.rb +35 -0
  1104. data/examples/v2/incidents/DeleteIncident.rb +11 -0
  1105. data/examples/v2/incidents/GetIncident.rb +11 -0
  1106. data/examples/v2/incidents/ListIncidents.rb +8 -0
  1107. data/examples/v2/incidents/UpdateIncident.rb +28 -0
  1108. data/examples/v2/key-management/CreateAPIKey.rb +14 -0
  1109. data/examples/v2/key-management/DeleteAPIKey.rb +8 -0
  1110. data/examples/v2/key-management/GetAPIKey.rb +8 -0
  1111. data/examples/v2/key-management/GetApplicationKey.rb +8 -0
  1112. data/examples/v2/key-management/ListAPIKeys.rb +11 -0
  1113. data/examples/v2/key-management/UpdateAPIKey.rb +18 -0
  1114. data/examples/v2/key-management/UpdateApplicationKey.rb +19 -0
  1115. data/examples/v2/key-management/UpdateCurrentUserApplicationKey.rb +19 -0
  1116. data/examples/v2/logs/AggregateLogs.rb +16 -0
  1117. data/examples/v2/logs/ListLogs.rb +20 -0
  1118. data/examples/v2/logs-metrics/CreateLogsMetric.rb +17 -0
  1119. data/examples/v2/logs-metrics/DeleteLogsMetric.rb +8 -0
  1120. data/examples/v2/logs-metrics/GetLogsMetric.rb +8 -0
  1121. data/examples/v2/logs-metrics/ListLogsMetrics.rb +5 -0
  1122. data/examples/v2/logs-metrics/UpdateLogsMetric.rb +20 -0
  1123. data/examples/v2/processes/ListProcesses.rb +10 -0
  1124. data/examples/v2/roles/AddPermissionToRole.rb +18 -0
  1125. data/examples/v2/roles/AddUserToRole.rb +18 -0
  1126. data/examples/v2/roles/CreateRole.rb +14 -0
  1127. data/examples/v2/roles/DeleteRole.rb +8 -0
  1128. data/examples/v2/roles/GetRole.rb +8 -0
  1129. data/examples/v2/roles/ListPermissions.rb +5 -0
  1130. data/examples/v2/roles/ListRolePermissions.rb +8 -0
  1131. data/examples/v2/roles/ListRoleUsers.rb +8 -0
  1132. data/examples/v2/roles/ListRoles.rb +11 -0
  1133. data/examples/v2/roles/RemovePermissionFromRole.rb +18 -0
  1134. data/examples/v2/roles/RemoveUserFromRole.rb +18 -0
  1135. data/examples/v2/roles/UpdateRole.rb +19 -0
  1136. data/examples/v2/security-monitoring/CreateSecurityFilter.rb +23 -0
  1137. data/examples/v2/security-monitoring/CreateSecurityMonitoringRule.rb +35 -0
  1138. data/examples/v2/security-monitoring/DeleteSecurityMonitoringRule.rb +8 -0
  1139. data/examples/v2/security-monitoring/GetSecurityFilter.rb +8 -0
  1140. data/examples/v2/security-monitoring/ListSecurityFilters.rb +5 -0
  1141. data/examples/v2/security-monitoring/UpdateSecurityFilter.rb +22 -0
  1142. data/examples/v2/users/CreateServiceAccount.rb +29 -0
  1143. data/examples/v2/users/CreateUser.rb +15 -0
  1144. data/examples/v2/users/DisableUser.rb +8 -0
  1145. data/examples/v2/users/GetInvitation.rb +8 -0
  1146. data/examples/v2/users/ListUserPermissions.rb +8 -0
  1147. data/examples/v2/users/ListUsers.rb +11 -0
  1148. data/examples/v2/users/SendInvitations.rb +24 -0
  1149. data/examples/v2/users/UpdateUser.rb +19 -0
  1150. data/extract-code-blocks.awk +2 -1
  1151. data/lib/datadog_api_client/v1/api/downtimes_api.rb +2 -2
  1152. data/lib/datadog_api_client/v1/api/metrics_api.rb +1 -1
  1153. data/lib/datadog_api_client/v1/api/monitors_api.rb +2 -2
  1154. data/lib/datadog_api_client/v1/api/service_checks_api.rb +3 -3
  1155. data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +76 -0
  1156. data/lib/datadog_api_client/v1/api/synthetics_api.rb +75 -0
  1157. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +110 -33
  1158. data/lib/datadog_api_client/v1/api_client.rb +7 -1
  1159. data/lib/datadog_api_client/v1/configuration.rb +1 -0
  1160. data/lib/datadog_api_client/v1/models/azure_account.rb +11 -1
  1161. data/lib/datadog_api_client/v1/models/change_widget_request.rb +34 -1
  1162. data/lib/datadog_api_client/v1/models/dashboard.rb +2 -2
  1163. data/lib/datadog_api_client/v1/models/distribution_widget_request.rb +10 -1
  1164. data/lib/datadog_api_client/v1/models/event_create_request.rb +1 -20
  1165. data/lib/datadog_api_client/v1/models/monitor_options.rb +2 -2
  1166. data/lib/datadog_api_client/v1/models/monitor_search_result.rb +11 -1
  1167. data/lib/datadog_api_client/v1/models/slo_correction_create_request_attributes.rb +21 -6
  1168. data/lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb +53 -1
  1169. data/lib/datadog_api_client/v1/models/slo_correction_response_attributes_modifier.rb +253 -0
  1170. data/lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb +21 -1
  1171. data/lib/datadog_api_client/v1/models/synthetics_api_test_config.rb +1 -1
  1172. data/lib/datadog_api_client/v1/models/synthetics_assertion_target.rb +5 -0
  1173. data/lib/datadog_api_client/v1/models/synthetics_assertion_type.rb +1 -0
  1174. data/lib/datadog_api_client/v1/models/synthetics_browser_variable.rb +1 -1
  1175. data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_ci.rb +2 -4
  1176. data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_git.rb +2 -2
  1177. data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_pipeline.rb +233 -0
  1178. data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_provider.rb +233 -0
  1179. data/lib/datadog_api_client/v1/models/synthetics_step_detail.rb +1 -0
  1180. data/lib/datadog_api_client/v1/models/synthetics_test_config.rb +1 -1
  1181. data/lib/datadog_api_client/v1/models/synthetics_test_details_sub_type.rb +2 -0
  1182. data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +11 -1
  1183. data/lib/datadog_api_client/v1/models/synthetics_trigger_body.rb +240 -0
  1184. data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_tests_response.rb +1 -0
  1185. data/lib/datadog_api_client/v1/models/synthetics_trigger_test.rb +247 -0
  1186. data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +4 -2
  1187. data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +33 -13
  1188. data/lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb +1 -1
  1189. data/lib/datadog_api_client/v1/models/usage_fargate_hour.rb +31 -1
  1190. data/lib/datadog_api_client/v1/models/usage_network_flows_hour.rb +7 -7
  1191. data/lib/datadog_api_client/v1/models/usage_rum_units_hour.rb +304 -0
  1192. data/lib/datadog_api_client/v1/models/usage_rum_units_response.rb +235 -0
  1193. data/lib/datadog_api_client/v1/models/usage_sds_hour.rb +21 -1
  1194. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +71 -1
  1195. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +75 -5
  1196. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +71 -1
  1197. data/lib/datadog_api_client/v1.rb +7 -0
  1198. data/lib/datadog_api_client/v2/api/logs_api.rb +81 -0
  1199. data/lib/datadog_api_client/v2/api/metrics_api.rb +4 -4
  1200. data/lib/datadog_api_client/v2/api_client.rb +7 -1
  1201. data/lib/datadog_api_client/v2/configuration.rb +51 -0
  1202. data/lib/datadog_api_client/v2/models/content_encoding.rb +39 -0
  1203. data/lib/datadog_api_client/v2/models/http_log_error.rb +253 -0
  1204. data/lib/datadog_api_client/v2/models/http_log_errors.rb +235 -0
  1205. data/lib/datadog_api_client/v2/models/http_log_item.rb +273 -0
  1206. data/lib/datadog_api_client/v2/models/metric_custom_aggregation.rb +251 -0
  1207. data/lib/datadog_api_client/v2/models/metric_custom_space_aggregation.rb +41 -0
  1208. data/lib/datadog_api_client/v2/models/metric_custom_time_aggregation.rb +42 -0
  1209. data/lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb +13 -1
  1210. data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +13 -1
  1211. data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +13 -1
  1212. data/lib/datadog_api_client/v2.rb +7 -0
  1213. data/lib/datadog_api_client/version.rb +1 -1
  1214. data/run-tests.sh +4 -4
  1215. data/spec/v1/models/slo_correction_response_attributes_modifier_spec.rb +49 -0
  1216. data/spec/v1/models/synthetics_ci_batch_metadata_pipeline_spec.rb +37 -0
  1217. data/spec/v1/models/synthetics_ci_batch_metadata_provider_spec.rb +37 -0
  1218. data/spec/v1/models/synthetics_trigger_body_spec.rb +37 -0
  1219. data/spec/v1/models/synthetics_trigger_test_spec.rb +43 -0
  1220. data/spec/v1/models/usage_rum_units_hour_spec.rb +79 -0
  1221. data/spec/v1/models/usage_rum_units_response_spec.rb +37 -0
  1222. data/spec/v2/models/content_encoding_spec.rb +31 -0
  1223. data/spec/v2/models/http_log_error_spec.rb +49 -0
  1224. data/spec/v2/models/http_log_errors_spec.rb +37 -0
  1225. data/spec/v2/models/http_log_item_spec.rb +61 -0
  1226. data/spec/v2/models/metric_custom_aggregation_spec.rb +43 -0
  1227. data/spec/v2/models/metric_custom_space_aggregation_spec.rb +31 -0
  1228. data/spec/v2/models/metric_custom_time_aggregation_spec.rb +31 -0
  1229. metadata +175 -7
  1230. data/.generated_files +0 -3
  1231. data/Dockerfile.test +0 -8
  1232. data/examples/v1/metrics/SubmitMetrics.rbbeta +0 -14
@@ -19,7 +19,13 @@ components:
19
19
  schema:
20
20
  type: string
21
21
  requestBodies: {}
22
- responses: {}
22
+ responses:
23
+ TooManyRequestsResponse:
24
+ content:
25
+ application/json:
26
+ schema:
27
+ $ref: '#/components/schemas/APIErrorResponse'
28
+ description: Too many requests
23
29
  schemas:
24
30
  APIErrorResponse:
25
31
  description: Error response object.
@@ -605,6 +611,10 @@ components:
605
611
  AzureAccount:
606
612
  description: Datadog-Azure integrations configured for your organization.
607
613
  properties:
614
+ automute:
615
+ description: Silence monitors for expected Azure VM shutdowns.
616
+ example: true
617
+ type: boolean
608
618
  client_id:
609
619
  description: Your Azure web application ID.
610
620
  example: testc7f6-1234-5678-9101-3fcbf464test
@@ -732,6 +742,12 @@ components:
732
742
  $ref: '#/components/schemas/WidgetCompareTo'
733
743
  event_query:
734
744
  $ref: '#/components/schemas/LogQueryDefinition'
745
+ formulas:
746
+ description: List of formulas that operate on queries. **This feature is
747
+ currently in beta.**
748
+ items:
749
+ $ref: '#/components/schemas/WidgetFormula'
750
+ type: array
735
751
  increase_good:
736
752
  description: Whether to show increase as good.
737
753
  type: boolean
@@ -750,6 +766,14 @@ components:
750
766
  q:
751
767
  description: Query definition.
752
768
  type: string
769
+ queries:
770
+ description: List of queries that can be returned directly or used in formulas.
771
+ **This feature is currently in beta.**
772
+ items:
773
+ $ref: '#/components/schemas/FormulaAndFunctionQueryDefinition'
774
+ type: array
775
+ response_format:
776
+ $ref: '#/components/schemas/FormulaAndFunctionResponseFormat'
753
777
  rum_query:
754
778
  $ref: '#/components/schemas/LogQueryDefinition'
755
779
  security_query:
@@ -907,8 +931,10 @@ components:
907
931
  type: string
908
932
  is_read_only:
909
933
  default: false
934
+ deprecated: true
910
935
  description: Whether this dashboard is read-only. If True, only the author
911
- and admins can make changes to it.
936
+ and admins can make changes to it. Prefer using `restricted_roles` to
937
+ manage write authorization.
912
938
  example: false
913
939
  type: boolean
914
940
  layout_type:
@@ -930,9 +956,7 @@ components:
930
956
  $ref: '#/components/schemas/DashboardReflowType'
931
957
  restricted_roles:
932
958
  description: A list of role identifiers. Only the author and users associated
933
- with at least one of these roles can edit this dashboard. Overrides the
934
- `is_read_only` property if both are present. **This feature is currently
935
- in beta.**
959
+ with at least one of these roles can edit this dashboard.
936
960
  items:
937
961
  description: A role UUID.
938
962
  type: string
@@ -964,7 +988,7 @@ components:
964
988
  - definition:
965
989
  requests:
966
990
  fill:
967
- q: system.cpu.user
991
+ q: avg:system.cpu.user{*}
968
992
  type: hostmap
969
993
  items:
970
994
  $ref: '#/components/schemas/Widget'
@@ -1295,6 +1319,8 @@ components:
1295
1319
  properties:
1296
1320
  apm_query:
1297
1321
  $ref: '#/components/schemas/LogQueryDefinition'
1322
+ apm_stats_query:
1323
+ $ref: '#/components/schemas/ApmStatsQueryDefinition'
1298
1324
  event_query:
1299
1325
  $ref: '#/components/schemas/LogQueryDefinition'
1300
1326
  log_query:
@@ -1860,10 +1886,8 @@ components:
1860
1886
  maxLength: 4000
1861
1887
  type: string
1862
1888
  title:
1863
- description: The event title. Limited to 100 characters. Use `msg_title`
1864
- with the Datadog Ruby library.
1889
+ description: The event title.
1865
1890
  example: Did you hear the news today?
1866
- maxLength: 100
1867
1891
  type: string
1868
1892
  url:
1869
1893
  description: URL of the event.
@@ -2865,7 +2889,7 @@ components:
2865
2889
  - definition:
2866
2890
  requests:
2867
2891
  fill:
2868
- q: system.cpu.user
2892
+ q: avg:system.cpu.user{*}
2869
2893
  type: hostmap
2870
2894
  items:
2871
2895
  $ref: '#/components/schemas/Widget'
@@ -2960,6 +2984,7 @@ components:
2960
2984
  - DELETE
2961
2985
  - HEAD
2962
2986
  - OPTIONS
2987
+ example: GET
2963
2988
  type: string
2964
2989
  x-enum-varnames:
2965
2990
  - GET
@@ -5428,6 +5453,7 @@ components:
5428
5453
  type: boolean
5429
5454
  name:
5430
5455
  description: The monitor name.
5456
+ example: My monitor
5431
5457
  type: string
5432
5458
  options:
5433
5459
  $ref: '#/components/schemas/MonitorOptions'
@@ -5703,10 +5729,10 @@ components:
5703
5729
  description: 'The number of minutes before a monitor notifies after data
5704
5730
  stops reporting.
5705
5731
 
5706
- Datadog recommends at least 2x the monitor timeframe for metric alerts
5732
+ Datadog recommends at least 2x the monitor timeframe for query alerts
5707
5733
  or 2 minutes for service checks.
5708
5734
 
5709
- If omitted, 2x the evaluation timeframe is used for metric alerts, and
5735
+ If omitted, 2x the evaluation timeframe is used for query alerts, and
5710
5736
  24 hours is used for service checks.'
5711
5737
  format: int64
5712
5738
  nullable: true
@@ -5769,7 +5795,8 @@ components:
5769
5795
  timeout_h:
5770
5796
  default: none
5771
5797
  description: The number of hours of the monitor not reporting data before
5772
- it automatically resolves from a triggered state.
5798
+ it automatically resolves from a triggered state. The minimum allowed
5799
+ value is 0 hours. The maximum allowed value is 24 hours.
5773
5800
  format: int64
5774
5801
  nullable: true
5775
5802
  type: integer
@@ -5865,7 +5892,7 @@ components:
5865
5892
  status: No Data
5866
5893
  tags:
5867
5894
  - service:cassandra
5868
- type: metric alert
5895
+ type: query alert
5869
5896
  properties:
5870
5897
  counts:
5871
5898
  description: The counts of monitors per different criteria.
@@ -5956,6 +5983,10 @@ components:
5956
5983
  format: int64
5957
5984
  readOnly: true
5958
5985
  type: integer
5986
+ query:
5987
+ description: The monitor query.
5988
+ example: avg(last_5m):sum:system.net.bytes_rcvd{host:host0} > 100
5989
+ type: string
5959
5990
  scopes:
5960
5991
  description: 'The scope(s) to which the downtime applies, e.g. `host:app2`.
5961
5992
 
@@ -6159,7 +6190,7 @@ components:
6159
6190
  - slo alert
6160
6191
  - event-v2 alert
6161
6192
  - audit alert
6162
- example: metric alert
6193
+ example: query alert
6163
6194
  type: string
6164
6195
  x-enum-varnames:
6165
6196
  - COMPOSITE
@@ -6417,6 +6448,24 @@ components:
6417
6448
  `markdown`, `timeseries`, `toplist`, `heatmap`, `distribution`,
6418
6449
 
6419
6450
  `log_stream`. [More information on each graph visualization type.](https://docs.datadoghq.com/dashboards/widgets/)'
6451
+ example:
6452
+ definition:
6453
+ requests:
6454
+ - display_type: line
6455
+ q: avg:system.load.1{*}
6456
+ style:
6457
+ line_type: solid
6458
+ line_width: normal
6459
+ palette: dog_classic
6460
+ show_legend: true
6461
+ type: timeseries
6462
+ yaxis:
6463
+ scale: linear
6464
+ graph_size: m
6465
+ split_by:
6466
+ keys: []
6467
+ tags: []
6468
+ time: null
6420
6469
  oneOf:
6421
6470
  - $ref: '#/components/schemas/NotebookMarkdownCellAttributes'
6422
6471
  - $ref: '#/components/schemas/NotebookTimeseriesCellAttributes'
@@ -7549,11 +7598,21 @@ components:
7549
7598
  description:
7550
7599
  description: Description of the correction being made.
7551
7600
  type: string
7601
+ duration:
7602
+ description: Length of time (in seconds) for a specified `rrule` recurring
7603
+ SLO correction.
7604
+ example: 1600000000
7605
+ format: int64
7606
+ type: integer
7552
7607
  end:
7553
7608
  description: Ending time of the correction in epoch seconds.
7554
7609
  example: 1600000000
7555
7610
  format: int64
7556
7611
  type: integer
7612
+ rrule:
7613
+ description: Recurrence rules as defined in the iCalendar RFC 5545.
7614
+ example: RRULE:FREQ=DAILY;INTERVAL=10;COUNT=5
7615
+ type: string
7557
7616
  slo_id:
7558
7617
  description: ID of the SLO that this correction will be applied to.
7559
7618
  example: sloId
@@ -7571,7 +7630,6 @@ components:
7571
7630
  required:
7572
7631
  - slo_id
7573
7632
  - start
7574
- - end
7575
7633
  - category
7576
7634
  type: object
7577
7635
  SLOCorrectionListResponse:
@@ -7596,15 +7654,49 @@ components:
7596
7654
  properties:
7597
7655
  category:
7598
7656
  $ref: '#/components/schemas/SLOCorrectionCategory'
7657
+ created_at:
7658
+ description: The epoch timestamp of when the correction was created at
7659
+ format: int64
7660
+ type: integer
7599
7661
  creator:
7600
7662
  $ref: '#/components/schemas/Creator'
7601
7663
  description:
7602
7664
  description: Description of the correction being made.
7603
7665
  type: string
7666
+ duration:
7667
+ description: Length of time (in seconds) for a specified `rrule` recurring
7668
+ SLO correction.
7669
+ example: 3600
7670
+ format: int64
7671
+ nullable: true
7672
+ type: integer
7604
7673
  end:
7605
7674
  description: Ending time of the correction in epoch seconds.
7606
7675
  format: int64
7607
7676
  type: integer
7677
+ modified_at:
7678
+ description: The epoch timestamp of when the correction was modified at
7679
+ format: int64
7680
+ type: integer
7681
+ modifier:
7682
+ description: Modifier of the object.
7683
+ nullable: true
7684
+ properties:
7685
+ email:
7686
+ description: Email of the Modifier.
7687
+ type: string
7688
+ handle:
7689
+ description: Handle of the Modifier.
7690
+ type: string
7691
+ name:
7692
+ description: Name of the Modifier.
7693
+ type: string
7694
+ type: object
7695
+ rrule:
7696
+ description: Recurrence rules as defined in the iCalendar RFC 5545.
7697
+ example: RRULE:FREQ=DAILY;INTERVAL=10;COUNT=5
7698
+ nullable: true
7699
+ type: string
7608
7700
  slo_id:
7609
7701
  description: ID of the SLO that this correction will be applied to.
7610
7702
  type: string
@@ -7648,11 +7740,21 @@ components:
7648
7740
  description:
7649
7741
  description: Description of the correction being made.
7650
7742
  type: string
7743
+ duration:
7744
+ description: Length of time (in seconds) for a specified `rrule` recurring
7745
+ SLO correction.
7746
+ example: 3600
7747
+ format: int64
7748
+ type: integer
7651
7749
  end:
7652
7750
  description: Ending time of the correction in epoch seconds.
7653
7751
  example: 1600000000
7654
7752
  format: int64
7655
7753
  type: integer
7754
+ rrule:
7755
+ description: Recurrence rules as defined in the iCalendar RFC 5545.
7756
+ example: RRULE:FREQ=DAILY;INTERVAL=10;COUNT=5
7757
+ type: string
7656
7758
  start:
7657
7759
  description: Starting time of the correction in epoch seconds.
7658
7760
  example: 1600000000
@@ -9141,25 +9243,31 @@ components:
9141
9243
  $ref: '#/components/schemas/SyntheticsAPITestConfig'
9142
9244
  locations:
9143
9245
  description: Array of locations used to run the test.
9246
+ example:
9247
+ - aws:eu-west-3
9144
9248
  items:
9145
9249
  description: A location from which the test was run.
9146
9250
  type: string
9147
9251
  type: array
9148
9252
  message:
9149
9253
  description: Notification message associated with the test.
9254
+ example: Notification message
9150
9255
  type: string
9151
9256
  monitor_id:
9152
9257
  description: The associated monitor ID.
9258
+ example: 12345678
9153
9259
  format: int64
9154
9260
  readOnly: true
9155
9261
  type: integer
9156
9262
  name:
9157
9263
  description: Name of the test.
9264
+ example: Test name
9158
9265
  type: string
9159
9266
  options:
9160
9267
  $ref: '#/components/schemas/SyntheticsTestOptions'
9161
9268
  public_id:
9162
9269
  description: The public ID for the test.
9270
+ example: 123-abc-456
9163
9271
  readOnly: true
9164
9272
  type: string
9165
9273
  status:
@@ -9168,6 +9276,8 @@ components:
9168
9276
  $ref: '#/components/schemas/SyntheticsTestDetailsSubType'
9169
9277
  tags:
9170
9278
  description: Array of tags attached to the test.
9279
+ example:
9280
+ - env:production
9171
9281
  items:
9172
9282
  description: A tag attached to the test.
9173
9283
  type: string
@@ -9177,11 +9287,23 @@ components:
9177
9287
  type: object
9178
9288
  SyntheticsAPITestConfig:
9179
9289
  description: Configuration object for a Synthetic API test.
9290
+ example:
9291
+ assertions:
9292
+ - operator: lessThan
9293
+ target: 1000
9294
+ type: responseTime
9295
+ request:
9296
+ method: GET
9297
+ url: https://example.com
9180
9298
  properties:
9181
9299
  assertions:
9182
9300
  default: []
9183
- description: Array of assertions used for the test.
9184
- example: []
9301
+ description: Array of assertions used for the test. Required for single
9302
+ API tests.
9303
+ example:
9304
+ - operator: lessThan
9305
+ target: 1000
9306
+ type: responseTime
9185
9307
  items:
9186
9308
  $ref: '#/components/schemas/SyntheticsAssertion'
9187
9309
  type: array
@@ -9384,12 +9506,14 @@ components:
9384
9506
  type: string
9385
9507
  target:
9386
9508
  description: Value used by the operator.
9509
+ example: 123456
9387
9510
  nullable: false
9388
9511
  type:
9389
9512
  $ref: '#/components/schemas/SyntheticsAssertionType'
9390
9513
  required:
9391
9514
  - type
9392
9515
  - operator
9516
+ - target
9393
9517
  type: object
9394
9518
  SyntheticsAssertionType:
9395
9519
  description: Type of the assertion.
@@ -9408,6 +9532,7 @@ components:
9408
9532
  - packetLossPercentage
9409
9533
  - packetsReceived
9410
9534
  - networkHop
9535
+ - receivedMessage
9411
9536
  example: statusCode
9412
9537
  type: string
9413
9538
  x-enum-varnames:
@@ -9425,6 +9550,7 @@ components:
9425
9550
  - PACKET_LOSS_PERCENTAGE
9426
9551
  - PACKETS_RECEIVED
9427
9552
  - NETWORK_HOP
9553
+ - RECEIVED_MESSAGE
9428
9554
  SyntheticsBasicAuth:
9429
9555
  description: Object to handle basic authentication when performing the test.
9430
9556
  properties:
@@ -9734,7 +9860,7 @@ components:
9734
9860
  description: Example for the variable.
9735
9861
  type: string
9736
9862
  id:
9737
- description: ID for the variable.
9863
+ description: ID for the variable. Global variables require an ID.
9738
9864
  type: string
9739
9865
  name:
9740
9866
  description: Name of the variable.
@@ -9777,22 +9903,34 @@ components:
9777
9903
  description: Description of the CI provider.
9778
9904
  properties:
9779
9905
  pipeline:
9780
- description: Name of the pipeline.
9781
- type: string
9906
+ $ref: '#/components/schemas/SyntheticsCIBatchMetadataPipeline'
9782
9907
  provider:
9783
- description: Name of the CI provider.
9784
- type: string
9908
+ $ref: '#/components/schemas/SyntheticsCIBatchMetadataProvider'
9785
9909
  type: object
9786
9910
  SyntheticsCIBatchMetadataGit:
9787
9911
  description: Git information.
9788
9912
  properties:
9789
9913
  branch:
9790
- description: The branch name.
9914
+ description: Branch name.
9791
9915
  type: string
9792
- commit_sha:
9916
+ commitSha:
9793
9917
  description: The commit SHA.
9794
9918
  type: string
9795
9919
  type: object
9920
+ SyntheticsCIBatchMetadataPipeline:
9921
+ description: Description of the CI pipeline.
9922
+ properties:
9923
+ url:
9924
+ description: URL of the pipeline.
9925
+ type: string
9926
+ type: object
9927
+ SyntheticsCIBatchMetadataProvider:
9928
+ description: Description of the CI provider.
9929
+ properties:
9930
+ name:
9931
+ description: Name of the CI provider.
9932
+ type: string
9933
+ type: object
9796
9934
  SyntheticsCITest:
9797
9935
  description: Test configuration for Synthetics CI
9798
9936
  properties:
@@ -10504,7 +10642,6 @@ components:
10504
10642
  type: string
10505
10643
  value:
10506
10644
  description: Value for the step.
10507
- type: object
10508
10645
  vitalsMetrics:
10509
10646
  description: Array of Core Web Vitals metrics for the step.
10510
10647
  items:
@@ -10590,7 +10727,8 @@ components:
10590
10727
  properties:
10591
10728
  assertions:
10592
10729
  default: []
10593
- description: Array of assertions used for the test.
10730
+ description: Array of assertions used for the test. Required for single
10731
+ API tests.
10594
10732
  example: []
10595
10733
  items:
10596
10734
  $ref: '#/components/schemas/SyntheticsAssertion'
@@ -10659,7 +10797,7 @@ components:
10659
10797
  SyntheticsTestDetailsSubType:
10660
10798
  description: 'The subtype of the Synthetic API test, `http`, `ssl`, `tcp`,
10661
10799
 
10662
- `dns`, `icmp` or `multi`.'
10800
+ `dns`, `icmp`, `udp`, `websocket` or `multi`.'
10663
10801
  enum:
10664
10802
  - http
10665
10803
  - ssl
@@ -10667,6 +10805,9 @@ components:
10667
10805
  - dns
10668
10806
  - multi
10669
10807
  - icmp
10808
+ - udp
10809
+ - websocket
10810
+ example: http
10670
10811
  type: string
10671
10812
  x-enum-varnames:
10672
10813
  - HTTP
@@ -10675,6 +10816,8 @@ components:
10675
10816
  - DNS
10676
10817
  - MULTI
10677
10818
  - ICMP
10819
+ - UDP
10820
+ - WEBSOCKET
10678
10821
  SyntheticsTestDetailsType:
10679
10822
  description: Type of the Synthetic test, either `api` or `browser`.
10680
10823
  enum:
@@ -10815,6 +10958,7 @@ components:
10815
10958
  enum:
10816
10959
  - live
10817
10960
  - paused
10961
+ example: live
10818
10962
  type: string
10819
10963
  x-enum-varnames:
10820
10964
  - LIVE
@@ -10865,6 +11009,9 @@ components:
10865
11009
  host:
10866
11010
  description: Host name to perform the test with.
10867
11011
  type: string
11012
+ message:
11013
+ description: Message to send for UDP or WebSocket tests.
11014
+ type: string
10868
11015
  method:
10869
11016
  $ref: '#/components/schemas/HTTPMethod'
10870
11017
  noSavingResponseBody:
@@ -10901,6 +11048,7 @@ components:
10901
11048
  type: number
10902
11049
  url:
10903
11050
  description: URL to perform the test with.
11051
+ example: https://example.com
10904
11052
  type: string
10905
11053
  type: object
10906
11054
  SyntheticsTestRequestCertificate:
@@ -10967,6 +11115,17 @@ components:
10967
11115
  format: double
10968
11116
  type: number
10969
11117
  type: object
11118
+ SyntheticsTriggerBody:
11119
+ description: Object describing the synthetics tests to trigger.
11120
+ properties:
11121
+ tests:
11122
+ description: Individual synthetics test.
11123
+ items:
11124
+ $ref: '#/components/schemas/SyntheticsTriggerTest'
11125
+ type: array
11126
+ required:
11127
+ - tests
11128
+ type: object
10970
11129
  SyntheticsTriggerCITestLocation:
10971
11130
  description: Synthetics location.
10972
11131
  properties:
@@ -10999,6 +11158,7 @@ components:
10999
11158
  properties:
11000
11159
  batch_id:
11001
11160
  description: The public ID of the batch triggered.
11161
+ nullable: true
11002
11162
  type: string
11003
11163
  locations:
11004
11164
  description: List of Synthetics locations.
@@ -11017,6 +11177,18 @@ components:
11017
11177
  type: string
11018
11178
  type: array
11019
11179
  type: object
11180
+ SyntheticsTriggerTest:
11181
+ description: Test configuration for Synthetics
11182
+ properties:
11183
+ metadata:
11184
+ $ref: '#/components/schemas/SyntheticsCIBatchMetadata'
11185
+ public_id:
11186
+ description: The public ID of the Synthetics test to trigger.
11187
+ example: aaa-aaa-aaa
11188
+ type: string
11189
+ required:
11190
+ - public_id
11191
+ type: object
11020
11192
  SyntheticsUpdateTestPauseStatusPayload:
11021
11193
  description: Object to start or pause an existing Synthetic test.
11022
11194
  properties:
@@ -11725,10 +11897,12 @@ components:
11725
11897
  - profiled_host_percentage
11726
11898
  - profiled_container_usage
11727
11899
  - profiled_container_percentage
11728
- - dbm_host_usage
11729
- - dbm_host_percentage
11900
+ - dbm_hosts_usage
11901
+ - dbm_hosts_percentage
11730
11902
  - dbm_queries_usage
11731
11903
  - dbm_queries_percentage
11904
+ - estimated_indexed_logs_usage
11905
+ - estimated_indexed_logs_percentage
11732
11906
  - '*'
11733
11907
  type: string
11734
11908
  x-enum-varnames:
@@ -11760,10 +11934,12 @@ components:
11760
11934
  - PROFILED_HOST_PERCENTAGE
11761
11935
  - PROFILED_CONTAINER_USAGE
11762
11936
  - PROFILED_CONTAINER_PERCENTAGE
11763
- - DBM_HOST_USAGE
11764
- - DBM_HOST_PERCENTAGE
11937
+ - DBM_HOSTS_USAGE
11938
+ - DBM_HOSTS_PERCENTAGE
11765
11939
  - DBM_QUERIES_USAGE
11766
11940
  - DBM_QUERIES_PERCENTAGE
11941
+ - ESTIMATED_INDEXED_LOGS_USAGE
11942
+ - ESTIMATED_INDEXED_LOGS_PERCENTAGE
11767
11943
  - ALL
11768
11944
  UsageAttributionTagNames:
11769
11945
  additionalProperties:
@@ -11853,11 +12029,11 @@ components:
11853
12029
  description: The Cloud Workload Security host usage by tag(s)
11854
12030
  format: double
11855
12031
  type: number
11856
- dbm_host_percentage:
12032
+ dbm_hosts_percentage:
11857
12033
  description: The percentage of Database Monitoring host usage by tag(s).
11858
12034
  format: double
11859
12035
  type: number
11860
- dbm_host_usage:
12036
+ dbm_hosts_usage:
11861
12037
  description: The Database Monitoring host usage by tag(s).
11862
12038
  format: double
11863
12039
  type: number
@@ -11870,6 +12046,16 @@ components:
11870
12046
  description: The Database Monitoring normalized queries usage by tag(s).
11871
12047
  format: double
11872
12048
  type: number
12049
+ estimated_indexed_logs_percentage:
12050
+ description: The percentage of estimated live indexed logs usage by tag(s).
12051
+ Note this field is in private beta.
12052
+ format: double
12053
+ type: number
12054
+ estimated_indexed_logs_usage:
12055
+ description: The estimated live indexed logs usage by tag(s). Note this
12056
+ field is in private beta.
12057
+ format: double
12058
+ type: number
11873
12059
  infra_host_percentage:
11874
12060
  description: The percentage of infrastructure host usage by tag(s).
11875
12061
  format: double
@@ -12017,8 +12203,8 @@ components:
12017
12203
  type: string
12018
12204
  ratio_in_month:
12019
12205
  description: Shows usage aggregation for a billing period.
12020
- format: int64
12021
- type: integer
12206
+ format: double
12207
+ type: number
12022
12208
  start_date:
12023
12209
  description: Shows the first date of usage.
12024
12210
  format: date-time
@@ -12253,10 +12439,20 @@ components:
12253
12439
  UsageFargateHour:
12254
12440
  description: Number of Fargate tasks run and hourly usage.
12255
12441
  properties:
12442
+ avg_profiled_fargate_tasks:
12443
+ description: The average profiled task count for Fargate Profiling.
12444
+ format: int64
12445
+ type: integer
12256
12446
  hour:
12257
12447
  description: The hour for the usage.
12258
12448
  format: date-time
12259
12449
  type: string
12450
+ org_name:
12451
+ description: The organization name.
12452
+ type: string
12453
+ public_id:
12454
+ description: The organization public ID.
12455
+ type: string
12260
12456
  tasks_count:
12261
12457
  description: The number of Fargate tasks run.
12262
12458
  format: int64
@@ -12625,7 +12821,7 @@ components:
12625
12821
  description: The hour for the usage.
12626
12822
  format: date-time
12627
12823
  type: string
12628
- indexed_event_count:
12824
+ indexed_events_count:
12629
12825
  description: Contains the number of netflow events indexed.
12630
12826
  format: int64
12631
12827
  type: integer
@@ -12730,6 +12926,52 @@ components:
12730
12926
  $ref: '#/components/schemas/UsageRumSessionsHour'
12731
12927
  type: array
12732
12928
  type: object
12929
+ UsageRumUnitsHour:
12930
+ description: Number of RUM Units used for each hour for a given organization
12931
+ (data available as of November 1, 2021).
12932
+ properties:
12933
+ browser_rum_lite_session_count:
12934
+ description: Number of browser RUM lite sessions.
12935
+ format: int64
12936
+ type: integer
12937
+ browser_rum_replay_session_count:
12938
+ description: Number of browser RUM replay sessions.
12939
+ format: int64
12940
+ type: integer
12941
+ browser_rum_units:
12942
+ description: The number of browser RUM units.
12943
+ format: int64
12944
+ type: integer
12945
+ mobile_rum_lite_session_count:
12946
+ description: Number of mobile RUM lite sessions.
12947
+ format: int64
12948
+ type: integer
12949
+ mobile_rum_units:
12950
+ description: The number of mobile RUM units.
12951
+ format: int64
12952
+ type: integer
12953
+ org_name:
12954
+ description: The organization name.
12955
+ type: string
12956
+ public_id:
12957
+ description: The organization public ID.
12958
+ type: string
12959
+ rum_units:
12960
+ description: Total RUM units across mobile and browser RUM.
12961
+ format: int64
12962
+ nullable: true
12963
+ type: integer
12964
+ type: object
12965
+ UsageRumUnitsResponse:
12966
+ description: Response containing the number of RUM Units for each hour for a
12967
+ given organization.
12968
+ properties:
12969
+ usage:
12970
+ description: Get hourly usage for RUM Units.
12971
+ items:
12972
+ $ref: '#/components/schemas/UsageRumUnitsHour'
12973
+ type: array
12974
+ type: object
12733
12975
  UsageSDSHour:
12734
12976
  description: Sensitive Data Scanner usage for a given organization for a given
12735
12977
  hour.
@@ -12744,6 +12986,12 @@ components:
12744
12986
  hour."
12745
12987
  format: int64
12746
12988
  type: integer
12989
+ org_name:
12990
+ description: The organization name.
12991
+ type: string
12992
+ public_id:
12993
+ description: The organization public ID.
12994
+ type: string
12747
12995
  total_scanned_bytes:
12748
12996
  description: "The total number of bytes scanned across all usage types by
12749
12997
  the Sensitive Data Scanner from the start of the given hour\u2019s month
@@ -12891,6 +13139,10 @@ components:
12891
13139
  the current date for all organizations.
12892
13140
  format: int64
12893
13141
  type: integer
13142
+ avg_profiled_fargate_tasks:
13143
+ description: The average profiled task count for Fargate Profiling.
13144
+ format: int64
13145
+ type: integer
12894
13146
  aws_host_top99p:
12895
13147
  description: Shows the 99th percentile of all AWS hosts over all hours in
12896
13148
  the current date for all organizations.
@@ -12916,6 +13168,21 @@ components:
12916
13168
  current date for all organizations.
12917
13169
  format: int64
12918
13170
  type: integer
13171
+ browser_rum_lite_session_count_sum:
13172
+ description: Shows the sum of all browser lite sessions over all hours in
13173
+ the current date for all organizations.
13174
+ format: int64
13175
+ type: integer
13176
+ browser_rum_replay_session_count_sum:
13177
+ description: Shows the sum of all browser replay sessions over all hours
13178
+ in the current date for all organizations.
13179
+ format: int64
13180
+ type: integer
13181
+ browser_rum_units_sum:
13182
+ description: Shows the sum of all browser RUM units over all hours in the
13183
+ current date for all organizations.
13184
+ format: int64
13185
+ type: integer
12919
13186
  container_avg:
12920
13187
  description: Shows the average of all distinct containers over all hours
12921
13188
  in the current date for all organizations.
@@ -13020,6 +13287,11 @@ components:
13020
13287
  in the current date all organizations.
13021
13288
  format: int64
13022
13289
  type: integer
13290
+ mobile_rum_lite_session_count_sum:
13291
+ description: Shows the sum of all mobile lite sessions over all hours in
13292
+ the current date for all organizations.
13293
+ format: int64
13294
+ type: integer
13023
13295
  mobile_rum_session_count_android_sum:
13024
13296
  description: Shows the sum of all mobile RUM Sessions on Android over all
13025
13297
  hours in the current date for all organizations.
@@ -13035,6 +13307,11 @@ components:
13035
13307
  the current date for all organizations
13036
13308
  format: int64
13037
13309
  type: integer
13310
+ mobile_rum_units_sum:
13311
+ description: Shows the sum of all mobile RUM units over all hours in the
13312
+ current date for all organizations.
13313
+ format: int64
13314
+ type: integer
13038
13315
  netflow_indexed_events_count_sum:
13039
13316
  description: Shows the sum of all Network flows indexed over all hours in
13040
13317
  the current date for all organizations.
@@ -13071,6 +13348,11 @@ components:
13071
13348
  hours in the current date for all organizations.
13072
13349
  format: int64
13073
13350
  type: integer
13351
+ rum_units_sum:
13352
+ description: Shows the sum of all browser and mobile RUM units over all
13353
+ hours in the current date for all organizations.
13354
+ format: int64
13355
+ type: integer
13074
13356
  sds_logs_scanned_bytes_sum:
13075
13357
  description: Shows the sum of all bytes scanned of logs usage by the Sensitive
13076
13358
  Data Scanner over all hours in the current month for all organizations.
@@ -13132,6 +13414,10 @@ components:
13132
13414
  in the current date for the given org.
13133
13415
  format: int64
13134
13416
  type: integer
13417
+ avg_profiled_fargate_tasks:
13418
+ description: The average profiled task count for Fargate Profiling.
13419
+ format: int64
13420
+ type: integer
13135
13421
  aws_host_top99p:
13136
13422
  description: Shows the 99th percentile of all AWS hosts over all hours in
13137
13423
  the current date for the given org.
@@ -13157,6 +13443,21 @@ components:
13157
13443
  current date for the given org.
13158
13444
  format: int64
13159
13445
  type: integer
13446
+ browser_rum_lite_session_count_sum:
13447
+ description: Shows the sum of all browser lite sessions over all hours in
13448
+ the current date for the given org.
13449
+ format: int64
13450
+ type: integer
13451
+ browser_rum_replay_session_count_sum:
13452
+ description: Shows the sum of all browser replay sessions over all hours
13453
+ in the current date for the given org.
13454
+ format: int64
13455
+ type: integer
13456
+ browser_rum_units_sum:
13457
+ description: Shows the sum of all browser RUM units over all hours in the
13458
+ current date for the given org.
13459
+ format: int64
13460
+ type: integer
13160
13461
  container_avg:
13161
13462
  description: Shows the average of all distinct containers over all hours
13162
13463
  in the current date for the given org.
@@ -13199,12 +13500,12 @@ components:
13199
13500
  type: integer
13200
13501
  dbm_host_top99p_sum:
13201
13502
  description: Shows the 99th percentile of all Database Monitoring hosts
13202
- over all hours in the current month for all organizations.
13503
+ over all hours in the current month for the given org.
13203
13504
  format: int64
13204
13505
  type: integer
13205
13506
  dbm_queries_avg_sum:
13206
13507
  description: Shows the average of all distinct Database Monitoring normalized
13207
- queries over all hours in the current month for all organizations.
13508
+ queries over all hours in the current month for the given org.
13208
13509
  format: int64
13209
13510
  type: integer
13210
13511
  fargate_tasks_count_avg:
@@ -13259,6 +13560,11 @@ components:
13259
13560
  in the current date for the given org.
13260
13561
  format: int64
13261
13562
  type: integer
13563
+ mobile_rum_lite_session_count_sum:
13564
+ description: Shows the sum of all mobile lite sessions over all hours in
13565
+ the current date for the given org.
13566
+ format: int64
13567
+ type: integer
13262
13568
  mobile_rum_session_count_android_sum:
13263
13569
  description: Shows the sum of all mobile RUM Sessions on Android over all
13264
13570
  hours in the current date for the given org.
@@ -13274,6 +13580,11 @@ components:
13274
13580
  the current date for the given org.
13275
13581
  format: int64
13276
13582
  type: integer
13583
+ mobile_rum_units_sum:
13584
+ description: Shows the sum of all mobile RUM units over all hours in the
13585
+ current date for the given org.
13586
+ format: int64
13587
+ type: integer
13277
13588
  name:
13278
13589
  description: The organization name.
13279
13590
  type: string
@@ -13311,15 +13622,20 @@ components:
13311
13622
  hours in the current date for the given org.
13312
13623
  format: int64
13313
13624
  type: integer
13625
+ rum_units_sum:
13626
+ description: Shows the sum of all browser and mobile RUM units over all
13627
+ hours in the current date for the given org.
13628
+ format: int64
13629
+ type: integer
13314
13630
  sds_logs_scanned_bytes_sum:
13315
13631
  description: Shows the sum of all bytes scanned of logs usage by the Sensitive
13316
- Data Scanner over all hours in the current month for all organizations.
13632
+ Data Scanner over all hours in the current month for the given org.
13317
13633
  format: int64
13318
13634
  type: integer
13319
13635
  sds_total_scanned_bytes_sum:
13320
13636
  description: Shows the sum of all bytes scanned across all usage types by
13321
- the Sensitive Data Scanner over all hours in the current month for all
13322
- organizations.
13637
+ the Sensitive Data Scanner over all hours in the current month for the
13638
+ given org.
13323
13639
  format: int64
13324
13640
  type: integer
13325
13641
  synthetics_browser_check_calls_count_sum:
@@ -13372,6 +13688,11 @@ components:
13372
13688
  in the current months for all organizations.
13373
13689
  format: int64
13374
13690
  type: integer
13691
+ avg_profiled_fargate_tasks_sum:
13692
+ description: Shows the average of all profiled Fargate tasks over all hours
13693
+ in the current months for all organizations.
13694
+ format: int64
13695
+ type: integer
13375
13696
  aws_host_top99p_sum:
13376
13697
  description: Shows the 99th percentile of all AWS hosts over all hours in
13377
13698
  the current months for all organizations.
@@ -13402,6 +13723,21 @@ components:
13402
13723
  current months for all organizations.
13403
13724
  format: int64
13404
13725
  type: integer
13726
+ browser_rum_lite_session_count_agg_sum:
13727
+ description: Shows the sum of all browser lite sessions over all hours in
13728
+ the current months for all organizations.
13729
+ format: int64
13730
+ type: integer
13731
+ browser_rum_replay_session_count_agg_sum:
13732
+ description: Shows the sum of all browser replay sessions over all hours
13733
+ in the current months for all organizations.
13734
+ format: int64
13735
+ type: integer
13736
+ browser_rum_units_agg_sum:
13737
+ description: Shows the sum of all browser RUM units over all hours in the
13738
+ current months for all organizations.
13739
+ format: int64
13740
+ type: integer
13405
13741
  container_avg_sum:
13406
13742
  description: Shows the average of all distinct containers over all hours
13407
13743
  in the current months for all organizations.
@@ -13527,6 +13863,11 @@ components:
13527
13863
  type: integer
13528
13864
  logs_by_retention:
13529
13865
  $ref: '#/components/schemas/LogsByRetention'
13866
+ mobile_rum_lite_session_count_agg_sum:
13867
+ description: Shows the sum of all mobile lite sessions over all hours in
13868
+ the current months for all organizations.
13869
+ format: int64
13870
+ type: integer
13530
13871
  mobile_rum_session_count_agg_sum:
13531
13872
  description: Shows the sum of all mobile RUM Sessions over all hours in
13532
13873
  the current months for all organizations.
@@ -13542,6 +13883,11 @@ components:
13542
13883
  in the current months for all organizations.
13543
13884
  format: int64
13544
13885
  type: integer
13886
+ mobile_rum_units_agg_sum:
13887
+ description: Shows the sum of all mobile RUM units over all hours in the
13888
+ current months for all organizations.
13889
+ format: int64
13890
+ type: integer
13545
13891
  netflow_indexed_events_count_agg_sum:
13546
13892
  description: Shows the sum of all Network flows indexed over all hours in
13547
13893
  the current months for all organizations.
@@ -13590,6 +13936,11 @@ components:
13590
13936
  hours in the current months for all organizations.
13591
13937
  format: int64
13592
13938
  type: integer
13939
+ rum_units_agg_sum:
13940
+ description: Shows the sum of all browser and mobile RUM units over all
13941
+ hours in the current months for all organizations.
13942
+ format: int64
13943
+ type: integer
13593
13944
  sds_logs_scanned_bytes_sum:
13594
13945
  description: Shows the sum of all bytes scanned of logs usage by the Sensitive
13595
13946
  Data Scanner over all hours in the current month for all organizations.
@@ -14814,6 +15165,8 @@ paths:
14814
15165
  schema:
14815
15166
  $ref: '#/components/schemas/IPRanges'
14816
15167
  description: OK
15168
+ '429':
15169
+ $ref: '#/components/responses/TooManyRequestsResponse'
14817
15170
  security: []
14818
15171
  servers:
14819
15172
  - url: https://{subdomain}.{site}
@@ -14866,6 +15219,8 @@ paths:
14866
15219
  schema:
14867
15220
  $ref: '#/components/schemas/APIErrorResponse'
14868
15221
  description: Forbidden
15222
+ '429':
15223
+ $ref: '#/components/responses/TooManyRequestsResponse'
14869
15224
  summary: Get all API keys
14870
15225
  tags:
14871
15226
  - Key Management
@@ -14900,6 +15255,8 @@ paths:
14900
15255
  schema:
14901
15256
  $ref: '#/components/schemas/APIErrorResponse'
14902
15257
  description: Forbidden
15258
+ '429':
15259
+ $ref: '#/components/responses/TooManyRequestsResponse'
14903
15260
  summary: Create an API key
14904
15261
  tags:
14905
15262
  - Key Management
@@ -14947,6 +15304,8 @@ paths:
14947
15304
  schema:
14948
15305
  $ref: '#/components/schemas/APIErrorResponse'
14949
15306
  description: Not Found
15307
+ '429':
15308
+ $ref: '#/components/responses/TooManyRequestsResponse'
14950
15309
  summary: Delete an API key
14951
15310
  tags:
14952
15311
  - Key Management
@@ -14982,6 +15341,8 @@ paths:
14982
15341
  schema:
14983
15342
  $ref: '#/components/schemas/APIErrorResponse'
14984
15343
  description: Not Found
15344
+ '429':
15345
+ $ref: '#/components/responses/TooManyRequestsResponse'
14985
15346
  summary: Get API key
14986
15347
  tags:
14987
15348
  - Key Management
@@ -15029,6 +15390,8 @@ paths:
15029
15390
  schema:
15030
15391
  $ref: '#/components/schemas/APIErrorResponse'
15031
15392
  description: Not Found
15393
+ '429':
15394
+ $ref: '#/components/responses/TooManyRequestsResponse'
15032
15395
  summary: Edit an API key
15033
15396
  tags:
15034
15397
  - Key Management
@@ -15053,6 +15416,8 @@ paths:
15053
15416
  schema:
15054
15417
  $ref: '#/components/schemas/APIErrorResponse'
15055
15418
  description: Forbidden
15419
+ '429':
15420
+ $ref: '#/components/responses/TooManyRequestsResponse'
15056
15421
  summary: Get all application keys
15057
15422
  tags:
15058
15423
  - Key Management
@@ -15093,6 +15458,8 @@ paths:
15093
15458
  schema:
15094
15459
  $ref: '#/components/schemas/APIErrorResponse'
15095
15460
  description: Conflict
15461
+ '429':
15462
+ $ref: '#/components/responses/TooManyRequestsResponse'
15096
15463
  summary: Create an application key
15097
15464
  tags:
15098
15465
  - Key Management
@@ -15134,6 +15501,8 @@ paths:
15134
15501
  schema:
15135
15502
  $ref: '#/components/schemas/APIErrorResponse'
15136
15503
  description: Not Found
15504
+ '429':
15505
+ $ref: '#/components/responses/TooManyRequestsResponse'
15137
15506
  summary: Delete an application key
15138
15507
  tags:
15139
15508
  - Key Management
@@ -15169,6 +15538,8 @@ paths:
15169
15538
  schema:
15170
15539
  $ref: '#/components/schemas/APIErrorResponse'
15171
15540
  description: Not Found
15541
+ '429':
15542
+ $ref: '#/components/responses/TooManyRequestsResponse'
15172
15543
  summary: Get an application key
15173
15544
  tags:
15174
15545
  - Key Management
@@ -15222,6 +15593,8 @@ paths:
15222
15593
  schema:
15223
15594
  $ref: '#/components/schemas/APIErrorResponse'
15224
15595
  description: Conflict
15596
+ '429':
15597
+ $ref: '#/components/responses/TooManyRequestsResponse'
15225
15598
  summary: Edit an application key
15226
15599
  tags:
15227
15600
  - Key Management
@@ -15234,7 +15607,11 @@ paths:
15234
15607
  description: 'Submit a list of Service Checks.
15235
15608
 
15236
15609
 
15237
- **Note**: A valid API key is required.'
15610
+ **Notes**:
15611
+
15612
+ - A valid API key is required.
15613
+
15614
+ - Service checks can be submitted up to 10 minutes in the past.'
15238
15615
  operationId: SubmitServiceCheck
15239
15616
  requestBody:
15240
15617
  content:
@@ -15274,6 +15651,8 @@ paths:
15274
15651
  schema:
15275
15652
  $ref: '#/components/schemas/APIErrorResponse'
15276
15653
  description: Payload too large
15654
+ '429':
15655
+ $ref: '#/components/responses/TooManyRequestsResponse'
15277
15656
  security:
15278
15657
  - apiKeyAuth: []
15279
15658
  summary: Submit a Service Check
@@ -15328,6 +15707,8 @@ paths:
15328
15707
  schema:
15329
15708
  $ref: '#/components/schemas/APIErrorResponse'
15330
15709
  description: Forbidden - User is not authorized
15710
+ '429':
15711
+ $ref: '#/components/responses/TooManyRequestsResponse'
15331
15712
  summary: Get the list of available daily custom reports
15332
15713
  tags:
15333
15714
  - Usage Metering
@@ -15367,6 +15748,8 @@ paths:
15367
15748
  schema:
15368
15749
  $ref: '#/components/schemas/APIErrorResponse'
15369
15750
  description: Not Found
15751
+ '429':
15752
+ $ref: '#/components/responses/TooManyRequestsResponse'
15370
15753
  summary: Get specified daily custom reports
15371
15754
  tags:
15372
15755
  - Usage Metering
@@ -15417,6 +15800,8 @@ paths:
15417
15800
  schema:
15418
15801
  $ref: '#/components/schemas/APIErrorResponse'
15419
15802
  description: Dashboards Not Found
15803
+ '429':
15804
+ $ref: '#/components/responses/TooManyRequestsResponse'
15420
15805
  security:
15421
15806
  - apiKeyAuth: []
15422
15807
  appKeyAuth: []
@@ -15459,6 +15844,8 @@ paths:
15459
15844
  schema:
15460
15845
  $ref: '#/components/schemas/APIErrorResponse'
15461
15846
  description: Authentication Error
15847
+ '429':
15848
+ $ref: '#/components/responses/TooManyRequestsResponse'
15462
15849
  security:
15463
15850
  - apiKeyAuth: []
15464
15851
  appKeyAuth: []
@@ -15510,6 +15897,8 @@ paths:
15510
15897
  schema:
15511
15898
  $ref: '#/components/schemas/APIErrorResponse'
15512
15899
  description: Dashboards Not Found
15900
+ '429':
15901
+ $ref: '#/components/responses/TooManyRequestsResponse'
15513
15902
  security:
15514
15903
  - apiKeyAuth: []
15515
15904
  appKeyAuth: []
@@ -15556,6 +15945,8 @@ paths:
15556
15945
  schema:
15557
15946
  $ref: '#/components/schemas/APIErrorResponse'
15558
15947
  description: Authentication Error
15948
+ '429':
15949
+ $ref: '#/components/responses/TooManyRequestsResponse'
15559
15950
  security:
15560
15951
  - apiKeyAuth: []
15561
15952
  appKeyAuth: []
@@ -15595,6 +15986,8 @@ paths:
15595
15986
  schema:
15596
15987
  $ref: '#/components/schemas/APIErrorResponse'
15597
15988
  description: Forbidden
15989
+ '429':
15990
+ $ref: '#/components/responses/TooManyRequestsResponse'
15598
15991
  security:
15599
15992
  - apiKeyAuth: []
15600
15993
  appKeyAuth: []
@@ -15635,6 +16028,8 @@ paths:
15635
16028
  schema:
15636
16029
  $ref: '#/components/schemas/APIErrorResponse'
15637
16030
  description: Forbidden
16031
+ '429':
16032
+ $ref: '#/components/responses/TooManyRequestsResponse'
15638
16033
  security:
15639
16034
  - apiKeyAuth: []
15640
16035
  appKeyAuth: []
@@ -15688,6 +16083,8 @@ paths:
15688
16083
  schema:
15689
16084
  $ref: '#/components/schemas/APIErrorResponse'
15690
16085
  description: Not Found
16086
+ '429':
16087
+ $ref: '#/components/responses/TooManyRequestsResponse'
15691
16088
  security:
15692
16089
  - apiKeyAuth: []
15693
16090
  appKeyAuth: []
@@ -15729,6 +16126,8 @@ paths:
15729
16126
  schema:
15730
16127
  $ref: '#/components/schemas/APIErrorResponse'
15731
16128
  description: Not Found
16129
+ '429':
16130
+ $ref: '#/components/responses/TooManyRequestsResponse'
15732
16131
  security:
15733
16132
  - apiKeyAuth: []
15734
16133
  appKeyAuth: []
@@ -15783,6 +16182,8 @@ paths:
15783
16182
  schema:
15784
16183
  $ref: '#/components/schemas/APIErrorResponse'
15785
16184
  description: Not Found
16185
+ '429':
16186
+ $ref: '#/components/responses/TooManyRequestsResponse'
15786
16187
  security:
15787
16188
  - apiKeyAuth: []
15788
16189
  appKeyAuth: []
@@ -15825,6 +16226,8 @@ paths:
15825
16226
  schema:
15826
16227
  $ref: '#/components/schemas/APIErrorResponse'
15827
16228
  description: Dashboards Not Found
16229
+ '429':
16230
+ $ref: '#/components/responses/TooManyRequestsResponse'
15828
16231
  security:
15829
16232
  - apiKeyAuth: []
15830
16233
  appKeyAuth: []
@@ -15865,6 +16268,8 @@ paths:
15865
16268
  schema:
15866
16269
  $ref: '#/components/schemas/APIErrorResponse'
15867
16270
  description: Item Not Found
16271
+ '429':
16272
+ $ref: '#/components/responses/TooManyRequestsResponse'
15868
16273
  security:
15869
16274
  - apiKeyAuth: []
15870
16275
  appKeyAuth: []
@@ -15918,6 +16323,8 @@ paths:
15918
16323
  schema:
15919
16324
  $ref: '#/components/schemas/APIErrorResponse'
15920
16325
  description: Item Not Found
16326
+ '429':
16327
+ $ref: '#/components/responses/TooManyRequestsResponse'
15921
16328
  security:
15922
16329
  - apiKeyAuth: []
15923
16330
  appKeyAuth: []
@@ -15956,6 +16363,8 @@ paths:
15956
16363
  schema:
15957
16364
  $ref: '#/components/schemas/APIErrorResponse'
15958
16365
  description: Forbidden
16366
+ '429':
16367
+ $ref: '#/components/responses/TooManyRequestsResponse'
15959
16368
  security:
15960
16369
  - apiKeyAuth: []
15961
16370
  appKeyAuth: []
@@ -15996,6 +16405,8 @@ paths:
15996
16405
  schema:
15997
16406
  $ref: '#/components/schemas/APIErrorResponse'
15998
16407
  description: Forbidden
16408
+ '429':
16409
+ $ref: '#/components/responses/TooManyRequestsResponse'
15999
16410
  security:
16000
16411
  - apiKeyAuth: []
16001
16412
  appKeyAuth: []
@@ -16058,6 +16469,8 @@ paths:
16058
16469
  schema:
16059
16470
  $ref: '#/components/schemas/APIErrorResponse'
16060
16471
  description: Downtimes not found
16472
+ '429':
16473
+ $ref: '#/components/responses/TooManyRequestsResponse'
16061
16474
  security:
16062
16475
  - apiKeyAuth: []
16063
16476
  appKeyAuth: []
@@ -16098,6 +16511,8 @@ paths:
16098
16511
  schema:
16099
16512
  $ref: '#/components/schemas/APIErrorResponse'
16100
16513
  description: Downtime not found
16514
+ '429':
16515
+ $ref: '#/components/responses/TooManyRequestsResponse'
16101
16516
  security:
16102
16517
  - apiKeyAuth: []
16103
16518
  appKeyAuth: []
@@ -16140,6 +16555,8 @@ paths:
16140
16555
  schema:
16141
16556
  $ref: '#/components/schemas/APIErrorResponse'
16142
16557
  description: Downtime not found
16558
+ '429':
16559
+ $ref: '#/components/responses/TooManyRequestsResponse'
16143
16560
  security:
16144
16561
  - apiKeyAuth: []
16145
16562
  appKeyAuth: []
@@ -16196,6 +16613,8 @@ paths:
16196
16613
  schema:
16197
16614
  $ref: '#/components/schemas/APIErrorResponse'
16198
16615
  description: Downtime not found
16616
+ '429':
16617
+ $ref: '#/components/responses/TooManyRequestsResponse'
16199
16618
  security:
16200
16619
  - apiKeyAuth: []
16201
16620
  appKeyAuth: []
@@ -16308,6 +16727,8 @@ paths:
16308
16727
  schema:
16309
16728
  $ref: '#/components/schemas/APIErrorResponse'
16310
16729
  description: Authentication Error
16730
+ '429':
16731
+ $ref: '#/components/responses/TooManyRequestsResponse'
16311
16732
  security:
16312
16733
  - apiKeyAuth: []
16313
16734
  appKeyAuth: []
@@ -16344,6 +16765,8 @@ paths:
16344
16765
  schema:
16345
16766
  $ref: '#/components/schemas/APIErrorResponse'
16346
16767
  description: Bad Request
16768
+ '429':
16769
+ $ref: '#/components/responses/TooManyRequestsResponse'
16347
16770
  security:
16348
16771
  - apiKeyAuth: []
16349
16772
  summary: Post an event
@@ -16386,6 +16809,8 @@ paths:
16386
16809
  schema:
16387
16810
  $ref: '#/components/schemas/APIErrorResponse'
16388
16811
  description: Item Not Found
16812
+ '429':
16813
+ $ref: '#/components/responses/TooManyRequestsResponse'
16389
16814
  security:
16390
16815
  - apiKeyAuth: []
16391
16816
  appKeyAuth: []
@@ -16466,6 +16891,8 @@ paths:
16466
16891
  schema:
16467
16892
  $ref: '#/components/schemas/APIErrorResponse'
16468
16893
  description: Forbidden
16894
+ '429':
16895
+ $ref: '#/components/responses/TooManyRequestsResponse'
16469
16896
  security:
16470
16897
  - apiKeyAuth: []
16471
16898
  appKeyAuth: []
@@ -16513,6 +16940,8 @@ paths:
16513
16940
  schema:
16514
16941
  $ref: '#/components/schemas/APIErrorResponse'
16515
16942
  description: Forbidden
16943
+ '429':
16944
+ $ref: '#/components/responses/TooManyRequestsResponse'
16516
16945
  summary: Mute a host
16517
16946
  tags:
16518
16947
  - Hosts
@@ -16550,6 +16979,8 @@ paths:
16550
16979
  schema:
16551
16980
  $ref: '#/components/schemas/APIErrorResponse'
16552
16981
  description: Forbidden
16982
+ '429':
16983
+ $ref: '#/components/responses/TooManyRequestsResponse'
16553
16984
  summary: Unmute a host
16554
16985
  tags:
16555
16986
  - Hosts
@@ -16641,6 +17072,8 @@ paths:
16641
17072
  schema:
16642
17073
  $ref: '#/components/schemas/APIErrorResponse'
16643
17074
  description: Forbidden
17075
+ '429':
17076
+ $ref: '#/components/responses/TooManyRequestsResponse'
16644
17077
  security:
16645
17078
  - apiKeyAuth: []
16646
17079
  appKeyAuth: []
@@ -16687,6 +17120,8 @@ paths:
16687
17120
  schema:
16688
17121
  $ref: '#/components/schemas/APIErrorResponse'
16689
17122
  description: Forbidden
17123
+ '429':
17124
+ $ref: '#/components/responses/TooManyRequestsResponse'
16690
17125
  summary: Get the total number of active hosts
16691
17126
  tags:
16692
17127
  - Hosts
@@ -16730,6 +17165,8 @@ paths:
16730
17165
  schema:
16731
17166
  $ref: '#/components/schemas/APIErrorResponse'
16732
17167
  description: Conflict Error
17168
+ '429':
17169
+ $ref: '#/components/responses/TooManyRequestsResponse'
16733
17170
  summary: Delete an AWS integration
16734
17171
  tags:
16735
17172
  - AWS Integration
@@ -16778,6 +17215,8 @@ paths:
16778
17215
  schema:
16779
17216
  $ref: '#/components/schemas/APIErrorResponse'
16780
17217
  description: Authentication Error
17218
+ '429':
17219
+ $ref: '#/components/responses/TooManyRequestsResponse'
16781
17220
  summary: List all AWS integrations
16782
17221
  tags:
16783
17222
  - AWS Integration
@@ -16825,6 +17264,8 @@ paths:
16825
17264
  schema:
16826
17265
  $ref: '#/components/schemas/APIErrorResponse'
16827
17266
  description: Conflict Error
17267
+ '429':
17268
+ $ref: '#/components/responses/TooManyRequestsResponse'
16828
17269
  summary: Create an AWS integration
16829
17270
  tags:
16830
17271
  - AWS Integration
@@ -16892,6 +17333,8 @@ paths:
16892
17333
  schema:
16893
17334
  $ref: '#/components/schemas/APIErrorResponse'
16894
17335
  description: Conflict Error
17336
+ '429':
17337
+ $ref: '#/components/responses/TooManyRequestsResponse'
16895
17338
  summary: Update an AWS integration
16896
17339
  tags:
16897
17340
  - AWS Integration
@@ -16924,6 +17367,8 @@ paths:
16924
17367
  schema:
16925
17368
  $ref: '#/components/schemas/APIErrorResponse'
16926
17369
  description: Authentication Error
17370
+ '429':
17371
+ $ref: '#/components/responses/TooManyRequestsResponse'
16927
17372
  summary: List namespace rules
16928
17373
  tags:
16929
17374
  - AWS Integration
@@ -16962,6 +17407,8 @@ paths:
16962
17407
  schema:
16963
17408
  $ref: '#/components/schemas/APIErrorResponse'
16964
17409
  description: Authentication Error
17410
+ '429':
17411
+ $ref: '#/components/responses/TooManyRequestsResponse'
16965
17412
  summary: Delete a tag filtering entry
16966
17413
  tags:
16967
17414
  - AWS Integration
@@ -16998,6 +17445,8 @@ paths:
16998
17445
  schema:
16999
17446
  $ref: '#/components/schemas/APIErrorResponse'
17000
17447
  description: Authentication Error
17448
+ '429':
17449
+ $ref: '#/components/responses/TooManyRequestsResponse'
17001
17450
  summary: Get all AWS tag filters
17002
17451
  tags:
17003
17452
  - AWS Integration
@@ -17038,6 +17487,8 @@ paths:
17038
17487
  schema:
17039
17488
  $ref: '#/components/schemas/APIErrorResponse'
17040
17489
  description: Authentication Error
17490
+ '429':
17491
+ $ref: '#/components/responses/TooManyRequestsResponse'
17041
17492
  summary: Set an AWS tag filter
17042
17493
  tags:
17043
17494
  - AWS Integration
@@ -17082,6 +17533,8 @@ paths:
17082
17533
  schema:
17083
17534
  $ref: '#/components/schemas/APIErrorResponse'
17084
17535
  description: Authentication Error
17536
+ '429':
17537
+ $ref: '#/components/responses/TooManyRequestsResponse'
17085
17538
  summary: Generate a new external ID
17086
17539
  tags:
17087
17540
  - AWS Integration
@@ -17120,6 +17573,8 @@ paths:
17120
17573
  schema:
17121
17574
  $ref: '#/components/schemas/APIErrorResponse'
17122
17575
  description: Authentication Error
17576
+ '429':
17577
+ $ref: '#/components/responses/TooManyRequestsResponse'
17123
17578
  summary: Delete an AWS Logs integration
17124
17579
  tags:
17125
17580
  - AWS Logs Integration
@@ -17162,6 +17617,8 @@ paths:
17162
17617
  schema:
17163
17618
  $ref: '#/components/schemas/APIErrorResponse'
17164
17619
  description: Authentication Error
17620
+ '429':
17621
+ $ref: '#/components/responses/TooManyRequestsResponse'
17165
17622
  summary: List all AWS Logs integrations
17166
17623
  tags:
17167
17624
  - AWS Logs Integration
@@ -17198,6 +17655,8 @@ paths:
17198
17655
  schema:
17199
17656
  $ref: '#/components/schemas/APIErrorResponse'
17200
17657
  description: Authentication Error
17658
+ '429':
17659
+ $ref: '#/components/responses/TooManyRequestsResponse'
17201
17660
  summary: Add AWS Log Lambda ARN
17202
17661
  tags:
17203
17662
  - AWS Logs Integration
@@ -17253,6 +17712,8 @@ paths:
17253
17712
  schema:
17254
17713
  $ref: '#/components/schemas/APIErrorResponse'
17255
17714
  description: Authentication Error
17715
+ '429':
17716
+ $ref: '#/components/responses/TooManyRequestsResponse'
17256
17717
  security:
17257
17718
  - apiKeyAuth: []
17258
17719
  appKeyAuth: []
@@ -17298,6 +17759,8 @@ paths:
17298
17759
  schema:
17299
17760
  $ref: '#/components/schemas/APIErrorResponse'
17300
17761
  description: Authentication Error
17762
+ '429':
17763
+ $ref: '#/components/responses/TooManyRequestsResponse'
17301
17764
  summary: Get list of AWS log ready services
17302
17765
  tags:
17303
17766
  - AWS Logs Integration
@@ -17334,6 +17797,8 @@ paths:
17334
17797
  schema:
17335
17798
  $ref: '#/components/schemas/APIErrorResponse'
17336
17799
  description: Authentication Error
17800
+ '429':
17801
+ $ref: '#/components/responses/TooManyRequestsResponse'
17337
17802
  summary: Enable an AWS Logs integration
17338
17803
  tags:
17339
17804
  - AWS Logs Integration
@@ -17378,6 +17843,8 @@ paths:
17378
17843
  schema:
17379
17844
  $ref: '#/components/schemas/APIErrorResponse'
17380
17845
  description: Authentication Error
17846
+ '429':
17847
+ $ref: '#/components/responses/TooManyRequestsResponse'
17381
17848
  summary: Check permissions for log services
17382
17849
  tags:
17383
17850
  - AWS Logs Integration
@@ -17416,6 +17883,8 @@ paths:
17416
17883
  schema:
17417
17884
  $ref: '#/components/schemas/APIErrorResponse'
17418
17885
  description: Authentication Error
17886
+ '429':
17887
+ $ref: '#/components/responses/TooManyRequestsResponse'
17419
17888
  summary: Delete an Azure integration
17420
17889
  tags:
17421
17890
  - Azure Integration
@@ -17446,6 +17915,8 @@ paths:
17446
17915
  schema:
17447
17916
  $ref: '#/components/schemas/APIErrorResponse'
17448
17917
  description: Authentication Error
17918
+ '429':
17919
+ $ref: '#/components/responses/TooManyRequestsResponse'
17449
17920
  summary: List all Azure integrations
17450
17921
  tags:
17451
17922
  - Azure Integration
@@ -17495,6 +17966,8 @@ paths:
17495
17966
  schema:
17496
17967
  $ref: '#/components/schemas/APIErrorResponse'
17497
17968
  description: Authentication Error
17969
+ '429':
17970
+ $ref: '#/components/responses/TooManyRequestsResponse'
17498
17971
  summary: Create an Azure integration
17499
17972
  tags:
17500
17973
  - Azure Integration
@@ -17541,6 +18014,8 @@ paths:
17541
18014
  schema:
17542
18015
  $ref: '#/components/schemas/APIErrorResponse'
17543
18016
  description: Authentication Error
18017
+ '429':
18018
+ $ref: '#/components/responses/TooManyRequestsResponse'
17544
18019
  summary: Update an Azure integration
17545
18020
  tags:
17546
18021
  - Azure Integration
@@ -17580,6 +18055,8 @@ paths:
17580
18055
  schema:
17581
18056
  $ref: '#/components/schemas/APIErrorResponse'
17582
18057
  description: Authentication Error
18058
+ '429':
18059
+ $ref: '#/components/responses/TooManyRequestsResponse'
17583
18060
  summary: Update Azure integration host filters
17584
18061
  tags:
17585
18062
  - Azure Integration
@@ -17618,6 +18095,8 @@ paths:
17618
18095
  schema:
17619
18096
  $ref: '#/components/schemas/APIErrorResponse'
17620
18097
  description: Authentication error
18098
+ '429':
18099
+ $ref: '#/components/responses/TooManyRequestsResponse'
17621
18100
  summary: Delete a GCP integration
17622
18101
  tags:
17623
18102
  - GCP Integration
@@ -17647,6 +18126,8 @@ paths:
17647
18126
  schema:
17648
18127
  $ref: '#/components/schemas/APIErrorResponse'
17649
18128
  description: Authentication error
18129
+ '429':
18130
+ $ref: '#/components/responses/TooManyRequestsResponse'
17650
18131
  summary: List all GCP integrations
17651
18132
  tags:
17652
18133
  - GCP Integration
@@ -17683,6 +18164,8 @@ paths:
17683
18164
  schema:
17684
18165
  $ref: '#/components/schemas/APIErrorResponse'
17685
18166
  description: Authentication error
18167
+ '429':
18168
+ $ref: '#/components/responses/TooManyRequestsResponse'
17686
18169
  summary: Create a GCP integration
17687
18170
  tags:
17688
18171
  - GCP Integration
@@ -17729,6 +18212,8 @@ paths:
17729
18212
  schema:
17730
18213
  $ref: '#/components/schemas/APIErrorResponse'
17731
18214
  description: Authentication error
18215
+ '429':
18216
+ $ref: '#/components/responses/TooManyRequestsResponse'
17732
18217
  summary: Update a GCP integration
17733
18218
  tags:
17734
18219
  - GCP Integration
@@ -17766,6 +18251,8 @@ paths:
17766
18251
  schema:
17767
18252
  $ref: '#/components/schemas/APIErrorResponse'
17768
18253
  description: Authentication error
18254
+ '429':
18255
+ $ref: '#/components/responses/TooManyRequestsResponse'
17769
18256
  summary: Create a new service object
17770
18257
  tags:
17771
18258
  - PagerDuty Integration
@@ -17803,6 +18290,8 @@ paths:
17803
18290
  schema:
17804
18291
  $ref: '#/components/schemas/APIErrorResponse'
17805
18292
  description: Item Not Found
18293
+ '429':
18294
+ $ref: '#/components/responses/TooManyRequestsResponse'
17806
18295
  summary: Delete a single service object
17807
18296
  tags:
17808
18297
  - PagerDuty Integration
@@ -17838,6 +18327,8 @@ paths:
17838
18327
  schema:
17839
18328
  $ref: '#/components/schemas/APIErrorResponse'
17840
18329
  description: Item Not Found
18330
+ '429':
18331
+ $ref: '#/components/responses/TooManyRequestsResponse'
17841
18332
  summary: Get a single service object
17842
18333
  tags:
17843
18334
  - PagerDuty Integration
@@ -17882,6 +18373,8 @@ paths:
17882
18373
  schema:
17883
18374
  $ref: '#/components/schemas/APIErrorResponse'
17884
18375
  description: Item Not Found
18376
+ '429':
18377
+ $ref: '#/components/responses/TooManyRequestsResponse'
17885
18378
  summary: Update a single service object
17886
18379
  tags:
17887
18380
  - PagerDuty Integration
@@ -17920,6 +18413,8 @@ paths:
17920
18413
  schema:
17921
18414
  $ref: '#/components/schemas/APIErrorResponse'
17922
18415
  description: Item Not Found
18416
+ '429':
18417
+ $ref: '#/components/responses/TooManyRequestsResponse'
17923
18418
  summary: Get all channels in a Slack integration
17924
18419
  tags:
17925
18420
  - Slack Integration
@@ -17963,6 +18458,8 @@ paths:
17963
18458
  schema:
17964
18459
  $ref: '#/components/schemas/APIErrorResponse'
17965
18460
  description: Item Not Found
18461
+ '429':
18462
+ $ref: '#/components/responses/TooManyRequestsResponse'
17966
18463
  summary: Create a Slack integration channel
17967
18464
  tags:
17968
18465
  - Slack Integration
@@ -17998,6 +18495,8 @@ paths:
17998
18495
  schema:
17999
18496
  $ref: '#/components/schemas/APIErrorResponse'
18000
18497
  description: Item Not Found
18498
+ '429':
18499
+ $ref: '#/components/responses/TooManyRequestsResponse'
18001
18500
  summary: Remove a Slack integration channel
18002
18501
  tags:
18003
18502
  - Slack Integration
@@ -18035,6 +18534,8 @@ paths:
18035
18534
  schema:
18036
18535
  $ref: '#/components/schemas/APIErrorResponse'
18037
18536
  description: Item Not Found
18537
+ '429':
18538
+ $ref: '#/components/responses/TooManyRequestsResponse'
18038
18539
  summary: Get a Slack integration channel
18039
18540
  tags:
18040
18541
  - Slack Integration
@@ -18079,6 +18580,8 @@ paths:
18079
18580
  schema:
18080
18581
  $ref: '#/components/schemas/APIErrorResponse'
18081
18582
  description: Item Not Found
18583
+ '429':
18584
+ $ref: '#/components/responses/TooManyRequestsResponse'
18082
18585
  summary: Update a Slack integration channel
18083
18586
  tags:
18084
18587
  - Slack Integration
@@ -18116,6 +18619,8 @@ paths:
18116
18619
  schema:
18117
18620
  $ref: '#/components/schemas/APIErrorResponse'
18118
18621
  description: Authentication error
18622
+ '429':
18623
+ $ref: '#/components/responses/TooManyRequestsResponse'
18119
18624
  summary: Create a custom variable
18120
18625
  tags:
18121
18626
  - Webhooks Integration
@@ -18160,6 +18665,8 @@ paths:
18160
18665
  schema:
18161
18666
  $ref: '#/components/schemas/APIErrorResponse'
18162
18667
  description: Item Not Found
18668
+ '429':
18669
+ $ref: '#/components/responses/TooManyRequestsResponse'
18163
18670
  summary: Delete a custom variable
18164
18671
  tags:
18165
18672
  - Webhooks Integration
@@ -18206,6 +18713,8 @@ paths:
18206
18713
  schema:
18207
18714
  $ref: '#/components/schemas/APIErrorResponse'
18208
18715
  description: Item Not Found
18716
+ '429':
18717
+ $ref: '#/components/responses/TooManyRequestsResponse'
18209
18718
  summary: Get a custom variable
18210
18719
  tags:
18211
18720
  - Webhooks Integration
@@ -18254,6 +18763,8 @@ paths:
18254
18763
  schema:
18255
18764
  $ref: '#/components/schemas/APIErrorResponse'
18256
18765
  description: Item Not Found
18766
+ '429':
18767
+ $ref: '#/components/responses/TooManyRequestsResponse'
18257
18768
  summary: Update a custom variable
18258
18769
  tags:
18259
18770
  - Webhooks Integration
@@ -18291,6 +18802,8 @@ paths:
18291
18802
  schema:
18292
18803
  $ref: '#/components/schemas/APIErrorResponse'
18293
18804
  description: Authentication error
18805
+ '429':
18806
+ $ref: '#/components/responses/TooManyRequestsResponse'
18294
18807
  summary: Create a webhooks integration
18295
18808
  tags:
18296
18809
  - Webhooks Integration
@@ -18334,6 +18847,8 @@ paths:
18334
18847
  schema:
18335
18848
  $ref: '#/components/schemas/APIErrorResponse'
18336
18849
  description: Item Not Found
18850
+ '429':
18851
+ $ref: '#/components/responses/TooManyRequestsResponse'
18337
18852
  summary: Delete a webhook
18338
18853
  tags:
18339
18854
  - Webhooks Integration
@@ -18375,6 +18890,8 @@ paths:
18375
18890
  schema:
18376
18891
  $ref: '#/components/schemas/APIErrorResponse'
18377
18892
  description: Item Not Found
18893
+ '429':
18894
+ $ref: '#/components/responses/TooManyRequestsResponse'
18378
18895
  summary: Get a webhook integration
18379
18896
  tags:
18380
18897
  - Webhooks Integration
@@ -18423,6 +18940,8 @@ paths:
18423
18940
  schema:
18424
18941
  $ref: '#/components/schemas/APIErrorResponse'
18425
18942
  description: Item Not Found
18943
+ '429':
18944
+ $ref: '#/components/responses/TooManyRequestsResponse'
18426
18945
  summary: Update a webhook
18427
18946
  tags:
18428
18947
  - Webhooks Integration
@@ -18474,6 +18993,8 @@ paths:
18474
18993
  schema:
18475
18994
  $ref: '#/components/schemas/APIErrorResponse'
18476
18995
  description: Authentication error
18996
+ '429':
18997
+ $ref: '#/components/responses/TooManyRequestsResponse'
18477
18998
  summary: Search logs
18478
18999
  tags:
18479
19000
  - Logs
@@ -18499,6 +19020,8 @@ paths:
18499
19020
  schema:
18500
19021
  $ref: '#/components/schemas/APIErrorResponse'
18501
19022
  description: Forbidden
19023
+ '429':
19024
+ $ref: '#/components/responses/TooManyRequestsResponse'
18502
19025
  summary: Get indexes order
18503
19026
  tags:
18504
19027
  - Logs Indexes
@@ -18537,6 +19060,8 @@ paths:
18537
19060
  schema:
18538
19061
  $ref: '#/components/schemas/APIErrorResponse'
18539
19062
  description: Forbidden
19063
+ '429':
19064
+ $ref: '#/components/responses/TooManyRequestsResponse'
18540
19065
  summary: Update indexes order
18541
19066
  tags:
18542
19067
  - Logs Indexes
@@ -18563,6 +19088,8 @@ paths:
18563
19088
  schema:
18564
19089
  $ref: '#/components/schemas/APIErrorResponse'
18565
19090
  description: Forbidden
19091
+ '429':
19092
+ $ref: '#/components/responses/TooManyRequestsResponse'
18566
19093
  summary: Get all indexes
18567
19094
  tags:
18568
19095
  - Logs Indexes
@@ -18599,6 +19126,8 @@ paths:
18599
19126
  schema:
18600
19127
  $ref: '#/components/schemas/APIErrorResponse'
18601
19128
  description: Forbidden
19129
+ '429':
19130
+ $ref: '#/components/responses/TooManyRequestsResponse'
18602
19131
  summary: Create an index
18603
19132
  tags:
18604
19133
  - Logs Indexes
@@ -18639,6 +19168,8 @@ paths:
18639
19168
  schema:
18640
19169
  $ref: '#/components/schemas/LogsAPIErrorResponse'
18641
19170
  description: Not Found
19171
+ '429':
19172
+ $ref: '#/components/responses/TooManyRequestsResponse'
18642
19173
  summary: Get an index
18643
19174
  tags:
18644
19175
  - Logs Indexes
@@ -18716,6 +19247,8 @@ paths:
18716
19247
  schema:
18717
19248
  $ref: '#/components/schemas/APIErrorResponse'
18718
19249
  description: Forbidden
19250
+ '429':
19251
+ $ref: '#/components/responses/TooManyRequestsResponse'
18719
19252
  summary: Get pipeline order
18720
19253
  tags:
18721
19254
  - Logs Pipelines
@@ -18767,6 +19300,8 @@ paths:
18767
19300
  schema:
18768
19301
  $ref: '#/components/schemas/LogsAPIErrorResponse'
18769
19302
  description: Unprocessable Entity
19303
+ '429':
19304
+ $ref: '#/components/responses/TooManyRequestsResponse'
18770
19305
  summary: Update pipeline order
18771
19306
  tags:
18772
19307
  - Logs Pipelines
@@ -18793,6 +19328,8 @@ paths:
18793
19328
  schema:
18794
19329
  $ref: '#/components/schemas/APIErrorResponse'
18795
19330
  description: Forbidden
19331
+ '429':
19332
+ $ref: '#/components/responses/TooManyRequestsResponse'
18796
19333
  summary: Get all pipelines
18797
19334
  tags:
18798
19335
  - Logs Pipelines
@@ -18828,6 +19365,8 @@ paths:
18828
19365
  schema:
18829
19366
  $ref: '#/components/schemas/APIErrorResponse'
18830
19367
  description: Forbidden
19368
+ '429':
19369
+ $ref: '#/components/responses/TooManyRequestsResponse'
18831
19370
  summary: Create a pipeline
18832
19371
  tags:
18833
19372
  - Logs Pipelines
@@ -18867,6 +19406,8 @@ paths:
18867
19406
  schema:
18868
19407
  $ref: '#/components/schemas/APIErrorResponse'
18869
19408
  description: Forbidden
19409
+ '429':
19410
+ $ref: '#/components/responses/TooManyRequestsResponse'
18870
19411
  summary: Delete a pipeline
18871
19412
  tags:
18872
19413
  - Logs Pipelines
@@ -18904,6 +19445,8 @@ paths:
18904
19445
  schema:
18905
19446
  $ref: '#/components/schemas/APIErrorResponse'
18906
19447
  description: Forbidden
19448
+ '429':
19449
+ $ref: '#/components/responses/TooManyRequestsResponse'
18907
19450
  summary: Get a pipeline
18908
19451
  tags:
18909
19452
  - Logs Pipelines
@@ -18949,6 +19492,8 @@ paths:
18949
19492
  schema:
18950
19493
  $ref: '#/components/schemas/APIErrorResponse'
18951
19494
  description: Forbidden
19495
+ '429':
19496
+ $ref: '#/components/responses/TooManyRequestsResponse'
18952
19497
  summary: Update a pipeline
18953
19498
  tags:
18954
19499
  - Logs Pipelines
@@ -19006,6 +19551,8 @@ paths:
19006
19551
  schema:
19007
19552
  $ref: '#/components/schemas/APIErrorResponse'
19008
19553
  description: Forbidden
19554
+ '429':
19555
+ $ref: '#/components/responses/TooManyRequestsResponse'
19009
19556
  security:
19010
19557
  - apiKeyAuth: []
19011
19558
  appKeyAuth: []
@@ -19047,6 +19594,8 @@ paths:
19047
19594
  schema:
19048
19595
  $ref: '#/components/schemas/APIErrorResponse'
19049
19596
  description: Not Found
19597
+ '429':
19598
+ $ref: '#/components/responses/TooManyRequestsResponse'
19050
19599
  security:
19051
19600
  - apiKeyAuth: []
19052
19601
  appKeyAuth: []
@@ -19101,6 +19650,8 @@ paths:
19101
19650
  schema:
19102
19651
  $ref: '#/components/schemas/APIErrorResponse'
19103
19652
  description: Not Found
19653
+ '429':
19654
+ $ref: '#/components/responses/TooManyRequestsResponse'
19104
19655
  summary: Edit metric metadata
19105
19656
  tags:
19106
19657
  - Metrics
@@ -19206,6 +19757,8 @@ paths:
19206
19757
  schema:
19207
19758
  $ref: '#/components/schemas/APIErrorResponse'
19208
19759
  description: Forbidden
19760
+ '429':
19761
+ $ref: '#/components/responses/TooManyRequestsResponse'
19209
19762
  security:
19210
19763
  - apiKeyAuth: []
19211
19764
  appKeyAuth: []
@@ -19247,7 +19800,7 @@ paths:
19247
19800
 
19248
19801
  - logs: `log alert`
19249
19802
 
19250
- - metric: `metric alert`
19803
+ - metric: `query alert`
19251
19804
 
19252
19805
  - network: `service check`
19253
19806
 
@@ -19532,7 +20085,7 @@ paths:
19532
20085
  tags:
19533
20086
  - app:webserver
19534
20087
  - frontend
19535
- type: metric alert
20088
+ type: query alert
19536
20089
  schema:
19537
20090
  $ref: '#/components/schemas/Monitor'
19538
20091
  description: Create a monitor request body.
@@ -19556,6 +20109,8 @@ paths:
19556
20109
  schema:
19557
20110
  $ref: '#/components/schemas/APIErrorResponse'
19558
20111
  description: Forbidden
20112
+ '429':
20113
+ $ref: '#/components/responses/TooManyRequestsResponse'
19559
20114
  security:
19560
20115
  - apiKeyAuth: []
19561
20116
  appKeyAuth: []
@@ -19619,6 +20174,8 @@ paths:
19619
20174
  schema:
19620
20175
  $ref: '#/components/schemas/CheckCanDeleteMonitorResponse'
19621
20176
  description: Deletion conflict error
20177
+ '429':
20178
+ $ref: '#/components/responses/TooManyRequestsResponse'
19622
20179
  security:
19623
20180
  - apiKeyAuth: []
19624
20181
  appKeyAuth: []
@@ -19706,6 +20263,8 @@ paths:
19706
20263
  schema:
19707
20264
  $ref: '#/components/schemas/APIErrorResponse'
19708
20265
  description: Forbidden
20266
+ '429':
20267
+ $ref: '#/components/responses/TooManyRequestsResponse'
19709
20268
  security:
19710
20269
  - apiKeyAuth: []
19711
20270
  appKeyAuth: []
@@ -19793,6 +20352,8 @@ paths:
19793
20352
  schema:
19794
20353
  $ref: '#/components/schemas/APIErrorResponse'
19795
20354
  description: Forbidden
20355
+ '429':
20356
+ $ref: '#/components/responses/TooManyRequestsResponse'
19796
20357
  security:
19797
20358
  - apiKeyAuth: []
19798
20359
  appKeyAuth: []
@@ -19835,6 +20396,8 @@ paths:
19835
20396
  schema:
19836
20397
  $ref: '#/components/schemas/APIErrorResponse'
19837
20398
  description: Forbidden
20399
+ '429':
20400
+ $ref: '#/components/responses/TooManyRequestsResponse'
19838
20401
  security:
19839
20402
  - apiKeyAuth: []
19840
20403
  appKeyAuth: []
@@ -19898,6 +20461,8 @@ paths:
19898
20461
  schema:
19899
20462
  $ref: '#/components/schemas/APIErrorResponse'
19900
20463
  description: Item not found error
20464
+ '429':
20465
+ $ref: '#/components/responses/TooManyRequestsResponse'
19901
20466
  security:
19902
20467
  - apiKeyAuth: []
19903
20468
  appKeyAuth: []
@@ -19952,6 +20517,8 @@ paths:
19952
20517
  schema:
19953
20518
  $ref: '#/components/schemas/APIErrorResponse'
19954
20519
  description: Monitor Not Found error
20520
+ '429':
20521
+ $ref: '#/components/responses/TooManyRequestsResponse'
19955
20522
  security:
19956
20523
  - apiKeyAuth: []
19957
20524
  appKeyAuth: []
@@ -20012,6 +20579,8 @@ paths:
20012
20579
  schema:
20013
20580
  $ref: '#/components/schemas/APIErrorResponse'
20014
20581
  description: Monitor Not Found error
20582
+ '429':
20583
+ $ref: '#/components/responses/TooManyRequestsResponse'
20015
20584
  security:
20016
20585
  - apiKeyAuth: []
20017
20586
  appKeyAuth: []
@@ -20026,7 +20595,7 @@ paths:
20026
20595
  type: idempotent
20027
20596
  /api/v1/monitor/{monitor_id}/downtimes:
20028
20597
  get:
20029
- description: Get all downtimes for the specified monitor
20598
+ description: Get all active downtimes for the specified monitor.
20030
20599
  operationId: ListMonitorDowntimes
20031
20600
  parameters:
20032
20601
  - description: The id of the monitor
@@ -20057,6 +20626,8 @@ paths:
20057
20626
  schema:
20058
20627
  $ref: '#/components/schemas/APIErrorResponse'
20059
20628
  description: Monitor Not Found error
20629
+ '429':
20630
+ $ref: '#/components/responses/TooManyRequestsResponse'
20060
20631
  summary: Get all downtimes for a monitor
20061
20632
  tags:
20062
20633
  - Downtimes
@@ -20109,6 +20680,8 @@ paths:
20109
20680
  schema:
20110
20681
  $ref: '#/components/schemas/APIErrorResponse'
20111
20682
  description: Forbidden - User is not authorized
20683
+ '429':
20684
+ $ref: '#/components/responses/TooManyRequestsResponse'
20112
20685
  summary: Get the list of available monthly custom reports
20113
20686
  tags:
20114
20687
  - Usage Metering
@@ -20154,6 +20727,8 @@ paths:
20154
20727
  schema:
20155
20728
  $ref: '#/components/schemas/APIErrorResponse'
20156
20729
  description: Not Found
20730
+ '429':
20731
+ $ref: '#/components/responses/TooManyRequestsResponse'
20157
20732
  summary: Get specified monthly custom reports
20158
20733
  tags:
20159
20734
  - Usage Metering
@@ -20280,6 +20855,8 @@ paths:
20280
20855
  schema:
20281
20856
  $ref: '#/components/schemas/APIErrorResponse'
20282
20857
  description: Authentication Error
20858
+ '429':
20859
+ $ref: '#/components/responses/TooManyRequestsResponse'
20283
20860
  summary: Get all notebooks
20284
20861
  tags:
20285
20862
  - Notebooks
@@ -20351,6 +20928,8 @@ paths:
20351
20928
  schema:
20352
20929
  $ref: '#/components/schemas/APIErrorResponse'
20353
20930
  description: Authentication Error
20931
+ '429':
20932
+ $ref: '#/components/responses/TooManyRequestsResponse'
20354
20933
  summary: Create a notebook
20355
20934
  tags:
20356
20935
  - Notebooks
@@ -20400,6 +20979,8 @@ paths:
20400
20979
  schema:
20401
20980
  $ref: '#/components/schemas/APIErrorResponse'
20402
20981
  description: Not Found
20982
+ '429':
20983
+ $ref: '#/components/responses/TooManyRequestsResponse'
20403
20984
  summary: Delete a notebook
20404
20985
  tags:
20405
20986
  - Notebooks
@@ -20441,6 +21022,8 @@ paths:
20441
21022
  schema:
20442
21023
  $ref: '#/components/schemas/APIErrorResponse'
20443
21024
  description: Not Found
21025
+ '429':
21026
+ $ref: '#/components/responses/TooManyRequestsResponse'
20444
21027
  summary: Get a notebook
20445
21028
  tags:
20446
21029
  - Notebooks
@@ -20533,6 +21116,8 @@ paths:
20533
21116
  schema:
20534
21117
  $ref: '#/components/schemas/APIErrorResponse'
20535
21118
  description: Conflict
21119
+ '429':
21120
+ $ref: '#/components/responses/TooManyRequestsResponse'
20536
21121
  summary: Update a notebook
20537
21122
  tags:
20538
21123
  - Notebooks
@@ -20556,6 +21141,8 @@ paths:
20556
21141
  schema:
20557
21142
  $ref: '#/components/schemas/APIErrorResponse'
20558
21143
  description: Forbidden
21144
+ '429':
21145
+ $ref: '#/components/responses/TooManyRequestsResponse'
20559
21146
  summary: List your managed organizations
20560
21147
  tags:
20561
21148
  - Organizations
@@ -20607,6 +21194,8 @@ paths:
20607
21194
  schema:
20608
21195
  $ref: '#/components/schemas/APIErrorResponse'
20609
21196
  description: Forbidden
21197
+ '429':
21198
+ $ref: '#/components/responses/TooManyRequestsResponse'
20610
21199
  summary: Create a child organization
20611
21200
  tags:
20612
21201
  - Organizations
@@ -20647,6 +21236,8 @@ paths:
20647
21236
  schema:
20648
21237
  $ref: '#/components/schemas/APIErrorResponse'
20649
21238
  description: Forbidden
21239
+ '429':
21240
+ $ref: '#/components/responses/TooManyRequestsResponse'
20650
21241
  summary: Get organization information
20651
21242
  tags:
20652
21243
  - Organizations
@@ -20689,6 +21280,8 @@ paths:
20689
21280
  schema:
20690
21281
  $ref: '#/components/schemas/APIErrorResponse'
20691
21282
  description: Forbidden
21283
+ '429':
21284
+ $ref: '#/components/responses/TooManyRequestsResponse'
20692
21285
  summary: Update your organization
20693
21286
  tags:
20694
21287
  - Organizations
@@ -20748,6 +21341,8 @@ paths:
20748
21341
  schema:
20749
21342
  $ref: '#/components/schemas/APIErrorResponse'
20750
21343
  description: Unsupported Media Type
21344
+ '429':
21345
+ $ref: '#/components/responses/TooManyRequestsResponse'
20751
21346
  summary: Upload IdP metadata
20752
21347
  tags:
20753
21348
  - Organizations
@@ -20799,6 +21394,8 @@ paths:
20799
21394
  schema:
20800
21395
  $ref: '#/components/schemas/APIErrorResponse'
20801
21396
  description: Forbidden
21397
+ '429':
21398
+ $ref: '#/components/responses/TooManyRequestsResponse'
20802
21399
  security:
20803
21400
  - apiKeyAuth: []
20804
21401
  appKeyAuth: []
@@ -20840,6 +21437,8 @@ paths:
20840
21437
  schema:
20841
21438
  $ref: '#/components/schemas/APIErrorResponse'
20842
21439
  description: Forbidden
21440
+ '429':
21441
+ $ref: '#/components/responses/TooManyRequestsResponse'
20843
21442
  security:
20844
21443
  - apiKeyAuth: []
20845
21444
  appKeyAuth: []
@@ -20919,6 +21518,8 @@ paths:
20919
21518
  schema:
20920
21519
  $ref: '#/components/schemas/APIErrorResponse'
20921
21520
  description: Payload too large
21521
+ '429':
21522
+ $ref: '#/components/responses/TooManyRequestsResponse'
20922
21523
  security:
20923
21524
  - apiKeyAuth: []
20924
21525
  summary: Submit metrics
@@ -21002,6 +21603,8 @@ paths:
21002
21603
  schema:
21003
21604
  $ref: '#/components/schemas/APIErrorResponse'
21004
21605
  description: Not Found
21606
+ '429':
21607
+ $ref: '#/components/responses/TooManyRequestsResponse'
21005
21608
  security:
21006
21609
  - apiKeyAuth: []
21007
21610
  appKeyAuth: []
@@ -21041,6 +21644,8 @@ paths:
21041
21644
  schema:
21042
21645
  $ref: '#/components/schemas/APIErrorResponse'
21043
21646
  description: Forbidden
21647
+ '429':
21648
+ $ref: '#/components/responses/TooManyRequestsResponse'
21044
21649
  summary: Create an SLO object
21045
21650
  tags:
21046
21651
  - Service Level Objectives
@@ -21101,6 +21706,8 @@ paths:
21101
21706
  schema:
21102
21707
  $ref: '#/components/schemas/APIErrorResponse'
21103
21708
  description: Forbidden
21709
+ '429':
21710
+ $ref: '#/components/responses/TooManyRequestsResponse'
21104
21711
  summary: Bulk Delete SLO Timeframes
21105
21712
  tags:
21106
21713
  - Service Level Objectives
@@ -21148,6 +21755,8 @@ paths:
21148
21755
  schema:
21149
21756
  $ref: '#/components/schemas/CheckCanDeleteSLOResponse'
21150
21757
  description: Conflict
21758
+ '429':
21759
+ $ref: '#/components/responses/TooManyRequestsResponse'
21151
21760
  summary: Check if SLOs can be safely deleted
21152
21761
  tags:
21153
21762
  - Service Level Objectives
@@ -21171,6 +21780,8 @@ paths:
21171
21780
  schema:
21172
21781
  $ref: '#/components/schemas/APIErrorResponse'
21173
21782
  description: Forbidden
21783
+ '429':
21784
+ $ref: '#/components/responses/TooManyRequestsResponse'
21174
21785
  summary: Get all SLO corrections
21175
21786
  tags:
21176
21787
  - Service Level Objective Corrections
@@ -21215,6 +21826,8 @@ paths:
21215
21826
  schema:
21216
21827
  $ref: '#/components/schemas/APIErrorResponse'
21217
21828
  description: SLO Not Found
21829
+ '429':
21830
+ $ref: '#/components/responses/TooManyRequestsResponse'
21218
21831
  summary: Create an SLO correction
21219
21832
  tags:
21220
21833
  - Service Level Objective Corrections
@@ -21265,6 +21878,8 @@ paths:
21265
21878
  schema:
21266
21879
  $ref: '#/components/schemas/APIErrorResponse'
21267
21880
  description: Not found
21881
+ '429':
21882
+ $ref: '#/components/responses/TooManyRequestsResponse'
21268
21883
  summary: Delete an SLO correction
21269
21884
  tags:
21270
21885
  - Service Level Objective Corrections
@@ -21303,6 +21918,8 @@ paths:
21303
21918
  schema:
21304
21919
  $ref: '#/components/schemas/APIErrorResponse'
21305
21920
  description: Forbidden
21921
+ '429':
21922
+ $ref: '#/components/responses/TooManyRequestsResponse'
21306
21923
  summary: Get an SLO correction for an SLO
21307
21924
  tags:
21308
21925
  - Service Level Objective Corrections
@@ -21354,6 +21971,8 @@ paths:
21354
21971
  schema:
21355
21972
  $ref: '#/components/schemas/APIErrorResponse'
21356
21973
  description: Not Found
21974
+ '429':
21975
+ $ref: '#/components/responses/TooManyRequestsResponse'
21357
21976
  summary: Update an SLO correction
21358
21977
  tags:
21359
21978
  - Service Level Objective Corrections
@@ -21412,6 +22031,8 @@ paths:
21412
22031
  schema:
21413
22032
  $ref: '#/components/schemas/SLODeleteResponse'
21414
22033
  description: Conflict
22034
+ '429':
22035
+ $ref: '#/components/responses/TooManyRequestsResponse'
21415
22036
  summary: Delete an SLO
21416
22037
  tags:
21417
22038
  - Service Level Objectives
@@ -21454,6 +22075,8 @@ paths:
21454
22075
  schema:
21455
22076
  $ref: '#/components/schemas/APIErrorResponse'
21456
22077
  description: Not found
22078
+ '429':
22079
+ $ref: '#/components/responses/TooManyRequestsResponse'
21457
22080
  security:
21458
22081
  - apiKeyAuth: []
21459
22082
  appKeyAuth: []
@@ -21506,6 +22129,8 @@ paths:
21506
22129
  schema:
21507
22130
  $ref: '#/components/schemas/APIErrorResponse'
21508
22131
  description: Not Found
22132
+ '429':
22133
+ $ref: '#/components/responses/TooManyRequestsResponse'
21509
22134
  summary: Update an SLO
21510
22135
  tags:
21511
22136
  - Service Level Objectives
@@ -21513,6 +22138,57 @@ paths:
21513
22138
  x-menu-order: 3
21514
22139
  x-undo:
21515
22140
  type: idempotent
22141
+ /api/v1/slo/{slo_id}/corrections:
22142
+ get:
22143
+ description: Get corrections applied to an SLO
22144
+ operationId: GetSLOCorrections
22145
+ parameters:
22146
+ - description: The ID of the service level objective object.
22147
+ in: path
22148
+ name: slo_id
22149
+ required: true
22150
+ schema:
22151
+ type: string
22152
+ responses:
22153
+ '200':
22154
+ content:
22155
+ application/json:
22156
+ schema:
22157
+ $ref: '#/components/schemas/SLOCorrectionListResponse'
22158
+ description: OK
22159
+ '400':
22160
+ content:
22161
+ application/json:
22162
+ schema:
22163
+ $ref: '#/components/schemas/APIErrorResponse'
22164
+ description: Bad Request
22165
+ '403':
22166
+ content:
22167
+ application/json:
22168
+ schema:
22169
+ $ref: '#/components/schemas/APIErrorResponse'
22170
+ description: Forbidden
22171
+ '404':
22172
+ content:
22173
+ application/json:
22174
+ schema:
22175
+ $ref: '#/components/schemas/APIErrorResponse'
22176
+ description: Not Found
22177
+ '429':
22178
+ $ref: '#/components/responses/TooManyRequestsResponse'
22179
+ security:
22180
+ - apiKeyAuth: []
22181
+ appKeyAuth: []
22182
+ - AuthZ: []
22183
+ summary: Get Corrections For an SLO
22184
+ tags:
22185
+ - Service Level Objectives
22186
+ x-menu-order: 6
22187
+ x-undo:
22188
+ type: safe
22189
+ x-unstable: '**Note**: This endpoint is in public beta.
22190
+
22191
+ If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
21516
22192
  /api/v1/slo/{slo_id}/history:
21517
22193
  get:
21518
22194
  description: "Get a specific SLO\u2019s history, regardless of its SLO type.\n\nThe
@@ -21554,6 +22230,16 @@ paths:
21554
22230
  maximum: 100
21555
22231
  minimum: 0
21556
22232
  type: number
22233
+ - description: 'Defaults to `true`. If any SLO corrections are applied and this
22234
+ parameter is set to `false`,
22235
+
22236
+ then the corrections will not be applied and the SLI values will not be
22237
+ affected.'
22238
+ in: query
22239
+ name: apply_correction
22240
+ required: false
22241
+ schema:
22242
+ type: boolean
21557
22243
  responses:
21558
22244
  '200':
21559
22245
  content:
@@ -21579,6 +22265,8 @@ paths:
21579
22265
  schema:
21580
22266
  $ref: '#/components/schemas/APIErrorResponse'
21581
22267
  description: Not Found
22268
+ '429':
22269
+ $ref: '#/components/responses/TooManyRequestsResponse'
21582
22270
  security:
21583
22271
  - apiKeyAuth: []
21584
22272
  appKeyAuth: []
@@ -21616,10 +22304,12 @@ paths:
21616
22304
  schema:
21617
22305
  $ref: '#/components/schemas/APIErrorResponse'
21618
22306
  description: Batch does not exist.
22307
+ '429':
22308
+ $ref: '#/components/responses/TooManyRequestsResponse'
21619
22309
  summary: Get details of batch
21620
22310
  tags:
21621
22311
  - Synthetics
21622
- x-menu-order: 26
22312
+ x-menu-order: 27
21623
22313
  x-undo:
21624
22314
  type: safe
21625
22315
  /api/v1/synthetics/locations:
@@ -21635,6 +22325,8 @@ paths:
21635
22325
  schema:
21636
22326
  $ref: '#/components/schemas/SyntheticsLocations'
21637
22327
  description: OK
22328
+ '429':
22329
+ $ref: '#/components/responses/TooManyRequestsResponse'
21638
22330
  security:
21639
22331
  - apiKeyAuth: []
21640
22332
  appKeyAuth: []
@@ -21643,7 +22335,7 @@ paths:
21643
22335
  summary: Get all locations (public and private)
21644
22336
  tags:
21645
22337
  - Synthetics
21646
- x-menu-order: 23
22338
+ x-menu-order: 24
21647
22339
  x-undo:
21648
22340
  type: safe
21649
22341
  /api/v1/synthetics/private-locations:
@@ -21676,11 +22368,13 @@ paths:
21676
22368
  schema:
21677
22369
  $ref: '#/components/schemas/APIErrorResponse'
21678
22370
  description: Private locations are not activated for the user
22371
+ '429':
22372
+ $ref: '#/components/responses/TooManyRequestsResponse'
21679
22373
  summary: Create a private location
21680
22374
  tags:
21681
22375
  - Synthetics
21682
22376
  x-codegen-request-body-name: body
21683
- x-menu-order: 20
22377
+ x-menu-order: 21
21684
22378
  x-undo:
21685
22379
  operationId: DeletePrivateLocation
21686
22380
  parameters:
@@ -21709,10 +22403,12 @@ paths:
21709
22403
  description: '- Private locations are not activated for the user
21710
22404
 
21711
22405
  - Private location does not exist'
22406
+ '429':
22407
+ $ref: '#/components/responses/TooManyRequestsResponse'
21712
22408
  summary: Delete a private location
21713
22409
  tags:
21714
22410
  - Synthetics
21715
- x-menu-order: 24
22411
+ x-menu-order: 25
21716
22412
  x-undo:
21717
22413
  type: idempotent
21718
22414
  get:
@@ -21740,10 +22436,12 @@ paths:
21740
22436
  description: '- Synthetic private locations are not activated for the user
21741
22437
 
21742
22438
  - Private location does not exist'
22439
+ '429':
22440
+ $ref: '#/components/responses/TooManyRequestsResponse'
21743
22441
  summary: Get a private location
21744
22442
  tags:
21745
22443
  - Synthetics
21746
- x-menu-order: 21
22444
+ x-menu-order: 22
21747
22445
  x-undo:
21748
22446
  type: safe
21749
22447
  put:
@@ -21778,11 +22476,13 @@ paths:
21778
22476
  description: '- Private locations are not activated for the user
21779
22477
 
21780
22478
  - Private location does not exist'
22479
+ '429':
22480
+ $ref: '#/components/responses/TooManyRequestsResponse'
21781
22481
  summary: Edit a private location
21782
22482
  tags:
21783
22483
  - Synthetics
21784
22484
  x-codegen-request-body-name: body
21785
- x-menu-order: 22
22485
+ x-menu-order: 23
21786
22486
  x-undo:
21787
22487
  type: idempotent
21788
22488
  /api/v1/synthetics/tests:
@@ -21808,6 +22508,8 @@ paths:
21808
22508
  schema:
21809
22509
  $ref: '#/components/schemas/APIErrorResponse'
21810
22510
  description: Synthetics is not activated for the user.
22511
+ '429':
22512
+ $ref: '#/components/responses/TooManyRequestsResponse'
21811
22513
  security:
21812
22514
  - apiKeyAuth: []
21813
22515
  appKeyAuth: []
@@ -21816,7 +22518,7 @@ paths:
21816
22518
  summary: Get the list of all tests
21817
22519
  tags:
21818
22520
  - Synthetics
21819
- x-menu-order: 9
22521
+ x-menu-order: 10
21820
22522
  x-undo:
21821
22523
  type: safe
21822
22524
  /api/v1/synthetics/tests/api:
@@ -21826,6 +22528,125 @@ paths:
21826
22528
  requestBody:
21827
22529
  content:
21828
22530
  application/json:
22531
+ examples:
22532
+ 1-simple-api-test:
22533
+ description: Example of an API test.
22534
+ summary: Create an API test.
22535
+ value:
22536
+ config:
22537
+ assertions:
22538
+ - operator: lessThan
22539
+ target: 1000
22540
+ type: responseTime
22541
+ - operator: is
22542
+ target: 200
22543
+ type: statusCode
22544
+ - operator: is
22545
+ property: content-type
22546
+ target: text/html; charset=UTF-8
22547
+ type: header
22548
+ request:
22549
+ method: GET
22550
+ url: https://example.com
22551
+ locations:
22552
+ - azure:eastus
22553
+ - aws:eu-west-3
22554
+ message: MY_NOTIFICATION_MESSAGE
22555
+ name: MY_TEST_NAME
22556
+ options:
22557
+ min_failure_duration: 0
22558
+ min_location_failed: 1
22559
+ monitor_options:
22560
+ include_tags: true
22561
+ locked: false
22562
+ new_host_delay: 300
22563
+ notify_audit: false
22564
+ notify_no_data: false
22565
+ renotify_interval: 0
22566
+ tick_every: 60
22567
+ status: live
22568
+ subtype: http
22569
+ tags:
22570
+ - env:production
22571
+ type: api
22572
+ 2-multistep-api-test:
22573
+ description: 'Example of a multistep API test running on a fake furniture
22574
+ store.
22575
+
22576
+ It creates a card, select a product and then add the product to
22577
+ the card.'
22578
+ summary: Create a Multistep API test
22579
+ value:
22580
+ config:
22581
+ steps:
22582
+ - assertions:
22583
+ - operator: lessThan
22584
+ target: 30000
22585
+ type: responseTime
22586
+ extractedValues:
22587
+ - field: location
22588
+ name: CART_ID
22589
+ parser:
22590
+ type: regex
22591
+ value: (?:[^\\/](?!(\\|/)))+$
22592
+ type: http_header
22593
+ name: Get a cart
22594
+ request:
22595
+ method: POST
22596
+ timeout: 30
22597
+ url: https://api.shopist.io/carts
22598
+ subtype: http
22599
+ - assertions:
22600
+ - operator: is
22601
+ target: 200
22602
+ type: statusCode
22603
+ extractedValues:
22604
+ - name: PRODUCT_ID
22605
+ parser:
22606
+ type: json_path
22607
+ value: $[0].id['$oid']
22608
+ type: http_body
22609
+ name: Get a product
22610
+ request:
22611
+ method: GET
22612
+ timeout: 30
22613
+ url: https://api.shopist.io/products.json
22614
+ subtype: http
22615
+ - assertions:
22616
+ - operator: is
22617
+ target: 201
22618
+ type: statusCode
22619
+ name: Add product to cart
22620
+ request:
22621
+ body: "{\n \"cart_item\": {\n \"product_id\": \"{{ PRODUCT_ID
22622
+ }}\",\n \"amount_paid\": 500,\n \"quantity\": 1\n
22623
+ \ },\n \"cart_id\": \"{{ CART_ID }}\"\n}"
22624
+ headers:
22625
+ content-type: application/json
22626
+ method: POST
22627
+ timeout: 30
22628
+ url: https://api.shopist.io/add_item.json
22629
+ subtype: http
22630
+ locations:
22631
+ - aws:us-west-2
22632
+ message: MY_NOTIFICATION_MESSAGE
22633
+ name: MY_TEST_NAME
22634
+ options:
22635
+ ci:
22636
+ executionRule: blocking
22637
+ min_failure_duration: 5400
22638
+ min_location_failed: 1
22639
+ monitor_options:
22640
+ renotify_interval: 0
22641
+ retry:
22642
+ count: 3
22643
+ interval: 300
22644
+ tick_every: 900
22645
+ status: live
22646
+ subtype: multi
22647
+ tags:
22648
+ - env:prod
22649
+ type: api
21829
22650
  schema:
21830
22651
  $ref: '#/components/schemas/SyntheticsAPITest'
21831
22652
  description: Details of the test to create.
@@ -21857,6 +22678,8 @@ paths:
21857
22678
  schema:
21858
22679
  $ref: '#/components/schemas/APIErrorResponse'
21859
22680
  description: Forbidden
22681
+ '429':
22682
+ $ref: '#/components/responses/TooManyRequestsResponse'
21860
22683
  security:
21861
22684
  - apiKeyAuth: []
21862
22685
  appKeyAuth: []
@@ -21913,6 +22736,8 @@ paths:
21913
22736
  description: '- Synthetic Monitoring is not activated for the user
21914
22737
 
21915
22738
  - Test is not owned by the user'
22739
+ '429':
22740
+ $ref: '#/components/responses/TooManyRequestsResponse'
21916
22741
  security:
21917
22742
  - apiKeyAuth: []
21918
22743
  appKeyAuth: []
@@ -21921,7 +22746,7 @@ paths:
21921
22746
  summary: Get an API test
21922
22747
  tags:
21923
22748
  - Synthetics
21924
- x-menu-order: 7
22749
+ x-menu-order: 8
21925
22750
  x-undo:
21926
22751
  type: safe
21927
22752
  put:
@@ -21972,6 +22797,8 @@ paths:
21972
22797
  - Test is not owned by the user
21973
22798
 
21974
22799
  - Test can''t be found'
22800
+ '429':
22801
+ $ref: '#/components/responses/TooManyRequestsResponse'
21975
22802
  security:
21976
22803
  - apiKeyAuth: []
21977
22804
  appKeyAuth: []
@@ -22022,6 +22849,8 @@ paths:
22022
22849
  schema:
22023
22850
  $ref: '#/components/schemas/APIErrorResponse'
22024
22851
  description: Forbidden
22852
+ '429':
22853
+ $ref: '#/components/responses/TooManyRequestsResponse'
22025
22854
  security:
22026
22855
  - apiKeyAuth: []
22027
22856
  appKeyAuth: []
@@ -22033,8 +22862,10 @@ paths:
22033
22862
  x-codegen-request-body-name: body
22034
22863
  x-menu-order: 2
22035
22864
  x-undo:
22036
- operationId: TODO
22037
- parameters: []
22865
+ operationId: DeleteTests
22866
+ parameters:
22867
+ - name: body
22868
+ template: '{"public_ids": ["{{ public_id }}"]}'
22038
22869
  type: unsafe
22039
22870
  /api/v1/synthetics/tests/browser/{public_id}:
22040
22871
  get:
@@ -22070,6 +22901,8 @@ paths:
22070
22901
  description: '- Synthetic is not activated for the user
22071
22902
 
22072
22903
  - Test is not owned by the user'
22904
+ '429':
22905
+ $ref: '#/components/responses/TooManyRequestsResponse'
22073
22906
  security:
22074
22907
  - apiKeyAuth: []
22075
22908
  appKeyAuth: []
@@ -22078,7 +22911,7 @@ paths:
22078
22911
  summary: Get a browser test
22079
22912
  tags:
22080
22913
  - Synthetics
22081
- x-menu-order: 8
22914
+ x-menu-order: 9
22082
22915
  x-undo:
22083
22916
  type: safe
22084
22917
  put:
@@ -22129,6 +22962,8 @@ paths:
22129
22962
  - Test is not owned by the user
22130
22963
 
22131
22964
  - Test can''t be found'
22965
+ '429':
22966
+ $ref: '#/components/responses/TooManyRequestsResponse'
22132
22967
  security:
22133
22968
  - apiKeyAuth: []
22134
22969
  appKeyAuth: []
@@ -22198,6 +23033,8 @@ paths:
22198
23033
  description: '- Synthetic is not activated for the user
22199
23034
 
22200
23035
  - Test is not owned by the user'
23036
+ '429':
23037
+ $ref: '#/components/responses/TooManyRequestsResponse'
22201
23038
  security:
22202
23039
  - apiKeyAuth: []
22203
23040
  appKeyAuth: []
@@ -22207,7 +23044,7 @@ paths:
22207
23044
  tags:
22208
23045
  - Synthetics
22209
23046
  x-codegen-request-body-name: body
22210
- x-menu-order: 13
23047
+ x-menu-order: 14
22211
23048
  x-undo:
22212
23049
  type: safe
22213
23050
  /api/v1/synthetics/tests/browser/{public_id}/results/{result_id}:
@@ -22250,6 +23087,8 @@ paths:
22250
23087
  description: '- Synthetic is not activated for the user
22251
23088
 
22252
23089
  - Test or result is not owned by the user'
23090
+ '429':
23091
+ $ref: '#/components/responses/TooManyRequestsResponse'
22253
23092
  security:
22254
23093
  - apiKeyAuth: []
22255
23094
  appKeyAuth: []
@@ -22258,7 +23097,7 @@ paths:
22258
23097
  summary: Get a browser test result
22259
23098
  tags:
22260
23099
  - Synthetics
22261
- x-menu-order: 11
23100
+ x-menu-order: 12
22262
23101
  x-undo:
22263
23102
  type: safe
22264
23103
  /api/v1/synthetics/tests/delete:
@@ -22304,6 +23143,8 @@ paths:
22304
23143
  description: '- Tests to be deleted can''t be found
22305
23144
 
22306
23145
  - Synthetics is not activated for the user'
23146
+ '429':
23147
+ $ref: '#/components/responses/TooManyRequestsResponse'
22307
23148
  security:
22308
23149
  - apiKeyAuth: []
22309
23150
  appKeyAuth: []
@@ -22313,9 +23154,42 @@ paths:
22313
23154
  tags:
22314
23155
  - Synthetics
22315
23156
  x-codegen-request-body-name: body
22316
- x-menu-order: 14
23157
+ x-menu-order: 15
22317
23158
  x-undo:
22318
23159
  type: idempotent
23160
+ /api/v1/synthetics/tests/trigger:
23161
+ post:
23162
+ description: Trigger a set of Synthetics tests.
23163
+ operationId: TriggerTests
23164
+ requestBody:
23165
+ content:
23166
+ application/json:
23167
+ schema:
23168
+ $ref: '#/components/schemas/SyntheticsTriggerBody'
23169
+ description: The identifiers of the tests to trigger.
23170
+ required: true
23171
+ responses:
23172
+ '200':
23173
+ content:
23174
+ application/json:
23175
+ schema:
23176
+ $ref: '#/components/schemas/SyntheticsTriggerCITestsResponse'
23177
+ description: OK
23178
+ '400':
23179
+ content:
23180
+ application/json:
23181
+ schema:
23182
+ $ref: '#/components/schemas/APIErrorResponse'
23183
+ description: Bad Request
23184
+ '429':
23185
+ $ref: '#/components/responses/TooManyRequestsResponse'
23186
+ summary: Trigger Synthetics tests
23187
+ tags:
23188
+ - Synthetics
23189
+ x-codegen-request-body-name: body
23190
+ x-menu-order: 7
23191
+ x-undo:
23192
+ type: safe
22319
23193
  /api/v1/synthetics/tests/trigger/ci:
22320
23194
  post:
22321
23195
  description: Trigger a set of Synthetics tests for continuous integration.
@@ -22340,6 +23214,8 @@ paths:
22340
23214
  schema:
22341
23215
  $ref: '#/components/schemas/APIErrorResponse'
22342
23216
  description: JSON format is wrong
23217
+ '429':
23218
+ $ref: '#/components/responses/TooManyRequestsResponse'
22343
23219
  summary: Trigger tests from CI/CD pipelines
22344
23220
  tags:
22345
23221
  - Synthetics
@@ -22379,10 +23255,12 @@ paths:
22379
23255
  description: '- Synthetic is not activated for the user
22380
23256
 
22381
23257
  - Test is not owned by the user'
23258
+ '429':
23259
+ $ref: '#/components/responses/TooManyRequestsResponse'
22382
23260
  summary: Get a test configuration
22383
23261
  tags:
22384
23262
  - Synthetics
22385
- x-menu-order: 25
23263
+ x-menu-order: 26
22386
23264
  x-undo:
22387
23265
  type: safe
22388
23266
  /api/v1/synthetics/tests/{public_id}/results:
@@ -22440,6 +23318,8 @@ paths:
22440
23318
  description: '- Synthetic is not activated for the user
22441
23319
 
22442
23320
  - Test is not owned by the user'
23321
+ '429':
23322
+ $ref: '#/components/responses/TooManyRequestsResponse'
22443
23323
  security:
22444
23324
  - apiKeyAuth: []
22445
23325
  appKeyAuth: []
@@ -22449,7 +23329,7 @@ paths:
22449
23329
  tags:
22450
23330
  - Synthetics
22451
23331
  x-codegen-request-body-name: body
22452
- x-menu-order: 12
23332
+ x-menu-order: 13
22453
23333
  x-undo:
22454
23334
  type: safe
22455
23335
  /api/v1/synthetics/tests/{public_id}/results/{result_id}:
@@ -22490,6 +23370,8 @@ paths:
22490
23370
  description: '- Synthetic is not activated for the user
22491
23371
 
22492
23372
  - Test or result is not owned by the user'
23373
+ '429':
23374
+ $ref: '#/components/responses/TooManyRequestsResponse'
22493
23375
  security:
22494
23376
  - apiKeyAuth: []
22495
23377
  appKeyAuth: []
@@ -22498,7 +23380,7 @@ paths:
22498
23380
  summary: Get an API test result
22499
23381
  tags:
22500
23382
  - Synthetics
22501
- x-menu-order: 10
23383
+ x-menu-order: 11
22502
23384
  x-undo:
22503
23385
  type: safe
22504
23386
  /api/v1/synthetics/tests/{public_id}/status:
@@ -22546,6 +23428,8 @@ paths:
22546
23428
  description: '- Synthetic is not activated for the user
22547
23429
 
22548
23430
  - Test is not owned by the user'
23431
+ '429':
23432
+ $ref: '#/components/responses/TooManyRequestsResponse'
22549
23433
  security:
22550
23434
  - apiKeyAuth: []
22551
23435
  appKeyAuth: []
@@ -22575,6 +23459,8 @@ paths:
22575
23459
  schema:
22576
23460
  $ref: '#/components/schemas/APIErrorResponse'
22577
23461
  description: Forbidden
23462
+ '429':
23463
+ $ref: '#/components/responses/TooManyRequestsResponse'
22578
23464
  security:
22579
23465
  - apiKeyAuth: []
22580
23466
  appKeyAuth: []
@@ -22583,7 +23469,7 @@ paths:
22583
23469
  summary: Get all global variables
22584
23470
  tags:
22585
23471
  - Synthetics
22586
- x-menu-order: 15
23472
+ x-menu-order: 16
22587
23473
  x-undo:
22588
23474
  type: safe
22589
23475
  post:
@@ -22615,11 +23501,13 @@ paths:
22615
23501
  schema:
22616
23502
  $ref: '#/components/schemas/APIErrorResponse'
22617
23503
  description: Forbidden
23504
+ '429':
23505
+ $ref: '#/components/responses/TooManyRequestsResponse'
22618
23506
  summary: Create a global variable
22619
23507
  tags:
22620
23508
  - Synthetics
22621
23509
  x-codegen-request-body-name: body
22622
- x-menu-order: 16
23510
+ x-menu-order: 17
22623
23511
  x-undo:
22624
23512
  operationId: DeleteGlobalVariable
22625
23513
  parameters:
@@ -22658,6 +23546,8 @@ paths:
22658
23546
  schema:
22659
23547
  $ref: '#/components/schemas/APIErrorResponse'
22660
23548
  description: Not found
23549
+ '429':
23550
+ $ref: '#/components/responses/TooManyRequestsResponse'
22661
23551
  security:
22662
23552
  - apiKeyAuth: []
22663
23553
  appKeyAuth: []
@@ -22666,7 +23556,7 @@ paths:
22666
23556
  summary: Delete a global variable
22667
23557
  tags:
22668
23558
  - Synthetics
22669
- x-menu-order: 19
23559
+ x-menu-order: 20
22670
23560
  x-undo:
22671
23561
  type: idempotent
22672
23562
  get:
@@ -22698,6 +23588,8 @@ paths:
22698
23588
  schema:
22699
23589
  $ref: '#/components/schemas/APIErrorResponse'
22700
23590
  description: Not found
23591
+ '429':
23592
+ $ref: '#/components/responses/TooManyRequestsResponse'
22701
23593
  security:
22702
23594
  - apiKeyAuth: []
22703
23595
  appKeyAuth: []
@@ -22706,7 +23598,7 @@ paths:
22706
23598
  summary: Get a global variable
22707
23599
  tags:
22708
23600
  - Synthetics
22709
- x-menu-order: 18
23601
+ x-menu-order: 19
22710
23602
  x-undo:
22711
23603
  type: safe
22712
23604
  put:
@@ -22745,11 +23637,13 @@ paths:
22745
23637
  schema:
22746
23638
  $ref: '#/components/schemas/APIErrorResponse'
22747
23639
  description: Forbidden
23640
+ '429':
23641
+ $ref: '#/components/responses/TooManyRequestsResponse'
22748
23642
  summary: Edit a global variable
22749
23643
  tags:
22750
23644
  - Synthetics
22751
23645
  x-codegen-request-body-name: body
22752
- x-menu-order: 17
23646
+ x-menu-order: 18
22753
23647
  x-undo:
22754
23648
  type: idempotent
22755
23649
  /api/v1/tags/hosts:
@@ -22783,6 +23677,8 @@ paths:
22783
23677
  schema:
22784
23678
  $ref: '#/components/schemas/APIErrorResponse'
22785
23679
  description: Not Found
23680
+ '429':
23681
+ $ref: '#/components/responses/TooManyRequestsResponse'
22786
23682
  security:
22787
23683
  - apiKeyAuth: []
22788
23684
  appKeyAuth: []
@@ -22830,6 +23726,8 @@ paths:
22830
23726
  schema:
22831
23727
  $ref: '#/components/schemas/APIErrorResponse'
22832
23728
  description: Not Found
23729
+ '429':
23730
+ $ref: '#/components/responses/TooManyRequestsResponse'
22833
23731
  summary: Remove host tags
22834
23732
  tags:
22835
23733
  - Tags
@@ -22872,6 +23770,8 @@ paths:
22872
23770
  schema:
22873
23771
  $ref: '#/components/schemas/APIErrorResponse'
22874
23772
  description: Not Found
23773
+ '429':
23774
+ $ref: '#/components/responses/TooManyRequestsResponse'
22875
23775
  summary: Get host tags
22876
23776
  tags:
22877
23777
  - Tags
@@ -22926,6 +23826,8 @@ paths:
22926
23826
  schema:
22927
23827
  $ref: '#/components/schemas/APIErrorResponse'
22928
23828
  description: Not Found
23829
+ '429':
23830
+ $ref: '#/components/responses/TooManyRequestsResponse'
22929
23831
  summary: Add tags to a host
22930
23832
  tags:
22931
23833
  - Tags
@@ -22986,6 +23888,8 @@ paths:
22986
23888
  schema:
22987
23889
  $ref: '#/components/schemas/APIErrorResponse'
22988
23890
  description: Not Found
23891
+ '429':
23892
+ $ref: '#/components/responses/TooManyRequestsResponse'
22989
23893
  summary: Update host tags
22990
23894
  tags:
22991
23895
  - Tags
@@ -23035,6 +23939,8 @@ paths:
23035
23939
  schema:
23036
23940
  $ref: '#/components/schemas/APIErrorResponse'
23037
23941
  description: Forbidden - User is not authorized
23942
+ '429':
23943
+ $ref: '#/components/responses/TooManyRequestsResponse'
23038
23944
  security:
23039
23945
  - apiKeyAuth: []
23040
23946
  appKeyAuth: []
@@ -23108,6 +24014,8 @@ paths:
23108
24014
  schema:
23109
24015
  $ref: '#/components/schemas/APIErrorResponse'
23110
24016
  description: Forbidden - User is not authorized
24017
+ '429':
24018
+ $ref: '#/components/responses/TooManyRequestsResponse'
23111
24019
  security:
23112
24020
  - apiKeyAuth: []
23113
24021
  appKeyAuth: []
@@ -23164,6 +24072,8 @@ paths:
23164
24072
  schema:
23165
24073
  $ref: '#/components/schemas/APIErrorResponse'
23166
24074
  description: Forbidden - User is not authorized
24075
+ '429':
24076
+ $ref: '#/components/responses/TooManyRequestsResponse'
23167
24077
  summary: Get hourly usage for audit logs
23168
24078
  tags:
23169
24079
  - Usage Metering
@@ -23210,6 +24120,8 @@ paths:
23210
24120
  schema:
23211
24121
  $ref: '#/components/schemas/APIErrorResponse'
23212
24122
  description: Forbidden - User is not authorized
24123
+ '429':
24124
+ $ref: '#/components/responses/TooManyRequestsResponse'
23213
24125
  security:
23214
24126
  - apiKeyAuth: []
23215
24127
  appKeyAuth: []
@@ -23253,6 +24165,8 @@ paths:
23253
24165
  schema:
23254
24166
  $ref: '#/components/schemas/APIErrorResponse'
23255
24167
  description: Forbidden - User is not authorized
24168
+ '429':
24169
+ $ref: '#/components/responses/TooManyRequestsResponse'
23256
24170
  security:
23257
24171
  - apiKeyAuth: []
23258
24172
  appKeyAuth: []
@@ -23306,6 +24220,8 @@ paths:
23306
24220
  schema:
23307
24221
  $ref: '#/components/schemas/APIErrorResponse'
23308
24222
  description: Forbidden - User is not authorized
24223
+ '429':
24224
+ $ref: '#/components/responses/TooManyRequestsResponse'
23309
24225
  summary: Get hourly usage for CSPM
23310
24226
  tags:
23311
24227
  - Usage Metering
@@ -23354,6 +24270,8 @@ paths:
23354
24270
  schema:
23355
24271
  $ref: '#/components/schemas/APIErrorResponse'
23356
24272
  description: Forbidden - User is not authorized
24273
+ '429':
24274
+ $ref: '#/components/responses/TooManyRequestsResponse'
23357
24275
  security:
23358
24276
  - apiKeyAuth: []
23359
24277
  appKeyAuth: []
@@ -23407,6 +24325,8 @@ paths:
23407
24325
  schema:
23408
24326
  $ref: '#/components/schemas/APIErrorResponse'
23409
24327
  description: Forbidden - User is not authorized
24328
+ '429':
24329
+ $ref: '#/components/responses/TooManyRequestsResponse'
23410
24330
  summary: Get hourly usage for Database Monitoring
23411
24331
  tags:
23412
24332
  - Usage Metering
@@ -23453,6 +24373,8 @@ paths:
23453
24373
  schema:
23454
24374
  $ref: '#/components/schemas/APIErrorResponse'
23455
24375
  description: Forbidden - User is not authorized
24376
+ '429':
24377
+ $ref: '#/components/responses/TooManyRequestsResponse'
23456
24378
  security:
23457
24379
  - apiKeyAuth: []
23458
24380
  appKeyAuth: []
@@ -23504,6 +24426,8 @@ paths:
23504
24426
  schema:
23505
24427
  $ref: '#/components/schemas/APIErrorResponse'
23506
24428
  description: Forbidden - User is not authorized
24429
+ '429':
24430
+ $ref: '#/components/responses/TooManyRequestsResponse'
23507
24431
  security:
23508
24432
  - apiKeyAuth: []
23509
24433
  appKeyAuth: []
@@ -23557,6 +24481,8 @@ paths:
23557
24481
  schema:
23558
24482
  $ref: '#/components/schemas/APIErrorResponse'
23559
24483
  description: Forbidden - User is not authorized
24484
+ '429':
24485
+ $ref: '#/components/responses/TooManyRequestsResponse'
23560
24486
  security:
23561
24487
  - apiKeyAuth: []
23562
24488
  appKeyAuth: []
@@ -23608,6 +24534,8 @@ paths:
23608
24534
  schema:
23609
24535
  $ref: '#/components/schemas/APIErrorResponse'
23610
24536
  description: Forbidden - User is not authorized
24537
+ '429':
24538
+ $ref: '#/components/responses/TooManyRequestsResponse'
23611
24539
  security:
23612
24540
  - apiKeyAuth: []
23613
24541
  appKeyAuth: []
@@ -23661,6 +24589,8 @@ paths:
23661
24589
  schema:
23662
24590
  $ref: '#/components/schemas/APIErrorResponse'
23663
24591
  description: Forbidden - User is not authorized
24592
+ '429':
24593
+ $ref: '#/components/responses/TooManyRequestsResponse'
23664
24594
  security:
23665
24595
  - apiKeyAuth: []
23666
24596
  appKeyAuth: []
@@ -23714,6 +24644,8 @@ paths:
23714
24644
  schema:
23715
24645
  $ref: '#/components/schemas/APIErrorResponse'
23716
24646
  description: Forbidden - User is not authorized
24647
+ '429':
24648
+ $ref: '#/components/responses/TooManyRequestsResponse'
23717
24649
  security:
23718
24650
  - apiKeyAuth: []
23719
24651
  appKeyAuth: []
@@ -23765,6 +24697,8 @@ paths:
23765
24697
  schema:
23766
24698
  $ref: '#/components/schemas/APIErrorResponse'
23767
24699
  description: Forbidden - User is not authorized
24700
+ '429':
24701
+ $ref: '#/components/responses/TooManyRequestsResponse'
23768
24702
  security:
23769
24703
  - apiKeyAuth: []
23770
24704
  appKeyAuth: []
@@ -23818,6 +24752,8 @@ paths:
23818
24752
  schema:
23819
24753
  $ref: '#/components/schemas/APIErrorResponse'
23820
24754
  description: Forbidden - User is not authorized
24755
+ '429':
24756
+ $ref: '#/components/responses/TooManyRequestsResponse'
23821
24757
  summary: Get hourly logs usage by retention
23822
24758
  tags:
23823
24759
  - Usage Metering
@@ -23871,6 +24807,8 @@ paths:
23871
24807
  schema:
23872
24808
  $ref: '#/components/schemas/APIErrorResponse'
23873
24809
  description: Forbidden - User is not authorized
24810
+ '429':
24811
+ $ref: '#/components/responses/TooManyRequestsResponse'
23874
24812
  security:
23875
24813
  - apiKeyAuth: []
23876
24814
  appKeyAuth: []
@@ -23924,6 +24862,8 @@ paths:
23924
24862
  schema:
23925
24863
  $ref: '#/components/schemas/APIErrorResponse'
23926
24864
  description: Forbidden - User is not authorized
24865
+ '429':
24866
+ $ref: '#/components/responses/TooManyRequestsResponse'
23927
24867
  security:
23928
24868
  - apiKeyAuth: []
23929
24869
  appKeyAuth: []
@@ -23975,6 +24915,8 @@ paths:
23975
24915
  schema:
23976
24916
  $ref: '#/components/schemas/APIErrorResponse'
23977
24917
  description: Forbidden - User is not authorized
24918
+ '429':
24919
+ $ref: '#/components/responses/TooManyRequestsResponse'
23978
24920
  security:
23979
24921
  - apiKeyAuth: []
23980
24922
  appKeyAuth: []
@@ -24028,6 +24970,8 @@ paths:
24028
24970
  schema:
24029
24971
  $ref: '#/components/schemas/APIErrorResponse'
24030
24972
  description: Forbidden - User is not authorized
24973
+ '429':
24974
+ $ref: '#/components/responses/TooManyRequestsResponse'
24031
24975
  security:
24032
24976
  - apiKeyAuth: []
24033
24977
  appKeyAuth: []
@@ -24039,6 +24983,60 @@ paths:
24039
24983
  x-menu-order: 24
24040
24984
  x-undo:
24041
24985
  type: safe
24986
+ /api/v1/usage/rum:
24987
+ get:
24988
+ description: Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/)
24989
+ Units.
24990
+ operationId: GetUsageRumUnits
24991
+ parameters:
24992
+ - description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
24993
+ for usage beginning at this hour.'
24994
+ in: query
24995
+ name: start_hr
24996
+ required: true
24997
+ schema:
24998
+ format: date-time
24999
+ type: string
25000
+ - description: 'Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
25001
+ for usage ending **before** this hour.'
25002
+ in: query
25003
+ name: end_hr
25004
+ required: false
25005
+ schema:
25006
+ format: date-time
25007
+ type: string
25008
+ responses:
25009
+ '200':
25010
+ content:
25011
+ application/json;datetime-format=rfc3339:
25012
+ schema:
25013
+ $ref: '#/components/schemas/UsageRumUnitsResponse'
25014
+ description: OK
25015
+ '400':
25016
+ content:
25017
+ application/json;datetime-format=rfc3339:
25018
+ schema:
25019
+ $ref: '#/components/schemas/APIErrorResponse'
25020
+ description: Bad Request
25021
+ '403':
25022
+ content:
25023
+ application/json;datetime-format=rfc3339:
25024
+ schema:
25025
+ $ref: '#/components/schemas/APIErrorResponse'
25026
+ description: Forbidden - User is not authorized
25027
+ '429':
25028
+ $ref: '#/components/responses/TooManyRequestsResponse'
25029
+ security:
25030
+ - apiKeyAuth: []
25031
+ appKeyAuth: []
25032
+ - AuthZ:
25033
+ - usage_read
25034
+ summary: Get hourly usage for RUM Units
25035
+ tags:
25036
+ - Usage Metering
25037
+ x-menu-order: 35
25038
+ x-undo:
25039
+ type: safe
24042
25040
  /api/v1/usage/rum_sessions:
24043
25041
  get:
24044
25042
  description: Get hourly usage for [RUM](https://docs.datadoghq.com/real_user_monitoring/)
@@ -24086,6 +25084,8 @@ paths:
24086
25084
  schema:
24087
25085
  $ref: '#/components/schemas/APIErrorResponse'
24088
25086
  description: Forbidden - User is not authorized
25087
+ '429':
25088
+ $ref: '#/components/responses/TooManyRequestsResponse'
24089
25089
  security:
24090
25090
  - apiKeyAuth: []
24091
25091
  appKeyAuth: []
@@ -24139,6 +25139,8 @@ paths:
24139
25139
  schema:
24140
25140
  $ref: '#/components/schemas/APIErrorResponse'
24141
25141
  description: Forbidden - User is not authorized
25142
+ '429':
25143
+ $ref: '#/components/responses/TooManyRequestsResponse'
24142
25144
  summary: Get hourly usage for Sensitive Data Scanner
24143
25145
  tags:
24144
25146
  - Usage Metering
@@ -24187,6 +25189,8 @@ paths:
24187
25189
  schema:
24188
25190
  $ref: '#/components/schemas/APIErrorResponse'
24189
25191
  description: Forbidden - User is not authorized
25192
+ '429':
25193
+ $ref: '#/components/responses/TooManyRequestsResponse'
24190
25194
  security:
24191
25195
  - apiKeyAuth: []
24192
25196
  appKeyAuth: []
@@ -24247,6 +25251,8 @@ paths:
24247
25251
  schema:
24248
25252
  $ref: '#/components/schemas/APIErrorResponse'
24249
25253
  description: Forbidden - User is not authorized
25254
+ '429':
25255
+ $ref: '#/components/responses/TooManyRequestsResponse'
24250
25256
  security:
24251
25257
  - apiKeyAuth: []
24252
25258
  appKeyAuth: []
@@ -24299,6 +25305,8 @@ paths:
24299
25305
  schema:
24300
25306
  $ref: '#/components/schemas/APIErrorResponse'
24301
25307
  description: Forbidden - User is not authorized
25308
+ '429':
25309
+ $ref: '#/components/responses/TooManyRequestsResponse'
24302
25310
  security:
24303
25311
  - apiKeyAuth: []
24304
25312
  appKeyAuth: []
@@ -24350,6 +25358,8 @@ paths:
24350
25358
  schema:
24351
25359
  $ref: '#/components/schemas/APIErrorResponse'
24352
25360
  description: Forbidden - User is not authorized
25361
+ '429':
25362
+ $ref: '#/components/responses/TooManyRequestsResponse'
24353
25363
  security:
24354
25364
  - apiKeyAuth: []
24355
25365
  appKeyAuth: []
@@ -24401,6 +25411,8 @@ paths:
24401
25411
  schema:
24402
25412
  $ref: '#/components/schemas/APIErrorResponse'
24403
25413
  description: Forbidden - User is not authorized
25414
+ '429':
25415
+ $ref: '#/components/responses/TooManyRequestsResponse'
24404
25416
  security:
24405
25417
  - apiKeyAuth: []
24406
25418
  appKeyAuth: []
@@ -24452,6 +25464,8 @@ paths:
24452
25464
  schema:
24453
25465
  $ref: '#/components/schemas/APIErrorResponse'
24454
25466
  description: Forbidden - User is not authorized
25467
+ '429':
25468
+ $ref: '#/components/responses/TooManyRequestsResponse'
24455
25469
  security:
24456
25470
  - apiKeyAuth: []
24457
25471
  appKeyAuth: []
@@ -24532,6 +25546,8 @@ paths:
24532
25546
  schema:
24533
25547
  $ref: '#/components/schemas/APIErrorResponse'
24534
25548
  description: Forbidden - User is not authorized
25549
+ '429':
25550
+ $ref: '#/components/responses/TooManyRequestsResponse'
24535
25551
  security:
24536
25552
  - apiKeyAuth: []
24537
25553
  appKeyAuth: []
@@ -24560,6 +25576,8 @@ paths:
24560
25576
  schema:
24561
25577
  $ref: '#/components/schemas/APIErrorResponse'
24562
25578
  description: Authentication error
25579
+ '429':
25580
+ $ref: '#/components/responses/TooManyRequestsResponse'
24563
25581
  security:
24564
25582
  - apiKeyAuth: []
24565
25583
  appKeyAuth: []
@@ -24610,6 +25628,8 @@ paths:
24610
25628
  schema:
24611
25629
  $ref: '#/components/schemas/APIErrorResponse'
24612
25630
  description: Conflict
25631
+ '429':
25632
+ $ref: '#/components/responses/TooManyRequestsResponse'
24613
25633
  security:
24614
25634
  - apiKeyAuth: []
24615
25635
  appKeyAuth: []
@@ -24669,6 +25689,8 @@ paths:
24669
25689
  schema:
24670
25690
  $ref: '#/components/schemas/APIErrorResponse'
24671
25691
  description: Not Found
25692
+ '429':
25693
+ $ref: '#/components/responses/TooManyRequestsResponse'
24672
25694
  summary: Disable a user
24673
25695
  tags:
24674
25696
  - Users
@@ -24706,6 +25728,8 @@ paths:
24706
25728
  schema:
24707
25729
  $ref: '#/components/schemas/APIErrorResponse'
24708
25730
  description: Not Found
25731
+ '429':
25732
+ $ref: '#/components/responses/TooManyRequestsResponse'
24709
25733
  summary: Get user details
24710
25734
  tags:
24711
25735
  - Users
@@ -24759,6 +25783,8 @@ paths:
24759
25783
  schema:
24760
25784
  $ref: '#/components/schemas/APIErrorResponse'
24761
25785
  description: Not Found
25786
+ '429':
25787
+ $ref: '#/components/responses/TooManyRequestsResponse'
24762
25788
  summary: Update a user
24763
25789
  tags:
24764
25790
  - Users
@@ -24784,6 +25810,8 @@ paths:
24784
25810
  schema:
24785
25811
  $ref: '#/components/schemas/APIErrorResponse'
24786
25812
  description: Authentication error
25813
+ '429':
25814
+ $ref: '#/components/responses/TooManyRequestsResponse'
24787
25815
  security:
24788
25816
  - apiKeyAuth: []
24789
25817
  - AuthZ: []
@@ -24795,6 +25823,7 @@ paths:
24795
25823
  type: safe
24796
25824
  /v1/input:
24797
25825
  post:
25826
+ deprecated: true
24798
25827
  description: 'Send your logs to your Datadog platform over HTTP. Limits per
24799
25828
  HTTP request are:
24800
25829
 
@@ -24916,6 +25945,8 @@ paths:
24916
25945
  schema:
24917
25946
  $ref: '#/components/schemas/HTTPLogError'
24918
25947
  description: unexpected error
25948
+ '429':
25949
+ $ref: '#/components/responses/TooManyRequestsResponse'
24919
25950
  security:
24920
25951
  - apiKeyAuth: []
24921
25952
  servers:
@@ -25240,7 +26271,12 @@ tags:
25240
26271
 
25241
26272
  **Note**: Usage data is delayed by up to 72 hours from when it was incurred.
25242
26273
 
25243
- It is retained for the past 15 months.'
26274
+ It is retained for the past 15 months.
26275
+
26276
+
26277
+ You can retrieve up to 24 hours of hourly usage data for multiple organizations,
26278
+
26279
+ and up to two months of hourly usage data for a single organization in one request.'
25244
26280
  externalDocs:
25245
26281
  description: Find out more at
25246
26282
  url: https://docs.datadoghq.com/account_management/billing/usage_details/