datadog_api_client 1.1.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2295) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +6 -6
  3. data/.generator/config/v1.json +9 -0
  4. data/.generator/config/v2.json +9 -0
  5. data/{data → .generator/schemas}/v1/openapi.yaml +4144 -764
  6. data/{data → .generator/schemas}/v2/openapi.yaml +1371 -128
  7. data/.generator/templates/README.mustache +1 -1
  8. data/.generator/templates/api.mustache +9 -9
  9. data/.generator/templates/api_client.mustache +9 -2
  10. data/.generator/templates/api_client_typhoeus_partial.mustache +14 -1
  11. data/.generator/templates/api_doc.mustache +3 -5
  12. data/.generator/templates/api_test.mustache +3 -3
  13. data/.generator/templates/base_object.mustache +8 -1
  14. data/.generator/templates/configuration.mustache +18 -0
  15. data/.generator/templates/git_push.sh.mustache +1 -2
  16. data/.generator/templates/partial_model_enum_class.mustache +1 -2
  17. data/.generator/templates/partial_model_generic.mustache +5 -2
  18. data/.generator/templates/partial_model_generic_doc.mustache +1 -1
  19. data/.generator/templates/partial_oneof_module.mustache +12 -3
  20. data/.generator/templates/travis.mustache +3 -0
  21. data/.github/workflows/approved_status.yml +35 -0
  22. data/.github/workflows/test.yml +67 -24
  23. data/.github/workflows/test_integration.yml +64 -55
  24. data/.gitignore +1 -0
  25. data/.openapi-generator/FILES +33 -4
  26. data/.openapi-generator/VERSION +1 -1
  27. data/.pre-commit-config.yaml +20 -0
  28. data/CHANGELOG.md +111 -1
  29. data/DEVELOPMENT.md +5 -0
  30. data/Gemfile +3 -2
  31. data/Makefile +19 -0
  32. data/README.md +33 -1
  33. data/check-examples.sh +2 -7
  34. data/docker-compose.generator.yaml +52 -0
  35. data/docs/v1/APIErrorResponse.md +3 -4
  36. data/docs/v1/AWSAccount.md +16 -11
  37. data/docs/v1/AWSAccountAndLambdaRequest.md +4 -5
  38. data/docs/v1/AWSAccountCreateResponse.md +2 -3
  39. data/docs/v1/AWSAccountDeleteRequest.md +21 -0
  40. data/docs/v1/AWSAccountListResponse.md +2 -3
  41. data/docs/v1/AWSIntegrationAPI.md +45 -70
  42. data/docs/v1/AWSLogsAsyncError.md +3 -4
  43. data/docs/v1/AWSLogsAsyncResponse.md +4 -5
  44. data/docs/v1/AWSLogsIntegrationAPI.md +41 -47
  45. data/docs/v1/AWSLogsLambda.md +2 -3
  46. data/docs/v1/AWSLogsListResponse.md +5 -6
  47. data/docs/v1/AWSLogsListServicesResponse.md +3 -4
  48. data/docs/v1/AWSLogsServicesRequest.md +4 -5
  49. data/docs/v1/AWSNamespace.md +0 -1
  50. data/docs/v1/AWSTagFilter.md +4 -5
  51. data/docs/v1/AWSTagFilterCreateRequest.md +5 -6
  52. data/docs/v1/AWSTagFilterDeleteRequest.md +4 -5
  53. data/docs/v1/AWSTagFilterListResponse.md +2 -3
  54. data/docs/v1/AccessRole.md +0 -1
  55. data/docs/v1/AlertGraphWidgetDefinition.md +9 -10
  56. data/docs/v1/AlertGraphWidgetDefinitionType.md +0 -1
  57. data/docs/v1/AlertValueWidgetDefinition.md +10 -11
  58. data/docs/v1/AlertValueWidgetDefinitionType.md +0 -1
  59. data/docs/v1/ApiKey.md +5 -6
  60. data/docs/v1/ApiKeyListResponse.md +2 -3
  61. data/docs/v1/ApiKeyResponse.md +3 -4
  62. data/docs/v1/ApmStatsQueryColumnType.md +6 -7
  63. data/docs/v1/ApmStatsQueryDefinition.md +9 -10
  64. data/docs/v1/ApmStatsQueryRowType.md +0 -1
  65. data/docs/v1/ApplicationKey.md +4 -5
  66. data/docs/v1/ApplicationKeyListResponse.md +2 -3
  67. data/docs/v1/ApplicationKeyResponse.md +3 -4
  68. data/docs/v1/AuthenticationAPI.md +3 -7
  69. data/docs/v1/AuthenticationValidationResponse.md +2 -3
  70. data/docs/v1/AzureAccount.md +11 -10
  71. data/docs/v1/AzureIntegrationAPI.md +27 -35
  72. data/docs/v1/CancelDowntimesByScopeRequest.md +3 -4
  73. data/docs/v1/CanceledDowntimesIds.md +2 -3
  74. data/docs/v1/ChangeWidgetDefinition.md +9 -10
  75. data/docs/v1/ChangeWidgetDefinitionType.md +0 -1
  76. data/docs/v1/ChangeWidgetRequest.md +23 -18
  77. data/docs/v1/CheckCanDeleteMonitorResponse.md +4 -5
  78. data/docs/v1/CheckCanDeleteMonitorResponseData.md +2 -3
  79. data/docs/v1/CheckCanDeleteSLOResponse.md +4 -5
  80. data/docs/v1/CheckCanDeleteSLOResponseData.md +2 -3
  81. data/docs/v1/CheckStatusWidgetDefinition.md +12 -13
  82. data/docs/v1/CheckStatusWidgetDefinitionType.md +0 -1
  83. data/docs/v1/ContentEncoding.md +0 -1
  84. data/docs/v1/Creator.md +4 -5
  85. data/docs/v1/Dashboard.md +19 -18
  86. data/docs/v1/DashboardBulkActionData.md +19 -0
  87. data/docs/v1/DashboardBulkDeleteRequest.md +17 -0
  88. data/docs/v1/DashboardDeleteResponse.md +2 -3
  89. data/docs/v1/DashboardLayoutType.md +0 -1
  90. data/docs/v1/DashboardList.md +10 -11
  91. data/docs/v1/DashboardListDeleteResponse.md +2 -3
  92. data/docs/v1/DashboardListListResponse.md +2 -3
  93. data/docs/v1/DashboardListsAPI.md +24 -40
  94. data/docs/v1/DashboardReflowType.md +0 -1
  95. data/docs/v1/{SyntheticsTickInterval.md → DashboardResourceType.md} +2 -3
  96. data/docs/v1/DashboardRestoreRequest.md +17 -0
  97. data/docs/v1/DashboardSummary.md +2 -3
  98. data/docs/v1/DashboardSummaryDefinition.md +11 -12
  99. data/docs/v1/DashboardTemplateVariable.md +7 -6
  100. data/docs/v1/DashboardTemplateVariablePreset.md +4 -5
  101. data/docs/v1/DashboardTemplateVariablePresetValue.md +3 -4
  102. data/docs/v1/DashboardsAPI.md +148 -42
  103. data/docs/v1/DeletedMonitor.md +2 -3
  104. data/docs/v1/DistributionWidgetDefinition.md +13 -14
  105. data/docs/v1/DistributionWidgetDefinitionType.md +0 -1
  106. data/docs/v1/DistributionWidgetRequest.md +14 -13
  107. data/docs/v1/DistributionWidgetXAxis.md +6 -7
  108. data/docs/v1/DistributionWidgetYAxis.md +7 -8
  109. data/docs/v1/Downtime.md +19 -20
  110. data/docs/v1/DowntimeChild.md +18 -19
  111. data/docs/v1/DowntimeRecurrence.md +8 -9
  112. data/docs/v1/DowntimesAPI.md +37 -59
  113. data/docs/v1/Event.md +16 -15
  114. data/docs/v1/EventAlertType.md +0 -1
  115. data/docs/v1/EventCreateRequest.md +16 -17
  116. data/docs/v1/EventCreateResponse.md +16 -17
  117. data/docs/v1/EventListResponse.md +3 -4
  118. data/docs/v1/EventPriority.md +0 -1
  119. data/docs/v1/EventQueryDefinition.md +5 -6
  120. data/docs/v1/EventResponse.md +4 -5
  121. data/docs/v1/EventStreamWidgetDefinition.md +10 -11
  122. data/docs/v1/EventStreamWidgetDefinitionType.md +0 -1
  123. data/docs/v1/EventTimelineWidgetDefinition.md +9 -10
  124. data/docs/v1/EventTimelineWidgetDefinitionType.md +0 -1
  125. data/docs/v1/EventsAPI.md +39 -36
  126. data/docs/v1/FormulaAndFunctionApmDependencyStatName.md +14 -0
  127. data/docs/v1/FormulaAndFunctionApmDependencyStatsDataSource.md +14 -0
  128. data/docs/v1/FormulaAndFunctionApmDependencyStatsQueryDefinition.md +35 -0
  129. data/docs/v1/FormulaAndFunctionApmResourceStatName.md +14 -0
  130. data/docs/v1/FormulaAndFunctionApmResourceStatsDataSource.md +14 -0
  131. data/docs/v1/FormulaAndFunctionApmResourceStatsQueryDefinition.md +35 -0
  132. data/docs/v1/FormulaAndFunctionEventAggregation.md +0 -1
  133. data/docs/v1/FormulaAndFunctionEventQueryDefinition.md +8 -9
  134. data/docs/v1/FormulaAndFunctionEventQueryDefinitionCompute.md +5 -6
  135. data/docs/v1/FormulaAndFunctionEventQueryDefinitionSearch.md +3 -4
  136. data/docs/v1/FormulaAndFunctionEventQueryGroupBy.md +5 -6
  137. data/docs/v1/FormulaAndFunctionEventQueryGroupBySort.md +5 -6
  138. data/docs/v1/FormulaAndFunctionEventsDataSource.md +0 -1
  139. data/docs/v1/FormulaAndFunctionMetricAggregation.md +0 -1
  140. data/docs/v1/FormulaAndFunctionMetricDataSource.md +0 -1
  141. data/docs/v1/FormulaAndFunctionMetricQueryDefinition.md +6 -7
  142. data/docs/v1/FormulaAndFunctionProcessQueryDataSource.md +0 -1
  143. data/docs/v1/FormulaAndFunctionProcessQueryDefinition.md +11 -12
  144. data/docs/v1/FormulaAndFunctionQueryDefinition.md +7 -4
  145. data/docs/v1/FormulaAndFunctionResponseFormat.md +0 -1
  146. data/docs/v1/FreeTextWidgetDefinition.md +7 -8
  147. data/docs/v1/FreeTextWidgetDefinitionType.md +0 -1
  148. data/docs/v1/FunnelQuery.md +21 -0
  149. data/docs/v1/FunnelRequestType.md +14 -0
  150. data/docs/v1/FunnelSource.md +14 -0
  151. data/docs/v1/FunnelWidgetDefinition.md +27 -0
  152. data/docs/v1/FunnelWidgetDefinitionType.md +14 -0
  153. data/docs/v1/FunnelWidgetRequest.md +19 -0
  154. data/docs/v1/GCPAccount.md +15 -16
  155. data/docs/v1/GCPIntegrationAPI.md +19 -29
  156. data/docs/v1/GeomapWidgetDefinition.md +11 -12
  157. data/docs/v1/GeomapWidgetDefinitionStyle.md +4 -5
  158. data/docs/v1/GeomapWidgetDefinitionType.md +0 -1
  159. data/docs/v1/GeomapWidgetDefinitionView.md +3 -4
  160. data/docs/v1/GeomapWidgetRequest.md +9 -10
  161. data/docs/v1/GraphSnapshot.md +5 -6
  162. data/docs/v1/GroupWidgetDefinition.md +11 -12
  163. data/docs/v1/GroupWidgetDefinitionType.md +0 -1
  164. data/docs/v1/HTTPLogError.md +5 -6
  165. data/docs/v1/HTTPLogItem.md +7 -8
  166. data/docs/v1/HTTPMethod.md +0 -1
  167. data/docs/v1/HeatMapWidgetDefinition.md +13 -14
  168. data/docs/v1/HeatMapWidgetDefinitionType.md +0 -1
  169. data/docs/v1/HeatMapWidgetRequest.md +12 -13
  170. data/docs/v1/Host.md +16 -17
  171. data/docs/v1/HostListResponse.md +5 -6
  172. data/docs/v1/HostMapRequest.md +11 -12
  173. data/docs/v1/HostMapWidgetDefinition.md +15 -16
  174. data/docs/v1/HostMapWidgetDefinitionRequests.md +4 -5
  175. data/docs/v1/HostMapWidgetDefinitionStyle.md +6 -7
  176. data/docs/v1/HostMapWidgetDefinitionType.md +0 -1
  177. data/docs/v1/HostMeta.md +2 -3
  178. data/docs/v1/HostMetrics.md +4 -5
  179. data/docs/v1/HostMuteResponse.md +6 -7
  180. data/docs/v1/HostMuteSettings.md +5 -6
  181. data/docs/v1/HostTags.md +3 -4
  182. data/docs/v1/HostTotals.md +3 -4
  183. data/docs/v1/HostsAPI.md +32 -41
  184. data/docs/v1/IFrameWidgetDefinition.md +5 -6
  185. data/docs/v1/IFrameWidgetDefinitionType.md +0 -1
  186. data/docs/v1/IPPrefixesAPI.md +2 -3
  187. data/docs/v1/IPPrefixesAPM.md +2 -3
  188. data/docs/v1/IPPrefixesAgents.md +2 -3
  189. data/docs/v1/IPPrefixesLogs.md +2 -3
  190. data/docs/v1/IPPrefixesProcess.md +2 -3
  191. data/docs/v1/IPPrefixesSynthetics.md +4 -5
  192. data/docs/v1/IPPrefixesWebhooks.md +2 -3
  193. data/docs/v1/IPRanges.md +11 -12
  194. data/docs/v1/IPRangesAPI.md +3 -7
  195. data/docs/v1/IdpFormData.md +3 -4
  196. data/docs/v1/IdpResponse.md +3 -4
  197. data/docs/v1/ImageWidgetDefinition.md +11 -12
  198. data/docs/v1/ImageWidgetDefinitionType.md +0 -1
  199. data/docs/v1/IntakePayloadAccepted.md +2 -3
  200. data/docs/v1/KeyManagementAPI.md +41 -72
  201. data/docs/v1/ListStreamColumn.md +19 -0
  202. data/docs/v1/ListStreamColumnWidth.md +14 -0
  203. data/docs/v1/ListStreamQuery.md +21 -0
  204. data/docs/v1/ListStreamResponseFormat.md +14 -0
  205. data/docs/v1/ListStreamSource.md +14 -0
  206. data/docs/v1/ListStreamWidgetDefinition.md +31 -0
  207. data/docs/v1/ListStreamWidgetDefinitionType.md +14 -0
  208. data/docs/v1/ListStreamWidgetRequest.md +21 -0
  209. data/docs/v1/Log.md +4 -5
  210. data/docs/v1/LogContent.md +8 -9
  211. data/docs/v1/LogQueryDefinition.md +7 -8
  212. data/docs/v1/LogQueryDefinitionGroupBy.md +5 -6
  213. data/docs/v1/LogQueryDefinitionGroupBySort.md +5 -6
  214. data/docs/v1/LogQueryDefinitionSearch.md +4 -5
  215. data/docs/v1/LogStreamWidgetDefinition.md +15 -16
  216. data/docs/v1/LogStreamWidgetDefinitionType.md +0 -1
  217. data/docs/v1/LogsAPI.md +41 -20
  218. data/docs/v1/LogsAPIError.md +5 -6
  219. data/docs/v1/LogsAPIErrorResponse.md +3 -4
  220. data/docs/v1/LogsArithmeticProcessor.md +8 -9
  221. data/docs/v1/LogsArithmeticProcessorType.md +0 -1
  222. data/docs/v1/LogsAttributeRemapper.md +12 -13
  223. data/docs/v1/LogsAttributeRemapperType.md +0 -1
  224. data/docs/v1/LogsByRetention.md +5 -6
  225. data/docs/v1/LogsByRetentionMonthlyUsage.md +3 -4
  226. data/docs/v1/LogsByRetentionOrgUsage.md +2 -3
  227. data/docs/v1/LogsByRetentionOrgs.md +2 -3
  228. data/docs/v1/LogsCategoryProcessor.md +7 -8
  229. data/docs/v1/LogsCategoryProcessorCategory.md +4 -5
  230. data/docs/v1/LogsCategoryProcessorType.md +0 -1
  231. data/docs/v1/LogsDateRemapper.md +6 -7
  232. data/docs/v1/LogsDateRemapperType.md +0 -1
  233. data/docs/v1/LogsExclusion.md +5 -6
  234. data/docs/v1/LogsExclusionFilter.md +5 -6
  235. data/docs/v1/LogsFilter.md +2 -3
  236. data/docs/v1/LogsGeoIPParser.md +7 -8
  237. data/docs/v1/LogsGeoIPParserType.md +0 -1
  238. data/docs/v1/LogsGrokParser.md +8 -9
  239. data/docs/v1/LogsGrokParserRules.md +3 -4
  240. data/docs/v1/LogsGrokParserType.md +0 -1
  241. data/docs/v1/LogsIndex.md +8 -9
  242. data/docs/v1/LogsIndexListResponse.md +2 -3
  243. data/docs/v1/LogsIndexUpdateRequest.md +7 -8
  244. data/docs/v1/LogsIndexesAPI.md +29 -42
  245. data/docs/v1/LogsIndexesOrder.md +3 -4
  246. data/docs/v1/LogsListRequest.md +8 -9
  247. data/docs/v1/LogsListRequestTime.md +4 -5
  248. data/docs/v1/LogsListResponse.md +5 -6
  249. data/docs/v1/LogsLookupProcessor.md +9 -10
  250. data/docs/v1/LogsLookupProcessorType.md +0 -1
  251. data/docs/v1/LogsMessageRemapper.md +6 -7
  252. data/docs/v1/LogsMessageRemapperType.md +0 -1
  253. data/docs/v1/LogsPipeline.md +9 -10
  254. data/docs/v1/LogsPipelineProcessor.md +7 -8
  255. data/docs/v1/LogsPipelineProcessorType.md +0 -1
  256. data/docs/v1/LogsPipelinesAPI.md +40 -51
  257. data/docs/v1/LogsPipelinesOrder.md +3 -4
  258. data/docs/v1/LogsProcessor.md +2 -3
  259. data/docs/v1/LogsQueryCompute.md +5 -6
  260. data/docs/v1/LogsRetentionAggSumUsage.md +6 -7
  261. data/docs/v1/LogsRetentionSumUsage.md +6 -7
  262. data/docs/v1/LogsServiceRemapper.md +6 -7
  263. data/docs/v1/LogsServiceRemapperType.md +0 -1
  264. data/docs/v1/LogsSort.md +0 -1
  265. data/docs/v1/LogsStatusRemapper.md +6 -7
  266. data/docs/v1/LogsStatusRemapperType.md +0 -1
  267. data/docs/v1/LogsStringBuilderProcessor.md +8 -9
  268. data/docs/v1/LogsStringBuilderProcessorType.md +0 -1
  269. data/docs/v1/LogsTraceRemapper.md +6 -7
  270. data/docs/v1/LogsTraceRemapperType.md +0 -1
  271. data/docs/v1/LogsURLParser.md +8 -9
  272. data/docs/v1/LogsURLParserType.md +0 -1
  273. data/docs/v1/LogsUserAgentParser.md +8 -9
  274. data/docs/v1/LogsUserAgentParserType.md +0 -1
  275. data/docs/v1/MetricContentEncoding.md +14 -0
  276. data/docs/v1/MetricMetadata.md +9 -10
  277. data/docs/v1/MetricSearchResponse.md +3 -4
  278. data/docs/v1/MetricSearchResponseResults.md +2 -3
  279. data/docs/v1/MetricsAPI.md +56 -61
  280. data/docs/v1/MetricsListResponse.md +4 -5
  281. data/docs/v1/MetricsPayload.md +4 -5
  282. data/docs/v1/MetricsQueryMetadata.md +17 -14
  283. data/docs/v1/MetricsQueryResponse.md +11 -12
  284. data/docs/v1/MetricsQueryUnit.md +7 -8
  285. data/docs/v1/Monitor.md +19 -20
  286. data/docs/v1/MonitorDeviceID.md +0 -1
  287. data/docs/v1/MonitorGroupSearchResponse.md +5 -6
  288. data/docs/v1/MonitorGroupSearchResponseCounts.md +3 -4
  289. data/docs/v1/MonitorGroupSearchResult.md +9 -10
  290. data/docs/v1/MonitorOptions.md +29 -24
  291. data/docs/v1/MonitorOptionsAggregation.md +4 -5
  292. data/docs/v1/MonitorOverallStates.md +0 -1
  293. data/docs/v1/MonitorRenotifyStatusType.md +14 -0
  294. data/docs/v1/MonitorSearchResponse.md +5 -6
  295. data/docs/v1/MonitorSearchResponseCounts.md +5 -6
  296. data/docs/v1/MonitorSearchResponseMetadata.md +6 -7
  297. data/docs/v1/MonitorSearchResult.md +16 -15
  298. data/docs/v1/MonitorSearchResultNotification.md +3 -4
  299. data/docs/v1/MonitorState.md +2 -3
  300. data/docs/v1/MonitorStateGroup.md +8 -9
  301. data/docs/v1/MonitorSummaryWidgetDefinition.md +15 -16
  302. data/docs/v1/MonitorSummaryWidgetDefinitionType.md +0 -1
  303. data/docs/v1/MonitorThresholdWindowOptions.md +3 -4
  304. data/docs/v1/MonitorThresholds.md +7 -8
  305. data/docs/v1/MonitorType.md +0 -1
  306. data/docs/v1/MonitorUpdateRequest.md +18 -19
  307. data/docs/v1/MonitorsAPI.md +210 -94
  308. data/docs/v1/NoteWidgetDefinition.md +12 -13
  309. data/docs/v1/NoteWidgetDefinitionType.md +0 -1
  310. data/docs/v1/NotebookAbsoluteTime.md +5 -6
  311. data/docs/v1/NotebookAuthor.md +11 -12
  312. data/docs/v1/NotebookCellCreateRequest.md +4 -5
  313. data/docs/v1/NotebookCellCreateRequestAttributes.md +2 -3
  314. data/docs/v1/NotebookCellResourceType.md +0 -1
  315. data/docs/v1/NotebookCellResponse.md +5 -6
  316. data/docs/v1/NotebookCellResponseAttributes.md +2 -3
  317. data/docs/v1/NotebookCellTime.md +2 -3
  318. data/docs/v1/NotebookCellUpdateRequest.md +5 -6
  319. data/docs/v1/NotebookCellUpdateRequestAttributes.md +2 -3
  320. data/docs/v1/NotebookCreateData.md +4 -5
  321. data/docs/v1/NotebookCreateDataAttributes.md +8 -7
  322. data/docs/v1/NotebookCreateRequest.md +3 -4
  323. data/docs/v1/NotebookDistributionCellAttributes.md +6 -7
  324. data/docs/v1/NotebookGlobalTime.md +2 -3
  325. data/docs/v1/NotebookGraphSize.md +0 -1
  326. data/docs/v1/NotebookHeatMapCellAttributes.md +6 -7
  327. data/docs/v1/NotebookLogStreamCellAttributes.md +5 -6
  328. data/docs/v1/NotebookMarkdownCellAttributes.md +3 -4
  329. data/docs/v1/NotebookMarkdownCellDefinition.md +5 -6
  330. data/docs/v1/NotebookMarkdownCellDefinitionType.md +0 -1
  331. data/docs/v1/NotebookMetadata.md +21 -0
  332. data/docs/v1/NotebookMetadataType.md +14 -0
  333. data/docs/v1/NotebookRelativeTime.md +3 -4
  334. data/docs/v1/NotebookResourceType.md +0 -1
  335. data/docs/v1/NotebookResponse.md +3 -4
  336. data/docs/v1/NotebookResponseData.md +5 -6
  337. data/docs/v1/NotebookResponseDataAttributes.md +11 -10
  338. data/docs/v1/NotebookSplitBy.md +4 -5
  339. data/docs/v1/NotebookStatus.md +0 -1
  340. data/docs/v1/NotebookTimeseriesCellAttributes.md +6 -7
  341. data/docs/v1/NotebookToplistCellAttributes.md +6 -7
  342. data/docs/v1/NotebookUpdateCell.md +2 -3
  343. data/docs/v1/NotebookUpdateData.md +4 -5
  344. data/docs/v1/NotebookUpdateDataAttributes.md +8 -7
  345. data/docs/v1/NotebookUpdateRequest.md +3 -4
  346. data/docs/v1/NotebooksAPI.md +37 -48
  347. data/docs/v1/NotebooksResponse.md +3 -4
  348. data/docs/v1/NotebooksResponseData.md +5 -6
  349. data/docs/v1/NotebooksResponseDataAttributes.md +11 -10
  350. data/docs/v1/NotebooksResponseMeta.md +3 -4
  351. data/docs/v1/NotebooksResponsePage.md +4 -5
  352. data/docs/v1/Organization.md +9 -10
  353. data/docs/v1/OrganizationBilling.md +2 -3
  354. data/docs/v1/OrganizationCreateBody.md +5 -6
  355. data/docs/v1/OrganizationCreateResponse.md +6 -7
  356. data/docs/v1/OrganizationListResponse.md +2 -3
  357. data/docs/v1/OrganizationResponse.md +3 -4
  358. data/docs/v1/OrganizationSettings.md +12 -13
  359. data/docs/v1/OrganizationSettingsSaml.md +2 -3
  360. data/docs/v1/OrganizationSettingsSamlAutocreateUsersDomains.md +4 -5
  361. data/docs/v1/OrganizationSettingsSamlIdpInitiatedLogin.md +2 -3
  362. data/docs/v1/OrganizationSettingsSamlStrictMode.md +2 -3
  363. data/docs/v1/OrganizationSubscription.md +2 -3
  364. data/docs/v1/OrganizationsAPI.md +36 -38
  365. data/docs/v1/PagerDutyIntegrationAPI.md +18 -31
  366. data/docs/v1/PagerDutyService.md +5 -6
  367. data/docs/v1/PagerDutyServiceKey.md +4 -5
  368. data/docs/v1/PagerDutyServiceName.md +4 -5
  369. data/docs/v1/Pagination.md +19 -0
  370. data/docs/v1/ProcessQueryDefinition.md +7 -8
  371. data/docs/v1/QuerySortOrder.md +0 -1
  372. data/docs/v1/QueryValueWidgetDefinition.md +13 -14
  373. data/docs/v1/QueryValueWidgetDefinitionType.md +0 -1
  374. data/docs/v1/QueryValueWidgetRequest.md +18 -17
  375. data/docs/v1/README.md +874 -783
  376. data/docs/v1/ResponseMetaAttributes.md +17 -0
  377. data/docs/v1/SLOBulkDeleteError.md +5 -6
  378. data/docs/v1/SLOBulkDeleteResponse.md +4 -5
  379. data/docs/v1/SLOBulkDeleteResponseData.md +3 -4
  380. data/docs/v1/SLOCorrection.md +5 -6
  381. data/docs/v1/SLOCorrectionCategory.md +0 -1
  382. data/docs/v1/SLOCorrectionCreateData.md +4 -5
  383. data/docs/v1/SLOCorrectionCreateRequest.md +3 -4
  384. data/docs/v1/SLOCorrectionCreateRequestAttributes.md +12 -9
  385. data/docs/v1/SLOCorrectionListResponse.md +6 -5
  386. data/docs/v1/SLOCorrectionResponse.md +3 -4
  387. data/docs/v1/SLOCorrectionResponseAttributes.md +19 -10
  388. data/docs/v1/SLOCorrectionResponseAttributesModifier.md +21 -0
  389. data/docs/v1/SLOCorrectionType.md +0 -1
  390. data/docs/v1/SLOCorrectionUpdateData.md +4 -5
  391. data/docs/v1/SLOCorrectionUpdateRequest.md +3 -4
  392. data/docs/v1/SLOCorrectionUpdateRequestAttributes.md +11 -8
  393. data/docs/v1/SLODeleteResponse.md +3 -4
  394. data/docs/v1/SLOErrorTimeframe.md +0 -1
  395. data/docs/v1/SLOHistoryMetrics.md +10 -11
  396. data/docs/v1/SLOHistoryMetricsSeries.md +6 -7
  397. data/docs/v1/SLOHistoryMetricsSeriesMetadata.md +9 -10
  398. data/docs/v1/SLOHistoryMetricsSeriesMetadataUnit.md +8 -9
  399. data/docs/v1/SLOHistoryMonitor.md +39 -0
  400. data/docs/v1/SLOHistoryResponse.md +3 -4
  401. data/docs/v1/SLOHistoryResponseData.md +12 -13
  402. data/docs/v1/SLOHistoryResponseError.md +2 -3
  403. data/docs/v1/SLOHistoryResponseErrorWithType.md +19 -0
  404. data/docs/v1/SLOHistorySLIData.md +15 -16
  405. data/docs/v1/SLOListResponse.md +5 -6
  406. data/docs/v1/SLOListResponseMetadata.md +3 -4
  407. data/docs/v1/SLOListResponseMetadataPage.md +3 -4
  408. data/docs/v1/SLOResponse.md +4 -5
  409. data/docs/v1/SLOResponseData.md +16 -17
  410. data/docs/v1/SLOThreshold.md +7 -8
  411. data/docs/v1/SLOTimeframe.md +0 -1
  412. data/docs/v1/SLOType.md +0 -1
  413. data/docs/v1/SLOTypeNumeric.md +0 -1
  414. data/docs/v1/SLOWidgetDefinition.md +12 -13
  415. data/docs/v1/SLOWidgetDefinitionType.md +0 -1
  416. data/docs/v1/ScatterPlotRequest.md +12 -13
  417. data/docs/v1/ScatterPlotWidgetDefinition.md +12 -13
  418. data/docs/v1/ScatterPlotWidgetDefinitionRequests.md +6 -5
  419. data/docs/v1/ScatterPlotWidgetDefinitionType.md +0 -1
  420. data/docs/v1/ScatterplotDimension.md +14 -0
  421. data/docs/v1/ScatterplotTableRequest.md +21 -0
  422. data/docs/v1/ScatterplotWidgetAggregator.md +14 -0
  423. data/docs/v1/ScatterplotWidgetFormula.md +21 -0
  424. data/docs/v1/Series.md +9 -10
  425. data/docs/v1/ServiceCheck.md +8 -9
  426. data/docs/v1/ServiceCheckStatus.md +0 -1
  427. data/docs/v1/ServiceChecksAPI.md +11 -10
  428. data/docs/v1/ServiceLevelObjective.md +15 -16
  429. data/docs/v1/ServiceLevelObjectiveCorrectionsAPI.md +28 -44
  430. data/docs/v1/ServiceLevelObjectiveQuery.md +4 -5
  431. data/docs/v1/ServiceLevelObjectiveRequest.md +10 -11
  432. data/docs/v1/ServiceLevelObjectivesAPI.md +133 -72
  433. data/docs/v1/ServiceMapWidgetDefinition.md +9 -10
  434. data/docs/v1/ServiceMapWidgetDefinitionType.md +0 -1
  435. data/docs/v1/ServiceSummaryWidgetDefinition.md +18 -19
  436. data/docs/v1/ServiceSummaryWidgetDefinitionType.md +0 -1
  437. data/docs/v1/SlackIntegrationAPI.md +27 -43
  438. data/docs/v1/SlackIntegrationChannel.md +4 -5
  439. data/docs/v1/SlackIntegrationChannelDisplay.md +5 -6
  440. data/docs/v1/SnapshotsAPI.md +15 -18
  441. data/docs/v1/SyntheticsAPI.md +251 -204
  442. data/docs/v1/SyntheticsAPIStep.md +10 -11
  443. data/docs/v1/SyntheticsAPIStepSubtype.md +0 -1
  444. data/docs/v1/SyntheticsAPITest.md +19 -20
  445. data/docs/v1/SyntheticsAPITestConfig.md +7 -8
  446. data/docs/v1/SyntheticsAPITestResultData.md +12 -13
  447. data/docs/v1/SyntheticsAPITestResultFull.md +9 -10
  448. data/docs/v1/SyntheticsAPITestResultFullCheck.md +3 -4
  449. data/docs/v1/SyntheticsAPITestResultShort.md +7 -8
  450. data/docs/v1/SyntheticsAPITestResultShortResult.md +4 -5
  451. data/docs/v1/SyntheticsAPITestType.md +0 -1
  452. data/docs/v1/SyntheticsAssertion.md +2 -3
  453. data/docs/v1/SyntheticsAssertionJSONPathOperator.md +0 -1
  454. data/docs/v1/SyntheticsAssertionJSONPathTarget.md +6 -7
  455. data/docs/v1/SyntheticsAssertionJSONPathTargetTarget.md +5 -6
  456. data/docs/v1/SyntheticsAssertionOperator.md +0 -1
  457. data/docs/v1/SyntheticsAssertionTarget.md +7 -8
  458. data/docs/v1/SyntheticsAssertionType.md +0 -1
  459. data/docs/v1/SyntheticsBasicAuth.md +5 -6
  460. data/docs/v1/SyntheticsBatchDetails.md +17 -0
  461. data/docs/v1/SyntheticsBatchDetailsData.md +21 -0
  462. data/docs/v1/SyntheticsBatchResult.md +35 -0
  463. data/docs/v1/SyntheticsBrowserError.md +9 -10
  464. data/docs/v1/SyntheticsBrowserErrorType.md +0 -1
  465. data/docs/v1/SyntheticsBrowserTest.md +13 -14
  466. data/docs/v1/SyntheticsBrowserTestConfig.md +8 -7
  467. data/docs/v1/SyntheticsBrowserTestResultData.md +13 -14
  468. data/docs/v1/SyntheticsBrowserTestResultFull.md +9 -10
  469. data/docs/v1/SyntheticsBrowserTestResultFullCheck.md +3 -4
  470. data/docs/v1/SyntheticsBrowserTestResultShort.md +7 -8
  471. data/docs/v1/SyntheticsBrowserTestResultShortResult.md +7 -8
  472. data/docs/v1/SyntheticsBrowserTestType.md +0 -1
  473. data/docs/v1/SyntheticsBrowserVariable.md +7 -8
  474. data/docs/v1/SyntheticsBrowserVariableType.md +0 -1
  475. data/docs/v1/SyntheticsCIBatchMetadata.md +19 -0
  476. data/docs/v1/SyntheticsCIBatchMetadataCI.md +19 -0
  477. data/docs/v1/SyntheticsCIBatchMetadataGit.md +19 -0
  478. data/docs/v1/SyntheticsCIBatchMetadataPipeline.md +17 -0
  479. data/docs/v1/SyntheticsCIBatchMetadataProvider.md +17 -0
  480. data/docs/v1/SyntheticsCITest.md +16 -17
  481. data/docs/v1/SyntheticsCITestBody.md +2 -3
  482. data/docs/v1/SyntheticsCheckType.md +0 -1
  483. data/docs/v1/SyntheticsConfigVariable.md +7 -8
  484. data/docs/v1/SyntheticsConfigVariableType.md +0 -1
  485. data/docs/v1/SyntheticsCoreWebVitals.md +4 -5
  486. data/docs/v1/SyntheticsDeleteTestsPayload.md +2 -3
  487. data/docs/v1/SyntheticsDeleteTestsResponse.md +2 -3
  488. data/docs/v1/SyntheticsDeletedTest.md +4 -5
  489. data/docs/v1/SyntheticsDevice.md +7 -8
  490. data/docs/v1/SyntheticsDeviceID.md +0 -1
  491. data/docs/v1/SyntheticsErrorCode.md +0 -1
  492. data/docs/v1/SyntheticsGetAPITestLatestResultsResponse.md +4 -5
  493. data/docs/v1/SyntheticsGetBrowserTestLatestResultsResponse.md +4 -5
  494. data/docs/v1/SyntheticsGlobalVariable.md +11 -10
  495. data/docs/v1/SyntheticsGlobalVariableAttributes.md +17 -0
  496. data/docs/v1/SyntheticsGlobalVariableParseTestOptions.md +5 -6
  497. data/docs/v1/SyntheticsGlobalVariableParseTestOptionsType.md +0 -1
  498. data/docs/v1/SyntheticsGlobalVariableParserType.md +0 -1
  499. data/docs/v1/SyntheticsGlobalVariableValue.md +4 -5
  500. data/docs/v1/SyntheticsListGlobalVariablesResponse.md +2 -3
  501. data/docs/v1/SyntheticsListTestsResponse.md +2 -3
  502. data/docs/v1/SyntheticsLocation.md +4 -5
  503. data/docs/v1/SyntheticsLocations.md +2 -3
  504. data/docs/v1/SyntheticsParsingOptions.md +6 -7
  505. data/docs/v1/SyntheticsPlayingTab.md +0 -1
  506. data/docs/v1/SyntheticsPrivateLocation.md +7 -8
  507. data/docs/v1/SyntheticsPrivateLocationCreationResponse.md +5 -6
  508. data/docs/v1/SyntheticsPrivateLocationCreationResponseResultEncryption.md +4 -5
  509. data/docs/v1/SyntheticsPrivateLocationSecrets.md +4 -5
  510. data/docs/v1/SyntheticsPrivateLocationSecretsAuthentication.md +3 -4
  511. data/docs/v1/SyntheticsPrivateLocationSecretsConfigDecryption.md +2 -3
  512. data/docs/v1/SyntheticsSSLCertificate.md +14 -15
  513. data/docs/v1/SyntheticsSSLCertificateIssuer.md +7 -8
  514. data/docs/v1/SyntheticsSSLCertificateSubject.md +8 -9
  515. data/docs/v1/SyntheticsStatus.md +14 -0
  516. data/docs/v1/SyntheticsStep.md +7 -8
  517. data/docs/v1/SyntheticsStepDetail.md +19 -20
  518. data/docs/v1/SyntheticsStepDetailWarning.md +4 -5
  519. data/docs/v1/SyntheticsStepType.md +0 -1
  520. data/docs/v1/SyntheticsTestConfig.md +6 -7
  521. data/docs/v1/SyntheticsTestDetails.md +16 -15
  522. data/docs/v1/SyntheticsTestDetailsSubType.md +0 -1
  523. data/docs/v1/SyntheticsTestDetailsType.md +0 -1
  524. data/docs/v1/SyntheticsTestExecutionRule.md +14 -0
  525. data/docs/v1/SyntheticsTestMonitorStatus.md +0 -1
  526. data/docs/v1/SyntheticsTestOptions.md +17 -14
  527. data/docs/v1/SyntheticsTestOptionsMonitorOptions.md +2 -3
  528. data/docs/v1/SyntheticsTestOptionsRetry.md +4 -5
  529. data/docs/v1/SyntheticsTestPauseStatus.md +0 -1
  530. data/docs/v1/SyntheticsTestProcessStatus.md +0 -1
  531. data/docs/v1/SyntheticsTestRequest.md +26 -19
  532. data/docs/v1/SyntheticsTestRequestCertificate.md +4 -5
  533. data/docs/v1/SyntheticsTestRequestCertificateItem.md +4 -5
  534. data/docs/v1/SyntheticsTiming.md +11 -12
  535. data/docs/v1/SyntheticsTriggerBody.md +17 -0
  536. data/docs/v1/SyntheticsTriggerCITestLocation.md +4 -5
  537. data/docs/v1/SyntheticsTriggerCITestRunResult.md +6 -7
  538. data/docs/v1/SyntheticsTriggerCITestsResponse.md +7 -6
  539. data/docs/v1/SyntheticsTriggerTest.md +19 -0
  540. data/docs/v1/SyntheticsUpdateTestPauseStatusPayload.md +3 -4
  541. data/docs/v1/SyntheticsVariableParser.md +4 -5
  542. data/docs/v1/SyntheticsWarningType.md +0 -1
  543. data/docs/v1/TableWidgetCellDisplayMode.md +0 -1
  544. data/docs/v1/TableWidgetDefinition.md +10 -11
  545. data/docs/v1/TableWidgetDefinitionType.md +0 -1
  546. data/docs/v1/TableWidgetHasSearchBar.md +0 -1
  547. data/docs/v1/TableWidgetRequest.md +24 -19
  548. data/docs/v1/TagToHosts.md +2 -3
  549. data/docs/v1/TagsAPI.md +34 -47
  550. data/docs/v1/TargetFormatType.md +0 -1
  551. data/docs/v1/TimeseriesWidgetDefinition.md +17 -18
  552. data/docs/v1/TimeseriesWidgetDefinitionType.md +0 -1
  553. data/docs/v1/TimeseriesWidgetExpressionAlias.md +4 -5
  554. data/docs/v1/TimeseriesWidgetLegendColumn.md +0 -1
  555. data/docs/v1/TimeseriesWidgetLegendLayout.md +0 -1
  556. data/docs/v1/TimeseriesWidgetRequest.md +20 -19
  557. data/docs/v1/ToplistWidgetDefinition.md +9 -10
  558. data/docs/v1/ToplistWidgetDefinitionType.md +0 -1
  559. data/docs/v1/ToplistWidgetRequest.md +18 -17
  560. data/docs/v1/TreeMapColorBy.md +14 -0
  561. data/docs/v1/TreeMapGroupBy.md +14 -0
  562. data/docs/v1/TreeMapSizeBy.md +14 -0
  563. data/docs/v1/TreeMapWidgetDefinition.md +27 -0
  564. data/docs/v1/TreeMapWidgetDefinitionType.md +14 -0
  565. data/docs/v1/TreeMapWidgetRequest.md +17 -0
  566. data/docs/v1/UsageAnalyzedLogsHour.md +3 -4
  567. data/docs/v1/UsageAnalyzedLogsResponse.md +2 -3
  568. data/docs/v1/UsageAttributionAggregatesBody.md +5 -6
  569. data/docs/v1/UsageAttributionBody.md +9 -10
  570. data/docs/v1/UsageAttributionMetadata.md +3 -4
  571. data/docs/v1/UsageAttributionPagination.md +5 -6
  572. data/docs/v1/UsageAttributionResponse.md +4 -5
  573. data/docs/v1/UsageAttributionSort.md +0 -1
  574. data/docs/v1/UsageAttributionSupportedMetrics.md +0 -1
  575. data/docs/v1/UsageAttributionValues.md +54 -35
  576. data/docs/v1/UsageAuditLogsHour.md +3 -4
  577. data/docs/v1/UsageAuditLogsResponse.md +2 -3
  578. data/docs/v1/UsageBillableSummaryBody.md +9 -10
  579. data/docs/v1/UsageBillableSummaryHour.md +10 -11
  580. data/docs/v1/UsageBillableSummaryKeys.md +47 -22
  581. data/docs/v1/UsageBillableSummaryResponse.md +2 -3
  582. data/docs/v1/UsageCWSHour.md +4 -5
  583. data/docs/v1/UsageCWSResponse.md +2 -3
  584. data/docs/v1/UsageCloudSecurityPostureManagementHour.md +4 -5
  585. data/docs/v1/UsageCloudSecurityPostureManagementResponse.md +2 -3
  586. data/docs/v1/UsageCustomReportsAttributes.md +7 -8
  587. data/docs/v1/UsageCustomReportsData.md +5 -6
  588. data/docs/v1/UsageCustomReportsMeta.md +3 -4
  589. data/docs/v1/UsageCustomReportsPage.md +2 -3
  590. data/docs/v1/UsageCustomReportsResponse.md +3 -4
  591. data/docs/v1/UsageDBMHour.md +21 -0
  592. data/docs/v1/UsageDBMResponse.md +17 -0
  593. data/docs/v1/UsageFargateHour.md +10 -5
  594. data/docs/v1/UsageFargateResponse.md +2 -3
  595. data/docs/v1/UsageHostHour.md +16 -17
  596. data/docs/v1/UsageHostsResponse.md +2 -3
  597. data/docs/v1/UsageIncidentManagementHour.md +3 -4
  598. data/docs/v1/UsageIncidentManagementResponse.md +2 -3
  599. data/docs/v1/UsageIndexedSpansHour.md +3 -4
  600. data/docs/v1/UsageIndexedSpansResponse.md +2 -3
  601. data/docs/v1/UsageIngestedSpansHour.md +3 -4
  602. data/docs/v1/UsageIngestedSpansResponse.md +2 -3
  603. data/docs/v1/UsageIoTHour.md +3 -4
  604. data/docs/v1/UsageIoTResponse.md +2 -3
  605. data/docs/v1/UsageLambdaHour.md +5 -6
  606. data/docs/v1/UsageLambdaResponse.md +2 -3
  607. data/docs/v1/UsageLogsByIndexHour.md +6 -7
  608. data/docs/v1/UsageLogsByIndexResponse.md +2 -3
  609. data/docs/v1/UsageLogsByRetentionHour.md +6 -7
  610. data/docs/v1/UsageLogsByRetentionResponse.md +2 -3
  611. data/docs/v1/UsageLogsHour.md +9 -10
  612. data/docs/v1/UsageLogsResponse.md +2 -3
  613. data/docs/v1/UsageMeteringAPI.md +416 -450
  614. data/docs/v1/UsageMetricCategory.md +0 -1
  615. data/docs/v1/UsageNetworkFlowsHour.md +5 -6
  616. data/docs/v1/UsageNetworkFlowsResponse.md +2 -3
  617. data/docs/v1/UsageNetworkHostsHour.md +3 -4
  618. data/docs/v1/UsageNetworkHostsResponse.md +2 -3
  619. data/docs/v1/UsageProfilingHour.md +5 -6
  620. data/docs/v1/UsageProfilingResponse.md +2 -3
  621. data/docs/v1/UsageReportsType.md +0 -1
  622. data/docs/v1/UsageRumSessionsHour.md +5 -6
  623. data/docs/v1/UsageRumSessionsResponse.md +2 -3
  624. data/docs/v1/UsageRumUnitsHour.md +31 -0
  625. data/docs/v1/UsageRumUnitsResponse.md +17 -0
  626. data/docs/v1/UsageSDSHour.md +25 -0
  627. data/docs/v1/UsageSDSResponse.md +17 -0
  628. data/docs/v1/UsageSNMPHour.md +3 -4
  629. data/docs/v1/UsageSNMPResponse.md +2 -3
  630. data/docs/v1/UsageSort.md +0 -1
  631. data/docs/v1/UsageSortDirection.md +0 -1
  632. data/docs/v1/UsageSpecifiedCustomReportsAttributes.md +8 -9
  633. data/docs/v1/UsageSpecifiedCustomReportsData.md +5 -6
  634. data/docs/v1/UsageSpecifiedCustomReportsMeta.md +3 -4
  635. data/docs/v1/UsageSpecifiedCustomReportsPage.md +2 -3
  636. data/docs/v1/UsageSpecifiedCustomReportsResponse.md +4 -5
  637. data/docs/v1/UsageSummaryDate.md +67 -46
  638. data/docs/v1/UsageSummaryDateOrg.md +68 -47
  639. data/docs/v1/UsageSummaryResponse.md +76 -55
  640. data/docs/v1/UsageSyntheticsAPIHour.md +3 -4
  641. data/docs/v1/UsageSyntheticsAPIResponse.md +2 -3
  642. data/docs/v1/UsageSyntheticsBrowserHour.md +3 -4
  643. data/docs/v1/UsageSyntheticsBrowserResponse.md +2 -3
  644. data/docs/v1/UsageSyntheticsHour.md +3 -4
  645. data/docs/v1/UsageSyntheticsResponse.md +2 -3
  646. data/docs/v1/UsageTimeseriesHour.md +5 -6
  647. data/docs/v1/UsageTimeseriesResponse.md +2 -3
  648. data/docs/v1/UsageTopAvgMetricsHour.md +6 -7
  649. data/docs/v1/UsageTopAvgMetricsMetadata.md +5 -6
  650. data/docs/v1/UsageTopAvgMetricsResponse.md +4 -5
  651. data/docs/v1/User.md +9 -10
  652. data/docs/v1/UserDisableResponse.md +2 -3
  653. data/docs/v1/UserListResponse.md +2 -3
  654. data/docs/v1/UserResponse.md +3 -4
  655. data/docs/v1/UsersAPI.md +30 -38
  656. data/docs/v1/WebhooksIntegration.md +25 -0
  657. data/docs/v1/WebhooksIntegrationAPI.md +491 -0
  658. data/docs/v1/WebhooksIntegrationCustomVariable.md +21 -0
  659. data/docs/v1/WebhooksIntegrationCustomVariableResponse.md +21 -0
  660. data/docs/v1/WebhooksIntegrationCustomVariableUpdateRequest.md +21 -0
  661. data/docs/v1/WebhooksIntegrationEncoding.md +14 -0
  662. data/docs/v1/WebhooksIntegrationUpdateRequest.md +25 -0
  663. data/docs/v1/Widget.md +5 -6
  664. data/docs/v1/WidgetAggregator.md +0 -1
  665. data/docs/v1/WidgetAxis.md +7 -8
  666. data/docs/v1/WidgetChangeType.md +0 -1
  667. data/docs/v1/WidgetColorPreference.md +0 -1
  668. data/docs/v1/WidgetComparator.md +0 -1
  669. data/docs/v1/WidgetCompareTo.md +0 -1
  670. data/docs/v1/WidgetConditionalFormat.md +11 -12
  671. data/docs/v1/WidgetCustomLink.md +6 -7
  672. data/docs/v1/WidgetDefinition.md +9 -4
  673. data/docs/v1/WidgetDisplayType.md +0 -1
  674. data/docs/v1/WidgetEvent.md +3 -4
  675. data/docs/v1/WidgetEventSize.md +0 -1
  676. data/docs/v1/WidgetFieldSort.md +4 -5
  677. data/docs/v1/WidgetFormula.md +9 -6
  678. data/docs/v1/WidgetFormulaLimit.md +4 -5
  679. data/docs/v1/WidgetGrouping.md +0 -1
  680. data/docs/v1/WidgetHorizontalAlign.md +0 -1
  681. data/docs/v1/WidgetImageSizing.md +0 -1
  682. data/docs/v1/WidgetLayout.md +6 -7
  683. data/docs/v1/WidgetLayoutType.md +0 -1
  684. data/docs/v1/WidgetLineType.md +0 -1
  685. data/docs/v1/WidgetLineWidth.md +0 -1
  686. data/docs/v1/WidgetLiveSpan.md +0 -1
  687. data/docs/v1/WidgetMargin.md +0 -1
  688. data/docs/v1/WidgetMarker.md +6 -7
  689. data/docs/v1/WidgetMessageDisplay.md +0 -1
  690. data/docs/v1/WidgetMonitorSummaryDisplayFormat.md +0 -1
  691. data/docs/v1/WidgetMonitorSummarySort.md +0 -1
  692. data/docs/v1/WidgetNodeType.md +0 -1
  693. data/docs/v1/WidgetOrderBy.md +0 -1
  694. data/docs/v1/WidgetPalette.md +0 -1
  695. data/docs/v1/WidgetRequestStyle.md +5 -6
  696. data/docs/v1/WidgetServiceSummaryDisplayFormat.md +0 -1
  697. data/docs/v1/WidgetSizeFormat.md +0 -1
  698. data/docs/v1/WidgetSort.md +0 -1
  699. data/docs/v1/WidgetStyle.md +2 -3
  700. data/docs/v1/WidgetSummaryType.md +0 -1
  701. data/docs/v1/WidgetTextAlign.md +0 -1
  702. data/docs/v1/WidgetTickEdge.md +0 -1
  703. data/docs/v1/WidgetTime.md +3 -4
  704. data/docs/v1/WidgetTimeWindows.md +0 -1
  705. data/docs/v1/WidgetVerticalAlign.md +0 -1
  706. data/docs/v1/WidgetViewMode.md +0 -1
  707. data/docs/v1/WidgetVizType.md +0 -1
  708. data/docs/v2/APIErrorResponse.md +3 -4
  709. data/docs/v2/APIKeyCreateAttributes.md +3 -4
  710. data/docs/v2/APIKeyCreateData.md +4 -5
  711. data/docs/v2/APIKeyCreateRequest.md +3 -4
  712. data/docs/v2/APIKeyRelationships.md +4 -5
  713. data/docs/v2/APIKeyResponse.md +3 -4
  714. data/docs/v2/APIKeyResponseIncludedItem.md +2 -3
  715. data/docs/v2/APIKeyUpdateAttributes.md +3 -4
  716. data/docs/v2/APIKeyUpdateData.md +5 -6
  717. data/docs/v2/APIKeyUpdateRequest.md +3 -4
  718. data/docs/v2/APIKeysResponse.md +3 -4
  719. data/docs/v2/APIKeysSort.md +0 -1
  720. data/docs/v2/APIKeysType.md +0 -1
  721. data/docs/v2/ApplicationKeyCreateAttributes.md +3 -4
  722. data/docs/v2/ApplicationKeyCreateData.md +4 -5
  723. data/docs/v2/ApplicationKeyCreateRequest.md +3 -4
  724. data/docs/v2/ApplicationKeyRelationships.md +4 -5
  725. data/docs/v2/ApplicationKeyResponse.md +3 -4
  726. data/docs/v2/ApplicationKeyResponseIncludedItem.md +2 -3
  727. data/docs/v2/ApplicationKeyUpdateAttributes.md +3 -4
  728. data/docs/v2/ApplicationKeyUpdateData.md +5 -6
  729. data/docs/v2/ApplicationKeyUpdateRequest.md +3 -4
  730. data/docs/v2/ApplicationKeysSort.md +0 -1
  731. data/docs/v2/ApplicationKeysType.md +0 -1
  732. data/docs/v2/ContentEncoding.md +14 -0
  733. data/docs/v2/Creator.md +4 -5
  734. data/docs/v2/DashboardListAddItemsRequest.md +2 -3
  735. data/docs/v2/DashboardListAddItemsResponse.md +2 -3
  736. data/docs/v2/DashboardListDeleteItemsRequest.md +2 -3
  737. data/docs/v2/DashboardListDeleteItemsResponse.md +2 -3
  738. data/docs/v2/DashboardListItem.md +14 -15
  739. data/docs/v2/DashboardListItemRequest.md +4 -5
  740. data/docs/v2/DashboardListItemResponse.md +4 -5
  741. data/docs/v2/DashboardListItems.md +4 -5
  742. data/docs/v2/DashboardListUpdateItemsRequest.md +2 -3
  743. data/docs/v2/DashboardListUpdateItemsResponse.md +2 -3
  744. data/docs/v2/DashboardListsAPI.md +21 -34
  745. data/docs/v2/DashboardType.md +0 -1
  746. data/docs/v2/FullAPIKey.md +6 -7
  747. data/docs/v2/FullAPIKeyAttributes.md +7 -8
  748. data/docs/v2/FullApplicationKey.md +6 -7
  749. data/docs/v2/FullApplicationKeyAttributes.md +6 -7
  750. data/docs/v2/HTTPLogError.md +21 -0
  751. data/docs/v2/HTTPLogErrors.md +17 -0
  752. data/docs/v2/HTTPLogItem.md +25 -0
  753. data/docs/v2/IncidentCreateAttributes.md +8 -9
  754. data/docs/v2/IncidentCreateData.md +5 -6
  755. data/docs/v2/IncidentCreateRelationships.md +3 -4
  756. data/docs/v2/IncidentCreateRequest.md +3 -4
  757. data/docs/v2/IncidentFieldAttributes.md +2 -3
  758. data/docs/v2/IncidentFieldAttributesMultipleValue.md +4 -5
  759. data/docs/v2/IncidentFieldAttributesSingleValue.md +4 -5
  760. data/docs/v2/IncidentFieldAttributesSingleValueType.md +0 -1
  761. data/docs/v2/IncidentFieldAttributesValueType.md +0 -1
  762. data/docs/v2/IncidentIntegrationMetadataType.md +0 -1
  763. data/docs/v2/IncidentNotificationHandle.md +19 -0
  764. data/docs/v2/IncidentPostmortemType.md +0 -1
  765. data/docs/v2/IncidentRelatedObject.md +0 -1
  766. data/docs/v2/IncidentResponse.md +3 -4
  767. data/docs/v2/IncidentResponseAttributes.md +20 -21
  768. data/docs/v2/IncidentResponseData.md +6 -7
  769. data/docs/v2/IncidentResponseIncludedItem.md +2 -3
  770. data/docs/v2/IncidentResponseRelationships.md +7 -8
  771. data/docs/v2/IncidentServiceCreateAttributes.md +3 -4
  772. data/docs/v2/IncidentServiceCreateData.md +5 -6
  773. data/docs/v2/IncidentServiceCreateRequest.md +3 -4
  774. data/docs/v2/IncidentServiceIncludedItems.md +2 -3
  775. data/docs/v2/IncidentServiceRelationships.md +4 -5
  776. data/docs/v2/IncidentServiceResponse.md +3 -4
  777. data/docs/v2/IncidentServiceResponseAttributes.md +5 -6
  778. data/docs/v2/IncidentServiceResponseData.md +6 -7
  779. data/docs/v2/IncidentServiceType.md +0 -1
  780. data/docs/v2/IncidentServiceUpdateAttributes.md +3 -4
  781. data/docs/v2/IncidentServiceUpdateData.md +6 -7
  782. data/docs/v2/IncidentServiceUpdateRequest.md +3 -4
  783. data/docs/v2/IncidentServicesAPI.md +33 -48
  784. data/docs/v2/IncidentServicesResponse.md +4 -5
  785. data/docs/v2/IncidentServicesResponseMeta.md +3 -4
  786. data/docs/v2/IncidentServicesResponseMetaPagination.md +4 -5
  787. data/docs/v2/IncidentTeamCreateAttributes.md +3 -4
  788. data/docs/v2/IncidentTeamCreateData.md +5 -6
  789. data/docs/v2/IncidentTeamCreateRequest.md +3 -4
  790. data/docs/v2/IncidentTeamIncludedItems.md +2 -3
  791. data/docs/v2/IncidentTeamRelationships.md +4 -5
  792. data/docs/v2/IncidentTeamResponse.md +3 -4
  793. data/docs/v2/IncidentTeamResponseAttributes.md +5 -6
  794. data/docs/v2/IncidentTeamResponseData.md +6 -7
  795. data/docs/v2/IncidentTeamType.md +0 -1
  796. data/docs/v2/IncidentTeamUpdateAttributes.md +3 -4
  797. data/docs/v2/IncidentTeamUpdateData.md +6 -7
  798. data/docs/v2/IncidentTeamUpdateRequest.md +3 -4
  799. data/docs/v2/IncidentTeamsAPI.md +32 -47
  800. data/docs/v2/IncidentTeamsResponse.md +4 -5
  801. data/docs/v2/IncidentTimelineCellCreateAttributes.md +2 -3
  802. data/docs/v2/IncidentTimelineCellMarkdownContentType.md +0 -1
  803. data/docs/v2/IncidentTimelineCellMarkdownCreateAttributes.md +5 -6
  804. data/docs/v2/IncidentTimelineCellMarkdownCreateAttributesContent.md +2 -3
  805. data/docs/v2/IncidentType.md +0 -1
  806. data/docs/v2/IncidentUpdateAttributes.md +11 -12
  807. data/docs/v2/IncidentUpdateData.md +6 -7
  808. data/docs/v2/IncidentUpdateRelationships.md +7 -8
  809. data/docs/v2/IncidentUpdateRequest.md +3 -4
  810. data/docs/v2/IncidentsAPI.md +31 -47
  811. data/docs/v2/IncidentsResponse.md +4 -5
  812. data/docs/v2/KeyManagementAPI.md +143 -119
  813. data/docs/v2/ListApplicationKeysResponse.md +3 -4
  814. data/docs/v2/Log.md +5 -6
  815. data/docs/v2/LogAttributes.md +9 -10
  816. data/docs/v2/LogType.md +0 -1
  817. data/docs/v2/LogsAPI.md +131 -31
  818. data/docs/v2/LogsAggregateBucket.md +3 -4
  819. data/docs/v2/LogsAggregateBucketValue.md +2 -3
  820. data/docs/v2/LogsAggregateBucketValueTimeseriesPoint.md +4 -5
  821. data/docs/v2/LogsAggregateRequest.md +7 -8
  822. data/docs/v2/LogsAggregateRequestPage.md +2 -3
  823. data/docs/v2/LogsAggregateResponse.md +4 -5
  824. data/docs/v2/LogsAggregateResponseData.md +2 -3
  825. data/docs/v2/LogsAggregateResponseStatus.md +0 -1
  826. data/docs/v2/LogsAggregateSort.md +6 -7
  827. data/docs/v2/LogsAggregateSortType.md +0 -1
  828. data/docs/v2/LogsAggregationFunction.md +0 -1
  829. data/docs/v2/LogsArchive.md +3 -4
  830. data/docs/v2/LogsArchiveAttributes.md +8 -9
  831. data/docs/v2/LogsArchiveCreateRequest.md +3 -4
  832. data/docs/v2/LogsArchiveCreateRequestAttributes.md +7 -8
  833. data/docs/v2/LogsArchiveCreateRequestDefinition.md +4 -5
  834. data/docs/v2/LogsArchiveCreateRequestDestination.md +2 -3
  835. data/docs/v2/LogsArchiveDefinition.md +5 -6
  836. data/docs/v2/LogsArchiveDestination.md +2 -3
  837. data/docs/v2/LogsArchiveDestinationAzure.md +8 -9
  838. data/docs/v2/LogsArchiveDestinationAzureType.md +0 -1
  839. data/docs/v2/LogsArchiveDestinationGCS.md +6 -7
  840. data/docs/v2/LogsArchiveDestinationGCSType.md +0 -1
  841. data/docs/v2/LogsArchiveDestinationS3.md +6 -7
  842. data/docs/v2/LogsArchiveDestinationS3Type.md +0 -1
  843. data/docs/v2/LogsArchiveIntegrationAzure.md +4 -5
  844. data/docs/v2/LogsArchiveIntegrationGCS.md +4 -5
  845. data/docs/v2/LogsArchiveIntegrationS3.md +4 -5
  846. data/docs/v2/LogsArchiveOrder.md +3 -4
  847. data/docs/v2/LogsArchiveOrderAttributes.md +3 -4
  848. data/docs/v2/LogsArchiveOrderDefinition.md +4 -5
  849. data/docs/v2/LogsArchiveOrderDefinitionType.md +0 -1
  850. data/docs/v2/LogsArchiveState.md +0 -1
  851. data/docs/v2/LogsArchives.md +2 -3
  852. data/docs/v2/LogsArchivesAPI.md +50 -73
  853. data/docs/v2/LogsCompute.md +6 -7
  854. data/docs/v2/LogsComputeType.md +0 -1
  855. data/docs/v2/LogsGroupBy.md +8 -9
  856. data/docs/v2/LogsGroupByHistogram.md +5 -6
  857. data/docs/v2/LogsGroupByMissing.md +2 -3
  858. data/docs/v2/LogsGroupByTotal.md +2 -3
  859. data/docs/v2/LogsListRequest.md +6 -7
  860. data/docs/v2/LogsListRequestPage.md +4 -5
  861. data/docs/v2/LogsListResponse.md +5 -6
  862. data/docs/v2/LogsListResponseLinks.md +3 -4
  863. data/docs/v2/LogsMetricCompute.md +4 -5
  864. data/docs/v2/LogsMetricComputeAggregationType.md +0 -1
  865. data/docs/v2/LogsMetricCreateAttributes.md +4 -5
  866. data/docs/v2/LogsMetricCreateData.md +5 -6
  867. data/docs/v2/LogsMetricCreateRequest.md +3 -4
  868. data/docs/v2/LogsMetricFilter.md +2 -3
  869. data/docs/v2/LogsMetricGroupBy.md +3 -4
  870. data/docs/v2/LogsMetricResponse.md +3 -4
  871. data/docs/v2/LogsMetricResponseAttributes.md +4 -5
  872. data/docs/v2/LogsMetricResponseCompute.md +4 -5
  873. data/docs/v2/LogsMetricResponseComputeAggregationType.md +0 -1
  874. data/docs/v2/LogsMetricResponseData.md +5 -6
  875. data/docs/v2/LogsMetricResponseFilter.md +2 -3
  876. data/docs/v2/LogsMetricResponseGroupBy.md +3 -4
  877. data/docs/v2/LogsMetricType.md +0 -1
  878. data/docs/v2/LogsMetricUpdateAttributes.md +3 -4
  879. data/docs/v2/LogsMetricUpdateData.md +4 -5
  880. data/docs/v2/LogsMetricUpdateRequest.md +3 -4
  881. data/docs/v2/LogsMetricsAPI.md +23 -37
  882. data/docs/v2/LogsMetricsResponse.md +2 -3
  883. data/docs/v2/LogsQueryFilter.md +6 -7
  884. data/docs/v2/LogsQueryOptions.md +4 -5
  885. data/docs/v2/LogsResponseMetadata.md +7 -8
  886. data/docs/v2/LogsResponseMetadataPage.md +2 -3
  887. data/docs/v2/LogsSort.md +0 -1
  888. data/docs/v2/LogsSortOrder.md +0 -1
  889. data/docs/v2/LogsWarning.md +4 -5
  890. data/docs/v2/Metric.md +4 -5
  891. data/docs/v2/MetricAllTags.md +5 -6
  892. data/docs/v2/MetricAllTagsAttributes.md +2 -3
  893. data/docs/v2/MetricAllTagsResponse.md +3 -4
  894. data/docs/v2/MetricCustomAggregation.md +19 -0
  895. data/docs/v2/MetricCustomSpaceAggregation.md +14 -0
  896. data/docs/v2/MetricCustomTimeAggregation.md +14 -0
  897. data/docs/v2/MetricDistinctVolume.md +5 -6
  898. data/docs/v2/MetricDistinctVolumeAttributes.md +2 -3
  899. data/docs/v2/MetricDistinctVolumeType.md +0 -1
  900. data/docs/v2/MetricIngestedIndexedVolume.md +5 -6
  901. data/docs/v2/MetricIngestedIndexedVolumeAttributes.md +3 -4
  902. data/docs/v2/MetricIngestedIndexedVolumeType.md +0 -1
  903. data/docs/v2/MetricTagConfiguration.md +5 -6
  904. data/docs/v2/MetricTagConfigurationAttributes.md +9 -8
  905. data/docs/v2/MetricTagConfigurationCreateAttributes.md +7 -6
  906. data/docs/v2/MetricTagConfigurationCreateData.md +5 -6
  907. data/docs/v2/MetricTagConfigurationCreateRequest.md +3 -4
  908. data/docs/v2/MetricTagConfigurationMetricTypes.md +0 -1
  909. data/docs/v2/MetricTagConfigurationResponse.md +3 -4
  910. data/docs/v2/MetricTagConfigurationType.md +0 -1
  911. data/docs/v2/MetricTagConfigurationUpdateAttributes.md +6 -5
  912. data/docs/v2/MetricTagConfigurationUpdateData.md +5 -6
  913. data/docs/v2/MetricTagConfigurationUpdateRequest.md +3 -4
  914. data/docs/v2/MetricType.md +0 -1
  915. data/docs/v2/MetricVolumes.md +2 -3
  916. data/docs/v2/MetricVolumesResponse.md +3 -4
  917. data/docs/v2/MetricsAPI.md +57 -68
  918. data/docs/v2/MetricsAndMetricTagConfigurations.md +2 -3
  919. data/docs/v2/MetricsAndMetricTagConfigurationsResponse.md +2 -3
  920. data/docs/v2/Organization.md +5 -6
  921. data/docs/v2/OrganizationAttributes.md +10 -11
  922. data/docs/v2/OrganizationsType.md +0 -1
  923. data/docs/v2/Pagination.md +3 -4
  924. data/docs/v2/PartialAPIKey.md +6 -7
  925. data/docs/v2/PartialAPIKeyAttributes.md +6 -7
  926. data/docs/v2/PartialApplicationKey.md +6 -7
  927. data/docs/v2/PartialApplicationKeyAttributes.md +5 -6
  928. data/docs/v2/PartialApplicationKeyResponse.md +19 -0
  929. data/docs/v2/Permission.md +5 -6
  930. data/docs/v2/PermissionAttributes.md +9 -10
  931. data/docs/v2/PermissionsResponse.md +2 -3
  932. data/docs/v2/PermissionsType.md +0 -1
  933. data/docs/v2/ProcessSummariesMeta.md +3 -4
  934. data/docs/v2/ProcessSummariesMetaPage.md +4 -5
  935. data/docs/v2/ProcessSummariesResponse.md +3 -4
  936. data/docs/v2/ProcessSummary.md +5 -6
  937. data/docs/v2/ProcessSummaryAttributes.md +10 -11
  938. data/docs/v2/ProcessSummaryType.md +0 -1
  939. data/docs/v2/ProcessesAPI.md +11 -15
  940. data/docs/v2/QuerySortOrder.md +0 -1
  941. data/docs/v2/README.md +454 -417
  942. data/docs/v2/RelationshipToIncidentIntegrationMetadataData.md +4 -5
  943. data/docs/v2/RelationshipToIncidentIntegrationMetadatas.md +3 -4
  944. data/docs/v2/RelationshipToIncidentPostmortem.md +3 -4
  945. data/docs/v2/RelationshipToIncidentPostmortemData.md +4 -5
  946. data/docs/v2/RelationshipToOrganization.md +3 -4
  947. data/docs/v2/RelationshipToOrganizationData.md +4 -5
  948. data/docs/v2/RelationshipToOrganizations.md +3 -4
  949. data/docs/v2/RelationshipToPermission.md +3 -4
  950. data/docs/v2/RelationshipToPermissionData.md +4 -5
  951. data/docs/v2/RelationshipToPermissions.md +2 -3
  952. data/docs/v2/RelationshipToRole.md +3 -4
  953. data/docs/v2/RelationshipToRoleData.md +4 -5
  954. data/docs/v2/RelationshipToRoles.md +2 -3
  955. data/docs/v2/RelationshipToUser.md +3 -4
  956. data/docs/v2/RelationshipToUserData.md +4 -5
  957. data/docs/v2/RelationshipToUsers.md +3 -4
  958. data/docs/v2/ResponseMetaAttributes.md +3 -4
  959. data/docs/v2/Role.md +6 -7
  960. data/docs/v2/RoleAttributes.md +6 -7
  961. data/docs/v2/RoleCreateAttributes.md +5 -6
  962. data/docs/v2/RoleCreateData.md +5 -6
  963. data/docs/v2/RoleCreateRequest.md +3 -4
  964. data/docs/v2/RoleCreateResponse.md +3 -4
  965. data/docs/v2/RoleCreateResponseData.md +6 -7
  966. data/docs/v2/RoleRelationships.md +4 -5
  967. data/docs/v2/RoleResponse.md +3 -4
  968. data/docs/v2/RoleResponseRelationships.md +3 -4
  969. data/docs/v2/RoleUpdateAttributes.md +5 -6
  970. data/docs/v2/RoleUpdateData.md +5 -6
  971. data/docs/v2/RoleUpdateRequest.md +3 -4
  972. data/docs/v2/RoleUpdateResponse.md +3 -4
  973. data/docs/v2/RoleUpdateResponseData.md +6 -7
  974. data/docs/v2/RolesAPI.md +77 -114
  975. data/docs/v2/RolesResponse.md +4 -5
  976. data/docs/v2/RolesSort.md +0 -1
  977. data/docs/v2/RolesType.md +0 -1
  978. data/docs/v2/SecurityFilter.md +5 -6
  979. data/docs/v2/SecurityFilterAttributes.md +9 -10
  980. data/docs/v2/SecurityFilterCreateAttributes.md +7 -8
  981. data/docs/v2/SecurityFilterCreateData.md +4 -5
  982. data/docs/v2/SecurityFilterCreateRequest.md +3 -4
  983. data/docs/v2/SecurityFilterExclusionFilter.md +4 -5
  984. data/docs/v2/SecurityFilterExclusionFilterResponse.md +3 -4
  985. data/docs/v2/SecurityFilterFilteredDataType.md +0 -1
  986. data/docs/v2/SecurityFilterMeta.md +2 -3
  987. data/docs/v2/SecurityFilterResponse.md +4 -5
  988. data/docs/v2/SecurityFilterType.md +0 -1
  989. data/docs/v2/SecurityFilterUpdateAttributes.md +8 -9
  990. data/docs/v2/SecurityFilterUpdateData.md +4 -5
  991. data/docs/v2/SecurityFilterUpdateRequest.md +3 -4
  992. data/docs/v2/SecurityFiltersResponse.md +3 -4
  993. data/docs/v2/SecurityMonitoringAPI.md +93 -118
  994. data/docs/v2/SecurityMonitoringFilter.md +4 -5
  995. data/docs/v2/SecurityMonitoringFilterAction.md +0 -1
  996. data/docs/v2/SecurityMonitoringListRulesResponse.md +4 -5
  997. data/docs/v2/SecurityMonitoringRuleCase.md +6 -7
  998. data/docs/v2/SecurityMonitoringRuleCaseCreate.md +6 -7
  999. data/docs/v2/SecurityMonitoringRuleCreatePayload.md +16 -13
  1000. data/docs/v2/SecurityMonitoringRuleDetectionMethod.md +0 -1
  1001. data/docs/v2/SecurityMonitoringRuleEvaluationWindow.md +0 -1
  1002. data/docs/v2/SecurityMonitoringRuleKeepAlive.md +0 -1
  1003. data/docs/v2/SecurityMonitoringRuleMaxSignalDuration.md +0 -1
  1004. data/docs/v2/SecurityMonitoringRuleNewValueOptions.md +4 -5
  1005. data/docs/v2/SecurityMonitoringRuleNewValueOptionsForgetAfter.md +0 -1
  1006. data/docs/v2/SecurityMonitoringRuleNewValueOptionsLearningDuration.md +0 -1
  1007. data/docs/v2/SecurityMonitoringRuleOptions.md +7 -8
  1008. data/docs/v2/SecurityMonitoringRuleQuery.md +9 -10
  1009. data/docs/v2/SecurityMonitoringRuleQueryAggregation.md +0 -1
  1010. data/docs/v2/SecurityMonitoringRuleQueryCreate.md +10 -11
  1011. data/docs/v2/SecurityMonitoringRuleResponse.md +22 -17
  1012. data/docs/v2/SecurityMonitoringRuleSeverity.md +0 -1
  1013. data/docs/v2/SecurityMonitoringRuleTypeCreate.md +14 -0
  1014. data/docs/v2/SecurityMonitoringRuleTypeRead.md +14 -0
  1015. data/docs/v2/SecurityMonitoringRuleUpdatePayload.md +15 -12
  1016. data/docs/v2/SecurityMonitoringRuntimeAgentRule.md +4 -5
  1017. data/docs/v2/SecurityMonitoringSignal.md +5 -6
  1018. data/docs/v2/SecurityMonitoringSignalAttributes.md +6 -7
  1019. data/docs/v2/SecurityMonitoringSignalListRequest.md +5 -6
  1020. data/docs/v2/SecurityMonitoringSignalListRequestFilter.md +5 -6
  1021. data/docs/v2/SecurityMonitoringSignalListRequestPage.md +4 -5
  1022. data/docs/v2/SecurityMonitoringSignalType.md +0 -1
  1023. data/docs/v2/SecurityMonitoringSignalsListResponse.md +5 -6
  1024. data/docs/v2/SecurityMonitoringSignalsListResponseLinks.md +3 -4
  1025. data/docs/v2/SecurityMonitoringSignalsListResponseMeta.md +3 -4
  1026. data/docs/v2/SecurityMonitoringSignalsListResponseMetaPage.md +2 -3
  1027. data/docs/v2/SecurityMonitoringSignalsSort.md +0 -1
  1028. data/docs/v2/ServiceAccountCreateAttributes.md +23 -0
  1029. data/docs/v2/ServiceAccountCreateData.md +21 -0
  1030. data/docs/v2/ServiceAccountCreateRequest.md +17 -0
  1031. data/docs/v2/ServiceAccountsAPI.md +329 -0
  1032. data/docs/v2/User.md +6 -7
  1033. data/docs/v2/UserAttributes.md +14 -13
  1034. data/docs/v2/UserCreateAttributes.md +4 -5
  1035. data/docs/v2/UserCreateData.md +5 -6
  1036. data/docs/v2/UserCreateRequest.md +3 -4
  1037. data/docs/v2/UserInvitationData.md +4 -5
  1038. data/docs/v2/UserInvitationDataAttributes.md +6 -7
  1039. data/docs/v2/UserInvitationRelationships.md +3 -4
  1040. data/docs/v2/UserInvitationResponse.md +3 -4
  1041. data/docs/v2/UserInvitationResponseData.md +5 -6
  1042. data/docs/v2/UserInvitationsRequest.md +3 -4
  1043. data/docs/v2/UserInvitationsResponse.md +2 -3
  1044. data/docs/v2/UserInvitationsType.md +0 -1
  1045. data/docs/v2/UserRelationships.md +3 -4
  1046. data/docs/v2/UserResponse.md +3 -4
  1047. data/docs/v2/UserResponseIncludedItem.md +2 -3
  1048. data/docs/v2/UserResponseRelationships.md +6 -7
  1049. data/docs/v2/UserUpdateAttributes.md +4 -5
  1050. data/docs/v2/UserUpdateData.md +5 -6
  1051. data/docs/v2/UserUpdateRequest.md +3 -4
  1052. data/docs/v2/UsersAPI.md +125 -88
  1053. data/docs/v2/UsersResponse.md +4 -5
  1054. data/docs/v2/UsersType.md +0 -1
  1055. data/examples/v1/authentication/Validate.rb +5 -0
  1056. data/examples/v1/dashboard-lists/CreateDashboardList.rb +9 -0
  1057. data/examples/v1/dashboard-lists/DeleteDashboardList.rb +8 -0
  1058. data/examples/v1/dashboard-lists/GetDashboardList.rb +8 -0
  1059. data/examples/v1/dashboard-lists/ListDashboardLists.rb +5 -0
  1060. data/examples/v1/dashboard-lists/UpdateDashboardList.rb +12 -0
  1061. data/examples/v1/dashboards/CreateDashboard.rb +41 -0
  1062. data/examples/v1/dashboards/DeleteDashboards.rb +17 -0
  1063. data/examples/v1/dashboards/ListDashboards.rb +8 -0
  1064. data/examples/v1/downtimes/CancelDowntime.rb +8 -0
  1065. data/examples/v1/downtimes/CancelDowntimesByScope.rb +12 -0
  1066. data/examples/v1/downtimes/CreateDowntime.rb +26 -0
  1067. data/examples/v1/downtimes/GetDowntime.rb +8 -0
  1068. data/examples/v1/downtimes/UpdateDowntime.rb +12 -0
  1069. data/examples/v1/events/CreateEvent.rb +13 -0
  1070. data/examples/v1/hosts/ListHosts.rb +8 -0
  1071. data/examples/v1/ip-ranges/GetIPRanges.rb +5 -0
  1072. data/examples/v1/logs/SubmitLog.rb +12 -0
  1073. data/examples/v1/metrics/QueryMetrics.rb +5 -0
  1074. data/examples/v1/metrics/SubmitMetrics.rb +23 -0
  1075. data/examples/v1/monitors/CheckCanDeleteMonitor.rb +10 -0
  1076. data/examples/v1/monitors/CreateMonitor.rb +23 -0
  1077. data/examples/v1/monitors/DeleteMonitor.rb +8 -0
  1078. data/examples/v1/monitors/GetMonitor.rb +8 -0
  1079. data/examples/v1/monitors/ListMonitors.rb +5 -0
  1080. data/examples/v1/monitors/SearchMonitorGroups.rb +5 -0
  1081. data/examples/v1/monitors/SearchMonitors.rb +5 -0
  1082. data/examples/v1/monitors/UpdateMonitor.rb +24 -0
  1083. data/examples/v1/monitors/ValidateMonitor.rb +36 -0
  1084. data/examples/v1/notebooks/CreateNotebook.rb +58 -0
  1085. data/examples/v1/notebooks/DeleteNotebook.rb +8 -0
  1086. data/examples/v1/notebooks/GetNotebook.rb +8 -0
  1087. data/examples/v1/notebooks/ListNotebooks.rb +5 -0
  1088. data/examples/v1/notebooks/UpdateNotebook.rb +61 -0
  1089. data/examples/v1/service-checks/SubmitServiceCheck.rb +16 -0
  1090. data/examples/v1/service-level-objective-corrections/CreateSLOCorrection.rb +25 -0
  1091. data/examples/v1/service-level-objective-corrections/GetSLOCorrection.rb +11 -0
  1092. data/examples/v1/service-level-objective-corrections/ListSLOCorrection.rb +8 -0
  1093. data/examples/v1/service-level-objective-corrections/UpdateSLOCorrection.rb +24 -0
  1094. data/examples/v1/service-level-objectives/CreateSLO.rb +33 -0
  1095. data/examples/v1/service-level-objectives/DeleteSLO.rb +8 -0
  1096. data/examples/v1/service-level-objectives/GetSLOCorrections.rb +11 -0
  1097. data/examples/v1/snapshots/GetGraphSnapshot.rb +9 -0
  1098. data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +84 -0
  1099. data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +50 -0
  1100. data/examples/v1/synthetics/TriggerTests.rb +16 -0
  1101. data/examples/v1/synthetics/UpdateAPITest.rb +86 -0
  1102. data/examples/v1/webhooks-integration/CreateWebhooksIntegration.rb +10 -0
  1103. data/examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb +11 -0
  1104. data/examples/v1/webhooks-integration/DeleteWebhooksIntegration.rb +8 -0
  1105. data/examples/v1/webhooks-integration/DeleteWebhooksIntegrationCustomVariable.rb +8 -0
  1106. data/examples/v1/webhooks-integration/GetWebhooksIntegration.rb +8 -0
  1107. data/examples/v1/webhooks-integration/UpdateWebhooksIntegration.rb +12 -0
  1108. data/examples/v1/webhooks-integration/UpdateWebhooksIntegrationCustomVariable.rb +12 -0
  1109. data/examples/v2/incident-services/CreateIncidentService.rb +17 -0
  1110. data/examples/v2/incident-services/DeleteIncidentService.rb +11 -0
  1111. data/examples/v2/incident-services/GetIncidentService.rb +11 -0
  1112. data/examples/v2/incident-services/ListIncidentServices.rb +14 -0
  1113. data/examples/v2/incident-services/UpdateIncidentService.rb +21 -0
  1114. data/examples/v2/incident-teams/CreateIncidentTeam.rb +17 -0
  1115. data/examples/v2/incident-teams/DeleteIncidentTeam.rb +11 -0
  1116. data/examples/v2/incident-teams/GetIncidentTeam.rb +11 -0
  1117. data/examples/v2/incident-teams/ListIncidentTeams.rb +14 -0
  1118. data/examples/v2/incident-teams/UpdateIncidentTeam.rb +21 -0
  1119. data/examples/v2/incidents/CreateIncident.rb +35 -0
  1120. data/examples/v2/incidents/DeleteIncident.rb +11 -0
  1121. data/examples/v2/incidents/GetIncident.rb +11 -0
  1122. data/examples/v2/incidents/ListIncidents.rb +8 -0
  1123. data/examples/v2/incidents/UpdateIncident.rb +28 -0
  1124. data/examples/v2/key-management/CreateAPIKey.rb +14 -0
  1125. data/examples/v2/key-management/DeleteAPIKey.rb +8 -0
  1126. data/examples/v2/key-management/GetAPIKey.rb +8 -0
  1127. data/examples/v2/key-management/GetApplicationKey.rb +8 -0
  1128. data/examples/v2/key-management/ListAPIKeys.rb +11 -0
  1129. data/examples/v2/key-management/UpdateAPIKey.rb +18 -0
  1130. data/examples/v2/key-management/UpdateApplicationKey.rb +19 -0
  1131. data/examples/v2/key-management/UpdateCurrentUserApplicationKey.rb +19 -0
  1132. data/examples/v2/logs/AggregateLogs.rb +16 -0
  1133. data/examples/v2/logs/ListLogs.rb +20 -0
  1134. data/examples/v2/logs-metrics/CreateLogsMetric.rb +17 -0
  1135. data/examples/v2/logs-metrics/DeleteLogsMetric.rb +8 -0
  1136. data/examples/v2/logs-metrics/GetLogsMetric.rb +8 -0
  1137. data/examples/v2/logs-metrics/ListLogsMetrics.rb +5 -0
  1138. data/examples/v2/logs-metrics/UpdateLogsMetric.rb +20 -0
  1139. data/examples/v2/processes/ListProcesses.rb +10 -0
  1140. data/examples/v2/roles/AddPermissionToRole.rb +18 -0
  1141. data/examples/v2/roles/AddUserToRole.rb +18 -0
  1142. data/examples/v2/roles/CreateRole.rb +14 -0
  1143. data/examples/v2/roles/DeleteRole.rb +8 -0
  1144. data/examples/v2/roles/GetRole.rb +8 -0
  1145. data/examples/v2/roles/ListPermissions.rb +5 -0
  1146. data/examples/v2/roles/ListRolePermissions.rb +8 -0
  1147. data/examples/v2/roles/ListRoleUsers.rb +8 -0
  1148. data/examples/v2/roles/ListRoles.rb +11 -0
  1149. data/examples/v2/roles/RemovePermissionFromRole.rb +18 -0
  1150. data/examples/v2/roles/RemoveUserFromRole.rb +18 -0
  1151. data/examples/v2/roles/UpdateRole.rb +19 -0
  1152. data/examples/v2/security-monitoring/CreateSecurityFilter.rb +23 -0
  1153. data/examples/v2/security-monitoring/CreateSecurityMonitoringRule.rb +35 -0
  1154. data/examples/v2/security-monitoring/DeleteSecurityMonitoringRule.rb +8 -0
  1155. data/examples/v2/security-monitoring/GetSecurityFilter.rb +8 -0
  1156. data/examples/v2/security-monitoring/ListSecurityFilters.rb +5 -0
  1157. data/examples/v2/security-monitoring/UpdateSecurityFilter.rb +22 -0
  1158. data/examples/v2/users/CreateServiceAccount.rb +29 -0
  1159. data/examples/v2/users/CreateUser.rb +15 -0
  1160. data/examples/v2/users/DisableUser.rb +8 -0
  1161. data/examples/v2/users/GetInvitation.rb +8 -0
  1162. data/examples/v2/users/ListUserPermissions.rb +8 -0
  1163. data/examples/v2/users/ListUsers.rb +11 -0
  1164. data/examples/v2/users/SendInvitations.rb +24 -0
  1165. data/examples/v2/users/UpdateUser.rb +19 -0
  1166. data/extract-code-blocks.awk +6 -1
  1167. data/lib/datadog_api_client/v1/api/authentication_api.rb +1 -1
  1168. data/lib/datadog_api_client/v1/api/aws_integration_api.rb +4 -4
  1169. data/lib/datadog_api_client/v1/api/aws_logs_integration_api.rb +1 -1
  1170. data/lib/datadog_api_client/v1/api/dashboard_lists_api.rb +5 -5
  1171. data/lib/datadog_api_client/v1/api/dashboards_api.rb +155 -5
  1172. data/lib/datadog_api_client/v1/api/downtimes_api.rb +8 -8
  1173. data/lib/datadog_api_client/v1/api/events_api.rb +2 -2
  1174. data/lib/datadog_api_client/v1/api/hosts_api.rb +1 -1
  1175. data/lib/datadog_api_client/v1/api/logs_api.rb +1 -1
  1176. data/lib/datadog_api_client/v1/api/metrics_api.rb +9 -6
  1177. data/lib/datadog_api_client/v1/api/monitors_api.rb +18 -18
  1178. data/lib/datadog_api_client/v1/api/notebooks_api.rb +8 -2
  1179. data/lib/datadog_api_client/v1/api/organizations_api.rb +2 -2
  1180. data/lib/datadog_api_client/v1/api/service_checks_api.rb +3 -3
  1181. data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +16 -16
  1182. data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +87 -5
  1183. data/lib/datadog_api_client/v1/api/snapshots_api.rb +1 -1
  1184. data/lib/datadog_api_client/v1/api/synthetics_api.rb +173 -25
  1185. data/lib/datadog_api_client/v1/api/tags_api.rb +1 -1
  1186. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +293 -213
  1187. data/lib/datadog_api_client/v1/api/users_api.rb +2 -2
  1188. data/lib/datadog_api_client/v1/api/webhooks_integration_api.rb +629 -0
  1189. data/lib/datadog_api_client/v1/api_client.rb +22 -2
  1190. data/lib/datadog_api_client/v1/configuration.rb +29 -141
  1191. data/lib/datadog_api_client/v1/models/access_role.rb +1 -2
  1192. data/lib/datadog_api_client/v1/models/alert_graph_widget_definition.rb +11 -1
  1193. data/lib/datadog_api_client/v1/models/alert_graph_widget_definition_type.rb +1 -2
  1194. data/lib/datadog_api_client/v1/models/alert_value_widget_definition.rb +11 -1
  1195. data/lib/datadog_api_client/v1/models/alert_value_widget_definition_type.rb +1 -2
  1196. data/lib/datadog_api_client/v1/models/api_error_response.rb +11 -1
  1197. data/lib/datadog_api_client/v1/models/api_key.rb +11 -1
  1198. data/lib/datadog_api_client/v1/models/api_key_list_response.rb +11 -1
  1199. data/lib/datadog_api_client/v1/models/api_key_response.rb +11 -1
  1200. data/lib/datadog_api_client/v1/models/apm_stats_query_column_type.rb +11 -1
  1201. data/lib/datadog_api_client/v1/models/apm_stats_query_definition.rb +11 -1
  1202. data/lib/datadog_api_client/v1/models/apm_stats_query_row_type.rb +1 -2
  1203. data/lib/datadog_api_client/v1/models/application_key.rb +11 -1
  1204. data/lib/datadog_api_client/v1/models/application_key_list_response.rb +11 -1
  1205. data/lib/datadog_api_client/v1/models/application_key_response.rb +11 -1
  1206. data/lib/datadog_api_client/v1/models/authentication_validation_response.rb +11 -1
  1207. data/lib/datadog_api_client/v1/models/aws_account.rb +48 -2
  1208. data/lib/datadog_api_client/v1/models/aws_account_and_lambda_request.rb +11 -1
  1209. data/lib/datadog_api_client/v1/models/aws_account_create_response.rb +11 -1
  1210. data/lib/datadog_api_client/v1/models/aws_account_delete_request.rb +253 -0
  1211. data/lib/datadog_api_client/v1/models/aws_account_list_response.rb +11 -1
  1212. data/lib/datadog_api_client/v1/models/aws_logs_async_error.rb +11 -1
  1213. data/lib/datadog_api_client/v1/models/aws_logs_async_response.rb +11 -1
  1214. data/lib/datadog_api_client/v1/models/aws_logs_lambda.rb +11 -1
  1215. data/lib/datadog_api_client/v1/models/aws_logs_list_response.rb +11 -1
  1216. data/lib/datadog_api_client/v1/models/aws_logs_list_services_response.rb +11 -1
  1217. data/lib/datadog_api_client/v1/models/aws_logs_services_request.rb +11 -1
  1218. data/lib/datadog_api_client/v1/models/aws_namespace.rb +1 -2
  1219. data/lib/datadog_api_client/v1/models/aws_tag_filter.rb +11 -1
  1220. data/lib/datadog_api_client/v1/models/aws_tag_filter_create_request.rb +11 -1
  1221. data/lib/datadog_api_client/v1/models/aws_tag_filter_delete_request.rb +11 -1
  1222. data/lib/datadog_api_client/v1/models/aws_tag_filter_list_response.rb +11 -1
  1223. data/lib/datadog_api_client/v1/models/azure_account.rb +22 -2
  1224. data/lib/datadog_api_client/v1/models/cancel_downtimes_by_scope_request.rb +11 -1
  1225. data/lib/datadog_api_client/v1/models/canceled_downtimes_ids.rb +11 -1
  1226. data/lib/datadog_api_client/v1/models/change_widget_definition.rb +11 -1
  1227. data/lib/datadog_api_client/v1/models/change_widget_definition_type.rb +1 -2
  1228. data/lib/datadog_api_client/v1/models/change_widget_request.rb +45 -2
  1229. data/lib/datadog_api_client/v1/models/check_can_delete_monitor_response.rb +11 -1
  1230. data/lib/datadog_api_client/v1/models/check_can_delete_monitor_response_data.rb +11 -1
  1231. data/lib/datadog_api_client/v1/models/check_can_delete_slo_response.rb +11 -1
  1232. data/lib/datadog_api_client/v1/models/check_can_delete_slo_response_data.rb +11 -1
  1233. data/lib/datadog_api_client/v1/models/check_status_widget_definition.rb +11 -1
  1234. data/lib/datadog_api_client/v1/models/check_status_widget_definition_type.rb +1 -2
  1235. data/lib/datadog_api_client/v1/models/content_encoding.rb +3 -4
  1236. data/lib/datadog_api_client/v1/models/creator.rb +12 -1
  1237. data/lib/datadog_api_client/v1/models/dashboard.rb +25 -3
  1238. data/lib/datadog_api_client/v1/models/dashboard_bulk_action_data.rb +254 -0
  1239. data/lib/datadog_api_client/v1/models/dashboard_bulk_delete_request.rb +240 -0
  1240. data/lib/datadog_api_client/v1/models/dashboard_delete_response.rb +11 -1
  1241. data/lib/datadog_api_client/v1/models/dashboard_layout_type.rb +1 -2
  1242. data/lib/datadog_api_client/v1/models/dashboard_list.rb +11 -1
  1243. data/lib/datadog_api_client/v1/models/dashboard_list_delete_response.rb +11 -1
  1244. data/lib/datadog_api_client/v1/models/dashboard_list_list_response.rb +11 -1
  1245. data/lib/datadog_api_client/v1/models/dashboard_reflow_type.rb +1 -2
  1246. data/lib/datadog_api_client/v1/models/{synthetics_tick_interval.rb → dashboard_resource_type.rb} +4 -14
  1247. data/lib/datadog_api_client/v1/models/dashboard_restore_request.rb +240 -0
  1248. data/lib/datadog_api_client/v1/models/dashboard_summary.rb +11 -1
  1249. data/lib/datadog_api_client/v1/models/dashboard_summary_definition.rb +12 -1
  1250. data/lib/datadog_api_client/v1/models/dashboard_template_variable.rb +25 -2
  1251. data/lib/datadog_api_client/v1/models/dashboard_template_variable_preset.rb +11 -1
  1252. data/lib/datadog_api_client/v1/models/dashboard_template_variable_preset_value.rb +11 -1
  1253. data/lib/datadog_api_client/v1/models/deleted_monitor.rb +11 -1
  1254. data/lib/datadog_api_client/v1/models/distribution_widget_definition.rb +11 -1
  1255. data/lib/datadog_api_client/v1/models/distribution_widget_definition_type.rb +1 -2
  1256. data/lib/datadog_api_client/v1/models/distribution_widget_request.rb +21 -2
  1257. data/lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb +11 -1
  1258. data/lib/datadog_api_client/v1/models/distribution_widget_y_axis.rb +11 -1
  1259. data/lib/datadog_api_client/v1/models/downtime.rb +11 -1
  1260. data/lib/datadog_api_client/v1/models/downtime_child.rb +11 -1
  1261. data/lib/datadog_api_client/v1/models/downtime_recurrence.rb +12 -2
  1262. data/lib/datadog_api_client/v1/models/event.rb +23 -18
  1263. data/lib/datadog_api_client/v1/models/event_alert_type.rb +1 -2
  1264. data/lib/datadog_api_client/v1/models/event_create_request.rb +12 -21
  1265. data/lib/datadog_api_client/v1/models/event_create_response.rb +11 -1
  1266. data/lib/datadog_api_client/v1/models/event_list_response.rb +11 -1
  1267. data/lib/datadog_api_client/v1/models/event_priority.rb +1 -2
  1268. data/lib/datadog_api_client/v1/models/event_query_definition.rb +11 -1
  1269. data/lib/datadog_api_client/v1/models/event_response.rb +11 -1
  1270. data/lib/datadog_api_client/v1/models/event_stream_widget_definition.rb +11 -1
  1271. data/lib/datadog_api_client/v1/models/event_stream_widget_definition_type.rb +1 -2
  1272. data/lib/datadog_api_client/v1/models/event_timeline_widget_definition.rb +11 -1
  1273. data/lib/datadog_api_client/v1/models/event_timeline_widget_definition_type.rb +1 -2
  1274. data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stat_name.rb +44 -0
  1275. data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stats_data_source.rb +38 -0
  1276. data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stats_query_definition.rb +356 -0
  1277. data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stat_name.rb +47 -0
  1278. data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stats_data_source.rb +38 -0
  1279. data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stats_query_definition.rb +348 -0
  1280. data/lib/datadog_api_client/v1/models/formula_and_function_event_aggregation.rb +1 -2
  1281. data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition.rb +11 -1
  1282. data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition_compute.rb +11 -1
  1283. data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition_search.rb +11 -1
  1284. data/lib/datadog_api_client/v1/models/formula_and_function_event_query_group_by.rb +11 -1
  1285. data/lib/datadog_api_client/v1/models/formula_and_function_event_query_group_by_sort.rb +11 -1
  1286. data/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb +3 -2
  1287. data/lib/datadog_api_client/v1/models/formula_and_function_metric_aggregation.rb +2 -2
  1288. data/lib/datadog_api_client/v1/models/formula_and_function_metric_data_source.rb +1 -2
  1289. data/lib/datadog_api_client/v1/models/formula_and_function_metric_query_definition.rb +11 -1
  1290. data/lib/datadog_api_client/v1/models/formula_and_function_process_query_data_source.rb +1 -2
  1291. data/lib/datadog_api_client/v1/models/formula_and_function_process_query_definition.rb +11 -1
  1292. data/lib/datadog_api_client/v1/models/formula_and_function_query_definition.rb +13 -2
  1293. data/lib/datadog_api_client/v1/models/formula_and_function_response_format.rb +1 -2
  1294. data/lib/datadog_api_client/v1/models/free_text_widget_definition.rb +11 -1
  1295. data/lib/datadog_api_client/v1/models/free_text_widget_definition_type.rb +1 -2
  1296. data/lib/datadog_api_client/v1/models/funnel_query.rb +271 -0
  1297. data/lib/datadog_api_client/v1/models/funnel_request_type.rb +38 -0
  1298. data/lib/datadog_api_client/v1/models/funnel_source.rb +38 -0
  1299. data/lib/datadog_api_client/v1/models/funnel_widget_definition.rb +322 -0
  1300. data/lib/datadog_api_client/v1/models/funnel_widget_definition_type.rb +38 -0
  1301. data/lib/datadog_api_client/v1/models/funnel_widget_request.rb +251 -0
  1302. data/lib/datadog_api_client/v1/models/gcp_account.rb +11 -1
  1303. data/lib/datadog_api_client/v1/models/geomap_widget_definition.rb +11 -1
  1304. data/lib/datadog_api_client/v1/models/geomap_widget_definition_style.rb +11 -1
  1305. data/lib/datadog_api_client/v1/models/geomap_widget_definition_type.rb +1 -2
  1306. data/lib/datadog_api_client/v1/models/geomap_widget_definition_view.rb +11 -1
  1307. data/lib/datadog_api_client/v1/models/geomap_widget_request.rb +11 -1
  1308. data/lib/datadog_api_client/v1/models/graph_snapshot.rb +11 -1
  1309. data/lib/datadog_api_client/v1/models/group_widget_definition.rb +11 -1
  1310. data/lib/datadog_api_client/v1/models/group_widget_definition_type.rb +1 -2
  1311. data/lib/datadog_api_client/v1/models/heat_map_widget_definition.rb +11 -1
  1312. data/lib/datadog_api_client/v1/models/heat_map_widget_definition_type.rb +1 -2
  1313. data/lib/datadog_api_client/v1/models/heat_map_widget_request.rb +11 -1
  1314. data/lib/datadog_api_client/v1/models/host.rb +11 -1
  1315. data/lib/datadog_api_client/v1/models/host_list_response.rb +11 -1
  1316. data/lib/datadog_api_client/v1/models/host_map_request.rb +11 -1
  1317. data/lib/datadog_api_client/v1/models/host_map_widget_definition.rb +11 -1
  1318. data/lib/datadog_api_client/v1/models/host_map_widget_definition_requests.rb +11 -1
  1319. data/lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb +11 -1
  1320. data/lib/datadog_api_client/v1/models/host_map_widget_definition_type.rb +1 -2
  1321. data/lib/datadog_api_client/v1/models/host_meta.rb +11 -1
  1322. data/lib/datadog_api_client/v1/models/host_metrics.rb +11 -1
  1323. data/lib/datadog_api_client/v1/models/host_mute_response.rb +11 -1
  1324. data/lib/datadog_api_client/v1/models/host_mute_settings.rb +11 -1
  1325. data/lib/datadog_api_client/v1/models/host_tags.rb +11 -1
  1326. data/lib/datadog_api_client/v1/models/host_totals.rb +11 -1
  1327. data/lib/datadog_api_client/v1/models/http_log_error.rb +11 -1
  1328. data/lib/datadog_api_client/v1/models/http_log_item.rb +11 -1
  1329. data/lib/datadog_api_client/v1/models/http_method.rb +1 -2
  1330. data/lib/datadog_api_client/v1/models/i_frame_widget_definition.rb +11 -1
  1331. data/lib/datadog_api_client/v1/models/i_frame_widget_definition_type.rb +1 -2
  1332. data/lib/datadog_api_client/v1/models/idp_form_data.rb +11 -1
  1333. data/lib/datadog_api_client/v1/models/idp_response.rb +11 -1
  1334. data/lib/datadog_api_client/v1/models/image_widget_definition.rb +11 -1
  1335. data/lib/datadog_api_client/v1/models/image_widget_definition_type.rb +1 -2
  1336. data/lib/datadog_api_client/v1/models/intake_payload_accepted.rb +11 -1
  1337. data/lib/datadog_api_client/v1/models/ip_prefixes_agents.rb +11 -1
  1338. data/lib/datadog_api_client/v1/models/ip_prefixes_api.rb +11 -1
  1339. data/lib/datadog_api_client/v1/models/ip_prefixes_apm.rb +11 -1
  1340. data/lib/datadog_api_client/v1/models/ip_prefixes_logs.rb +11 -1
  1341. data/lib/datadog_api_client/v1/models/ip_prefixes_process.rb +11 -1
  1342. data/lib/datadog_api_client/v1/models/ip_prefixes_synthetics.rb +11 -1
  1343. data/lib/datadog_api_client/v1/models/ip_prefixes_webhooks.rb +11 -1
  1344. data/lib/datadog_api_client/v1/models/ip_ranges.rb +11 -1
  1345. data/lib/datadog_api_client/v1/models/list_stream_column.rb +252 -0
  1346. data/lib/datadog_api_client/v1/models/list_stream_column_width.rb +40 -0
  1347. data/lib/datadog_api_client/v1/models/list_stream_query.rb +266 -0
  1348. data/lib/datadog_api_client/v1/models/list_stream_response_format.rb +38 -0
  1349. data/lib/datadog_api_client/v1/models/list_stream_source.rb +40 -0
  1350. data/lib/datadog_api_client/v1/models/list_stream_widget_definition.rb +342 -0
  1351. data/lib/datadog_api_client/v1/models/list_stream_widget_definition_type.rb +38 -0
  1352. data/lib/datadog_api_client/v1/models/list_stream_widget_request.rb +268 -0
  1353. data/lib/datadog_api_client/v1/models/log.rb +11 -1
  1354. data/lib/datadog_api_client/v1/models/log_content.rb +11 -1
  1355. data/lib/datadog_api_client/v1/models/log_query_definition.rb +11 -1
  1356. data/lib/datadog_api_client/v1/models/log_query_definition_group_by.rb +11 -1
  1357. data/lib/datadog_api_client/v1/models/log_query_definition_group_by_sort.rb +11 -1
  1358. data/lib/datadog_api_client/v1/models/log_query_definition_search.rb +11 -1
  1359. data/lib/datadog_api_client/v1/models/log_stream_widget_definition.rb +11 -1
  1360. data/lib/datadog_api_client/v1/models/log_stream_widget_definition_type.rb +1 -2
  1361. data/lib/datadog_api_client/v1/models/logs_api_error.rb +11 -1
  1362. data/lib/datadog_api_client/v1/models/logs_api_error_response.rb +11 -1
  1363. data/lib/datadog_api_client/v1/models/logs_arithmetic_processor.rb +12 -2
  1364. data/lib/datadog_api_client/v1/models/logs_arithmetic_processor_type.rb +1 -2
  1365. data/lib/datadog_api_client/v1/models/logs_attribute_remapper.rb +11 -1
  1366. data/lib/datadog_api_client/v1/models/logs_attribute_remapper_type.rb +1 -2
  1367. data/lib/datadog_api_client/v1/models/logs_by_retention.rb +11 -1
  1368. data/lib/datadog_api_client/v1/models/logs_by_retention_monthly_usage.rb +11 -1
  1369. data/lib/datadog_api_client/v1/models/logs_by_retention_org_usage.rb +11 -1
  1370. data/lib/datadog_api_client/v1/models/logs_by_retention_orgs.rb +11 -1
  1371. data/lib/datadog_api_client/v1/models/logs_category_processor.rb +11 -1
  1372. data/lib/datadog_api_client/v1/models/logs_category_processor_category.rb +11 -1
  1373. data/lib/datadog_api_client/v1/models/logs_category_processor_type.rb +1 -2
  1374. data/lib/datadog_api_client/v1/models/logs_date_remapper.rb +11 -1
  1375. data/lib/datadog_api_client/v1/models/logs_date_remapper_type.rb +1 -2
  1376. data/lib/datadog_api_client/v1/models/logs_exclusion.rb +11 -1
  1377. data/lib/datadog_api_client/v1/models/logs_exclusion_filter.rb +12 -2
  1378. data/lib/datadog_api_client/v1/models/logs_filter.rb +11 -1
  1379. data/lib/datadog_api_client/v1/models/logs_geo_ip_parser.rb +11 -1
  1380. data/lib/datadog_api_client/v1/models/logs_geo_ip_parser_type.rb +1 -2
  1381. data/lib/datadog_api_client/v1/models/logs_grok_parser.rb +12 -2
  1382. data/lib/datadog_api_client/v1/models/logs_grok_parser_rules.rb +11 -1
  1383. data/lib/datadog_api_client/v1/models/logs_grok_parser_type.rb +1 -2
  1384. data/lib/datadog_api_client/v1/models/logs_index.rb +11 -1
  1385. data/lib/datadog_api_client/v1/models/logs_index_list_response.rb +11 -1
  1386. data/lib/datadog_api_client/v1/models/logs_index_update_request.rb +11 -1
  1387. data/lib/datadog_api_client/v1/models/logs_indexes_order.rb +11 -1
  1388. data/lib/datadog_api_client/v1/models/logs_list_request.rb +11 -1
  1389. data/lib/datadog_api_client/v1/models/logs_list_request_time.rb +11 -1
  1390. data/lib/datadog_api_client/v1/models/logs_list_response.rb +11 -1
  1391. data/lib/datadog_api_client/v1/models/logs_lookup_processor.rb +11 -1
  1392. data/lib/datadog_api_client/v1/models/logs_lookup_processor_type.rb +1 -2
  1393. data/lib/datadog_api_client/v1/models/logs_message_remapper.rb +11 -1
  1394. data/lib/datadog_api_client/v1/models/logs_message_remapper_type.rb +1 -2
  1395. data/lib/datadog_api_client/v1/models/logs_pipeline.rb +11 -1
  1396. data/lib/datadog_api_client/v1/models/logs_pipeline_processor.rb +11 -1
  1397. data/lib/datadog_api_client/v1/models/logs_pipeline_processor_type.rb +1 -2
  1398. data/lib/datadog_api_client/v1/models/logs_pipelines_order.rb +11 -1
  1399. data/lib/datadog_api_client/v1/models/logs_processor.rb +11 -2
  1400. data/lib/datadog_api_client/v1/models/logs_query_compute.rb +11 -1
  1401. data/lib/datadog_api_client/v1/models/logs_retention_agg_sum_usage.rb +11 -1
  1402. data/lib/datadog_api_client/v1/models/logs_retention_sum_usage.rb +11 -1
  1403. data/lib/datadog_api_client/v1/models/logs_service_remapper.rb +11 -1
  1404. data/lib/datadog_api_client/v1/models/logs_service_remapper_type.rb +1 -2
  1405. data/lib/datadog_api_client/v1/models/logs_sort.rb +1 -2
  1406. data/lib/datadog_api_client/v1/models/logs_status_remapper.rb +11 -1
  1407. data/lib/datadog_api_client/v1/models/logs_status_remapper_type.rb +1 -2
  1408. data/lib/datadog_api_client/v1/models/logs_string_builder_processor.rb +11 -1
  1409. data/lib/datadog_api_client/v1/models/logs_string_builder_processor_type.rb +1 -2
  1410. data/lib/datadog_api_client/v1/models/logs_trace_remapper.rb +11 -1
  1411. data/lib/datadog_api_client/v1/models/logs_trace_remapper_type.rb +1 -2
  1412. data/lib/datadog_api_client/v1/models/logs_url_parser.rb +11 -1
  1413. data/lib/datadog_api_client/v1/models/logs_url_parser_type.rb +1 -2
  1414. data/lib/datadog_api_client/v1/models/logs_user_agent_parser.rb +11 -1
  1415. data/lib/datadog_api_client/v1/models/logs_user_agent_parser_type.rb +1 -2
  1416. data/lib/datadog_api_client/v1/models/metric_content_encoding.rb +38 -0
  1417. data/lib/datadog_api_client/v1/models/metric_metadata.rb +11 -1
  1418. data/lib/datadog_api_client/v1/models/metric_search_response.rb +11 -1
  1419. data/lib/datadog_api_client/v1/models/metric_search_response_results.rb +11 -1
  1420. data/lib/datadog_api_client/v1/models/metrics_list_response.rb +11 -1
  1421. data/lib/datadog_api_client/v1/models/metrics_payload.rb +11 -1
  1422. data/lib/datadog_api_client/v1/models/metrics_query_metadata.rb +35 -2
  1423. data/lib/datadog_api_client/v1/models/metrics_query_response.rb +11 -1
  1424. data/lib/datadog_api_client/v1/models/metrics_query_unit.rb +11 -1
  1425. data/lib/datadog_api_client/v1/models/monitor.rb +13 -1
  1426. data/lib/datadog_api_client/v1/models/monitor_device_id.rb +1 -2
  1427. data/lib/datadog_api_client/v1/models/monitor_group_search_response.rb +11 -1
  1428. data/lib/datadog_api_client/v1/models/monitor_group_search_response_counts.rb +11 -1
  1429. data/lib/datadog_api_client/v1/models/monitor_group_search_result.rb +11 -1
  1430. data/lib/datadog_api_client/v1/models/monitor_options.rb +51 -6
  1431. data/lib/datadog_api_client/v1/models/monitor_options_aggregation.rb +11 -1
  1432. data/lib/datadog_api_client/v1/models/monitor_overall_states.rb +1 -2
  1433. data/lib/datadog_api_client/v1/models/monitor_renotify_status_type.rb +40 -0
  1434. data/lib/datadog_api_client/v1/models/monitor_search_response.rb +11 -1
  1435. data/lib/datadog_api_client/v1/models/monitor_search_response_counts.rb +11 -1
  1436. data/lib/datadog_api_client/v1/models/monitor_search_response_metadata.rb +11 -1
  1437. data/lib/datadog_api_client/v1/models/monitor_search_result.rb +22 -2
  1438. data/lib/datadog_api_client/v1/models/monitor_search_result_notification.rb +11 -1
  1439. data/lib/datadog_api_client/v1/models/monitor_state.rb +11 -1
  1440. data/lib/datadog_api_client/v1/models/monitor_state_group.rb +11 -1
  1441. data/lib/datadog_api_client/v1/models/monitor_summary_widget_definition.rb +11 -1
  1442. data/lib/datadog_api_client/v1/models/monitor_summary_widget_definition_type.rb +1 -2
  1443. data/lib/datadog_api_client/v1/models/monitor_threshold_window_options.rb +11 -1
  1444. data/lib/datadog_api_client/v1/models/monitor_thresholds.rb +11 -1
  1445. data/lib/datadog_api_client/v1/models/monitor_type.rb +2 -2
  1446. data/lib/datadog_api_client/v1/models/monitor_update_request.rb +11 -1
  1447. data/lib/datadog_api_client/v1/models/note_widget_definition.rb +11 -1
  1448. data/lib/datadog_api_client/v1/models/note_widget_definition_type.rb +1 -2
  1449. data/lib/datadog_api_client/v1/models/notebook_absolute_time.rb +11 -1
  1450. data/lib/datadog_api_client/v1/models/notebook_author.rb +13 -1
  1451. data/lib/datadog_api_client/v1/models/notebook_cell_create_request.rb +11 -1
  1452. data/lib/datadog_api_client/v1/models/notebook_cell_create_request_attributes.rb +11 -2
  1453. data/lib/datadog_api_client/v1/models/notebook_cell_resource_type.rb +1 -2
  1454. data/lib/datadog_api_client/v1/models/notebook_cell_response.rb +11 -1
  1455. data/lib/datadog_api_client/v1/models/notebook_cell_response_attributes.rb +11 -2
  1456. data/lib/datadog_api_client/v1/models/notebook_cell_time.rb +11 -2
  1457. data/lib/datadog_api_client/v1/models/notebook_cell_update_request.rb +11 -1
  1458. data/lib/datadog_api_client/v1/models/notebook_cell_update_request_attributes.rb +11 -2
  1459. data/lib/datadog_api_client/v1/models/notebook_create_data.rb +11 -1
  1460. data/lib/datadog_api_client/v1/models/notebook_create_data_attributes.rb +21 -2
  1461. data/lib/datadog_api_client/v1/models/notebook_create_request.rb +11 -1
  1462. data/lib/datadog_api_client/v1/models/notebook_distribution_cell_attributes.rb +11 -1
  1463. data/lib/datadog_api_client/v1/models/notebook_global_time.rb +11 -2
  1464. data/lib/datadog_api_client/v1/models/notebook_graph_size.rb +1 -2
  1465. data/lib/datadog_api_client/v1/models/notebook_heat_map_cell_attributes.rb +11 -1
  1466. data/lib/datadog_api_client/v1/models/notebook_log_stream_cell_attributes.rb +11 -1
  1467. data/lib/datadog_api_client/v1/models/notebook_markdown_cell_attributes.rb +11 -1
  1468. data/lib/datadog_api_client/v1/models/notebook_markdown_cell_definition.rb +11 -1
  1469. data/lib/datadog_api_client/v1/models/notebook_markdown_cell_definition_type.rb +1 -2
  1470. data/lib/datadog_api_client/v1/models/notebook_metadata.rb +259 -0
  1471. data/lib/datadog_api_client/v1/models/notebook_metadata_type.rb +42 -0
  1472. data/lib/datadog_api_client/v1/models/notebook_relative_time.rb +11 -1
  1473. data/lib/datadog_api_client/v1/models/notebook_resource_type.rb +1 -2
  1474. data/lib/datadog_api_client/v1/models/notebook_response.rb +11 -1
  1475. data/lib/datadog_api_client/v1/models/notebook_response_data.rb +11 -1
  1476. data/lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb +21 -2
  1477. data/lib/datadog_api_client/v1/models/notebook_split_by.rb +11 -1
  1478. data/lib/datadog_api_client/v1/models/notebook_status.rb +1 -2
  1479. data/lib/datadog_api_client/v1/models/notebook_timeseries_cell_attributes.rb +11 -1
  1480. data/lib/datadog_api_client/v1/models/notebook_toplist_cell_attributes.rb +11 -1
  1481. data/lib/datadog_api_client/v1/models/notebook_update_cell.rb +11 -2
  1482. data/lib/datadog_api_client/v1/models/notebook_update_data.rb +11 -1
  1483. data/lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb +21 -2
  1484. data/lib/datadog_api_client/v1/models/notebook_update_request.rb +11 -1
  1485. data/lib/datadog_api_client/v1/models/notebooks_response.rb +11 -1
  1486. data/lib/datadog_api_client/v1/models/notebooks_response_data.rb +11 -1
  1487. data/lib/datadog_api_client/v1/models/notebooks_response_data_attributes.rb +21 -2
  1488. data/lib/datadog_api_client/v1/models/notebooks_response_meta.rb +12 -2
  1489. data/lib/datadog_api_client/v1/models/notebooks_response_page.rb +11 -1
  1490. data/lib/datadog_api_client/v1/models/organization.rb +11 -1
  1491. data/lib/datadog_api_client/v1/models/organization_billing.rb +11 -1
  1492. data/lib/datadog_api_client/v1/models/organization_create_body.rb +11 -1
  1493. data/lib/datadog_api_client/v1/models/organization_create_response.rb +11 -1
  1494. data/lib/datadog_api_client/v1/models/organization_list_response.rb +11 -1
  1495. data/lib/datadog_api_client/v1/models/organization_response.rb +11 -1
  1496. data/lib/datadog_api_client/v1/models/organization_settings.rb +11 -1
  1497. data/lib/datadog_api_client/v1/models/organization_settings_saml.rb +11 -1
  1498. data/lib/datadog_api_client/v1/models/organization_settings_saml_autocreate_users_domains.rb +11 -1
  1499. data/lib/datadog_api_client/v1/models/organization_settings_saml_idp_initiated_login.rb +11 -1
  1500. data/lib/datadog_api_client/v1/models/organization_settings_saml_strict_mode.rb +11 -1
  1501. data/lib/datadog_api_client/v1/models/organization_subscription.rb +11 -1
  1502. data/lib/datadog_api_client/v1/models/pager_duty_service.rb +11 -1
  1503. data/lib/datadog_api_client/v1/models/pager_duty_service_key.rb +11 -1
  1504. data/lib/datadog_api_client/v1/models/pager_duty_service_name.rb +11 -1
  1505. data/lib/datadog_api_client/v1/models/pagination.rb +243 -0
  1506. data/lib/datadog_api_client/v1/models/process_query_definition.rb +11 -1
  1507. data/lib/datadog_api_client/v1/models/query_sort_order.rb +1 -2
  1508. data/lib/datadog_api_client/v1/models/query_value_widget_definition.rb +11 -1
  1509. data/lib/datadog_api_client/v1/models/query_value_widget_definition_type.rb +1 -2
  1510. data/lib/datadog_api_client/v1/models/query_value_widget_request.rb +21 -2
  1511. data/lib/datadog_api_client/v1/models/response_meta_attributes.rb +232 -0
  1512. data/lib/datadog_api_client/v1/models/scatter_plot_request.rb +12 -2
  1513. data/lib/datadog_api_client/v1/models/scatter_plot_widget_definition.rb +11 -1
  1514. data/lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb +21 -12
  1515. data/lib/datadog_api_client/v1/models/scatter_plot_widget_definition_type.rb +1 -2
  1516. data/lib/datadog_api_client/v1/models/scatterplot_dimension.rb +41 -0
  1517. data/lib/datadog_api_client/v1/models/scatterplot_table_request.rb +256 -0
  1518. data/lib/datadog_api_client/v1/models/scatterplot_widget_aggregator.rb +42 -0
  1519. data/lib/datadog_api_client/v1/models/scatterplot_widget_formula.rb +262 -0
  1520. data/lib/datadog_api_client/v1/models/series.rb +11 -1
  1521. data/lib/datadog_api_client/v1/models/service_check.rb +11 -1
  1522. data/lib/datadog_api_client/v1/models/service_check_status.rb +1 -2
  1523. data/lib/datadog_api_client/v1/models/service_level_objective.rb +11 -1
  1524. data/lib/datadog_api_client/v1/models/service_level_objective_query.rb +11 -1
  1525. data/lib/datadog_api_client/v1/models/service_level_objective_request.rb +11 -1
  1526. data/lib/datadog_api_client/v1/models/service_map_widget_definition.rb +11 -1
  1527. data/lib/datadog_api_client/v1/models/service_map_widget_definition_type.rb +1 -2
  1528. data/lib/datadog_api_client/v1/models/service_summary_widget_definition.rb +11 -1
  1529. data/lib/datadog_api_client/v1/models/service_summary_widget_definition_type.rb +1 -2
  1530. data/lib/datadog_api_client/v1/models/slack_integration_channel.rb +11 -1
  1531. data/lib/datadog_api_client/v1/models/slack_integration_channel_display.rb +11 -1
  1532. data/lib/datadog_api_client/v1/models/slo_bulk_delete_error.rb +11 -1
  1533. data/lib/datadog_api_client/v1/models/slo_bulk_delete_response.rb +11 -1
  1534. data/lib/datadog_api_client/v1/models/slo_bulk_delete_response_data.rb +11 -1
  1535. data/lib/datadog_api_client/v1/models/slo_correction.rb +13 -3
  1536. data/lib/datadog_api_client/v1/models/slo_correction_category.rb +1 -2
  1537. data/lib/datadog_api_client/v1/models/slo_correction_create_data.rb +17 -2
  1538. data/lib/datadog_api_client/v1/models/slo_correction_create_request.rb +12 -2
  1539. data/lib/datadog_api_client/v1/models/slo_correction_create_request_attributes.rb +37 -12
  1540. data/lib/datadog_api_client/v1/models/slo_correction_list_response.rb +26 -7
  1541. data/lib/datadog_api_client/v1/models/slo_correction_response.rb +12 -2
  1542. data/lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb +69 -7
  1543. data/lib/datadog_api_client/v1/models/slo_correction_response_attributes_modifier.rb +253 -0
  1544. data/lib/datadog_api_client/v1/models/slo_correction_type.rb +1 -2
  1545. data/lib/datadog_api_client/v1/models/slo_correction_update_data.rb +12 -2
  1546. data/lib/datadog_api_client/v1/models/slo_correction_update_request.rb +12 -2
  1547. data/lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb +36 -6
  1548. data/lib/datadog_api_client/v1/models/slo_delete_response.rb +11 -1
  1549. data/lib/datadog_api_client/v1/models/slo_error_timeframe.rb +1 -2
  1550. data/lib/datadog_api_client/v1/models/slo_history_metrics.rb +11 -1
  1551. data/lib/datadog_api_client/v1/models/slo_history_metrics_series.rb +11 -6
  1552. data/lib/datadog_api_client/v1/models/slo_history_metrics_series_metadata.rb +11 -1
  1553. data/lib/datadog_api_client/v1/models/slo_history_metrics_series_metadata_unit.rb +11 -1
  1554. data/lib/datadog_api_client/v1/models/slo_history_monitor.rb +349 -0
  1555. data/lib/datadog_api_client/v1/models/slo_history_response.rb +11 -1
  1556. data/lib/datadog_api_client/v1/models/slo_history_response_data.rb +13 -3
  1557. data/lib/datadog_api_client/v1/models/slo_history_response_error.rb +12 -2
  1558. data/lib/datadog_api_client/v1/models/slo_history_response_error_with_type.rb +253 -0
  1559. data/lib/datadog_api_client/v1/models/slo_history_sli_data.rb +14 -4
  1560. data/lib/datadog_api_client/v1/models/slo_list_response.rb +11 -1
  1561. data/lib/datadog_api_client/v1/models/slo_list_response_metadata.rb +11 -1
  1562. data/lib/datadog_api_client/v1/models/slo_list_response_metadata_page.rb +11 -1
  1563. data/lib/datadog_api_client/v1/models/slo_response.rb +11 -1
  1564. data/lib/datadog_api_client/v1/models/slo_response_data.rb +11 -1
  1565. data/lib/datadog_api_client/v1/models/slo_threshold.rb +11 -1
  1566. data/lib/datadog_api_client/v1/models/slo_timeframe.rb +2 -2
  1567. data/lib/datadog_api_client/v1/models/slo_type.rb +1 -2
  1568. data/lib/datadog_api_client/v1/models/slo_type_numeric.rb +1 -2
  1569. data/lib/datadog_api_client/v1/models/slo_widget_definition.rb +11 -1
  1570. data/lib/datadog_api_client/v1/models/slo_widget_definition_type.rb +1 -2
  1571. data/lib/datadog_api_client/v1/models/synthetics_api_step.rb +11 -1
  1572. data/lib/datadog_api_client/v1/models/synthetics_api_step_subtype.rb +1 -2
  1573. data/lib/datadog_api_client/v1/models/synthetics_api_test.rb +11 -1
  1574. data/lib/datadog_api_client/v1/models/synthetics_api_test_config.rb +12 -2
  1575. data/lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb +11 -1
  1576. data/lib/datadog_api_client/v1/models/synthetics_api_test_result_full.rb +11 -1
  1577. data/lib/datadog_api_client/v1/models/synthetics_api_test_result_full_check.rb +11 -1
  1578. data/lib/datadog_api_client/v1/models/synthetics_api_test_result_short.rb +11 -1
  1579. data/lib/datadog_api_client/v1/models/synthetics_api_test_result_short_result.rb +11 -1
  1580. data/lib/datadog_api_client/v1/models/synthetics_api_test_type.rb +1 -2
  1581. data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +11 -2
  1582. data/lib/datadog_api_client/v1/models/synthetics_assertion_json_path_operator.rb +1 -2
  1583. data/lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target.rb +11 -1
  1584. data/lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb +12 -1
  1585. data/lib/datadog_api_client/v1/models/synthetics_assertion_operator.rb +1 -2
  1586. data/lib/datadog_api_client/v1/models/synthetics_assertion_target.rb +16 -1
  1587. data/lib/datadog_api_client/v1/models/synthetics_assertion_type.rb +2 -2
  1588. data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +11 -1
  1589. data/lib/datadog_api_client/v1/models/synthetics_batch_details.rb +232 -0
  1590. data/lib/datadog_api_client/v1/models/synthetics_batch_details_data.rb +253 -0
  1591. data/lib/datadog_api_client/v1/models/synthetics_batch_result.rb +319 -0
  1592. data/lib/datadog_api_client/v1/models/synthetics_browser_error.rb +18 -8
  1593. data/lib/datadog_api_client/v1/models/synthetics_browser_error_type.rb +1 -2
  1594. data/lib/datadog_api_client/v1/models/synthetics_browser_test.rb +11 -1
  1595. data/lib/datadog_api_client/v1/models/synthetics_browser_test_config.rb +24 -2
  1596. data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_data.rb +11 -1
  1597. data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_full.rb +11 -1
  1598. data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_full_check.rb +11 -1
  1599. data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_short.rb +11 -1
  1600. data/lib/datadog_api_client/v1/models/synthetics_browser_test_result_short_result.rb +11 -1
  1601. data/lib/datadog_api_client/v1/models/synthetics_browser_test_type.rb +1 -2
  1602. data/lib/datadog_api_client/v1/models/synthetics_browser_variable.rb +12 -2
  1603. data/lib/datadog_api_client/v1/models/synthetics_browser_variable_type.rb +1 -2
  1604. data/lib/datadog_api_client/v1/models/synthetics_check_type.rb +1 -2
  1605. data/lib/datadog_api_client/v1/models/{synthetics_ci_test_metadata.rb → synthetics_ci_batch_metadata.rb} +17 -7
  1606. data/lib/datadog_api_client/v1/models/{synthetics_ci_test_metadata_ci.rb → synthetics_ci_batch_metadata_ci.rb} +17 -9
  1607. data/lib/datadog_api_client/v1/models/{synthetics_ci_test_metadata_git.rb → synthetics_ci_batch_metadata_git.rb} +16 -6
  1608. data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_pipeline.rb +233 -0
  1609. data/lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_provider.rb +233 -0
  1610. data/lib/datadog_api_client/v1/models/synthetics_ci_test.rb +12 -2
  1611. data/lib/datadog_api_client/v1/models/synthetics_ci_test_body.rb +11 -1
  1612. data/lib/datadog_api_client/v1/models/synthetics_config_variable.rb +11 -1
  1613. data/lib/datadog_api_client/v1/models/synthetics_config_variable_type.rb +1 -2
  1614. data/lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb +11 -1
  1615. data/lib/datadog_api_client/v1/models/synthetics_delete_tests_payload.rb +11 -1
  1616. data/lib/datadog_api_client/v1/models/synthetics_delete_tests_response.rb +11 -1
  1617. data/lib/datadog_api_client/v1/models/synthetics_deleted_test.rb +11 -1
  1618. data/lib/datadog_api_client/v1/models/synthetics_device.rb +11 -1
  1619. data/lib/datadog_api_client/v1/models/synthetics_device_id.rb +4 -2
  1620. data/lib/datadog_api_client/v1/models/synthetics_error_code.rb +1 -2
  1621. data/lib/datadog_api_client/v1/models/synthetics_get_api_test_latest_results_response.rb +11 -1
  1622. data/lib/datadog_api_client/v1/models/synthetics_get_browser_test_latest_results_response.rb +11 -1
  1623. data/lib/datadog_api_client/v1/models/synthetics_global_variable.rb +21 -2
  1624. data/lib/datadog_api_client/v1/models/synthetics_global_variable_attributes.rb +235 -0
  1625. data/lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options.rb +11 -1
  1626. data/lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options_type.rb +1 -2
  1627. data/lib/datadog_api_client/v1/models/synthetics_global_variable_parser_type.rb +2 -2
  1628. data/lib/datadog_api_client/v1/models/synthetics_global_variable_value.rb +13 -3
  1629. data/lib/datadog_api_client/v1/models/synthetics_list_global_variables_response.rb +11 -1
  1630. data/lib/datadog_api_client/v1/models/synthetics_list_tests_response.rb +11 -1
  1631. data/lib/datadog_api_client/v1/models/synthetics_location.rb +11 -1
  1632. data/lib/datadog_api_client/v1/models/synthetics_locations.rb +11 -1
  1633. data/lib/datadog_api_client/v1/models/synthetics_parsing_options.rb +11 -1
  1634. data/lib/datadog_api_client/v1/models/synthetics_playing_tab.rb +1 -2
  1635. data/lib/datadog_api_client/v1/models/synthetics_private_location.rb +11 -1
  1636. data/lib/datadog_api_client/v1/models/synthetics_private_location_creation_response.rb +11 -1
  1637. data/lib/datadog_api_client/v1/models/synthetics_private_location_creation_response_result_encryption.rb +11 -1
  1638. data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets.rb +11 -1
  1639. data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets_authentication.rb +11 -1
  1640. data/lib/datadog_api_client/v1/models/synthetics_private_location_secrets_config_decryption.rb +11 -1
  1641. data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate.rb +11 -1
  1642. data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate_issuer.rb +11 -1
  1643. data/lib/datadog_api_client/v1/models/synthetics_ssl_certificate_subject.rb +11 -1
  1644. data/lib/datadog_api_client/v1/models/synthetics_status.rb +40 -0
  1645. data/lib/datadog_api_client/v1/models/synthetics_step.rb +11 -1
  1646. data/lib/datadog_api_client/v1/models/synthetics_step_detail.rb +12 -1
  1647. data/lib/datadog_api_client/v1/models/synthetics_step_detail_warning.rb +11 -1
  1648. data/lib/datadog_api_client/v1/models/synthetics_step_type.rb +1 -2
  1649. data/lib/datadog_api_client/v1/models/synthetics_test_config.rb +13 -3
  1650. data/lib/datadog_api_client/v1/models/synthetics_test_details.rb +21 -2
  1651. data/lib/datadog_api_client/v1/models/synthetics_test_details_sub_type.rb +3 -2
  1652. data/lib/datadog_api_client/v1/models/synthetics_test_details_type.rb +1 -2
  1653. data/lib/datadog_api_client/v1/models/synthetics_test_execution_rule.rb +40 -0
  1654. data/lib/datadog_api_client/v1/models/synthetics_test_monitor_status.rb +1 -2
  1655. data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +82 -3
  1656. data/lib/datadog_api_client/v1/models/synthetics_test_options_monitor_options.rb +11 -1
  1657. data/lib/datadog_api_client/v1/models/synthetics_test_options_retry.rb +11 -1
  1658. data/lib/datadog_api_client/v1/models/synthetics_test_pause_status.rb +1 -2
  1659. data/lib/datadog_api_client/v1/models/synthetics_test_process_status.rb +1 -2
  1660. data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +52 -2
  1661. data/lib/datadog_api_client/v1/models/synthetics_test_request_certificate.rb +11 -1
  1662. data/lib/datadog_api_client/v1/models/synthetics_test_request_certificate_item.rb +11 -1
  1663. data/lib/datadog_api_client/v1/models/synthetics_timing.rb +11 -1
  1664. data/lib/datadog_api_client/v1/models/synthetics_trigger_body.rb +240 -0
  1665. data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_location.rb +11 -1
  1666. data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_run_result.rb +11 -1
  1667. data/lib/datadog_api_client/v1/models/synthetics_trigger_ci_tests_response.rb +23 -2
  1668. data/lib/datadog_api_client/v1/models/synthetics_trigger_test.rb +247 -0
  1669. data/lib/datadog_api_client/v1/models/synthetics_update_test_pause_status_payload.rb +11 -1
  1670. data/lib/datadog_api_client/v1/models/synthetics_variable_parser.rb +11 -1
  1671. data/lib/datadog_api_client/v1/models/synthetics_warning_type.rb +1 -2
  1672. data/lib/datadog_api_client/v1/models/table_widget_cell_display_mode.rb +1 -2
  1673. data/lib/datadog_api_client/v1/models/table_widget_definition.rb +11 -1
  1674. data/lib/datadog_api_client/v1/models/table_widget_definition_type.rb +1 -2
  1675. data/lib/datadog_api_client/v1/models/table_widget_has_search_bar.rb +1 -2
  1676. data/lib/datadog_api_client/v1/models/table_widget_request.rb +45 -2
  1677. data/lib/datadog_api_client/v1/models/tag_to_hosts.rb +11 -1
  1678. data/lib/datadog_api_client/v1/models/target_format_type.rb +1 -2
  1679. data/lib/datadog_api_client/v1/models/timeseries_widget_definition.rb +11 -1
  1680. data/lib/datadog_api_client/v1/models/timeseries_widget_definition_type.rb +1 -2
  1681. data/lib/datadog_api_client/v1/models/timeseries_widget_expression_alias.rb +11 -1
  1682. data/lib/datadog_api_client/v1/models/timeseries_widget_legend_column.rb +1 -2
  1683. data/lib/datadog_api_client/v1/models/timeseries_widget_legend_layout.rb +1 -2
  1684. data/lib/datadog_api_client/v1/models/timeseries_widget_request.rb +21 -2
  1685. data/lib/datadog_api_client/v1/models/toplist_widget_definition.rb +11 -1
  1686. data/lib/datadog_api_client/v1/models/toplist_widget_definition_type.rb +1 -2
  1687. data/lib/datadog_api_client/v1/models/toplist_widget_request.rb +21 -2
  1688. data/lib/datadog_api_client/v1/models/tree_map_color_by.rb +38 -0
  1689. data/lib/datadog_api_client/v1/models/tree_map_group_by.rb +40 -0
  1690. data/lib/datadog_api_client/v1/models/tree_map_size_by.rb +39 -0
  1691. data/lib/datadog_api_client/v1/models/tree_map_widget_definition.rb +338 -0
  1692. data/lib/datadog_api_client/v1/models/tree_map_widget_definition_type.rb +38 -0
  1693. data/lib/datadog_api_client/v1/models/tree_map_widget_request.rb +233 -0
  1694. data/lib/datadog_api_client/v1/models/usage_analyzed_logs_hour.rb +11 -1
  1695. data/lib/datadog_api_client/v1/models/usage_analyzed_logs_response.rb +11 -1
  1696. data/lib/datadog_api_client/v1/models/usage_attribution_aggregates_body.rb +11 -1
  1697. data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +11 -1
  1698. data/lib/datadog_api_client/v1/models/usage_attribution_metadata.rb +11 -1
  1699. data/lib/datadog_api_client/v1/models/usage_attribution_pagination.rb +11 -1
  1700. data/lib/datadog_api_client/v1/models/usage_attribution_response.rb +11 -1
  1701. data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +1 -2
  1702. data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +7 -2
  1703. data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +124 -14
  1704. data/lib/datadog_api_client/v1/models/usage_audit_logs_hour.rb +11 -1
  1705. data/lib/datadog_api_client/v1/models/usage_audit_logs_response.rb +11 -1
  1706. data/lib/datadog_api_client/v1/models/usage_billable_summary_body.rb +11 -1
  1707. data/lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb +12 -2
  1708. data/lib/datadog_api_client/v1/models/usage_billable_summary_keys.rb +129 -2
  1709. data/lib/datadog_api_client/v1/models/usage_billable_summary_response.rb +11 -1
  1710. data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb +11 -1
  1711. data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_response.rb +11 -1
  1712. data/lib/datadog_api_client/v1/models/usage_custom_reports_attributes.rb +11 -1
  1713. data/lib/datadog_api_client/v1/models/usage_custom_reports_data.rb +11 -1
  1714. data/lib/datadog_api_client/v1/models/usage_custom_reports_meta.rb +11 -1
  1715. data/lib/datadog_api_client/v1/models/usage_custom_reports_page.rb +11 -1
  1716. data/lib/datadog_api_client/v1/models/usage_custom_reports_response.rb +11 -1
  1717. data/lib/datadog_api_client/v1/models/usage_cws_hour.rb +11 -1
  1718. data/lib/datadog_api_client/v1/models/usage_cws_response.rb +11 -1
  1719. data/lib/datadog_api_client/v1/models/usage_dbm_hour.rb +253 -0
  1720. data/lib/datadog_api_client/v1/models/{usage_trace_response.rb → usage_dbm_response.rb} +17 -7
  1721. data/lib/datadog_api_client/v1/models/usage_fargate_hour.rb +42 -2
  1722. data/lib/datadog_api_client/v1/models/usage_fargate_response.rb +11 -1
  1723. data/lib/datadog_api_client/v1/models/usage_host_hour.rb +11 -1
  1724. data/lib/datadog_api_client/v1/models/usage_hosts_response.rb +11 -1
  1725. data/lib/datadog_api_client/v1/models/usage_incident_management_hour.rb +11 -1
  1726. data/lib/datadog_api_client/v1/models/usage_incident_management_response.rb +11 -1
  1727. data/lib/datadog_api_client/v1/models/usage_indexed_spans_hour.rb +11 -1
  1728. data/lib/datadog_api_client/v1/models/usage_indexed_spans_response.rb +11 -1
  1729. data/lib/datadog_api_client/v1/models/usage_ingested_spans_hour.rb +11 -1
  1730. data/lib/datadog_api_client/v1/models/usage_ingested_spans_response.rb +11 -1
  1731. data/lib/datadog_api_client/v1/models/usage_io_t_hour.rb +11 -1
  1732. data/lib/datadog_api_client/v1/models/usage_io_t_response.rb +11 -1
  1733. data/lib/datadog_api_client/v1/models/usage_lambda_hour.rb +11 -1
  1734. data/lib/datadog_api_client/v1/models/usage_lambda_response.rb +11 -1
  1735. data/lib/datadog_api_client/v1/models/usage_logs_by_index_hour.rb +11 -1
  1736. data/lib/datadog_api_client/v1/models/usage_logs_by_index_response.rb +11 -1
  1737. data/lib/datadog_api_client/v1/models/usage_logs_by_retention_hour.rb +11 -1
  1738. data/lib/datadog_api_client/v1/models/usage_logs_by_retention_response.rb +11 -1
  1739. data/lib/datadog_api_client/v1/models/usage_logs_hour.rb +11 -1
  1740. data/lib/datadog_api_client/v1/models/usage_logs_response.rb +11 -1
  1741. data/lib/datadog_api_client/v1/models/usage_metric_category.rb +1 -2
  1742. data/lib/datadog_api_client/v1/models/usage_network_flows_hour.rb +18 -8
  1743. data/lib/datadog_api_client/v1/models/usage_network_flows_response.rb +11 -1
  1744. data/lib/datadog_api_client/v1/models/usage_network_hosts_hour.rb +11 -1
  1745. data/lib/datadog_api_client/v1/models/usage_network_hosts_response.rb +11 -1
  1746. data/lib/datadog_api_client/v1/models/usage_profiling_hour.rb +11 -1
  1747. data/lib/datadog_api_client/v1/models/usage_profiling_response.rb +11 -1
  1748. data/lib/datadog_api_client/v1/models/usage_reports_type.rb +1 -2
  1749. data/lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb +11 -1
  1750. data/lib/datadog_api_client/v1/models/usage_rum_sessions_response.rb +11 -1
  1751. data/lib/datadog_api_client/v1/models/usage_rum_units_hour.rb +304 -0
  1752. data/lib/datadog_api_client/v1/models/{usage_trace_hour.rb → usage_rum_units_response.rb} +24 -22
  1753. data/lib/datadog_api_client/v1/models/usage_sds_hour.rb +273 -0
  1754. data/lib/datadog_api_client/v1/models/{usage_tracing_without_limits_response.rb → usage_sds_response.rb} +17 -7
  1755. data/lib/datadog_api_client/v1/models/usage_snmp_hour.rb +11 -1
  1756. data/lib/datadog_api_client/v1/models/usage_snmp_response.rb +11 -1
  1757. data/lib/datadog_api_client/v1/models/usage_sort.rb +1 -2
  1758. data/lib/datadog_api_client/v1/models/usage_sort_direction.rb +1 -2
  1759. data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_attributes.rb +11 -1
  1760. data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_data.rb +11 -1
  1761. data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_meta.rb +11 -1
  1762. data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_page.rb +11 -1
  1763. data/lib/datadog_api_client/v1/models/usage_specified_custom_reports_response.rb +11 -1
  1764. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +122 -2
  1765. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +122 -2
  1766. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +123 -3
  1767. data/lib/datadog_api_client/v1/models/usage_synthetics_api_hour.rb +11 -1
  1768. data/lib/datadog_api_client/v1/models/usage_synthetics_api_response.rb +11 -1
  1769. data/lib/datadog_api_client/v1/models/usage_synthetics_browser_hour.rb +11 -1
  1770. data/lib/datadog_api_client/v1/models/usage_synthetics_browser_response.rb +11 -1
  1771. data/lib/datadog_api_client/v1/models/usage_synthetics_hour.rb +11 -1
  1772. data/lib/datadog_api_client/v1/models/usage_synthetics_response.rb +11 -1
  1773. data/lib/datadog_api_client/v1/models/usage_timeseries_hour.rb +12 -2
  1774. data/lib/datadog_api_client/v1/models/usage_timeseries_response.rb +11 -1
  1775. data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_hour.rb +11 -1
  1776. data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_metadata.rb +11 -1
  1777. data/lib/datadog_api_client/v1/models/usage_top_avg_metrics_response.rb +11 -1
  1778. data/lib/datadog_api_client/v1/models/user.rb +11 -1
  1779. data/lib/datadog_api_client/v1/models/user_disable_response.rb +11 -1
  1780. data/lib/datadog_api_client/v1/models/user_list_response.rb +11 -1
  1781. data/lib/datadog_api_client/v1/models/user_response.rb +11 -1
  1782. data/lib/datadog_api_client/v1/models/webhooks_integration.rb +286 -0
  1783. data/lib/datadog_api_client/v1/models/webhooks_integration_custom_variable.rb +268 -0
  1784. data/lib/datadog_api_client/v1/models/webhooks_integration_custom_variable_response.rb +263 -0
  1785. data/lib/datadog_api_client/v1/models/webhooks_integration_custom_variable_update_request.rb +253 -0
  1786. data/lib/datadog_api_client/v1/models/webhooks_integration_encoding.rb +39 -0
  1787. data/lib/datadog_api_client/v1/models/webhooks_integration_update_request.rb +275 -0
  1788. data/lib/datadog_api_client/v1/models/widget.rb +11 -1
  1789. data/lib/datadog_api_client/v1/models/widget_aggregator.rb +2 -2
  1790. data/lib/datadog_api_client/v1/models/widget_axis.rb +11 -1
  1791. data/lib/datadog_api_client/v1/models/widget_change_type.rb +1 -2
  1792. data/lib/datadog_api_client/v1/models/widget_color_preference.rb +1 -2
  1793. data/lib/datadog_api_client/v1/models/widget_comparator.rb +1 -2
  1794. data/lib/datadog_api_client/v1/models/widget_compare_to.rb +1 -2
  1795. data/lib/datadog_api_client/v1/models/widget_conditional_format.rb +11 -1
  1796. data/lib/datadog_api_client/v1/models/widget_custom_link.rb +11 -1
  1797. data/lib/datadog_api_client/v1/models/widget_definition.rb +15 -3
  1798. data/lib/datadog_api_client/v1/models/widget_display_type.rb +1 -2
  1799. data/lib/datadog_api_client/v1/models/widget_event.rb +11 -1
  1800. data/lib/datadog_api_client/v1/models/widget_event_size.rb +1 -2
  1801. data/lib/datadog_api_client/v1/models/widget_field_sort.rb +11 -1
  1802. data/lib/datadog_api_client/v1/models/widget_formula.rb +33 -2
  1803. data/lib/datadog_api_client/v1/models/widget_formula_limit.rb +11 -1
  1804. data/lib/datadog_api_client/v1/models/widget_grouping.rb +1 -2
  1805. data/lib/datadog_api_client/v1/models/widget_horizontal_align.rb +1 -2
  1806. data/lib/datadog_api_client/v1/models/widget_image_sizing.rb +1 -2
  1807. data/lib/datadog_api_client/v1/models/widget_layout.rb +11 -1
  1808. data/lib/datadog_api_client/v1/models/widget_layout_type.rb +1 -2
  1809. data/lib/datadog_api_client/v1/models/widget_line_type.rb +1 -2
  1810. data/lib/datadog_api_client/v1/models/widget_line_width.rb +1 -2
  1811. data/lib/datadog_api_client/v1/models/widget_live_span.rb +1 -2
  1812. data/lib/datadog_api_client/v1/models/widget_margin.rb +1 -2
  1813. data/lib/datadog_api_client/v1/models/widget_marker.rb +11 -1
  1814. data/lib/datadog_api_client/v1/models/widget_message_display.rb +1 -2
  1815. data/lib/datadog_api_client/v1/models/widget_monitor_summary_display_format.rb +1 -2
  1816. data/lib/datadog_api_client/v1/models/widget_monitor_summary_sort.rb +1 -2
  1817. data/lib/datadog_api_client/v1/models/widget_node_type.rb +1 -2
  1818. data/lib/datadog_api_client/v1/models/widget_order_by.rb +1 -2
  1819. data/lib/datadog_api_client/v1/models/widget_palette.rb +1 -2
  1820. data/lib/datadog_api_client/v1/models/widget_request_style.rb +11 -1
  1821. data/lib/datadog_api_client/v1/models/widget_service_summary_display_format.rb +1 -2
  1822. data/lib/datadog_api_client/v1/models/widget_size_format.rb +1 -2
  1823. data/lib/datadog_api_client/v1/models/widget_sort.rb +1 -2
  1824. data/lib/datadog_api_client/v1/models/widget_style.rb +11 -1
  1825. data/lib/datadog_api_client/v1/models/widget_summary_type.rb +1 -2
  1826. data/lib/datadog_api_client/v1/models/widget_text_align.rb +1 -2
  1827. data/lib/datadog_api_client/v1/models/widget_tick_edge.rb +1 -2
  1828. data/lib/datadog_api_client/v1/models/widget_time.rb +11 -1
  1829. data/lib/datadog_api_client/v1/models/widget_time_windows.rb +1 -2
  1830. data/lib/datadog_api_client/v1/models/widget_vertical_align.rb +1 -2
  1831. data/lib/datadog_api_client/v1/models/widget_view_mode.rb +1 -2
  1832. data/lib/datadog_api_client/v1/models/widget_viz_type.rb +1 -2
  1833. data/lib/datadog_api_client/v1.rb +70 -8
  1834. data/lib/datadog_api_client/v2/api/dashboard_lists_api.rb +1 -1
  1835. data/lib/datadog_api_client/v2/api/incident_services_api.rb +5 -5
  1836. data/lib/datadog_api_client/v2/api/incident_teams_api.rb +5 -5
  1837. data/lib/datadog_api_client/v2/api/incidents_api.rb +5 -5
  1838. data/lib/datadog_api_client/v2/api/key_management_api.rb +76 -0
  1839. data/lib/datadog_api_client/v2/api/logs_api.rb +81 -0
  1840. data/lib/datadog_api_client/v2/api/metrics_api.rb +7 -7
  1841. data/lib/datadog_api_client/v2/api/processes_api.rb +1 -1
  1842. data/lib/datadog_api_client/v2/api/roles_api.rb +12 -12
  1843. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +17 -17
  1844. data/lib/datadog_api_client/v2/api/service_accounts_api.rb +442 -0
  1845. data/lib/datadog_api_client/v2/api/users_api.rb +84 -9
  1846. data/lib/datadog_api_client/v2/api_client.rb +22 -2
  1847. data/lib/datadog_api_client/v2/configuration.rb +77 -0
  1848. data/lib/datadog_api_client/v2/models/api_error_response.rb +11 -1
  1849. data/lib/datadog_api_client/v2/models/api_key_create_attributes.rb +11 -1
  1850. data/lib/datadog_api_client/v2/models/api_key_create_data.rb +11 -1
  1851. data/lib/datadog_api_client/v2/models/api_key_create_request.rb +11 -1
  1852. data/lib/datadog_api_client/v2/models/api_key_relationships.rb +11 -1
  1853. data/lib/datadog_api_client/v2/models/api_key_response.rb +11 -1
  1854. data/lib/datadog_api_client/v2/models/api_key_response_included_item.rb +11 -2
  1855. data/lib/datadog_api_client/v2/models/api_key_update_attributes.rb +11 -1
  1856. data/lib/datadog_api_client/v2/models/api_key_update_data.rb +11 -1
  1857. data/lib/datadog_api_client/v2/models/api_key_update_request.rb +11 -1
  1858. data/lib/datadog_api_client/v2/models/api_keys_response.rb +11 -1
  1859. data/lib/datadog_api_client/v2/models/api_keys_sort.rb +1 -2
  1860. data/lib/datadog_api_client/v2/models/api_keys_type.rb +1 -2
  1861. data/lib/datadog_api_client/v2/models/application_key_create_attributes.rb +11 -1
  1862. data/lib/datadog_api_client/v2/models/application_key_create_data.rb +11 -1
  1863. data/lib/datadog_api_client/v2/models/application_key_create_request.rb +11 -1
  1864. data/lib/datadog_api_client/v2/models/application_key_relationships.rb +18 -8
  1865. data/lib/datadog_api_client/v2/models/application_key_response.rb +11 -1
  1866. data/lib/datadog_api_client/v2/models/application_key_response_included_item.rb +11 -2
  1867. data/lib/datadog_api_client/v2/models/application_key_update_attributes.rb +11 -1
  1868. data/lib/datadog_api_client/v2/models/application_key_update_data.rb +11 -1
  1869. data/lib/datadog_api_client/v2/models/application_key_update_request.rb +11 -1
  1870. data/lib/datadog_api_client/v2/models/application_keys_sort.rb +1 -2
  1871. data/lib/datadog_api_client/v2/models/application_keys_type.rb +1 -2
  1872. data/lib/datadog_api_client/v2/models/content_encoding.rb +39 -0
  1873. data/lib/datadog_api_client/v2/models/creator.rb +11 -1
  1874. data/lib/datadog_api_client/v2/models/dashboard_list_add_items_request.rb +11 -1
  1875. data/lib/datadog_api_client/v2/models/dashboard_list_add_items_response.rb +11 -1
  1876. data/lib/datadog_api_client/v2/models/dashboard_list_delete_items_request.rb +11 -1
  1877. data/lib/datadog_api_client/v2/models/dashboard_list_delete_items_response.rb +11 -1
  1878. data/lib/datadog_api_client/v2/models/dashboard_list_item.rb +11 -1
  1879. data/lib/datadog_api_client/v2/models/dashboard_list_item_request.rb +11 -1
  1880. data/lib/datadog_api_client/v2/models/dashboard_list_item_response.rb +11 -1
  1881. data/lib/datadog_api_client/v2/models/dashboard_list_items.rb +11 -1
  1882. data/lib/datadog_api_client/v2/models/dashboard_list_update_items_request.rb +11 -1
  1883. data/lib/datadog_api_client/v2/models/dashboard_list_update_items_response.rb +11 -1
  1884. data/lib/datadog_api_client/v2/models/dashboard_type.rb +1 -2
  1885. data/lib/datadog_api_client/v2/models/full_api_key.rb +11 -1
  1886. data/lib/datadog_api_client/v2/models/full_api_key_attributes.rb +11 -1
  1887. data/lib/datadog_api_client/v2/models/full_application_key.rb +11 -1
  1888. data/lib/datadog_api_client/v2/models/full_application_key_attributes.rb +11 -1
  1889. data/lib/datadog_api_client/v2/models/http_log_error.rb +253 -0
  1890. data/lib/datadog_api_client/v2/models/{security_filter_delete_response.rb → http_log_errors.rb} +25 -12
  1891. data/lib/datadog_api_client/v2/models/http_log_item.rb +273 -0
  1892. data/lib/datadog_api_client/v2/models/incident_create_attributes.rb +20 -10
  1893. data/lib/datadog_api_client/v2/models/incident_create_data.rb +11 -1
  1894. data/lib/datadog_api_client/v2/models/incident_create_relationships.rb +11 -1
  1895. data/lib/datadog_api_client/v2/models/incident_create_request.rb +11 -1
  1896. data/lib/datadog_api_client/v2/models/incident_field_attributes.rb +11 -2
  1897. data/lib/datadog_api_client/v2/models/incident_field_attributes_multiple_value.rb +12 -1
  1898. data/lib/datadog_api_client/v2/models/incident_field_attributes_single_value.rb +12 -1
  1899. data/lib/datadog_api_client/v2/models/incident_field_attributes_single_value_type.rb +1 -2
  1900. data/lib/datadog_api_client/v2/models/incident_field_attributes_value_type.rb +1 -2
  1901. data/lib/datadog_api_client/v2/models/incident_integration_metadata_type.rb +1 -2
  1902. data/lib/datadog_api_client/v2/models/incident_notification_handle.rb +243 -0
  1903. data/lib/datadog_api_client/v2/models/incident_postmortem_type.rb +1 -2
  1904. data/lib/datadog_api_client/v2/models/incident_related_object.rb +1 -2
  1905. data/lib/datadog_api_client/v2/models/incident_response.rb +11 -1
  1906. data/lib/datadog_api_client/v2/models/incident_response_attributes.rb +13 -2
  1907. data/lib/datadog_api_client/v2/models/incident_response_data.rb +11 -1
  1908. data/lib/datadog_api_client/v2/models/incident_response_included_item.rb +11 -2
  1909. data/lib/datadog_api_client/v2/models/incident_response_relationships.rb +11 -1
  1910. data/lib/datadog_api_client/v2/models/incident_service_create_attributes.rb +11 -1
  1911. data/lib/datadog_api_client/v2/models/incident_service_create_data.rb +11 -1
  1912. data/lib/datadog_api_client/v2/models/incident_service_create_request.rb +11 -1
  1913. data/lib/datadog_api_client/v2/models/incident_service_included_items.rb +11 -2
  1914. data/lib/datadog_api_client/v2/models/incident_service_relationships.rb +11 -1
  1915. data/lib/datadog_api_client/v2/models/incident_service_response.rb +11 -1
  1916. data/lib/datadog_api_client/v2/models/incident_service_response_attributes.rb +11 -1
  1917. data/lib/datadog_api_client/v2/models/incident_service_response_data.rb +11 -1
  1918. data/lib/datadog_api_client/v2/models/incident_service_type.rb +1 -2
  1919. data/lib/datadog_api_client/v2/models/incident_service_update_attributes.rb +11 -1
  1920. data/lib/datadog_api_client/v2/models/incident_service_update_data.rb +11 -1
  1921. data/lib/datadog_api_client/v2/models/incident_service_update_request.rb +11 -1
  1922. data/lib/datadog_api_client/v2/models/incident_services_response.rb +11 -1
  1923. data/lib/datadog_api_client/v2/models/incident_services_response_meta.rb +11 -1
  1924. data/lib/datadog_api_client/v2/models/incident_services_response_meta_pagination.rb +11 -1
  1925. data/lib/datadog_api_client/v2/models/incident_team_create_attributes.rb +11 -1
  1926. data/lib/datadog_api_client/v2/models/incident_team_create_data.rb +11 -1
  1927. data/lib/datadog_api_client/v2/models/incident_team_create_request.rb +11 -1
  1928. data/lib/datadog_api_client/v2/models/incident_team_included_items.rb +11 -2
  1929. data/lib/datadog_api_client/v2/models/incident_team_relationships.rb +11 -1
  1930. data/lib/datadog_api_client/v2/models/incident_team_response.rb +11 -1
  1931. data/lib/datadog_api_client/v2/models/incident_team_response_attributes.rb +11 -1
  1932. data/lib/datadog_api_client/v2/models/incident_team_response_data.rb +11 -1
  1933. data/lib/datadog_api_client/v2/models/incident_team_type.rb +1 -2
  1934. data/lib/datadog_api_client/v2/models/incident_team_update_attributes.rb +11 -1
  1935. data/lib/datadog_api_client/v2/models/incident_team_update_data.rb +11 -1
  1936. data/lib/datadog_api_client/v2/models/incident_team_update_request.rb +11 -1
  1937. data/lib/datadog_api_client/v2/models/incident_teams_response.rb +11 -1
  1938. data/lib/datadog_api_client/v2/models/incident_timeline_cell_create_attributes.rb +11 -2
  1939. data/lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_content_type.rb +1 -2
  1940. data/lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes.rb +11 -1
  1941. data/lib/datadog_api_client/v2/models/incident_timeline_cell_markdown_create_attributes_content.rb +11 -1
  1942. data/lib/datadog_api_client/v2/models/incident_type.rb +1 -2
  1943. data/lib/datadog_api_client/v2/models/incident_update_attributes.rb +12 -2
  1944. data/lib/datadog_api_client/v2/models/incident_update_data.rb +11 -1
  1945. data/lib/datadog_api_client/v2/models/incident_update_relationships.rb +11 -1
  1946. data/lib/datadog_api_client/v2/models/incident_update_request.rb +11 -1
  1947. data/lib/datadog_api_client/v2/models/incidents_response.rb +11 -1
  1948. data/lib/datadog_api_client/v2/models/list_application_keys_response.rb +11 -1
  1949. data/lib/datadog_api_client/v2/models/log.rb +11 -1
  1950. data/lib/datadog_api_client/v2/models/log_attributes.rb +11 -1
  1951. data/lib/datadog_api_client/v2/models/log_type.rb +1 -2
  1952. data/lib/datadog_api_client/v2/models/logs_aggregate_bucket.rb +11 -1
  1953. data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value.rb +11 -2
  1954. data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value_timeseries_point.rb +11 -1
  1955. data/lib/datadog_api_client/v2/models/logs_aggregate_request.rb +11 -1
  1956. data/lib/datadog_api_client/v2/models/logs_aggregate_request_page.rb +11 -1
  1957. data/lib/datadog_api_client/v2/models/logs_aggregate_response.rb +11 -1
  1958. data/lib/datadog_api_client/v2/models/logs_aggregate_response_data.rb +11 -1
  1959. data/lib/datadog_api_client/v2/models/logs_aggregate_response_status.rb +1 -2
  1960. data/lib/datadog_api_client/v2/models/logs_aggregate_sort.rb +11 -1
  1961. data/lib/datadog_api_client/v2/models/logs_aggregate_sort_type.rb +1 -2
  1962. data/lib/datadog_api_client/v2/models/logs_aggregation_function.rb +1 -2
  1963. data/lib/datadog_api_client/v2/models/logs_archive.rb +11 -1
  1964. data/lib/datadog_api_client/v2/models/logs_archive_attributes.rb +11 -1
  1965. data/lib/datadog_api_client/v2/models/logs_archive_create_request.rb +11 -1
  1966. data/lib/datadog_api_client/v2/models/logs_archive_create_request_attributes.rb +11 -1
  1967. data/lib/datadog_api_client/v2/models/logs_archive_create_request_definition.rb +11 -1
  1968. data/lib/datadog_api_client/v2/models/logs_archive_create_request_destination.rb +11 -2
  1969. data/lib/datadog_api_client/v2/models/logs_archive_definition.rb +11 -1
  1970. data/lib/datadog_api_client/v2/models/logs_archive_destination.rb +11 -2
  1971. data/lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb +11 -1
  1972. data/lib/datadog_api_client/v2/models/logs_archive_destination_azure_type.rb +1 -2
  1973. data/lib/datadog_api_client/v2/models/logs_archive_destination_gcs.rb +11 -1
  1974. data/lib/datadog_api_client/v2/models/logs_archive_destination_gcs_type.rb +1 -2
  1975. data/lib/datadog_api_client/v2/models/logs_archive_destination_s3.rb +11 -1
  1976. data/lib/datadog_api_client/v2/models/logs_archive_destination_s3_type.rb +1 -2
  1977. data/lib/datadog_api_client/v2/models/logs_archive_integration_azure.rb +11 -1
  1978. data/lib/datadog_api_client/v2/models/logs_archive_integration_gcs.rb +11 -1
  1979. data/lib/datadog_api_client/v2/models/logs_archive_integration_s3.rb +11 -1
  1980. data/lib/datadog_api_client/v2/models/logs_archive_order.rb +11 -1
  1981. data/lib/datadog_api_client/v2/models/logs_archive_order_attributes.rb +11 -1
  1982. data/lib/datadog_api_client/v2/models/logs_archive_order_definition.rb +11 -1
  1983. data/lib/datadog_api_client/v2/models/logs_archive_order_definition_type.rb +1 -2
  1984. data/lib/datadog_api_client/v2/models/logs_archive_state.rb +1 -2
  1985. data/lib/datadog_api_client/v2/models/logs_archives.rb +11 -1
  1986. data/lib/datadog_api_client/v2/models/logs_compute.rb +11 -1
  1987. data/lib/datadog_api_client/v2/models/logs_compute_type.rb +1 -2
  1988. data/lib/datadog_api_client/v2/models/logs_group_by.rb +11 -1
  1989. data/lib/datadog_api_client/v2/models/logs_group_by_histogram.rb +11 -1
  1990. data/lib/datadog_api_client/v2/models/logs_group_by_missing.rb +11 -2
  1991. data/lib/datadog_api_client/v2/models/logs_group_by_total.rb +11 -2
  1992. data/lib/datadog_api_client/v2/models/logs_list_request.rb +11 -1
  1993. data/lib/datadog_api_client/v2/models/logs_list_request_page.rb +11 -1
  1994. data/lib/datadog_api_client/v2/models/logs_list_response.rb +11 -1
  1995. data/lib/datadog_api_client/v2/models/logs_list_response_links.rb +11 -1
  1996. data/lib/datadog_api_client/v2/models/logs_metric_compute.rb +11 -1
  1997. data/lib/datadog_api_client/v2/models/logs_metric_compute_aggregation_type.rb +1 -2
  1998. data/lib/datadog_api_client/v2/models/logs_metric_create_attributes.rb +11 -1
  1999. data/lib/datadog_api_client/v2/models/logs_metric_create_data.rb +11 -1
  2000. data/lib/datadog_api_client/v2/models/logs_metric_create_request.rb +11 -1
  2001. data/lib/datadog_api_client/v2/models/logs_metric_filter.rb +11 -1
  2002. data/lib/datadog_api_client/v2/models/logs_metric_group_by.rb +11 -1
  2003. data/lib/datadog_api_client/v2/models/logs_metric_response.rb +11 -1
  2004. data/lib/datadog_api_client/v2/models/logs_metric_response_attributes.rb +11 -1
  2005. data/lib/datadog_api_client/v2/models/logs_metric_response_compute.rb +11 -1
  2006. data/lib/datadog_api_client/v2/models/logs_metric_response_compute_aggregation_type.rb +1 -2
  2007. data/lib/datadog_api_client/v2/models/logs_metric_response_data.rb +11 -1
  2008. data/lib/datadog_api_client/v2/models/logs_metric_response_filter.rb +11 -1
  2009. data/lib/datadog_api_client/v2/models/logs_metric_response_group_by.rb +11 -1
  2010. data/lib/datadog_api_client/v2/models/logs_metric_type.rb +1 -2
  2011. data/lib/datadog_api_client/v2/models/logs_metric_update_attributes.rb +11 -1
  2012. data/lib/datadog_api_client/v2/models/logs_metric_update_data.rb +11 -1
  2013. data/lib/datadog_api_client/v2/models/logs_metric_update_request.rb +11 -1
  2014. data/lib/datadog_api_client/v2/models/logs_metrics_response.rb +11 -1
  2015. data/lib/datadog_api_client/v2/models/logs_query_filter.rb +11 -1
  2016. data/lib/datadog_api_client/v2/models/logs_query_options.rb +11 -1
  2017. data/lib/datadog_api_client/v2/models/logs_response_metadata.rb +11 -1
  2018. data/lib/datadog_api_client/v2/models/logs_response_metadata_page.rb +11 -1
  2019. data/lib/datadog_api_client/v2/models/logs_sort.rb +1 -2
  2020. data/lib/datadog_api_client/v2/models/logs_sort_order.rb +1 -2
  2021. data/lib/datadog_api_client/v2/models/logs_warning.rb +11 -1
  2022. data/lib/datadog_api_client/v2/models/metric.rb +11 -1
  2023. data/lib/datadog_api_client/v2/models/metric_all_tags.rb +11 -1
  2024. data/lib/datadog_api_client/v2/models/metric_all_tags_attributes.rb +11 -1
  2025. data/lib/datadog_api_client/v2/models/metric_all_tags_response.rb +11 -1
  2026. data/lib/datadog_api_client/v2/models/metric_custom_aggregation.rb +251 -0
  2027. data/lib/datadog_api_client/v2/models/metric_custom_space_aggregation.rb +41 -0
  2028. data/lib/datadog_api_client/v2/models/metric_custom_time_aggregation.rb +42 -0
  2029. data/lib/datadog_api_client/v2/models/metric_distinct_volume.rb +11 -1
  2030. data/lib/datadog_api_client/v2/models/metric_distinct_volume_attributes.rb +11 -1
  2031. data/lib/datadog_api_client/v2/models/metric_distinct_volume_type.rb +1 -2
  2032. data/lib/datadog_api_client/v2/models/metric_ingested_indexed_volume.rb +11 -1
  2033. data/lib/datadog_api_client/v2/models/metric_ingested_indexed_volume_attributes.rb +11 -1
  2034. data/lib/datadog_api_client/v2/models/metric_ingested_indexed_volume_type.rb +1 -2
  2035. data/lib/datadog_api_client/v2/models/metric_tag_configuration.rb +11 -1
  2036. data/lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb +24 -2
  2037. data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +24 -2
  2038. data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_data.rb +11 -1
  2039. data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_request.rb +11 -1
  2040. data/lib/datadog_api_client/v2/models/metric_tag_configuration_metric_types.rb +1 -2
  2041. data/lib/datadog_api_client/v2/models/metric_tag_configuration_response.rb +11 -1
  2042. data/lib/datadog_api_client/v2/models/metric_tag_configuration_type.rb +1 -2
  2043. data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +24 -2
  2044. data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_data.rb +11 -1
  2045. data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_request.rb +11 -1
  2046. data/lib/datadog_api_client/v2/models/metric_type.rb +1 -2
  2047. data/lib/datadog_api_client/v2/models/metric_volumes.rb +11 -2
  2048. data/lib/datadog_api_client/v2/models/metric_volumes_response.rb +11 -1
  2049. data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations.rb +11 -2
  2050. data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations_response.rb +11 -1
  2051. data/lib/datadog_api_client/v2/models/organization.rb +11 -1
  2052. data/lib/datadog_api_client/v2/models/organization_attributes.rb +11 -1
  2053. data/lib/datadog_api_client/v2/models/organizations_type.rb +1 -2
  2054. data/lib/datadog_api_client/v2/models/pagination.rb +11 -1
  2055. data/lib/datadog_api_client/v2/models/partial_api_key.rb +11 -1
  2056. data/lib/datadog_api_client/v2/models/partial_api_key_attributes.rb +11 -1
  2057. data/lib/datadog_api_client/v2/models/partial_application_key.rb +11 -1
  2058. data/lib/datadog_api_client/v2/models/partial_application_key_attributes.rb +11 -1
  2059. data/lib/datadog_api_client/{v1/models/usage_tracing_without_limits_hour.rb → v2/models/partial_application_key_response.rb} +34 -23
  2060. data/lib/datadog_api_client/v2/models/permission.rb +11 -1
  2061. data/lib/datadog_api_client/v2/models/permission_attributes.rb +11 -1
  2062. data/lib/datadog_api_client/v2/models/permissions_response.rb +11 -1
  2063. data/lib/datadog_api_client/v2/models/permissions_type.rb +1 -2
  2064. data/lib/datadog_api_client/v2/models/process_summaries_meta.rb +11 -1
  2065. data/lib/datadog_api_client/v2/models/process_summaries_meta_page.rb +11 -1
  2066. data/lib/datadog_api_client/v2/models/process_summaries_response.rb +11 -1
  2067. data/lib/datadog_api_client/v2/models/process_summary.rb +11 -1
  2068. data/lib/datadog_api_client/v2/models/process_summary_attributes.rb +11 -1
  2069. data/lib/datadog_api_client/v2/models/process_summary_type.rb +1 -2
  2070. data/lib/datadog_api_client/v2/models/query_sort_order.rb +1 -2
  2071. data/lib/datadog_api_client/v2/models/relationship_to_incident_integration_metadata_data.rb +11 -1
  2072. data/lib/datadog_api_client/v2/models/relationship_to_incident_integration_metadatas.rb +11 -1
  2073. data/lib/datadog_api_client/v2/models/relationship_to_incident_postmortem.rb +11 -1
  2074. data/lib/datadog_api_client/v2/models/relationship_to_incident_postmortem_data.rb +11 -1
  2075. data/lib/datadog_api_client/v2/models/relationship_to_organization.rb +11 -1
  2076. data/lib/datadog_api_client/v2/models/relationship_to_organization_data.rb +11 -1
  2077. data/lib/datadog_api_client/v2/models/relationship_to_organizations.rb +11 -1
  2078. data/lib/datadog_api_client/v2/models/relationship_to_permission.rb +11 -1
  2079. data/lib/datadog_api_client/v2/models/relationship_to_permission_data.rb +11 -1
  2080. data/lib/datadog_api_client/v2/models/relationship_to_permissions.rb +11 -1
  2081. data/lib/datadog_api_client/v2/models/relationship_to_role.rb +11 -1
  2082. data/lib/datadog_api_client/v2/models/relationship_to_role_data.rb +11 -1
  2083. data/lib/datadog_api_client/v2/models/relationship_to_roles.rb +11 -1
  2084. data/lib/datadog_api_client/v2/models/relationship_to_user.rb +11 -1
  2085. data/lib/datadog_api_client/v2/models/relationship_to_user_data.rb +11 -1
  2086. data/lib/datadog_api_client/v2/models/relationship_to_users.rb +11 -1
  2087. data/lib/datadog_api_client/v2/models/response_meta_attributes.rb +11 -1
  2088. data/lib/datadog_api_client/v2/models/role.rb +11 -1
  2089. data/lib/datadog_api_client/v2/models/role_attributes.rb +11 -1
  2090. data/lib/datadog_api_client/v2/models/role_create_attributes.rb +11 -1
  2091. data/lib/datadog_api_client/v2/models/role_create_data.rb +11 -1
  2092. data/lib/datadog_api_client/v2/models/role_create_request.rb +11 -1
  2093. data/lib/datadog_api_client/v2/models/role_create_response.rb +11 -1
  2094. data/lib/datadog_api_client/v2/models/role_create_response_data.rb +11 -1
  2095. data/lib/datadog_api_client/v2/models/role_relationships.rb +11 -1
  2096. data/lib/datadog_api_client/v2/models/role_response.rb +11 -1
  2097. data/lib/datadog_api_client/v2/models/role_response_relationships.rb +11 -1
  2098. data/lib/datadog_api_client/v2/models/role_update_attributes.rb +11 -1
  2099. data/lib/datadog_api_client/v2/models/role_update_data.rb +11 -1
  2100. data/lib/datadog_api_client/v2/models/role_update_request.rb +11 -1
  2101. data/lib/datadog_api_client/v2/models/role_update_response.rb +11 -1
  2102. data/lib/datadog_api_client/v2/models/role_update_response_data.rb +11 -1
  2103. data/lib/datadog_api_client/v2/models/roles_response.rb +11 -1
  2104. data/lib/datadog_api_client/v2/models/roles_sort.rb +1 -2
  2105. data/lib/datadog_api_client/v2/models/roles_type.rb +1 -2
  2106. data/lib/datadog_api_client/v2/models/security_filter.rb +11 -1
  2107. data/lib/datadog_api_client/v2/models/security_filter_attributes.rb +11 -1
  2108. data/lib/datadog_api_client/v2/models/security_filter_create_attributes.rb +11 -1
  2109. data/lib/datadog_api_client/v2/models/security_filter_create_data.rb +11 -1
  2110. data/lib/datadog_api_client/v2/models/security_filter_create_request.rb +11 -1
  2111. data/lib/datadog_api_client/v2/models/security_filter_exclusion_filter.rb +11 -1
  2112. data/lib/datadog_api_client/v2/models/security_filter_exclusion_filter_response.rb +11 -1
  2113. data/lib/datadog_api_client/v2/models/security_filter_filtered_data_type.rb +1 -2
  2114. data/lib/datadog_api_client/v2/models/security_filter_meta.rb +11 -1
  2115. data/lib/datadog_api_client/v2/models/security_filter_response.rb +11 -1
  2116. data/lib/datadog_api_client/v2/models/security_filter_type.rb +1 -2
  2117. data/lib/datadog_api_client/v2/models/security_filter_update_attributes.rb +11 -1
  2118. data/lib/datadog_api_client/v2/models/security_filter_update_data.rb +11 -1
  2119. data/lib/datadog_api_client/v2/models/security_filter_update_request.rb +11 -1
  2120. data/lib/datadog_api_client/v2/models/security_filters_response.rb +11 -1
  2121. data/lib/datadog_api_client/v2/models/security_monitoring_filter.rb +11 -1
  2122. data/lib/datadog_api_client/v2/models/security_monitoring_filter_action.rb +1 -2
  2123. data/lib/datadog_api_client/v2/models/security_monitoring_list_rules_response.rb +12 -2
  2124. data/lib/datadog_api_client/v2/models/security_monitoring_rule_case.rb +11 -1
  2125. data/lib/datadog_api_client/v2/models/security_monitoring_rule_case_create.rb +11 -1
  2126. data/lib/datadog_api_client/v2/models/security_monitoring_rule_create_payload.rb +34 -5
  2127. data/lib/datadog_api_client/v2/models/security_monitoring_rule_detection_method.rb +1 -2
  2128. data/lib/datadog_api_client/v2/models/security_monitoring_rule_evaluation_window.rb +1 -2
  2129. data/lib/datadog_api_client/v2/models/security_monitoring_rule_keep_alive.rb +1 -2
  2130. data/lib/datadog_api_client/v2/models/security_monitoring_rule_max_signal_duration.rb +1 -2
  2131. data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb +11 -1
  2132. data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options_forget_after.rb +1 -2
  2133. data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options_learning_duration.rb +1 -2
  2134. data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +11 -1
  2135. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query.rb +11 -1
  2136. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_aggregation.rb +1 -2
  2137. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_create.rb +11 -1
  2138. data/lib/datadog_api_client/v2/models/security_monitoring_rule_response.rb +42 -3
  2139. data/lib/datadog_api_client/v2/models/security_monitoring_rule_severity.rb +1 -2
  2140. data/lib/datadog_api_client/v2/models/security_monitoring_rule_type_create.rb +39 -0
  2141. data/lib/datadog_api_client/v2/models/security_monitoring_rule_type_read.rb +41 -0
  2142. data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +50 -5
  2143. data/lib/datadog_api_client/v2/models/security_monitoring_runtime_agent_rule.rb +11 -1
  2144. data/lib/datadog_api_client/v2/models/security_monitoring_signal.rb +11 -1
  2145. data/lib/datadog_api_client/v2/models/security_monitoring_signal_attributes.rb +11 -1
  2146. data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request.rb +11 -1
  2147. data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request_filter.rb +11 -1
  2148. data/lib/datadog_api_client/v2/models/security_monitoring_signal_list_request_page.rb +11 -1
  2149. data/lib/datadog_api_client/v2/models/security_monitoring_signal_type.rb +1 -2
  2150. data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response.rb +11 -1
  2151. data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_links.rb +11 -1
  2152. data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_meta.rb +11 -1
  2153. data/lib/datadog_api_client/v2/models/security_monitoring_signals_list_response_meta_page.rb +11 -1
  2154. data/lib/datadog_api_client/v2/models/security_monitoring_signals_sort.rb +1 -2
  2155. data/lib/datadog_api_client/v2/models/service_account_create_attributes.rb +273 -0
  2156. data/lib/datadog_api_client/v2/models/service_account_create_data.rb +262 -0
  2157. data/lib/datadog_api_client/v2/models/service_account_create_request.rb +237 -0
  2158. data/lib/datadog_api_client/v2/models/user.rb +11 -1
  2159. data/lib/datadog_api_client/v2/models/user_attributes.rb +24 -2
  2160. data/lib/datadog_api_client/v2/models/user_create_attributes.rb +11 -1
  2161. data/lib/datadog_api_client/v2/models/user_create_data.rb +11 -1
  2162. data/lib/datadog_api_client/v2/models/user_create_request.rb +11 -1
  2163. data/lib/datadog_api_client/v2/models/user_invitation_data.rb +11 -1
  2164. data/lib/datadog_api_client/v2/models/user_invitation_data_attributes.rb +11 -1
  2165. data/lib/datadog_api_client/v2/models/user_invitation_relationships.rb +11 -1
  2166. data/lib/datadog_api_client/v2/models/user_invitation_response.rb +11 -1
  2167. data/lib/datadog_api_client/v2/models/user_invitation_response_data.rb +11 -1
  2168. data/lib/datadog_api_client/v2/models/user_invitations_request.rb +11 -1
  2169. data/lib/datadog_api_client/v2/models/user_invitations_response.rb +11 -1
  2170. data/lib/datadog_api_client/v2/models/user_invitations_type.rb +1 -2
  2171. data/lib/datadog_api_client/v2/models/user_relationships.rb +11 -1
  2172. data/lib/datadog_api_client/v2/models/user_response.rb +11 -1
  2173. data/lib/datadog_api_client/v2/models/user_response_included_item.rb +11 -2
  2174. data/lib/datadog_api_client/v2/models/user_response_relationships.rb +11 -1
  2175. data/lib/datadog_api_client/v2/models/user_update_attributes.rb +11 -1
  2176. data/lib/datadog_api_client/v2/models/user_update_data.rb +11 -1
  2177. data/lib/datadog_api_client/v2/models/user_update_request.rb +11 -1
  2178. data/lib/datadog_api_client/v2/models/users_response.rb +11 -1
  2179. data/lib/datadog_api_client/v2/models/users_type.rb +1 -2
  2180. data/lib/datadog_api_client/v2.rb +15 -1
  2181. data/lib/datadog_api_client/version.rb +1 -1
  2182. data/run-tests.sh +4 -4
  2183. data/spec/fixtures/logs_archive_unknown_nested_oneof.json +23 -0
  2184. data/spec/fixtures/synthetics_unknown_nested_enum.json +34 -0
  2185. data/spec/fixtures/synthetics_unknown_nested_enum_in_list.json +59 -0
  2186. data/spec/fixtures/synthetics_unknown_nested_oneof_in_list.json +61 -0
  2187. data/spec/fixtures/synthetics_unknown_top_level_enum.json +33 -0
  2188. data/spec/spec_helper.rb +19 -21
  2189. data/spec/v1/api/webhooks_integration_api_spec.rb +136 -0
  2190. data/spec/v1/deserialization_spec.rb +99 -0
  2191. data/spec/v1/models/aws_account_delete_request_spec.rb +49 -0
  2192. data/spec/v1/models/dashboard_bulk_action_data_spec.rb +43 -0
  2193. data/spec/v1/models/dashboard_bulk_delete_request_spec.rb +37 -0
  2194. data/spec/v1/models/dashboard_resource_type_spec.rb +31 -0
  2195. data/spec/v1/models/dashboard_restore_request_spec.rb +37 -0
  2196. data/spec/v1/models/formula_and_function_apm_dependency_stat_name_spec.rb +31 -0
  2197. data/spec/v1/models/formula_and_function_apm_dependency_stats_data_source_spec.rb +31 -0
  2198. data/spec/v1/models/formula_and_function_apm_dependency_stats_query_definition_spec.rb +91 -0
  2199. data/spec/v1/models/formula_and_function_apm_resource_stat_name_spec.rb +31 -0
  2200. data/spec/v1/models/formula_and_function_apm_resource_stats_data_source_spec.rb +31 -0
  2201. data/spec/v1/models/formula_and_function_apm_resource_stats_query_definition_spec.rb +91 -0
  2202. data/spec/v1/models/funnel_query_spec.rb +49 -0
  2203. data/spec/v1/models/funnel_request_type_spec.rb +31 -0
  2204. data/spec/v1/models/funnel_source_spec.rb +31 -0
  2205. data/spec/v1/models/funnel_widget_definition_spec.rb +67 -0
  2206. data/spec/v1/models/funnel_widget_definition_type_spec.rb +31 -0
  2207. data/spec/v1/models/funnel_widget_request_spec.rb +43 -0
  2208. data/spec/v1/models/{usage_trace_hour_spec.rb → list_stream_column_spec.rb} +8 -8
  2209. data/spec/v1/models/list_stream_column_width_spec.rb +31 -0
  2210. data/spec/v1/models/list_stream_query_spec.rb +49 -0
  2211. data/spec/v1/models/list_stream_response_format_spec.rb +31 -0
  2212. data/spec/v1/models/list_stream_source_spec.rb +31 -0
  2213. data/spec/v1/models/list_stream_widget_definition_spec.rb +79 -0
  2214. data/spec/v1/models/list_stream_widget_definition_type_spec.rb +31 -0
  2215. data/spec/v1/models/list_stream_widget_request_spec.rb +49 -0
  2216. data/spec/v1/models/metric_content_encoding_spec.rb +31 -0
  2217. data/spec/v1/models/monitor_renotify_status_type_spec.rb +31 -0
  2218. data/spec/v1/models/notebook_metadata_spec.rb +49 -0
  2219. data/spec/v1/models/notebook_metadata_type_spec.rb +31 -0
  2220. data/spec/v1/models/pagination_spec.rb +43 -0
  2221. data/spec/v1/models/response_meta_attributes_spec.rb +37 -0
  2222. data/spec/v1/models/{synthetics_tick_interval_spec.rb → scatterplot_dimension_spec.rb} +6 -6
  2223. data/spec/v1/models/scatterplot_table_request_spec.rb +49 -0
  2224. data/spec/v1/models/scatterplot_widget_aggregator_spec.rb +31 -0
  2225. data/spec/v1/models/scatterplot_widget_formula_spec.rb +49 -0
  2226. data/spec/v1/models/slo_correction_response_attributes_modifier_spec.rb +49 -0
  2227. data/spec/v1/models/slo_history_monitor_spec.rb +103 -0
  2228. data/spec/v1/models/slo_history_response_error_with_type_spec.rb +43 -0
  2229. data/spec/v1/models/synthetics_batch_details_data_spec.rb +49 -0
  2230. data/spec/v1/models/synthetics_batch_details_spec.rb +37 -0
  2231. data/spec/v1/models/synthetics_batch_result_spec.rb +91 -0
  2232. data/spec/v1/models/{synthetics_ci_test_metadata_ci_spec.rb → synthetics_ci_batch_metadata_ci_spec.rb} +6 -6
  2233. data/spec/v1/models/{synthetics_ci_test_metadata_git_spec.rb → synthetics_ci_batch_metadata_git_spec.rb} +6 -6
  2234. data/spec/v1/models/synthetics_ci_batch_metadata_pipeline_spec.rb +37 -0
  2235. data/spec/v1/models/synthetics_ci_batch_metadata_provider_spec.rb +37 -0
  2236. data/spec/v1/models/{synthetics_ci_test_metadata_spec.rb → synthetics_ci_batch_metadata_spec.rb} +6 -6
  2237. data/spec/v1/models/synthetics_global_variable_attributes_spec.rb +37 -0
  2238. data/spec/v1/models/synthetics_status_spec.rb +31 -0
  2239. data/spec/v1/models/synthetics_test_execution_rule_spec.rb +31 -0
  2240. data/spec/v1/models/synthetics_trigger_body_spec.rb +37 -0
  2241. data/spec/v1/models/synthetics_trigger_test_spec.rb +43 -0
  2242. data/spec/v1/models/tree_map_color_by_spec.rb +31 -0
  2243. data/spec/v1/models/tree_map_group_by_spec.rb +31 -0
  2244. data/spec/v1/models/tree_map_size_by_spec.rb +31 -0
  2245. data/spec/v1/models/tree_map_widget_definition_spec.rb +67 -0
  2246. data/spec/v1/models/tree_map_widget_definition_type_spec.rb +31 -0
  2247. data/spec/v1/models/tree_map_widget_request_spec.rb +37 -0
  2248. data/spec/v1/models/usage_attribution_body_spec.rb +12 -0
  2249. data/spec/v1/models/usage_attribution_pagination_spec.rb +1 -13
  2250. data/spec/v1/models/usage_attribution_values_spec.rb +48 -0
  2251. data/spec/v1/models/usage_billable_summary_keys_spec.rb +78 -0
  2252. data/spec/v1/models/usage_dbm_hour_spec.rb +49 -0
  2253. data/spec/v1/models/{usage_trace_response_spec.rb → usage_dbm_response_spec.rb} +6 -6
  2254. data/spec/v1/models/usage_host_hour_spec.rb +18 -0
  2255. data/spec/v1/models/usage_rum_units_hour_spec.rb +79 -0
  2256. data/spec/v1/models/{usage_tracing_without_limits_response_spec.rb → usage_rum_units_response_spec.rb} +6 -6
  2257. data/spec/v1/models/{usage_tracing_without_limits_hour_spec.rb → usage_sds_hour_spec.rb} +13 -7
  2258. data/spec/v1/models/usage_sds_response_spec.rb +37 -0
  2259. data/spec/v1/models/usage_summary_date_org_spec.rb +54 -0
  2260. data/spec/v1/models/usage_summary_date_spec.rb +56 -2
  2261. data/spec/v1/models/usage_summary_response_spec.rb +60 -0
  2262. data/spec/v1/models/usage_top_avg_metrics_response_spec.rb +6 -0
  2263. data/spec/v1/models/webhooks_integration_custom_variable_response_spec.rb +49 -0
  2264. data/spec/v1/models/webhooks_integration_custom_variable_spec.rb +49 -0
  2265. data/spec/v1/models/webhooks_integration_custom_variable_update_request_spec.rb +49 -0
  2266. data/spec/v1/models/webhooks_integration_encoding_spec.rb +31 -0
  2267. data/spec/v1/models/webhooks_integration_spec.rb +61 -0
  2268. data/spec/v1/models/webhooks_integration_update_request_spec.rb +61 -0
  2269. data/spec/v2/api/service_accounts_api_spec.rb +109 -0
  2270. data/spec/v2/models/content_encoding_spec.rb +31 -0
  2271. data/spec/v2/models/http_log_error_spec.rb +49 -0
  2272. data/spec/v2/models/http_log_errors_spec.rb +37 -0
  2273. data/spec/v2/models/http_log_item_spec.rb +61 -0
  2274. data/spec/v2/models/incident_notification_handle_spec.rb +43 -0
  2275. data/spec/v2/models/metric_custom_aggregation_spec.rb +43 -0
  2276. data/spec/v2/models/metric_custom_space_aggregation_spec.rb +31 -0
  2277. data/spec/v2/models/metric_custom_time_aggregation_spec.rb +31 -0
  2278. data/spec/v2/models/partial_application_key_response_spec.rb +43 -0
  2279. data/spec/v2/models/security_monitoring_rule_type_create_spec.rb +31 -0
  2280. data/spec/v2/models/security_monitoring_rule_type_read_spec.rb +31 -0
  2281. data/spec/v2/models/service_account_create_attributes_spec.rb +55 -0
  2282. data/spec/v2/models/service_account_create_data_spec.rb +49 -0
  2283. data/spec/v2/models/{security_filter_delete_response_spec.rb → service_account_create_request_spec.rb} +7 -7
  2284. metadata +475 -46
  2285. data/.generated_files +0 -3
  2286. data/.github/workflows/scripts/test_integration.js +0 -24
  2287. data/Dockerfile.test +0 -8
  2288. data/docs/v1/SyntheticsCITestMetadata.md +0 -20
  2289. data/docs/v1/SyntheticsCITestMetadataCi.md +0 -20
  2290. data/docs/v1/SyntheticsCITestMetadataGit.md +0 -20
  2291. data/docs/v1/UsageTraceHour.md +0 -20
  2292. data/docs/v1/UsageTraceResponse.md +0 -18
  2293. data/docs/v1/UsageTracingWithoutLimitsHour.md +0 -20
  2294. data/docs/v1/UsageTracingWithoutLimitsResponse.md +0 -18
  2295. data/docs/v2/SecurityFilterDeleteResponse.md +0 -18
@@ -60,7 +60,7 @@ module DatadogAPIClient::V1
60
60
 
61
61
  # query parameters
62
62
  query_params = opts[:query_params] || {}
63
- query_params[:'monitor_ids'] = @api_client.build_collection_param(monitor_ids, :multi)
63
+ query_params[:'monitor_ids'] = @api_client.build_collection_param(monitor_ids, :csv)
64
64
 
65
65
  # header parameters
66
66
  header_params = opts[:header_params] || {}
@@ -77,7 +77,7 @@ module DatadogAPIClient::V1
77
77
  return_type = opts[:debug_return_type] || 'CheckCanDeleteMonitorResponse'
78
78
 
79
79
  # auth_names
80
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
80
+ auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
81
81
 
82
82
  new_options = opts.merge(
83
83
  :operation => :check_can_delete_monitor,
@@ -97,7 +97,7 @@ module DatadogAPIClient::V1
97
97
  end
98
98
 
99
99
  # Create a monitor
100
- # Create a monitor using the specified options. #### Monitor Types The type of monitor chosen from: - anomaly: `query alert` - APM: `query alert` or `trace-analytics alert` - composite: `composite` - custom: `service check` - event: `event alert` - forecast: `query alert` - host: `service check` - integration: `query alert` or `service check` - live process: `process alert` - logs: `log alert` - metric: `metric alert` - network: `service check` - outlier: `query alert` - process: `service check` - rum: `rum alert` - SLO: `slo alert` - watchdog: `event alert` - event-v2: `event-v2 alert` #### Query Types **Metric Alert Query** Example: `time_aggr(time_window):space_aggr:metric{tags} [by {key}] operator #` - `time_aggr`: avg, sum, max, min, change, or pct_change - `time_window`: `last_#m` (with `#` between 1 and 2880 depending on the monitor type) or `last_#h`(with `#` between 1 and 48 depending on the monitor type), or `last_1d` - `space_aggr`: avg, sum, min, or max - `tags`: one or more tags (comma-separated), or * - `key`: a 'key' in key:value tag syntax; defines a separate alert for each tag in the group (multi-alert) - `operator`: <, <=, >, >=, ==, or != - `#`: an integer or decimal number used to set the threshold If you are using the `_change_` or `_pct_change_` time aggregator, instead use `change_aggr(time_aggr(time_window), timeshift):space_aggr:metric{tags} [by {key}] operator #` with: - `change_aggr` change, pct_change - `time_aggr` avg, sum, max, min [Learn more](https://docs.datadoghq.com/monitors/monitor_types/#define-the-conditions) - `time_window` last\\_#m (between 1 and 2880 depending on the monitor type), last\\_#h (between 1 and 48 depending on the monitor type), or last_#d (1 or 2) - `timeshift` #m_ago (5, 10, 15, or 30), #h_ago (1, 2, or 4), or 1d_ago Use this to create an outlier monitor using the following query: `avg(last_30m):outliers(avg:system.cpu.user{role:es-events-data} by {host}, 'dbscan', 7) > 0` **Service Check Query** Example: `\"check\".over(tags).last(count).by(group).count_by_status()` - **`check`** name of the check, e.g. `datadog.agent.up` - **`tags`** one or more quoted tags (comma-separated), or \"*\". e.g.: `.over(\"env:prod\", \"role:db\")`; **`over`** cannot be blank. - **`count`** must be at greater than or equal to your max threshold (defined in the `options`). It is limited to 100. For example, if you've specified to notify on 1 critical, 3 ok, and 2 warn statuses, `count` should be at least 3. - **`group`** must be specified for check monitors. Per-check grouping is already explicitly known for some service checks. For example, Postgres integration monitors are tagged by `db`, `host`, and `port`, and Network monitors by `host`, `instance`, and `url`. See [Service Checks](https://docs.datadoghq.com/api/latest/service-checks/) documentation for more information. **Event Alert Query** Example: `events('sources:nagios status:error,warning priority:normal tags: \"string query\"').rollup(\"count\").last(\"1h\")\"` - **`event`**, the event query string: - **`string_query`** free text query to match against event title and text. - **`sources`** event sources (comma-separated). - **`status`** event statuses (comma-separated). Valid options: error, warn, and info. - **`priority`** event priorities (comma-separated). Valid options: low, normal, all. - **`host`** event reporting host (comma-separated). - **`tags`** event tags (comma-separated). - **`excluded_tags`** excluded event tags (comma-separated). - **`rollup`** the stats roll-up method. `count` is the only supported method now. - **`last`** the timeframe to roll up the counts. Examples: 45m, 4h. Supported timeframes: m, h and d. This value should not exceed 48 hours. **NOTE** Only available on US1 and EU. **Event V2 Alert Query** Example: `events(query).rollup(rollup_method[, measure]).last(time_window) operator #` - **`query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/). - **`rollup_method`** The stats roll-up method - supports `count`, `avg` and `cardinality`. - **`measure`** For `avg` and cardinality `rollup_method` - specify the measure or the facet name you want to use. - **`time_window`** #m (5, 10, 15, or 30), #h (1, 2, or 4, 24). - **`operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`. - **`#`** an integer or decimal number used to set the threshold. **NOTE** Only available on US1-FED, US3, and in closed beta on EU and US1. **Process Alert Query** Example: `processes(search).over(tags).rollup('count').last(timeframe) operator #` - **`search`** free text search string for querying processes. Matching processes match results on the [Live Processes](https://docs.datadoghq.com/infrastructure/process/?tab=linuxwindows) page. - **`tags`** one or more tags (comma-separated) - **`timeframe`** the timeframe to roll up the counts. Examples: 10m, 4h. Supported timeframes: s, m, h and d - **`operator`** <, <=, >, >=, ==, or != - **`#`** an integer or decimal number used to set the threshold **Logs Alert Query** Example: `logs(query).index(index_name).rollup(rollup_method[, measure]).last(time_window) operator #` - **`query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/). - **`index_name`** For multi-index organizations, the log index in which the request is performed. - **`rollup_method`** The stats roll-up method - supports `count`, `avg` and `cardinality`. - **`measure`** For `avg` and cardinality `rollup_method` - specify the measure or the facet name you want to use. - **`time_window`** #m (between 1 and 2880), #h (between 1 and 48) - **`operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`. - **`#`** an integer or decimal number used to set the threshold. **Composite Query** Example: `12345 && 67890`, where `12345` and `67890` are the IDs of non-composite monitors * **`name`** [*required*, *default* = **dynamic, based on query**]: The name of the alert. * **`message`** [*required*, *default* = **dynamic, based on query**]: A message to include with notifications for this monitor. Email notifications can be sent to specific users by using the same '@username' notation as events. * **`tags`** [*optional*, *default* = **empty list**]: A list of tags to associate with your monitor. When getting all monitor details via the API, use the `monitor_tags` argument to filter results by these tags. It is only available via the API and isn't visible or editable in the Datadog UI. **SLO Alert Query** Example: `error_budget(\"slo_id\").over(\"time_window\") operator #` - **`slo_id`**: The alphanumeric SLO ID of the SLO you are configuring the alert for. - **`time_window`**: The time window of the SLO target you wish to alert on. Valid options: `7d`, `30d`, `90d`. - **`operator`**: `>=` or `>`
100
+ # Create a monitor using the specified options. #### Monitor Types The type of monitor chosen from: - anomaly: `query alert` - APM: `query alert` or `trace-analytics alert` - composite: `composite` - custom: `service check` - event: `event alert` - forecast: `query alert` - host: `service check` - integration: `query alert` or `service check` - live process: `process alert` - logs: `log alert` - metric: `query alert` - network: `service check` - outlier: `query alert` - process: `service check` - rum: `rum alert` - SLO: `slo alert` - watchdog: `event alert` - event-v2: `event-v2 alert` - audit: `audit alert` #### Query Types **Metric Alert Query** Example: `time_aggr(time_window):space_aggr:metric{tags} [by {key}] operator #` - `time_aggr`: avg, sum, max, min, change, or pct_change - `time_window`: `last_#m` (with `#` between 1 and 10080 depending on the monitor type) or `last_#h`(with `#` between 1 and 168 depending on the monitor type) or `last_1d`, or `last_1w` - `space_aggr`: avg, sum, min, or max - `tags`: one or more tags (comma-separated), or * - `key`: a 'key' in key:value tag syntax; defines a separate alert for each tag in the group (multi-alert) - `operator`: <, <=, >, >=, ==, or != - `#`: an integer or decimal number used to set the threshold If you are using the `_change_` or `_pct_change_` time aggregator, instead use `change_aggr(time_aggr(time_window), timeshift):space_aggr:metric{tags} [by {key}] operator #` with: - `change_aggr` change, pct_change - `time_aggr` avg, sum, max, min [Learn more](https://docs.datadoghq.com/monitors/create/types/#define-the-conditions) - `time_window` last\\_#m (between 1 and 2880 depending on the monitor type), last\\_#h (between 1 and 48 depending on the monitor type), or last_#d (1 or 2) - `timeshift` #m_ago (5, 10, 15, or 30), #h_ago (1, 2, or 4), or 1d_ago Use this to create an outlier monitor using the following query: `avg(last_30m):outliers(avg:system.cpu.user{role:es-events-data} by {host}, 'dbscan', 7) > 0` **Service Check Query** Example: `\"check\".over(tags).last(count).by(group).count_by_status()` - **`check`** name of the check, e.g. `datadog.agent.up` - **`tags`** one or more quoted tags (comma-separated), or \"*\". e.g.: `.over(\"env:prod\", \"role:db\")`; **`over`** cannot be blank. - **`count`** must be at greater than or equal to your max threshold (defined in the `options`). It is limited to 100. For example, if you've specified to notify on 1 critical, 3 ok, and 2 warn statuses, `count` should be at least 3. - **`group`** must be specified for check monitors. Per-check grouping is already explicitly known for some service checks. For example, Postgres integration monitors are tagged by `db`, `host`, and `port`, and Network monitors by `host`, `instance`, and `url`. See [Service Checks](https://docs.datadoghq.com/api/latest/service-checks/) documentation for more information. **Event Alert Query** Example: `events('sources:nagios status:error,warning priority:normal tags: \"string query\"').rollup(\"count\").last(\"1h\")\"` - **`event`**, the event query string: - **`string_query`** free text query to match against event title and text. - **`sources`** event sources (comma-separated). - **`status`** event statuses (comma-separated). Valid options: error, warn, and info. - **`priority`** event priorities (comma-separated). Valid options: low, normal, all. - **`host`** event reporting host (comma-separated). - **`tags`** event tags (comma-separated). - **`excluded_tags`** excluded event tags (comma-separated). - **`rollup`** the stats roll-up method. `count` is the only supported method now. - **`last`** the timeframe to roll up the counts. Examples: 45m, 4h. Supported timeframes: m, h and d. This value should not exceed 48 hours. **NOTE** Only available on US1 and EU. **Event V2 Alert Query** Example: `events(query).rollup(rollup_method[, measure]).last(time_window) operator #` - **`query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/). - **`rollup_method`** The stats roll-up method - supports `count`, `avg` and `cardinality`. - **`measure`** For `avg` and cardinality `rollup_method` - specify the measure or the facet name you want to use. - **`time_window`** #m (between 1 and 2880), #h (between 1 and 48). - **`operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`. - **`#`** an integer or decimal number used to set the threshold. **NOTE** Only available on US1-FED, US3, US5 and in closed beta on EU and US1. **Process Alert Query** Example: `processes(search).over(tags).rollup('count').last(timeframe) operator #` - **`search`** free text search string for querying processes. Matching processes match results on the [Live Processes](https://docs.datadoghq.com/infrastructure/process/?tab=linuxwindows) page. - **`tags`** one or more tags (comma-separated) - **`timeframe`** the timeframe to roll up the counts. Examples: 10m, 4h. Supported timeframes: s, m, h and d - **`operator`** <, <=, >, >=, ==, or != - **`#`** an integer or decimal number used to set the threshold **Logs Alert Query** Example: `logs(query).index(index_name).rollup(rollup_method[, measure]).last(time_window) operator #` - **`query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/). - **`index_name`** For multi-index organizations, the log index in which the request is performed. - **`rollup_method`** The stats roll-up method - supports `count`, `avg` and `cardinality`. - **`measure`** For `avg` and cardinality `rollup_method` - specify the measure or the facet name you want to use. - **`time_window`** #m (between 1 and 2880), #h (between 1 and 48). - **`operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`. - **`#`** an integer or decimal number used to set the threshold. **Composite Query** Example: `12345 && 67890`, where `12345` and `67890` are the IDs of non-composite monitors * **`name`** [*required*, *default* = **dynamic, based on query**]: The name of the alert. * **`message`** [*required*, *default* = **dynamic, based on query**]: A message to include with notifications for this monitor. Email notifications can be sent to specific users by using the same '@username' notation as events. * **`tags`** [*optional*, *default* = **empty list**]: A list of tags to associate with your monitor. When getting all monitor details via the API, use the `monitor_tags` argument to filter results by these tags. It is only available via the API and isn't visible or editable in the Datadog UI. **SLO Alert Query** Example: `error_budget(\"slo_id\").over(\"time_window\") operator #` - **`slo_id`**: The alphanumeric SLO ID of the SLO you are configuring the alert for. - **`time_window`**: The time window of the SLO target you wish to alert on. Valid options: `7d`, `30d`, `90d`. - **`operator`**: `>=` or `>` **Audit Alert Query** Example: `audits(query).rollup(rollup_method[, measure]).last(time_window) operator #` - **`query`** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/). - **`rollup_method`** The stats roll-up method - supports `count`, `avg` and `cardinality`. - **`measure`** For `avg` and cardinality `rollup_method` - specify the measure or the facet name you want to use. - **`time_window`** #m (between 1 and 2880), #h (between 1 and 48). - **`operator`** `<`, `<=`, `>`, `>=`, `==`, or `!=`. - **`#`** an integer or decimal number used to set the threshold. **NOTE** Only available on US1-FED and in closed beta on US1, EU, US3, and US5.
101
101
  # @param body [Monitor] Create a monitor request body.
102
102
  # @param [Hash] opts the optional parameters
103
103
  # @return [Monitor]
@@ -107,7 +107,7 @@ module DatadogAPIClient::V1
107
107
  end
108
108
 
109
109
  # Create a monitor
110
- # Create a monitor using the specified options. #### Monitor Types The type of monitor chosen from: - anomaly: &#x60;query alert&#x60; - APM: &#x60;query alert&#x60; or &#x60;trace-analytics alert&#x60; - composite: &#x60;composite&#x60; - custom: &#x60;service check&#x60; - event: &#x60;event alert&#x60; - forecast: &#x60;query alert&#x60; - host: &#x60;service check&#x60; - integration: &#x60;query alert&#x60; or &#x60;service check&#x60; - live process: &#x60;process alert&#x60; - logs: &#x60;log alert&#x60; - metric: &#x60;metric alert&#x60; - network: &#x60;service check&#x60; - outlier: &#x60;query alert&#x60; - process: &#x60;service check&#x60; - rum: &#x60;rum alert&#x60; - SLO: &#x60;slo alert&#x60; - watchdog: &#x60;event alert&#x60; - event-v2: &#x60;event-v2 alert&#x60; #### Query Types **Metric Alert Query** Example: &#x60;time_aggr(time_window):space_aggr:metric{tags} [by {key}] operator #&#x60; - &#x60;time_aggr&#x60;: avg, sum, max, min, change, or pct_change - &#x60;time_window&#x60;: &#x60;last_#m&#x60; (with &#x60;#&#x60; between 1 and 2880 depending on the monitor type) or &#x60;last_#h&#x60;(with &#x60;#&#x60; between 1 and 48 depending on the monitor type), or &#x60;last_1d&#x60; - &#x60;space_aggr&#x60;: avg, sum, min, or max - &#x60;tags&#x60;: one or more tags (comma-separated), or * - &#x60;key&#x60;: a &#39;key&#39; in key:value tag syntax; defines a separate alert for each tag in the group (multi-alert) - &#x60;operator&#x60;: &lt;, &lt;&#x3D;, &gt;, &gt;&#x3D;, &#x3D;&#x3D;, or !&#x3D; - &#x60;#&#x60;: an integer or decimal number used to set the threshold If you are using the &#x60;_change_&#x60; or &#x60;_pct_change_&#x60; time aggregator, instead use &#x60;change_aggr(time_aggr(time_window), timeshift):space_aggr:metric{tags} [by {key}] operator #&#x60; with: - &#x60;change_aggr&#x60; change, pct_change - &#x60;time_aggr&#x60; avg, sum, max, min [Learn more](https://docs.datadoghq.com/monitors/monitor_types/#define-the-conditions) - &#x60;time_window&#x60; last\\_#m (between 1 and 2880 depending on the monitor type), last\\_#h (between 1 and 48 depending on the monitor type), or last_#d (1 or 2) - &#x60;timeshift&#x60; #m_ago (5, 10, 15, or 30), #h_ago (1, 2, or 4), or 1d_ago Use this to create an outlier monitor using the following query: &#x60;avg(last_30m):outliers(avg:system.cpu.user{role:es-events-data} by {host}, &#39;dbscan&#39;, 7) &gt; 0&#x60; **Service Check Query** Example: &#x60;\&quot;check\&quot;.over(tags).last(count).by(group).count_by_status()&#x60; - **&#x60;check&#x60;** name of the check, e.g. &#x60;datadog.agent.up&#x60; - **&#x60;tags&#x60;** one or more quoted tags (comma-separated), or \&quot;*\&quot;. e.g.: &#x60;.over(\&quot;env:prod\&quot;, \&quot;role:db\&quot;)&#x60;; **&#x60;over&#x60;** cannot be blank. - **&#x60;count&#x60;** must be at greater than or equal to your max threshold (defined in the &#x60;options&#x60;). It is limited to 100. For example, if you&#39;ve specified to notify on 1 critical, 3 ok, and 2 warn statuses, &#x60;count&#x60; should be at least 3. - **&#x60;group&#x60;** must be specified for check monitors. Per-check grouping is already explicitly known for some service checks. For example, Postgres integration monitors are tagged by &#x60;db&#x60;, &#x60;host&#x60;, and &#x60;port&#x60;, and Network monitors by &#x60;host&#x60;, &#x60;instance&#x60;, and &#x60;url&#x60;. See [Service Checks](https://docs.datadoghq.com/api/latest/service-checks/) documentation for more information. **Event Alert Query** Example: &#x60;events(&#39;sources:nagios status:error,warning priority:normal tags: \&quot;string query\&quot;&#39;).rollup(\&quot;count\&quot;).last(\&quot;1h\&quot;)\&quot;&#x60; - **&#x60;event&#x60;**, the event query string: - **&#x60;string_query&#x60;** free text query to match against event title and text. - **&#x60;sources&#x60;** event sources (comma-separated). - **&#x60;status&#x60;** event statuses (comma-separated). Valid options: error, warn, and info. - **&#x60;priority&#x60;** event priorities (comma-separated). Valid options: low, normal, all. - **&#x60;host&#x60;** event reporting host (comma-separated). - **&#x60;tags&#x60;** event tags (comma-separated). - **&#x60;excluded_tags&#x60;** excluded event tags (comma-separated). - **&#x60;rollup&#x60;** the stats roll-up method. &#x60;count&#x60; is the only supported method now. - **&#x60;last&#x60;** the timeframe to roll up the counts. Examples: 45m, 4h. Supported timeframes: m, h and d. This value should not exceed 48 hours. **NOTE** Only available on US1 and EU. **Event V2 Alert Query** Example: &#x60;events(query).rollup(rollup_method[, measure]).last(time_window) operator #&#x60; - **&#x60;query&#x60;** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/). - **&#x60;rollup_method&#x60;** The stats roll-up method - supports &#x60;count&#x60;, &#x60;avg&#x60; and &#x60;cardinality&#x60;. - **&#x60;measure&#x60;** For &#x60;avg&#x60; and cardinality &#x60;rollup_method&#x60; - specify the measure or the facet name you want to use. - **&#x60;time_window&#x60;** #m (5, 10, 15, or 30), #h (1, 2, or 4, 24). - **&#x60;operator&#x60;** &#x60;&lt;&#x60;, &#x60;&lt;&#x3D;&#x60;, &#x60;&gt;&#x60;, &#x60;&gt;&#x3D;&#x60;, &#x60;&#x3D;&#x3D;&#x60;, or &#x60;!&#x3D;&#x60;. - **&#x60;#&#x60;** an integer or decimal number used to set the threshold. **NOTE** Only available on US1-FED, US3, and in closed beta on EU and US1. **Process Alert Query** Example: &#x60;processes(search).over(tags).rollup(&#39;count&#39;).last(timeframe) operator #&#x60; - **&#x60;search&#x60;** free text search string for querying processes. Matching processes match results on the [Live Processes](https://docs.datadoghq.com/infrastructure/process/?tab&#x3D;linuxwindows) page. - **&#x60;tags&#x60;** one or more tags (comma-separated) - **&#x60;timeframe&#x60;** the timeframe to roll up the counts. Examples: 10m, 4h. Supported timeframes: s, m, h and d - **&#x60;operator&#x60;** &lt;, &lt;&#x3D;, &gt;, &gt;&#x3D;, &#x3D;&#x3D;, or !&#x3D; - **&#x60;#&#x60;** an integer or decimal number used to set the threshold **Logs Alert Query** Example: &#x60;logs(query).index(index_name).rollup(rollup_method[, measure]).last(time_window) operator #&#x60; - **&#x60;query&#x60;** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/). - **&#x60;index_name&#x60;** For multi-index organizations, the log index in which the request is performed. - **&#x60;rollup_method&#x60;** The stats roll-up method - supports &#x60;count&#x60;, &#x60;avg&#x60; and &#x60;cardinality&#x60;. - **&#x60;measure&#x60;** For &#x60;avg&#x60; and cardinality &#x60;rollup_method&#x60; - specify the measure or the facet name you want to use. - **&#x60;time_window&#x60;** #m (between 1 and 2880), #h (between 1 and 48) - **&#x60;operator&#x60;** &#x60;&lt;&#x60;, &#x60;&lt;&#x3D;&#x60;, &#x60;&gt;&#x60;, &#x60;&gt;&#x3D;&#x60;, &#x60;&#x3D;&#x3D;&#x60;, or &#x60;!&#x3D;&#x60;. - **&#x60;#&#x60;** an integer or decimal number used to set the threshold. **Composite Query** Example: &#x60;12345 &amp;&amp; 67890&#x60;, where &#x60;12345&#x60; and &#x60;67890&#x60; are the IDs of non-composite monitors * **&#x60;name&#x60;** [*required*, *default* &#x3D; **dynamic, based on query**]: The name of the alert. * **&#x60;message&#x60;** [*required*, *default* &#x3D; **dynamic, based on query**]: A message to include with notifications for this monitor. Email notifications can be sent to specific users by using the same &#39;@username&#39; notation as events. * **&#x60;tags&#x60;** [*optional*, *default* &#x3D; **empty list**]: A list of tags to associate with your monitor. When getting all monitor details via the API, use the &#x60;monitor_tags&#x60; argument to filter results by these tags. It is only available via the API and isn&#39;t visible or editable in the Datadog UI. **SLO Alert Query** Example: &#x60;error_budget(\&quot;slo_id\&quot;).over(\&quot;time_window\&quot;) operator #&#x60; - **&#x60;slo_id&#x60;**: The alphanumeric SLO ID of the SLO you are configuring the alert for. - **&#x60;time_window&#x60;**: The time window of the SLO target you wish to alert on. Valid options: &#x60;7d&#x60;, &#x60;30d&#x60;, &#x60;90d&#x60;. - **&#x60;operator&#x60;**: &#x60;&gt;&#x3D;&#x60; or &#x60;&gt;&#x60;
110
+ # Create a monitor using the specified options. #### Monitor Types The type of monitor chosen from: - anomaly: &#x60;query alert&#x60; - APM: &#x60;query alert&#x60; or &#x60;trace-analytics alert&#x60; - composite: &#x60;composite&#x60; - custom: &#x60;service check&#x60; - event: &#x60;event alert&#x60; - forecast: &#x60;query alert&#x60; - host: &#x60;service check&#x60; - integration: &#x60;query alert&#x60; or &#x60;service check&#x60; - live process: &#x60;process alert&#x60; - logs: &#x60;log alert&#x60; - metric: &#x60;query alert&#x60; - network: &#x60;service check&#x60; - outlier: &#x60;query alert&#x60; - process: &#x60;service check&#x60; - rum: &#x60;rum alert&#x60; - SLO: &#x60;slo alert&#x60; - watchdog: &#x60;event alert&#x60; - event-v2: &#x60;event-v2 alert&#x60; - audit: &#x60;audit alert&#x60; #### Query Types **Metric Alert Query** Example: &#x60;time_aggr(time_window):space_aggr:metric{tags} [by {key}] operator #&#x60; - &#x60;time_aggr&#x60;: avg, sum, max, min, change, or pct_change - &#x60;time_window&#x60;: &#x60;last_#m&#x60; (with &#x60;#&#x60; between 1 and 10080 depending on the monitor type) or &#x60;last_#h&#x60;(with &#x60;#&#x60; between 1 and 168 depending on the monitor type) or &#x60;last_1d&#x60;, or &#x60;last_1w&#x60; - &#x60;space_aggr&#x60;: avg, sum, min, or max - &#x60;tags&#x60;: one or more tags (comma-separated), or * - &#x60;key&#x60;: a &#39;key&#39; in key:value tag syntax; defines a separate alert for each tag in the group (multi-alert) - &#x60;operator&#x60;: &lt;, &lt;&#x3D;, &gt;, &gt;&#x3D;, &#x3D;&#x3D;, or !&#x3D; - &#x60;#&#x60;: an integer or decimal number used to set the threshold If you are using the &#x60;_change_&#x60; or &#x60;_pct_change_&#x60; time aggregator, instead use &#x60;change_aggr(time_aggr(time_window), timeshift):space_aggr:metric{tags} [by {key}] operator #&#x60; with: - &#x60;change_aggr&#x60; change, pct_change - &#x60;time_aggr&#x60; avg, sum, max, min [Learn more](https://docs.datadoghq.com/monitors/create/types/#define-the-conditions) - &#x60;time_window&#x60; last\\_#m (between 1 and 2880 depending on the monitor type), last\\_#h (between 1 and 48 depending on the monitor type), or last_#d (1 or 2) - &#x60;timeshift&#x60; #m_ago (5, 10, 15, or 30), #h_ago (1, 2, or 4), or 1d_ago Use this to create an outlier monitor using the following query: &#x60;avg(last_30m):outliers(avg:system.cpu.user{role:es-events-data} by {host}, &#39;dbscan&#39;, 7) &gt; 0&#x60; **Service Check Query** Example: &#x60;\&quot;check\&quot;.over(tags).last(count).by(group).count_by_status()&#x60; - **&#x60;check&#x60;** name of the check, e.g. &#x60;datadog.agent.up&#x60; - **&#x60;tags&#x60;** one or more quoted tags (comma-separated), or \&quot;*\&quot;. e.g.: &#x60;.over(\&quot;env:prod\&quot;, \&quot;role:db\&quot;)&#x60;; **&#x60;over&#x60;** cannot be blank. - **&#x60;count&#x60;** must be at greater than or equal to your max threshold (defined in the &#x60;options&#x60;). It is limited to 100. For example, if you&#39;ve specified to notify on 1 critical, 3 ok, and 2 warn statuses, &#x60;count&#x60; should be at least 3. - **&#x60;group&#x60;** must be specified for check monitors. Per-check grouping is already explicitly known for some service checks. For example, Postgres integration monitors are tagged by &#x60;db&#x60;, &#x60;host&#x60;, and &#x60;port&#x60;, and Network monitors by &#x60;host&#x60;, &#x60;instance&#x60;, and &#x60;url&#x60;. See [Service Checks](https://docs.datadoghq.com/api/latest/service-checks/) documentation for more information. **Event Alert Query** Example: &#x60;events(&#39;sources:nagios status:error,warning priority:normal tags: \&quot;string query\&quot;&#39;).rollup(\&quot;count\&quot;).last(\&quot;1h\&quot;)\&quot;&#x60; - **&#x60;event&#x60;**, the event query string: - **&#x60;string_query&#x60;** free text query to match against event title and text. - **&#x60;sources&#x60;** event sources (comma-separated). - **&#x60;status&#x60;** event statuses (comma-separated). Valid options: error, warn, and info. - **&#x60;priority&#x60;** event priorities (comma-separated). Valid options: low, normal, all. - **&#x60;host&#x60;** event reporting host (comma-separated). - **&#x60;tags&#x60;** event tags (comma-separated). - **&#x60;excluded_tags&#x60;** excluded event tags (comma-separated). - **&#x60;rollup&#x60;** the stats roll-up method. &#x60;count&#x60; is the only supported method now. - **&#x60;last&#x60;** the timeframe to roll up the counts. Examples: 45m, 4h. Supported timeframes: m, h and d. This value should not exceed 48 hours. **NOTE** Only available on US1 and EU. **Event V2 Alert Query** Example: &#x60;events(query).rollup(rollup_method[, measure]).last(time_window) operator #&#x60; - **&#x60;query&#x60;** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/). - **&#x60;rollup_method&#x60;** The stats roll-up method - supports &#x60;count&#x60;, &#x60;avg&#x60; and &#x60;cardinality&#x60;. - **&#x60;measure&#x60;** For &#x60;avg&#x60; and cardinality &#x60;rollup_method&#x60; - specify the measure or the facet name you want to use. - **&#x60;time_window&#x60;** #m (between 1 and 2880), #h (between 1 and 48). - **&#x60;operator&#x60;** &#x60;&lt;&#x60;, &#x60;&lt;&#x3D;&#x60;, &#x60;&gt;&#x60;, &#x60;&gt;&#x3D;&#x60;, &#x60;&#x3D;&#x3D;&#x60;, or &#x60;!&#x3D;&#x60;. - **&#x60;#&#x60;** an integer or decimal number used to set the threshold. **NOTE** Only available on US1-FED, US3, US5 and in closed beta on EU and US1. **Process Alert Query** Example: &#x60;processes(search).over(tags).rollup(&#39;count&#39;).last(timeframe) operator #&#x60; - **&#x60;search&#x60;** free text search string for querying processes. Matching processes match results on the [Live Processes](https://docs.datadoghq.com/infrastructure/process/?tab&#x3D;linuxwindows) page. - **&#x60;tags&#x60;** one or more tags (comma-separated) - **&#x60;timeframe&#x60;** the timeframe to roll up the counts. Examples: 10m, 4h. Supported timeframes: s, m, h and d - **&#x60;operator&#x60;** &lt;, &lt;&#x3D;, &gt;, &gt;&#x3D;, &#x3D;&#x3D;, or !&#x3D; - **&#x60;#&#x60;** an integer or decimal number used to set the threshold **Logs Alert Query** Example: &#x60;logs(query).index(index_name).rollup(rollup_method[, measure]).last(time_window) operator #&#x60; - **&#x60;query&#x60;** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/). - **&#x60;index_name&#x60;** For multi-index organizations, the log index in which the request is performed. - **&#x60;rollup_method&#x60;** The stats roll-up method - supports &#x60;count&#x60;, &#x60;avg&#x60; and &#x60;cardinality&#x60;. - **&#x60;measure&#x60;** For &#x60;avg&#x60; and cardinality &#x60;rollup_method&#x60; - specify the measure or the facet name you want to use. - **&#x60;time_window&#x60;** #m (between 1 and 2880), #h (between 1 and 48). - **&#x60;operator&#x60;** &#x60;&lt;&#x60;, &#x60;&lt;&#x3D;&#x60;, &#x60;&gt;&#x60;, &#x60;&gt;&#x3D;&#x60;, &#x60;&#x3D;&#x3D;&#x60;, or &#x60;!&#x3D;&#x60;. - **&#x60;#&#x60;** an integer or decimal number used to set the threshold. **Composite Query** Example: &#x60;12345 &amp;&amp; 67890&#x60;, where &#x60;12345&#x60; and &#x60;67890&#x60; are the IDs of non-composite monitors * **&#x60;name&#x60;** [*required*, *default* &#x3D; **dynamic, based on query**]: The name of the alert. * **&#x60;message&#x60;** [*required*, *default* &#x3D; **dynamic, based on query**]: A message to include with notifications for this monitor. Email notifications can be sent to specific users by using the same &#39;@username&#39; notation as events. * **&#x60;tags&#x60;** [*optional*, *default* &#x3D; **empty list**]: A list of tags to associate with your monitor. When getting all monitor details via the API, use the &#x60;monitor_tags&#x60; argument to filter results by these tags. It is only available via the API and isn&#39;t visible or editable in the Datadog UI. **SLO Alert Query** Example: &#x60;error_budget(\&quot;slo_id\&quot;).over(\&quot;time_window\&quot;) operator #&#x60; - **&#x60;slo_id&#x60;**: The alphanumeric SLO ID of the SLO you are configuring the alert for. - **&#x60;time_window&#x60;**: The time window of the SLO target you wish to alert on. Valid options: &#x60;7d&#x60;, &#x60;30d&#x60;, &#x60;90d&#x60;. - **&#x60;operator&#x60;**: &#x60;&gt;&#x3D;&#x60; or &#x60;&gt;&#x60; **Audit Alert Query** Example: &#x60;audits(query).rollup(rollup_method[, measure]).last(time_window) operator #&#x60; - **&#x60;query&#x60;** The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/). - **&#x60;rollup_method&#x60;** The stats roll-up method - supports &#x60;count&#x60;, &#x60;avg&#x60; and &#x60;cardinality&#x60;. - **&#x60;measure&#x60;** For &#x60;avg&#x60; and cardinality &#x60;rollup_method&#x60; - specify the measure or the facet name you want to use. - **&#x60;time_window&#x60;** #m (between 1 and 2880), #h (between 1 and 48). - **&#x60;operator&#x60;** &#x60;&lt;&#x60;, &#x60;&lt;&#x3D;&#x60;, &#x60;&gt;&#x60;, &#x60;&gt;&#x3D;&#x60;, &#x60;&#x3D;&#x3D;&#x60;, or &#x60;!&#x3D;&#x60;. - **&#x60;#&#x60;** an integer or decimal number used to set the threshold. **NOTE** Only available on US1-FED and in closed beta on US1, EU, US3, and US5.
111
111
  # @param body [Monitor] Create a monitor request body.
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @return [Array<(Monitor, Integer, Hash)>] Monitor data, response status code and response headers
@@ -152,7 +152,7 @@ module DatadogAPIClient::V1
152
152
  return_type = opts[:debug_return_type] || 'Monitor'
153
153
 
154
154
  # auth_names
155
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
155
+ auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
156
156
 
157
157
  new_options = opts.merge(
158
158
  :operation => :create_monitor,
@@ -228,7 +228,7 @@ module DatadogAPIClient::V1
228
228
  return_type = opts[:debug_return_type] || 'DeletedMonitor'
229
229
 
230
230
  # auth_names
231
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
231
+ auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
232
232
 
233
233
  new_options = opts.merge(
234
234
  :operation => :delete_monitor,
@@ -304,7 +304,7 @@ module DatadogAPIClient::V1
304
304
  return_type = opts[:debug_return_type] || 'Monitor'
305
305
 
306
306
  # auth_names
307
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
307
+ auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
308
308
 
309
309
  new_options = opts.merge(
310
310
  :operation => :get_monitor,
@@ -330,7 +330,7 @@ module DatadogAPIClient::V1
330
330
  # @option opts [String] :name A string to filter monitors by name.
331
331
  # @option opts [String] :tags A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope. For example, &#x60;host:host0&#x60;.
332
332
  # @option opts [String] :monitor_tags A comma separated list indicating what service and/or custom tags, if any, should be used to filter the list of monitors. Tags created in the Datadog UI automatically have the service key prepended. For example, &#x60;service:my-app&#x60;.
333
- # @option opts [Boolean] :with_downtimes If this argument is set to true, then the returned data includes all current downtimes for each monitor.
333
+ # @option opts [Boolean] :with_downtimes If this argument is set to true, then the returned data includes all current active downtimes for each monitor.
334
334
  # @option opts [Integer] :id_offset Monitor ID offset.
335
335
  # @option opts [Integer] :page The page to start paginating from. If this argument is not specified, the request returns all monitors without pagination.
336
336
  # @option opts [Integer] :page_size The number of monitors to return per page. If the page argument is not specified, the default behavior returns all monitors without a &#x60;page_size&#x60; limit. However, if page is specified and &#x60;page_size&#x60; is not, the argument defaults to 100.
@@ -347,7 +347,7 @@ module DatadogAPIClient::V1
347
347
  # @option opts [String] :name A string to filter monitors by name.
348
348
  # @option opts [String] :tags A comma separated list indicating what tags, if any, should be used to filter the list of monitors by scope. For example, &#x60;host:host0&#x60;.
349
349
  # @option opts [String] :monitor_tags A comma separated list indicating what service and/or custom tags, if any, should be used to filter the list of monitors. Tags created in the Datadog UI automatically have the service key prepended. For example, &#x60;service:my-app&#x60;.
350
- # @option opts [Boolean] :with_downtimes If this argument is set to true, then the returned data includes all current downtimes for each monitor.
350
+ # @option opts [Boolean] :with_downtimes If this argument is set to true, then the returned data includes all current active downtimes for each monitor.
351
351
  # @option opts [Integer] :id_offset Monitor ID offset.
352
352
  # @option opts [Integer] :page The page to start paginating from. If this argument is not specified, the request returns all monitors without pagination.
353
353
  # @option opts [Integer] :page_size The number of monitors to return per page. If the page argument is not specified, the default behavior returns all monitors without a &#x60;page_size&#x60; limit. However, if page is specified and &#x60;page_size&#x60; is not, the argument defaults to 100.
@@ -399,7 +399,7 @@ module DatadogAPIClient::V1
399
399
  return_type = opts[:debug_return_type] || 'Array<Monitor>'
400
400
 
401
401
  # auth_names
402
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
402
+ auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
403
403
 
404
404
  new_options = opts.merge(
405
405
  :operation => :list_monitors,
@@ -421,7 +421,7 @@ module DatadogAPIClient::V1
421
421
  # Monitors group search
422
422
  # Search and filter your monitor groups details.
423
423
  # @param [Hash] opts the optional parameters
424
- # @option opts [String] :query After entering a search query in your [Manage Monitor page][1] use the query parameter value in the URL of the page as value for this parameter. Consult the dedicated [manage monitor documentation][2] page to learn more. The query can contain any number of space-separated monitor attributes, for instance &#x60;query&#x3D;\&quot;type:metric status:alert\&quot;&#x60;. [1]: https://app.datadoghq.com/monitors/manage [2]: /monitors/manage_monitor/#find-the-monitors
424
+ # @option opts [String] :query After entering a search query in your [Manage Monitor page][1] use the query parameter value in the URL of the page as value for this parameter. Consult the dedicated [manage monitor documentation][2] page to learn more. The query can contain any number of space-separated monitor attributes, for instance &#x60;query&#x3D;\&quot;type:metric status:alert\&quot;&#x60;. [1]: https://app.datadoghq.com/monitors/manage [2]: /monitors/manage/#find-the-monitors
425
425
  # @option opts [Integer] :page Page to start paginating from. (default to 0)
426
426
  # @option opts [Integer] :per_page Number of monitors to return per page. (default to 30)
427
427
  # @option opts [String] :sort String for sort order, composed of field and sort order separate by a comma, e.g. &#x60;name,asc&#x60;. Supported sort directions: &#x60;asc&#x60;, &#x60;desc&#x60;. Supported fields: * &#x60;name&#x60; * &#x60;status&#x60; * &#x60;tags&#x60;
@@ -434,7 +434,7 @@ module DatadogAPIClient::V1
434
434
  # Monitors group search
435
435
  # Search and filter your monitor groups details.
436
436
  # @param [Hash] opts the optional parameters
437
- # @option opts [String] :query After entering a search query in your [Manage Monitor page][1] use the query parameter value in the URL of the page as value for this parameter. Consult the dedicated [manage monitor documentation][2] page to learn more. The query can contain any number of space-separated monitor attributes, for instance &#x60;query&#x3D;\&quot;type:metric status:alert\&quot;&#x60;. [1]: https://app.datadoghq.com/monitors/manage [2]: /monitors/manage_monitor/#find-the-monitors
437
+ # @option opts [String] :query After entering a search query in your [Manage Monitor page][1] use the query parameter value in the URL of the page as value for this parameter. Consult the dedicated [manage monitor documentation][2] page to learn more. The query can contain any number of space-separated monitor attributes, for instance &#x60;query&#x3D;\&quot;type:metric status:alert\&quot;&#x60;. [1]: https://app.datadoghq.com/monitors/manage [2]: /monitors/manage/#find-the-monitors
438
438
  # @option opts [Integer] :page Page to start paginating from.
439
439
  # @option opts [Integer] :per_page Number of monitors to return per page.
440
440
  # @option opts [String] :sort String for sort order, composed of field and sort order separate by a comma, e.g. &#x60;name,asc&#x60;. Supported sort directions: &#x60;asc&#x60;, &#x60;desc&#x60;. Supported fields: * &#x60;name&#x60; * &#x60;status&#x60; * &#x60;tags&#x60;
@@ -478,7 +478,7 @@ module DatadogAPIClient::V1
478
478
  return_type = opts[:debug_return_type] || 'MonitorGroupSearchResponse'
479
479
 
480
480
  # auth_names
481
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
481
+ auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
482
482
 
483
483
  new_options = opts.merge(
484
484
  :operation => :search_monitor_groups,
@@ -500,7 +500,7 @@ module DatadogAPIClient::V1
500
500
  # Monitors search
501
501
  # Search and filter your monitors details.
502
502
  # @param [Hash] opts the optional parameters
503
- # @option opts [String] :query After entering a search query in your [Manage Monitor page][1] use the query parameter value in the URL of the page as value for this parameter. Consult the dedicated [manage monitor documentation][2] page to learn more. The query can contain any number of space-separated monitor attributes, for instance &#x60;query&#x3D;\&quot;type:metric status:alert\&quot;&#x60;. [1]: https://app.datadoghq.com/monitors/manage [2]: /monitors/manage_monitor/#find-the-monitors
503
+ # @option opts [String] :query After entering a search query in your [Manage Monitor page][1] use the query parameter value in the URL of the page as value for this parameter. Consult the dedicated [manage monitor documentation][2] page to learn more. The query can contain any number of space-separated monitor attributes, for instance &#x60;query&#x3D;\&quot;type:metric status:alert\&quot;&#x60;. [1]: https://app.datadoghq.com/monitors/manage [2]: /monitors/manage/#find-the-monitors
504
504
  # @option opts [Integer] :page Page to start paginating from. (default to 0)
505
505
  # @option opts [Integer] :per_page Number of monitors to return per page. (default to 30)
506
506
  # @option opts [String] :sort String for sort order, composed of field and sort order separate by a comma, e.g. &#x60;name,asc&#x60;. Supported sort directions: &#x60;asc&#x60;, &#x60;desc&#x60;. Supported fields: * &#x60;name&#x60; * &#x60;status&#x60; * &#x60;tags&#x60;
@@ -513,7 +513,7 @@ module DatadogAPIClient::V1
513
513
  # Monitors search
514
514
  # Search and filter your monitors details.
515
515
  # @param [Hash] opts the optional parameters
516
- # @option opts [String] :query After entering a search query in your [Manage Monitor page][1] use the query parameter value in the URL of the page as value for this parameter. Consult the dedicated [manage monitor documentation][2] page to learn more. The query can contain any number of space-separated monitor attributes, for instance &#x60;query&#x3D;\&quot;type:metric status:alert\&quot;&#x60;. [1]: https://app.datadoghq.com/monitors/manage [2]: /monitors/manage_monitor/#find-the-monitors
516
+ # @option opts [String] :query After entering a search query in your [Manage Monitor page][1] use the query parameter value in the URL of the page as value for this parameter. Consult the dedicated [manage monitor documentation][2] page to learn more. The query can contain any number of space-separated monitor attributes, for instance &#x60;query&#x3D;\&quot;type:metric status:alert\&quot;&#x60;. [1]: https://app.datadoghq.com/monitors/manage [2]: /monitors/manage/#find-the-monitors
517
517
  # @option opts [Integer] :page Page to start paginating from.
518
518
  # @option opts [Integer] :per_page Number of monitors to return per page.
519
519
  # @option opts [String] :sort String for sort order, composed of field and sort order separate by a comma, e.g. &#x60;name,asc&#x60;. Supported sort directions: &#x60;asc&#x60;, &#x60;desc&#x60;. Supported fields: * &#x60;name&#x60; * &#x60;status&#x60; * &#x60;tags&#x60;
@@ -557,7 +557,7 @@ module DatadogAPIClient::V1
557
557
  return_type = opts[:debug_return_type] || 'MonitorSearchResponse'
558
558
 
559
559
  # auth_names
560
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
560
+ auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
561
561
 
562
562
  new_options = opts.merge(
563
563
  :operation => :search_monitors,
@@ -638,7 +638,7 @@ module DatadogAPIClient::V1
638
638
  return_type = opts[:debug_return_type] || 'Monitor'
639
639
 
640
640
  # auth_names
641
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
641
+ auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
642
642
 
643
643
  new_options = opts.merge(
644
644
  :operation => :update_monitor,
@@ -713,7 +713,7 @@ module DatadogAPIClient::V1
713
713
  return_type = opts[:debug_return_type] || 'Object'
714
714
 
715
715
  # auth_names
716
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
716
+ auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
717
717
 
718
718
  new_options = opts.merge(
719
719
  :operation => :validate_monitor,
@@ -250,10 +250,12 @@ module DatadogAPIClient::V1
250
250
  # @option opts [String] :exclude_author_handle Return notebooks not created by the given &#x60;author_handle&#x60;.
251
251
  # @option opts [Integer] :start The index of the first notebook you want returned.
252
252
  # @option opts [Integer] :count The number of notebooks to be returned.
253
- # @option opts [String] :sort_field Sort by field &#x60;modified&#x60; or &#x60;name&#x60;. (default to 'modified')
253
+ # @option opts [String] :sort_field Sort by field &#x60;modified&#x60;, &#x60;name&#x60;, or &#x60;created&#x60;. (default to 'modified')
254
254
  # @option opts [String] :sort_dir Sort by direction &#x60;asc&#x60; or &#x60;desc&#x60;. (default to 'desc')
255
255
  # @option opts [String] :query Return only notebooks with &#x60;query&#x60; string in notebook name or author handle.
256
256
  # @option opts [Boolean] :include_cells Value of &#x60;false&#x60; excludes the &#x60;cells&#x60; and global &#x60;time&#x60; for each notebook. (default to true)
257
+ # @option opts [Boolean] :is_template True value returns only template notebooks. Default is false (returns only non-template notebooks). (default to false)
258
+ # @option opts [String] :type If type is provided, returns only notebooks with that metadata type. Default does not have type filtering.
257
259
  # @return [NotebooksResponse]
258
260
  def list_notebooks(opts = {})
259
261
  data, _status_code, _headers = list_notebooks_with_http_info(opts)
@@ -267,10 +269,12 @@ module DatadogAPIClient::V1
267
269
  # @option opts [String] :exclude_author_handle Return notebooks not created by the given &#x60;author_handle&#x60;.
268
270
  # @option opts [Integer] :start The index of the first notebook you want returned.
269
271
  # @option opts [Integer] :count The number of notebooks to be returned.
270
- # @option opts [String] :sort_field Sort by field &#x60;modified&#x60; or &#x60;name&#x60;.
272
+ # @option opts [String] :sort_field Sort by field &#x60;modified&#x60;, &#x60;name&#x60;, or &#x60;created&#x60;.
271
273
  # @option opts [String] :sort_dir Sort by direction &#x60;asc&#x60; or &#x60;desc&#x60;.
272
274
  # @option opts [String] :query Return only notebooks with &#x60;query&#x60; string in notebook name or author handle.
273
275
  # @option opts [Boolean] :include_cells Value of &#x60;false&#x60; excludes the &#x60;cells&#x60; and global &#x60;time&#x60; for each notebook.
276
+ # @option opts [Boolean] :is_template True value returns only template notebooks. Default is false (returns only non-template notebooks).
277
+ # @option opts [String] :type If type is provided, returns only notebooks with that metadata type. Default does not have type filtering.
274
278
  # @return [Array<(NotebooksResponse, Integer, Hash)>] NotebooksResponse data, response status code and response headers
275
279
  def list_notebooks_with_http_info(opts = {})
276
280
 
@@ -299,6 +303,8 @@ module DatadogAPIClient::V1
299
303
  query_params[:'sort_dir'] = opts[:'sort_dir'] if !opts[:'sort_dir'].nil?
300
304
  query_params[:'query'] = opts[:'query'] if !opts[:'query'].nil?
301
305
  query_params[:'include_cells'] = opts[:'include_cells'] if !opts[:'include_cells'].nil?
306
+ query_params[:'is_template'] = opts[:'is_template'] if !opts[:'is_template'].nil?
307
+ query_params[:'type'] = opts[:'type'] if !opts[:'type'].nil?
302
308
 
303
309
  # header parameters
304
310
  header_params = opts[:header_params] || {}
@@ -23,7 +23,7 @@ module DatadogAPIClient::V1
23
23
  @api_client = api_client
24
24
  end
25
25
  # Create a child organization
26
- # Create a child organization. This endpoint requires the [multi-organization account](https://docs.datadoghq.com/account_management/multi_organization/) feature and must be enabled by [contacting support](https://docs.datadoghq.com/help/). Once a new child organization is created, you can interact with it by using the `org.public_id`, `pi_key.key`, and `application_key.hash` provided in the response.
26
+ # Create a child organization. This endpoint requires the [multi-organization account](https://docs.datadoghq.com/account_management/multi_organization/) feature and must be enabled by [contacting support](https://docs.datadoghq.com/help/). Once a new child organization is created, you can interact with it by using the `org.public_id`, `api_key.key`, and `application_key.hash` provided in the response.
27
27
  # @param body [OrganizationCreateBody] Organization object that needs to be created
28
28
  # @param [Hash] opts the optional parameters
29
29
  # @return [OrganizationCreateResponse]
@@ -33,7 +33,7 @@ module DatadogAPIClient::V1
33
33
  end
34
34
 
35
35
  # Create a child organization
36
- # Create a child organization. This endpoint requires the [multi-organization account](https://docs.datadoghq.com/account_management/multi_organization/) feature and must be enabled by [contacting support](https://docs.datadoghq.com/help/). Once a new child organization is created, you can interact with it by using the &#x60;org.public_id&#x60;, &#x60;pi_key.key&#x60;, and &#x60;application_key.hash&#x60; provided in the response.
36
+ # Create a child organization. This endpoint requires the [multi-organization account](https://docs.datadoghq.com/account_management/multi_organization/) feature and must be enabled by [contacting support](https://docs.datadoghq.com/help/). Once a new child organization is created, you can interact with it by using the &#x60;org.public_id&#x60;, &#x60;api_key.key&#x60;, and &#x60;application_key.hash&#x60; provided in the response.
37
37
  # @param body [OrganizationCreateBody] Organization object that needs to be created
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @return [Array<(OrganizationCreateResponse, Integer, Hash)>] OrganizationCreateResponse data, response status code and response headers
@@ -23,7 +23,7 @@ module DatadogAPIClient::V1
23
23
  @api_client = api_client
24
24
  end
25
25
  # Submit a Service Check
26
- # Submit a list of Service Checks. **Note**: A valid API key is required.
26
+ # Submit a list of Service Checks. **Notes**: - A valid API key is required. - Service checks can be submitted up to 10 minutes in the past.
27
27
  # @param body [Array<ServiceCheck>] Service Check request body.
28
28
  # @param [Hash] opts the optional parameters
29
29
  # @return [IntakePayloadAccepted]
@@ -33,7 +33,7 @@ module DatadogAPIClient::V1
33
33
  end
34
34
 
35
35
  # Submit a Service Check
36
- # Submit a list of Service Checks. **Note**: A valid API key is required.
36
+ # Submit a list of Service Checks. **Notes**: - A valid API key is required. - Service checks can be submitted up to 10 minutes in the past.
37
37
  # @param body [Array<ServiceCheck>] Service Check request body.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @return [Array<(IntakePayloadAccepted, Integer, Hash)>] IntakePayloadAccepted data, response status code and response headers
@@ -64,7 +64,7 @@ module DatadogAPIClient::V1
64
64
  # header parameters
65
65
  header_params = opts[:header_params] || {}
66
66
  # HTTP header 'Accept' (if needed)
67
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
67
+ header_params['Accept'] = @api_client.select_header_accept(['text/json', 'application/json'])
68
68
  # HTTP header 'Content-Type'
69
69
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
70
70
 
@@ -23,7 +23,7 @@ module DatadogAPIClient::V1
23
23
  @api_client = api_client
24
24
  end
25
25
  # Create an SLO correction
26
- # Create an SLO Correction
26
+ # Create an SLO Correction.
27
27
  # @param body [SLOCorrectionCreateRequest] Create an SLO Correction
28
28
  # @param [Hash] opts the optional parameters
29
29
  # @return [SLOCorrectionResponse]
@@ -33,7 +33,7 @@ module DatadogAPIClient::V1
33
33
  end
34
34
 
35
35
  # Create an SLO correction
36
- # Create an SLO Correction
36
+ # Create an SLO Correction.
37
37
  # @param body [SLOCorrectionCreateRequest] Create an SLO Correction
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @return [Array<(SLOCorrectionResponse, Integer, Hash)>] SLOCorrectionResponse data, response status code and response headers
@@ -98,8 +98,8 @@ module DatadogAPIClient::V1
98
98
  end
99
99
 
100
100
  # Delete an SLO correction
101
- # Permanently delete the specified SLO correction object
102
- # @param slo_correction_id [String] The ID of the SLO correction object
101
+ # Permanently delete the specified SLO correction object.
102
+ # @param slo_correction_id [String] The ID of the SLO correction object.
103
103
  # @param [Hash] opts the optional parameters
104
104
  # @return [nil]
105
105
  def delete_slo_correction(slo_correction_id, opts = {})
@@ -108,8 +108,8 @@ module DatadogAPIClient::V1
108
108
  end
109
109
 
110
110
  # Delete an SLO correction
111
- # Permanently delete the specified SLO correction object
112
- # @param slo_correction_id [String] The ID of the SLO correction object
111
+ # Permanently delete the specified SLO correction object.
112
+ # @param slo_correction_id [String] The ID of the SLO correction object.
113
113
  # @param [Hash] opts the optional parameters
114
114
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
115
115
  def delete_slo_correction_with_http_info(slo_correction_id, opts = {})
@@ -171,8 +171,8 @@ module DatadogAPIClient::V1
171
171
  end
172
172
 
173
173
  # Get an SLO correction for an SLO
174
- # Get an SLO correction
175
- # @param slo_correction_id [String] The ID of the SLO correction object
174
+ # Get an SLO correction.
175
+ # @param slo_correction_id [String] The ID of the SLO correction object.
176
176
  # @param [Hash] opts the optional parameters
177
177
  # @return [SLOCorrectionResponse]
178
178
  def get_slo_correction(slo_correction_id, opts = {})
@@ -181,8 +181,8 @@ module DatadogAPIClient::V1
181
181
  end
182
182
 
183
183
  # Get an SLO correction for an SLO
184
- # Get an SLO correction
185
- # @param slo_correction_id [String] The ID of the SLO correction object
184
+ # Get an SLO correction.
185
+ # @param slo_correction_id [String] The ID of the SLO correction object.
186
186
  # @param [Hash] opts the optional parameters
187
187
  # @return [Array<(SLOCorrectionResponse, Integer, Hash)>] SLOCorrectionResponse data, response status code and response headers
188
188
  def get_slo_correction_with_http_info(slo_correction_id, opts = {})
@@ -244,7 +244,7 @@ module DatadogAPIClient::V1
244
244
  end
245
245
 
246
246
  # Get all SLO corrections
247
- # Get all Service Level Objective corrections
247
+ # Get all Service Level Objective corrections.
248
248
  # @param [Hash] opts the optional parameters
249
249
  # @return [SLOCorrectionListResponse]
250
250
  def list_slo_correction(opts = {})
@@ -253,7 +253,7 @@ module DatadogAPIClient::V1
253
253
  end
254
254
 
255
255
  # Get all SLO corrections
256
- # Get all Service Level Objective corrections
256
+ # Get all Service Level Objective corrections.
257
257
  # @param [Hash] opts the optional parameters
258
258
  # @return [Array<(SLOCorrectionListResponse, Integer, Hash)>] SLOCorrectionListResponse data, response status code and response headers
259
259
  def list_slo_correction_with_http_info(opts = {})
@@ -311,8 +311,8 @@ module DatadogAPIClient::V1
311
311
  end
312
312
 
313
313
  # Update an SLO correction
314
- # Update the specified SLO correction object object
315
- # @param slo_correction_id [String] The ID of the SLO correction object
314
+ # Update the specified SLO correction object object.
315
+ # @param slo_correction_id [String] The ID of the SLO correction object.
316
316
  # @param body [SLOCorrectionUpdateRequest] The edited SLO correction object.
317
317
  # @param [Hash] opts the optional parameters
318
318
  # @return [SLOCorrectionResponse]
@@ -322,8 +322,8 @@ module DatadogAPIClient::V1
322
322
  end
323
323
 
324
324
  # Update an SLO correction
325
- # Update the specified SLO correction object object
326
- # @param slo_correction_id [String] The ID of the SLO correction object
325
+ # Update the specified SLO correction object object.
326
+ # @param slo_correction_id [String] The ID of the SLO correction object.
327
327
  # @param body [SLOCorrectionUpdateRequest] The edited SLO correction object.
328
328
  # @param [Hash] opts the optional parameters
329
329
  # @return [Array<(SLOCorrectionResponse, Integer, Hash)>] SLOCorrectionResponse data, response status code and response headers
@@ -379,7 +379,7 @@ module DatadogAPIClient::V1
379
379
  return_type = opts[:debug_return_type] || 'SLOResponse'
380
380
 
381
381
  # auth_names
382
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
382
+ auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
383
383
 
384
384
  new_options = opts.merge(
385
385
  :operation => :get_slo,
@@ -398,13 +398,87 @@ module DatadogAPIClient::V1
398
398
  return data, status_code, headers
399
399
  end
400
400
 
401
+ # Get Corrections For an SLO
402
+ # Get corrections applied to an SLO
403
+ # @param slo_id [String] The ID of the service level objective object.
404
+ # @param [Hash] opts the optional parameters
405
+ # @return [SLOCorrectionListResponse]
406
+ def get_slo_corrections(slo_id, opts = {})
407
+ data, _status_code, _headers = get_slo_corrections_with_http_info(slo_id, opts)
408
+ data
409
+ end
410
+
411
+ # Get Corrections For an SLO
412
+ # Get corrections applied to an SLO
413
+ # @param slo_id [String] The ID of the service level objective object.
414
+ # @param [Hash] opts the optional parameters
415
+ # @return [Array<(SLOCorrectionListResponse, Integer, Hash)>] SLOCorrectionListResponse data, response status code and response headers
416
+ def get_slo_corrections_with_http_info(slo_id, opts = {})
417
+
418
+ if @api_client.config.unstable_operations.has_key?(:get_slo_corrections)
419
+ unstable_enabled = @api_client.config.unstable_operations[:get_slo_corrections]
420
+ if unstable_enabled
421
+ @api_client.config.logger.warn format("Using unstable operation '%s'", "get_slo_corrections")
422
+ else
423
+ raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_slo_corrections"))
424
+ end
425
+ end
426
+
427
+ if @api_client.config.debugging
428
+ @api_client.config.logger.debug 'Calling API: ServiceLevelObjectivesAPI.get_slo_corrections ...'
429
+ end
430
+ # verify the required parameter 'slo_id' is set
431
+ if @api_client.config.client_side_validation && slo_id.nil?
432
+ fail ArgumentError, "Missing the required parameter 'slo_id' when calling ServiceLevelObjectivesAPI.get_slo_corrections"
433
+ end
434
+ # resource path
435
+ local_var_path = '/api/v1/slo/{slo_id}/corrections'.sub('{' + 'slo_id' + '}', CGI.escape(slo_id.to_s))
436
+
437
+ # query parameters
438
+ query_params = opts[:query_params] || {}
439
+
440
+ # header parameters
441
+ header_params = opts[:header_params] || {}
442
+ # HTTP header 'Accept' (if needed)
443
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
444
+
445
+ # form parameters
446
+ form_params = opts[:form_params] || {}
447
+
448
+ # http body (model)
449
+ post_body = opts[:debug_body]
450
+
451
+ # return_type
452
+ return_type = opts[:debug_return_type] || 'SLOCorrectionListResponse'
453
+
454
+ # auth_names
455
+ auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
456
+
457
+ new_options = opts.merge(
458
+ :operation => :get_slo_corrections,
459
+ :header_params => header_params,
460
+ :query_params => query_params,
461
+ :form_params => form_params,
462
+ :body => post_body,
463
+ :auth_names => auth_names,
464
+ :return_type => return_type
465
+ )
466
+
467
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
468
+ if @api_client.config.debugging
469
+ @api_client.config.logger.debug "API called: ServiceLevelObjectivesAPI#get_slo_corrections\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
470
+ end
471
+ return data, status_code, headers
472
+ end
473
+
401
474
  # Get an SLO's history
402
475
  # Get a specific SLO’s history, regardless of its SLO type. The detailed history data is structured according to the source data type. For example, metric data is included for event SLOs that use the metric source, and monitor SLO types include the monitor transition history. **Note:** There are different response formats for event based and time based SLOs. Examples of both are shown.
403
476
  # @param slo_id [String] The ID of the service level objective object.
404
477
  # @param from_ts [Integer] The &#x60;from&#x60; timestamp for the query window in epoch seconds.
405
478
  # @param to_ts [Integer] The &#x60;to&#x60; timestamp for the query window in epoch seconds.
406
479
  # @param [Hash] opts the optional parameters
407
- # @option opts [Float] :target The SLO target. If &#x60;target&#x60; is passed in, the response will include the error budget that remains.
480
+ # @option opts [Float] :target The SLO target. If &#x60;target&#x60; is passed in, the response will include the remaining error budget and a timeframe value of &#x60;custom&#x60;.
481
+ # @option opts [Boolean] :apply_correction Defaults to &#x60;true&#x60;. If any SLO corrections are applied and this parameter is set to &#x60;false&#x60;, then the corrections will not be applied and the SLI values will not be affected.
408
482
  # @return [SLOHistoryResponse]
409
483
  def get_slo_history(slo_id, from_ts, to_ts, opts = {})
410
484
  data, _status_code, _headers = get_slo_history_with_http_info(slo_id, from_ts, to_ts, opts)
@@ -417,7 +491,8 @@ module DatadogAPIClient::V1
417
491
  # @param from_ts [Integer] The &#x60;from&#x60; timestamp for the query window in epoch seconds.
418
492
  # @param to_ts [Integer] The &#x60;to&#x60; timestamp for the query window in epoch seconds.
419
493
  # @param [Hash] opts the optional parameters
420
- # @option opts [Float] :target The SLO target. If &#x60;target&#x60; is passed in, the response will include the error budget that remains.
494
+ # @option opts [Float] :target The SLO target. If &#x60;target&#x60; is passed in, the response will include the remaining error budget and a timeframe value of &#x60;custom&#x60;.
495
+ # @option opts [Boolean] :apply_correction Defaults to &#x60;true&#x60;. If any SLO corrections are applied and this parameter is set to &#x60;false&#x60;, then the corrections will not be applied and the SLI values will not be affected.
421
496
  # @return [Array<(SLOHistoryResponse, Integer, Hash)>] SLOHistoryResponse data, response status code and response headers
422
497
  def get_slo_history_with_http_info(slo_id, from_ts, to_ts, opts = {})
423
498
 
@@ -461,6 +536,7 @@ module DatadogAPIClient::V1
461
536
  query_params[:'from_ts'] = from_ts
462
537
  query_params[:'to_ts'] = to_ts
463
538
  query_params[:'target'] = opts[:'target'] if !opts[:'target'].nil?
539
+ query_params[:'apply_correction'] = opts[:'apply_correction'] if !opts[:'apply_correction'].nil?
464
540
 
465
541
  # header parameters
466
542
  header_params = opts[:header_params] || {}
@@ -477,7 +553,7 @@ module DatadogAPIClient::V1
477
553
  return_type = opts[:debug_return_type] || 'SLOHistoryResponse'
478
554
 
479
555
  # auth_names
480
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
556
+ auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
481
557
 
482
558
  new_options = opts.merge(
483
559
  :operation => :get_slo_history,
@@ -503,6 +579,8 @@ module DatadogAPIClient::V1
503
579
  # @option opts [String] :query The query string to filter results based on SLO names.
504
580
  # @option opts [String] :tags_query The query string to filter results based on a single SLO tag.
505
581
  # @option opts [String] :metrics_query The query string to filter results based on SLO numerator and denominator.
582
+ # @option opts [Integer] :limit The number of SLOs to return in the response.
583
+ # @option opts [Integer] :offset The specific offset to use as the beginning of the returned response.
506
584
  # @return [SLOListResponse]
507
585
  def list_slos(opts = {})
508
586
  data, _status_code, _headers = list_slos_with_http_info(opts)
@@ -516,6 +594,8 @@ module DatadogAPIClient::V1
516
594
  # @option opts [String] :query The query string to filter results based on SLO names.
517
595
  # @option opts [String] :tags_query The query string to filter results based on a single SLO tag.
518
596
  # @option opts [String] :metrics_query The query string to filter results based on SLO numerator and denominator.
597
+ # @option opts [Integer] :limit The number of SLOs to return in the response.
598
+ # @option opts [Integer] :offset The specific offset to use as the beginning of the returned response.
519
599
  # @return [Array<(SLOListResponse, Integer, Hash)>] SLOListResponse data, response status code and response headers
520
600
  def list_slos_with_http_info(opts = {})
521
601
 
@@ -540,6 +620,8 @@ module DatadogAPIClient::V1
540
620
  query_params[:'query'] = opts[:'query'] if !opts[:'query'].nil?
541
621
  query_params[:'tags_query'] = opts[:'tags_query'] if !opts[:'tags_query'].nil?
542
622
  query_params[:'metrics_query'] = opts[:'metrics_query'] if !opts[:'metrics_query'].nil?
623
+ query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
624
+ query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
543
625
 
544
626
  # header parameters
545
627
  header_params = opts[:header_params] || {}
@@ -556,7 +638,7 @@ module DatadogAPIClient::V1
556
638
  return_type = opts[:debug_return_type] || 'SLOListResponse'
557
639
 
558
640
  # auth_names
559
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
641
+ auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
560
642
 
561
643
  new_options = opts.merge(
562
644
  :operation => :list_slos,
@@ -96,7 +96,7 @@ module DatadogAPIClient::V1
96
96
  return_type = opts[:debug_return_type] || 'GraphSnapshot'
97
97
 
98
98
  # auth_names
99
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
99
+ auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
100
100
 
101
101
  new_options = opts.merge(
102
102
  :operation => :get_graph_snapshot,