datadog_api_client 1.10.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (351) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +4 -4
  3. data/.generator/schemas/v1/openapi.yaml +1014 -166
  4. data/.generator/schemas/v2/openapi.yaml +1615 -86
  5. data/.generator/src/generator/cli.py +57 -40
  6. data/.generator/src/generator/formatter.py +14 -0
  7. data/.generator/src/generator/openapi.py +12 -6
  8. data/.generator/src/generator/templates/api.j2 +14 -13
  9. data/.generator/src/generator/templates/api_client.j2 +63 -11
  10. data/.generator/src/generator/templates/configuration.j2 +12 -8
  11. data/.generator/src/generator/templates/example.j2 +1 -1
  12. data/.generator/src/generator/templates/inflector.j2 +28 -0
  13. data/.generator/src/generator/templates/model_base.j2 +2 -2
  14. data/.generator/src/generator/templates/model_oneof.j2 +1 -1
  15. data/.generator/src/generator/templates/package.j2 +7 -12
  16. data/.github/workflows/approved_status.yml +0 -2
  17. data/.github/workflows/codeql-analysis.yml +49 -0
  18. data/.github/workflows/docs.yml +1 -1
  19. data/.github/workflows/prepare_release.yml +1 -1
  20. data/.github/workflows/publish.yml +1 -1
  21. data/.github/workflows/release.yml +1 -1
  22. data/.github/workflows/test.yml +4 -6
  23. data/.github/workflows/test_integration.yml +1 -8
  24. data/.pre-commit-config.yaml +3 -12
  25. data/CHANGELOG.md +69 -0
  26. data/Gemfile +1 -0
  27. data/Makefile +1 -2
  28. data/README.md +13 -13
  29. data/datadog_api_client.gemspec +2 -0
  30. data/examples/v1/dashboards/CreateDashboard_1442588603.rb +61 -0
  31. data/examples/v1/dashboards/CreateDashboard_252716965.rb +52 -0
  32. data/examples/v1/dashboards/CreateDashboard_3882428227.rb +60 -0
  33. data/examples/v1/downtimes/CreateDowntime_1393233946.rb +3 -0
  34. data/examples/v1/downtimes/CreateDowntime_2908359488.rb +3 -0
  35. data/examples/v1/downtimes/CreateDowntime_3059354445.rb +3 -0
  36. data/examples/v1/events/ListEvents.rb +1 -1
  37. data/examples/v1/metrics/SubmitDistributionPoints.rb +22 -0
  38. data/examples/v1/metrics/SubmitDistributionPoints_3109558960.rb +25 -0
  39. data/examples/v1/organizations/DowngradeOrg.rb +5 -0
  40. data/examples/v1/organizations/UpdateOrg.rb +1 -0
  41. data/examples/v1/service-level-objectives/GetSLOHistory.rb +1 -1
  42. data/examples/v1/service-level-objectives/SearchSLO.rb +16 -0
  43. data/examples/v1/snapshots/GetGraphSnapshot.rb +2 -0
  44. data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +3 -0
  45. data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +4 -1
  46. data/examples/v1/synthetics/GetAPITestLatestResults.rb +1 -1
  47. data/examples/v1/synthetics/GetAPITestResult.rb +1 -1
  48. data/examples/v1/synthetics/GetBrowserTestLatestResults.rb +1 -1
  49. data/examples/v1/synthetics/GetBrowserTestResult.rb +1 -1
  50. data/examples/v1/synthetics/UpdateBrowserTest.rb +3 -0
  51. data/examples/v1/usage-metering/GetDailyCustomReports.rb +1 -1
  52. data/examples/v1/usage-metering/GetHourlyUsageAttribution.rb +0 -3
  53. data/examples/v1/usage-metering/GetMonthlyCustomReports.rb +1 -1
  54. data/examples/v1/usage-metering/GetMonthlyUsageAttribution.rb +0 -3
  55. data/examples/v1/usage-metering/GetSpecifiedDailyCustomReports.rb +1 -1
  56. data/examples/v1/usage-metering/GetSpecifiedMonthlyCustomReports.rb +1 -1
  57. data/examples/v1/usage-metering/GetUsageAttribution.rb +1 -1
  58. data/examples/v1/usage-metering/GetUsageCIApp.rb +2 -5
  59. data/examples/v1/usage-metering/GetUsageCIApp_1064440884.rb +8 -0
  60. data/examples/v1/usage-metering/GetUsageCWS.rb +2 -5
  61. data/examples/v1/usage-metering/GetUsageCWS_736958514.rb +8 -0
  62. data/examples/v1/usage-metering/GetUsageDBM.rb +2 -5
  63. data/examples/v1/usage-metering/GetUsageDBM_3446806203.rb +8 -0
  64. data/examples/v1/usage-metering/GetUsageLambda.rb +2 -5
  65. data/examples/v1/usage-metering/GetUsageLambda_3132428705.rb +8 -0
  66. data/examples/v1/usage-metering/GetUsageLogs.rb +2 -5
  67. data/examples/v1/usage-metering/GetUsageLogsByIndex.rb +2 -5
  68. data/examples/v1/usage-metering/GetUsageLogsByIndex_1025184776.rb +8 -0
  69. data/examples/v1/usage-metering/GetUsageLogs_2562396405.rb +8 -0
  70. data/examples/v1/usage-metering/GetUsageNetworkFlows.rb +2 -5
  71. data/examples/v1/usage-metering/GetUsageNetworkFlows_1239422069.rb +8 -0
  72. data/examples/v1/usage-metering/GetUsageNetworkHosts.rb +2 -5
  73. data/examples/v1/usage-metering/GetUsageNetworkHosts_1249907835.rb +8 -0
  74. data/examples/v1/usage-metering/GetUsageOnlineArchive.rb +2 -5
  75. data/examples/v1/usage-metering/GetUsageOnlineArchive_1501172903.rb +8 -0
  76. data/examples/v1/usage-metering/GetUsageRumSessions.rb +2 -5
  77. data/examples/v1/usage-metering/GetUsageRumSessions_714937291.rb +8 -0
  78. data/examples/v1/usage-metering/GetUsageRumUnits.rb +2 -5
  79. data/examples/v1/usage-metering/GetUsageRumUnits_3959755399.rb +8 -0
  80. data/examples/v1/usage-metering/GetUsageSDS.rb +2 -5
  81. data/examples/v1/usage-metering/GetUsageSDS_271128478.rb +8 -0
  82. data/examples/v1/usage-metering/GetUsageSynthetics.rb +1 -1
  83. data/examples/v1/usage-metering/GetUsageSyntheticsAPI.rb +2 -5
  84. data/examples/v1/usage-metering/GetUsageSyntheticsAPI_4048033529.rb +8 -0
  85. data/examples/v1/usage-metering/GetUsageSyntheticsBrowser.rb +2 -5
  86. data/examples/v1/usage-metering/GetUsageSyntheticsBrowser_1704663299.rb +8 -0
  87. data/examples/v2/events/ListEvents.rb +8 -0
  88. data/examples/v2/events/ListEvents_2663715109.rb +14 -0
  89. data/examples/v2/events/SearchEvents.rb +23 -0
  90. data/examples/v2/incident-services/CreateIncidentService.rb +1 -1
  91. data/examples/v2/incident-services/DeleteIncidentService.rb +1 -1
  92. data/examples/v2/incident-services/GetIncidentService.rb +1 -1
  93. data/examples/v2/incident-services/ListIncidentServices.rb +1 -1
  94. data/examples/v2/incident-services/UpdateIncidentService.rb +1 -1
  95. data/examples/v2/incident-teams/CreateIncidentTeam.rb +1 -1
  96. data/examples/v2/incident-teams/DeleteIncidentTeam.rb +1 -1
  97. data/examples/v2/incident-teams/GetIncidentTeam.rb +1 -1
  98. data/examples/v2/incident-teams/ListIncidentTeams.rb +1 -1
  99. data/examples/v2/incident-teams/UpdateIncidentTeam.rb +1 -1
  100. data/examples/v2/incidents/CreateIncident.rb +1 -1
  101. data/examples/v2/incidents/DeleteIncident.rb +1 -1
  102. data/examples/v2/incidents/GetIncident.rb +1 -1
  103. data/examples/v2/incidents/ListIncidents.rb +1 -1
  104. data/examples/v2/incidents/UpdateIncident.rb +1 -1
  105. data/examples/v2/incidents/UpdateIncident_1009194038.rb +1 -1
  106. data/examples/v2/incidents/UpdateIncident_3369341440.rb +1 -1
  107. data/examples/v2/metrics/CreateTagConfiguration.rb +0 -3
  108. data/examples/v2/metrics/DeleteTagConfiguration.rb +0 -3
  109. data/examples/v2/metrics/ListTagConfigurationByName.rb +0 -3
  110. data/examples/v2/metrics/ListTagConfigurations.rb +0 -3
  111. data/examples/v2/metrics/ListTagConfigurations_103226315.rb +0 -3
  112. data/examples/v2/metrics/ListTagConfigurations_1799362914.rb +0 -3
  113. data/examples/v2/metrics/SubmitMetrics.rb +6 -0
  114. data/examples/v2/metrics/UpdateTagConfiguration.rb +0 -3
  115. data/examples/v2/opsgenie-integration/CreateOpsgenieService.rb +16 -0
  116. data/examples/v2/opsgenie-integration/DeleteOpsgenieService.rb +8 -0
  117. data/examples/v2/opsgenie-integration/GetOpsgenieService.rb +8 -0
  118. data/examples/v2/opsgenie-integration/ListOpsgenieServices.rb +5 -0
  119. data/examples/v2/opsgenie-integration/UpdateOpsgenieService.rb +21 -0
  120. data/examples/v2/security-monitoring/EditSecurityMonitoringSignalAssignee.rb +15 -0
  121. data/examples/v2/security-monitoring/EditSecurityMonitoringSignalIncidents.rb +15 -0
  122. data/examples/v2/security-monitoring/EditSecurityMonitoringSignalState.rb +14 -0
  123. data/examples/v2/security-monitoring/ListSecurityMonitoringSignals.rb +0 -3
  124. data/examples/v2/security-monitoring/SearchSecurityMonitoringSignals.rb +0 -3
  125. data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb +4 -0
  126. data/examples/v2/usage-metering/GetEstimatedCostByOrg.rb +8 -0
  127. data/examples/v2/usage-metering/GetEstimatedCostByOrg_2734954020.rb +11 -0
  128. data/examples/v2/usage-metering/GetEstimatedCostByOrg_3186693804.rb +11 -0
  129. data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring.rb +2 -5
  130. data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring_3959166796.rb +8 -0
  131. data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations.rb +2 -5
  132. data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations_1436752065.rb +8 -0
  133. data/examples/v2/usage-metering/GetUsageObservabilityPipelines.rb +2 -5
  134. data/examples/v2/usage-metering/GetUsageObservabilityPipelines_970725512.rb +8 -0
  135. data/lib/datadog_api_client/{v2/api_client.rb → api_client.rb} +63 -11
  136. data/lib/datadog_api_client/api_key_configuration.rb +1 -18
  137. data/lib/datadog_api_client/{v1/configuration.rb → configuration.rb} +133 -29
  138. data/lib/datadog_api_client/inflector.rb +1293 -0
  139. data/lib/datadog_api_client/models.rb +66 -0
  140. data/lib/datadog_api_client/v1/api/authentication_api.rb +3 -11
  141. data/lib/datadog_api_client/v1/api/aws_integration_api.rb +19 -91
  142. data/lib/datadog_api_client/v1/api/aws_logs_integration_api.rb +15 -71
  143. data/lib/datadog_api_client/v1/api/azure_integration_api.rb +11 -51
  144. data/lib/datadog_api_client/v1/api/dashboard_lists_api.rb +11 -51
  145. data/lib/datadog_api_client/v1/api/dashboards_api.rb +15 -71
  146. data/lib/datadog_api_client/v1/api/downtimes_api.rb +15 -71
  147. data/lib/datadog_api_client/v1/api/events_api.rb +9 -33
  148. data/lib/datadog_api_client/v1/api/gcp_integration_api.rb +9 -41
  149. data/lib/datadog_api_client/v1/api/hosts_api.rb +9 -41
  150. data/lib/datadog_api_client/v1/api/ip_ranges_api.rb +3 -11
  151. data/lib/datadog_api_client/v1/api/key_management_api.rb +21 -101
  152. data/lib/datadog_api_client/v1/api/logs_api.rb +5 -21
  153. data/lib/datadog_api_client/v1/api/logs_indexes_api.rb +13 -61
  154. data/lib/datadog_api_client/v1/api/logs_pipelines_api.rb +15 -71
  155. data/lib/datadog_api_client/v1/api/metrics_api.rb +86 -61
  156. data/lib/datadog_api_client/v1/api/monitors_api.rb +21 -101
  157. data/lib/datadog_api_client/v1/api/notebooks_api.rb +11 -51
  158. data/lib/datadog_api_client/v1/api/organizations_api.rb +77 -52
  159. data/lib/datadog_api_client/v1/api/pager_duty_integration_api.rb +9 -41
  160. data/lib/datadog_api_client/v1/api/security_monitoring_api.rb +10 -34
  161. data/lib/datadog_api_client/v1/api/service_checks_api.rb +3 -11
  162. data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +11 -51
  163. data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +100 -94
  164. data/lib/datadog_api_client/v1/api/slack_integration_api.rb +11 -51
  165. data/lib/datadog_api_client/v1/api/snapshots_api.rb +7 -11
  166. data/lib/datadog_api_client/v1/api/synthetics_api.rb +55 -271
  167. data/lib/datadog_api_client/v1/api/tags_api.rb +11 -51
  168. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +175 -418
  169. data/lib/datadog_api_client/v1/api/users_api.rb +11 -51
  170. data/lib/datadog_api_client/v1/api/webhooks_integration_api.rb +17 -81
  171. data/lib/datadog_api_client/v1/model_base.rb +2 -2
  172. data/lib/datadog_api_client/v1/models/distribution_point_item.rb +63 -0
  173. data/lib/datadog_api_client/v1/models/distribution_points_content_encoding.rb +26 -0
  174. data/lib/datadog_api_client/v1/models/distribution_points_payload.rb +124 -0
  175. data/lib/datadog_api_client/v1/models/distribution_points_series.rb +179 -0
  176. data/lib/datadog_api_client/v1/models/distribution_points_type.rb +26 -0
  177. data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_query.rb +64 -0
  178. data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_type.rb +26 -0
  179. data/lib/datadog_api_client/v1/models/distribution_widget_request.rb +21 -1
  180. data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stat_name.rb +1 -0
  181. data/lib/datadog_api_client/v1/models/formula_and_function_query_definition.rb +1 -1
  182. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb +5 -1
  183. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +9 -0
  184. data/lib/datadog_api_client/v1/models/ip_prefixes_synthetics_private_locations.rb +125 -0
  185. data/lib/datadog_api_client/v1/models/ip_ranges.rb +11 -1
  186. data/lib/datadog_api_client/v1/models/logs_processor.rb +1 -1
  187. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +1 -1
  188. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb +6 -2
  189. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +18 -0
  190. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +61 -1
  191. data/lib/datadog_api_client/v1/models/notebook_cell_create_request_attributes.rb +1 -1
  192. data/lib/datadog_api_client/v1/models/notebook_cell_response_attributes.rb +1 -1
  193. data/lib/datadog_api_client/v1/models/notebook_cell_time.rb +1 -1
  194. data/lib/datadog_api_client/v1/models/notebook_cell_update_request_attributes.rb +1 -1
  195. data/lib/datadog_api_client/v1/models/notebook_global_time.rb +1 -1
  196. data/lib/datadog_api_client/v1/models/notebook_update_cell.rb +1 -1
  197. data/lib/datadog_api_client/v1/models/org_downgraded_response.rb +111 -0
  198. data/lib/datadog_api_client/v1/models/organization.rb +14 -4
  199. data/lib/datadog_api_client/v1/models/search_slo_response.rb +131 -0
  200. data/lib/datadog_api_client/v1/models/search_slo_response_data.rb +121 -0
  201. data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes.rb +123 -0
  202. data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb +197 -0
  203. data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_int.rb +121 -0
  204. data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_string.rb +121 -0
  205. data/lib/datadog_api_client/v1/models/search_slo_response_links.rb +151 -0
  206. data/lib/datadog_api_client/v1/models/search_slo_response_meta.rb +111 -0
  207. data/lib/datadog_api_client/v1/models/search_slo_response_meta_page.rb +181 -0
  208. data/lib/datadog_api_client/v1/models/service_level_objective.rb +3 -3
  209. data/lib/datadog_api_client/v1/models/service_level_objective_query.rb +1 -1
  210. data/lib/datadog_api_client/v1/models/service_level_objective_request.rb +3 -3
  211. data/lib/datadog_api_client/v1/models/slo_history_metrics.rb +1 -1
  212. data/lib/datadog_api_client/v1/models/slo_response_data.rb +1 -1
  213. data/lib/datadog_api_client/v1/models/sunburst_widget_legend.rb +1 -1
  214. data/lib/datadog_api_client/v1/models/synthetics_api_test.rb +11 -0
  215. data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +1 -1
  216. data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +1 -1
  217. data/lib/datadog_api_client/v1/models/synthetics_browser_test.rb +11 -0
  218. data/lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb +2 -2
  219. data/lib/datadog_api_client/v1/models/synthetics_test_ci_options.rb +111 -0
  220. data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +11 -1
  221. data/lib/datadog_api_client/v1/models/tree_map_color_by.rb +1 -1
  222. data/lib/datadog_api_client/v1/models/tree_map_group_by.rb +1 -1
  223. data/lib/datadog_api_client/v1/models/tree_map_size_by.rb +1 -1
  224. data/lib/datadog_api_client/v1/models/tree_map_widget_definition.rb +28 -6
  225. data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +6 -2
  226. data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +6 -0
  227. data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +6 -0
  228. data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +61 -1
  229. data/lib/datadog_api_client/v1/models/usage_billable_summary_keys.rb +474 -4
  230. data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -1
  231. data/lib/datadog_api_client/v2/api/audit_api.rb +11 -25
  232. data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +11 -51
  233. data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +14 -62
  234. data/lib/datadog_api_client/v2/api/dashboard_lists_api.rb +9 -41
  235. data/lib/datadog_api_client/v2/api/events_api.rb +228 -0
  236. data/lib/datadog_api_client/v2/api/incident_services_api.rb +36 -46
  237. data/lib/datadog_api_client/v2/api/incident_teams_api.rb +36 -46
  238. data/lib/datadog_api_client/v2/api/incidents_api.rb +39 -48
  239. data/lib/datadog_api_client/v2/api/key_management_api.rb +29 -141
  240. data/lib/datadog_api_client/v2/api/logs_api.rb +15 -45
  241. data/lib/datadog_api_client/v2/api/logs_archives_api.rb +21 -101
  242. data/lib/datadog_api_client/v2/api/logs_metrics_api.rb +11 -51
  243. data/lib/datadog_api_client/v2/api/metrics_api.rb +26 -114
  244. data/lib/datadog_api_client/v2/api/opsgenie_integration_api.rb +355 -0
  245. data/lib/datadog_api_client/v2/api/organizations_api.rb +3 -11
  246. data/lib/datadog_api_client/v2/api/processes_api.rb +6 -13
  247. data/lib/datadog_api_client/v2/api/roles_api.rb +27 -131
  248. data/lib/datadog_api_client/v2/api/rum_api.rb +13 -35
  249. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +247 -125
  250. data/lib/datadog_api_client/v2/api/service_accounts_api.rb +11 -51
  251. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +190 -50
  252. data/lib/datadog_api_client/v2/api/users_api.rb +21 -101
  253. data/lib/datadog_api_client/v2/model_base.rb +2 -2
  254. data/lib/datadog_api_client/v2/models/api_key_response_included_item.rb +1 -1
  255. data/lib/datadog_api_client/v2/models/application_key_response_included_item.rb +1 -1
  256. data/lib/datadog_api_client/v2/models/authn_mapping_included.rb +1 -1
  257. data/lib/datadog_api_client/v2/models/event.rb +141 -0
  258. data/lib/datadog_api_client/v2/models/event_attributes.rb +305 -0
  259. data/lib/datadog_api_client/v2/models/event_priority.rb +27 -0
  260. data/lib/datadog_api_client/v2/models/event_response.rb +133 -0
  261. data/lib/datadog_api_client/v2/models/event_response_attributes.rb +133 -0
  262. data/lib/datadog_api_client/v2/models/event_status_type.rb +35 -0
  263. data/lib/datadog_api_client/v2/models/event_type.rb +26 -0
  264. data/lib/datadog_api_client/v2/models/events_list_request.rb +142 -0
  265. data/lib/datadog_api_client/v2/models/events_list_response.rb +133 -0
  266. data/lib/datadog_api_client/v2/models/events_list_response_links.rb +112 -0
  267. data/lib/datadog_api_client/v2/models/events_query_filter.rb +137 -0
  268. data/lib/datadog_api_client/v2/models/events_query_options.rb +124 -0
  269. data/lib/datadog_api_client/v2/models/events_request_page.rb +134 -0
  270. data/lib/datadog_api_client/v2/models/events_response_metadata.rb +144 -0
  271. data/lib/datadog_api_client/v2/models/events_response_metadata_page.rb +112 -0
  272. data/lib/datadog_api_client/v2/models/events_sort.rb +27 -0
  273. data/lib/datadog_api_client/v2/models/events_warning.rb +131 -0
  274. data/lib/datadog_api_client/v2/models/hourly_usage.rb +133 -0
  275. data/lib/datadog_api_client/v2/models/hourly_usage_attributes.rb +163 -0
  276. data/lib/datadog_api_client/v2/models/hourly_usage_measurement.rb +122 -0
  277. data/lib/datadog_api_client/v2/models/hourly_usage_metadata.rb +111 -0
  278. data/lib/datadog_api_client/v2/models/hourly_usage_pagination.rb +112 -0
  279. data/lib/datadog_api_client/v2/models/hourly_usage_response.rb +123 -0
  280. data/lib/datadog_api_client/v2/models/incident_field_attributes.rb +1 -1
  281. data/lib/datadog_api_client/v2/models/incident_response_included_item.rb +1 -1
  282. data/lib/datadog_api_client/v2/models/incident_service_included_items.rb +1 -1
  283. data/lib/datadog_api_client/v2/models/incident_team_included_items.rb +1 -1
  284. data/lib/datadog_api_client/v2/models/incident_timeline_cell_create_attributes.rb +1 -1
  285. data/lib/datadog_api_client/v2/models/intake_payload_accepted.rb +10 -8
  286. data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value.rb +1 -1
  287. data/lib/datadog_api_client/v2/models/logs_archive_create_request_destination.rb +1 -1
  288. data/lib/datadog_api_client/v2/models/logs_archive_destination.rb +1 -1
  289. data/lib/datadog_api_client/v2/models/logs_group_by_missing.rb +1 -1
  290. data/lib/datadog_api_client/v2/models/logs_group_by_total.rb +1 -1
  291. data/lib/datadog_api_client/v2/models/metric_intake_type.rb +1 -2
  292. data/lib/datadog_api_client/v2/models/metric_resource.rb +2 -2
  293. data/lib/datadog_api_client/v2/models/metric_series.rb +1 -1
  294. data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +0 -2
  295. data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +0 -2
  296. data/lib/datadog_api_client/v2/models/metric_volumes.rb +1 -1
  297. data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations.rb +1 -1
  298. data/lib/datadog_api_client/v2/models/monitor_type.rb +215 -0
  299. data/lib/datadog_api_client/v2/models/opsgenie_service_create_attributes.rb +174 -0
  300. data/lib/datadog_api_client/v2/models/opsgenie_service_create_data.rb +145 -0
  301. data/lib/datadog_api_client/v2/models/opsgenie_service_create_request.rb +122 -0
  302. data/lib/datadog_api_client/v2/models/opsgenie_service_region_type.rb +28 -0
  303. data/lib/datadog_api_client/v2/models/opsgenie_service_response.rb +122 -0
  304. data/lib/datadog_api_client/v2/models/opsgenie_service_response_attributes.rb +132 -0
  305. data/lib/datadog_api_client/v2/models/opsgenie_service_response_data.rb +166 -0
  306. data/lib/datadog_api_client/v2/models/opsgenie_service_type.rb +26 -0
  307. data/lib/datadog_api_client/v2/models/opsgenie_service_update_attributes.rb +142 -0
  308. data/lib/datadog_api_client/v2/models/opsgenie_service_update_data.rb +166 -0
  309. data/lib/datadog_api_client/v2/models/opsgenie_service_update_request.rb +122 -0
  310. data/lib/datadog_api_client/v2/models/opsgenie_services_response.rb +124 -0
  311. data/lib/datadog_api_client/v2/models/rum_aggregate_bucket_value.rb +1 -1
  312. data/lib/datadog_api_client/v2/models/rum_group_by_missing.rb +1 -1
  313. data/lib/datadog_api_client/v2/models/rum_group_by_total.rb +1 -1
  314. data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb +30 -4
  315. data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options_learning_method.rb +27 -0
  316. data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options_learning_threshold.rb +27 -0
  317. data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +13 -1
  318. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query.rb +13 -1
  319. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_create.rb +13 -1
  320. data/lib/datadog_api_client/v2/models/security_monitoring_signal_archive_reason.rb +29 -0
  321. data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_attributes.rb +132 -0
  322. data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_data.rb +122 -0
  323. data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_request.rb +122 -0
  324. data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_attributes.rb +134 -0
  325. data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_data.rb +122 -0
  326. data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_request.rb +122 -0
  327. data/lib/datadog_api_client/v2/models/security_monitoring_signal_state.rb +28 -0
  328. data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_attributes.rb +152 -0
  329. data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_data.rb +122 -0
  330. data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_request.rb +122 -0
  331. data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_attributes.rb +248 -0
  332. data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_data.rb +111 -0
  333. data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_response.rb +122 -0
  334. data/lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb +152 -0
  335. data/lib/datadog_api_client/v2/models/user_response_included_item.rb +1 -1
  336. data/lib/datadog_api_client/version.rb +1 -1
  337. data/lib/datadog_api_client.rb +11 -5
  338. data/spec/{v1/api_client_spec.rb → api_client_spec.rb} +29 -29
  339. data/spec/{v1/configuration_spec.rb → configuration_spec.rb} +3 -3
  340. data/spec/spec_helper.rb +1 -3
  341. metadata +144 -20
  342. data/.dockerignore +0 -1
  343. data/.generator/src/generator/templates/api_error.j2 +0 -49
  344. data/lib/datadog_api_client/v1/api_client.rb +0 -453
  345. data/lib/datadog_api_client/v1/api_error.rb +0 -60
  346. data/lib/datadog_api_client/v1.rb +0 -794
  347. data/lib/datadog_api_client/v2/api_error.rb +0 -60
  348. data/lib/datadog_api_client/v2/configuration.rb +0 -427
  349. data/lib/datadog_api_client/v2.rb +0 -540
  350. data/spec/v2/api_client_spec.rb +0 -210
  351. data/spec/v2/configuration_spec.rb +0 -45
@@ -19,7 +19,7 @@ module DatadogAPIClient::V2
19
19
  class ServiceAccountsAPI
20
20
  attr_accessor :api_client
21
21
 
22
- def initialize(api_client = APIClient.default)
22
+ def initialize(api_client = DatadogAPIClient::APIClient.default)
23
23
  @api_client = api_client
24
24
  end
25
25
 
@@ -41,15 +41,6 @@ module DatadogAPIClient::V2
41
41
  # @return [Array<(ApplicationKeyResponse, Integer, Hash)>] ApplicationKeyResponse data, response status code and response headers
42
42
  def create_service_account_application_key_with_http_info(service_account_id, body, opts = {})
43
43
 
44
- if @api_client.config.unstable_operations.has_key?(:create_service_account_application_key)
45
- unstable_enabled = @api_client.config.unstable_operations[:create_service_account_application_key]
46
- if unstable_enabled
47
- @api_client.config.logger.warn format("Using unstable operation '%s'", "create_service_account_application_key")
48
- else
49
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_service_account_application_key"))
50
- end
51
- end
52
-
53
44
  if @api_client.config.debugging
54
45
  @api_client.config.logger.debug 'Calling API: ServiceAccountsAPI.create_service_account_application_key ...'
55
46
  end
@@ -93,7 +84,8 @@ module DatadogAPIClient::V2
93
84
  :form_params => form_params,
94
85
  :body => post_body,
95
86
  :auth_names => auth_names,
96
- :return_type => return_type
87
+ :return_type => return_type,
88
+ :api_version => "V2"
97
89
  )
98
90
 
99
91
  data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
@@ -121,15 +113,6 @@ module DatadogAPIClient::V2
121
113
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
122
114
  def delete_service_account_application_key_with_http_info(service_account_id, app_key_id, opts = {})
123
115
 
124
- if @api_client.config.unstable_operations.has_key?(:delete_service_account_application_key)
125
- unstable_enabled = @api_client.config.unstable_operations[:delete_service_account_application_key]
126
- if unstable_enabled
127
- @api_client.config.logger.warn format("Using unstable operation '%s'", "delete_service_account_application_key")
128
- else
129
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_service_account_application_key"))
130
- end
131
- end
132
-
133
116
  if @api_client.config.debugging
134
117
  @api_client.config.logger.debug 'Calling API: ServiceAccountsAPI.delete_service_account_application_key ...'
135
118
  end
@@ -171,7 +154,8 @@ module DatadogAPIClient::V2
171
154
  :form_params => form_params,
172
155
  :body => post_body,
173
156
  :auth_names => auth_names,
174
- :return_type => return_type
157
+ :return_type => return_type,
158
+ :api_version => "V2"
175
159
  )
176
160
 
177
161
  data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
@@ -199,15 +183,6 @@ module DatadogAPIClient::V2
199
183
  # @return [Array<(PartialApplicationKeyResponse, Integer, Hash)>] PartialApplicationKeyResponse data, response status code and response headers
200
184
  def get_service_account_application_key_with_http_info(service_account_id, app_key_id, opts = {})
201
185
 
202
- if @api_client.config.unstable_operations.has_key?(:get_service_account_application_key)
203
- unstable_enabled = @api_client.config.unstable_operations[:get_service_account_application_key]
204
- if unstable_enabled
205
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_service_account_application_key")
206
- else
207
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_service_account_application_key"))
208
- end
209
- end
210
-
211
186
  if @api_client.config.debugging
212
187
  @api_client.config.logger.debug 'Calling API: ServiceAccountsAPI.get_service_account_application_key ...'
213
188
  end
@@ -249,7 +224,8 @@ module DatadogAPIClient::V2
249
224
  :form_params => form_params,
250
225
  :body => post_body,
251
226
  :auth_names => auth_names,
252
- :return_type => return_type
227
+ :return_type => return_type,
228
+ :api_version => "V2"
253
229
  )
254
230
 
255
231
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -282,15 +258,6 @@ module DatadogAPIClient::V2
282
258
  # @return [Array<(ListApplicationKeysResponse, Integer, Hash)>] ListApplicationKeysResponse data, response status code and response headers
283
259
  def list_service_account_application_keys_with_http_info(service_account_id, opts = {})
284
260
 
285
- if @api_client.config.unstable_operations.has_key?(:list_service_account_application_keys)
286
- unstable_enabled = @api_client.config.unstable_operations[:list_service_account_application_keys]
287
- if unstable_enabled
288
- @api_client.config.logger.warn format("Using unstable operation '%s'", "list_service_account_application_keys")
289
- else
290
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_service_account_application_keys"))
291
- end
292
- end
293
-
294
261
  if @api_client.config.debugging
295
262
  @api_client.config.logger.debug 'Calling API: ServiceAccountsAPI.list_service_account_application_keys ...'
296
263
  end
@@ -338,7 +305,8 @@ module DatadogAPIClient::V2
338
305
  :form_params => form_params,
339
306
  :body => post_body,
340
307
  :auth_names => auth_names,
341
- :return_type => return_type
308
+ :return_type => return_type,
309
+ :api_version => "V2"
342
310
  )
343
311
 
344
312
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -367,15 +335,6 @@ module DatadogAPIClient::V2
367
335
  # @return [Array<(PartialApplicationKeyResponse, Integer, Hash)>] PartialApplicationKeyResponse data, response status code and response headers
368
336
  def update_service_account_application_key_with_http_info(service_account_id, app_key_id, body, opts = {})
369
337
 
370
- if @api_client.config.unstable_operations.has_key?(:update_service_account_application_key)
371
- unstable_enabled = @api_client.config.unstable_operations[:update_service_account_application_key]
372
- if unstable_enabled
373
- @api_client.config.logger.warn format("Using unstable operation '%s'", "update_service_account_application_key")
374
- else
375
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_service_account_application_key"))
376
- end
377
- end
378
-
379
338
  if @api_client.config.debugging
380
339
  @api_client.config.logger.debug 'Calling API: ServiceAccountsAPI.update_service_account_application_key ...'
381
340
  end
@@ -423,7 +382,8 @@ module DatadogAPIClient::V2
423
382
  :form_params => form_params,
424
383
  :body => post_body,
425
384
  :auth_names => auth_names,
426
- :return_type => return_type
385
+ :return_type => return_type,
386
+ :api_version => "V2"
427
387
  )
428
388
 
429
389
  data, status_code, headers = @api_client.call_api(Net::HTTP::Patch, local_var_path, new_options)
@@ -19,7 +19,7 @@ module DatadogAPIClient::V2
19
19
  class UsageMeteringAPI
20
20
  attr_accessor :api_client
21
21
 
22
- def initialize(api_client = APIClient.default)
22
+ def initialize(api_client = DatadogAPIClient::APIClient.default)
23
23
  @api_client = api_client
24
24
  end
25
25
 
@@ -41,15 +41,6 @@ module DatadogAPIClient::V2
41
41
  # @return [Array<(CostByOrgResponse, Integer, Hash)>] CostByOrgResponse data, response status code and response headers
42
42
  def get_cost_by_org_with_http_info(start_month, opts = {})
43
43
 
44
- if @api_client.config.unstable_operations.has_key?(:get_cost_by_org)
45
- unstable_enabled = @api_client.config.unstable_operations[:get_cost_by_org]
46
- if unstable_enabled
47
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_cost_by_org")
48
- else
49
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_cost_by_org"))
50
- end
51
- end
52
-
53
44
  if @api_client.config.debugging
54
45
  @api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_cost_by_org ...'
55
46
  end
@@ -89,7 +80,8 @@ module DatadogAPIClient::V2
89
80
  :form_params => form_params,
90
81
  :body => post_body,
91
82
  :auth_names => auth_names,
92
- :return_type => return_type
83
+ :return_type => return_type,
84
+ :api_version => "V2"
93
85
  )
94
86
 
95
87
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -99,7 +91,176 @@ module DatadogAPIClient::V2
99
91
  return data, status_code, headers
100
92
  end
101
93
 
102
- # Get hourly usage for Application Security.
94
+ # Get estimated cost across your account.
95
+ #
96
+ # @see #get_estimated_cost_by_org_with_http_info
97
+ def get_estimated_cost_by_org(view, opts = {})
98
+ data, _status_code, _headers = get_estimated_cost_by_org_with_http_info(view, opts)
99
+ data
100
+ end
101
+
102
+ # Get estimated cost across your account.
103
+ #
104
+ # Get estimated cost across multi-org and single root-org accounts.
105
+ # Estimated cost data is only available for the current month and previous month. To access historical costs prior to this, use the /cost_by_org endpoint.
106
+ #
107
+ # @param view [String] String to specify whether cost is broken down at a parent-org level or at the sub-org level. Currently, only the 'sub-org' view is supported.
108
+ # @param opts [Hash] the optional parameters
109
+ # @option opts [Time] :start_month Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month. Either start_month or start_date should be specified, but not both. (start_month cannot go beyond two months in the past)
110
+ # @option opts [Time] :end_month Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost ending this month.
111
+ # @option opts [Time] :start_date Datetime in ISO-8601 format, UTC, precise to day: `[YYYY-MM-DD]` for cost beginning this day. Either start_month or start_date should be specified, but not both. (start_date cannot go beyond two months in the past)
112
+ # @option opts [Time] :end_date Datetime in ISO-8601 format, UTC, precise to day: `[YYYY-MM-DD]` for cost ending this day.
113
+ # @return [Array<(CostByOrgResponse, Integer, Hash)>] CostByOrgResponse data, response status code and response headers
114
+ def get_estimated_cost_by_org_with_http_info(view, opts = {})
115
+ unstable_enabled = @api_client.config.unstable_operations["v2.get_estimated_cost_by_org".to_sym]
116
+ if unstable_enabled
117
+ @api_client.config.logger.warn format("Using unstable operation '%s'", "v2.get_estimated_cost_by_org")
118
+ else
119
+ raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.get_estimated_cost_by_org"))
120
+ end
121
+
122
+ if @api_client.config.debugging
123
+ @api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_estimated_cost_by_org ...'
124
+ end
125
+ # verify the required parameter 'view' is set
126
+ if @api_client.config.client_side_validation && view.nil?
127
+ fail ArgumentError, "Missing the required parameter 'view' when calling UsageMeteringAPI.get_estimated_cost_by_org"
128
+ end
129
+ # resource path
130
+ local_var_path = '/api/v2/usage/estimated_cost'
131
+
132
+ # query parameters
133
+ query_params = opts[:query_params] || {}
134
+ query_params[:'view'] = view
135
+ query_params[:'start_month'] = opts[:'start_month'] if !opts[:'start_month'].nil?
136
+ query_params[:'end_month'] = opts[:'end_month'] if !opts[:'end_month'].nil?
137
+ query_params[:'start_date'] = opts[:'start_date'] if !opts[:'start_date'].nil?
138
+ query_params[:'end_date'] = opts[:'end_date'] if !opts[:'end_date'].nil?
139
+
140
+ # header parameters
141
+ header_params = opts[:header_params] || {}
142
+ # HTTP header 'Accept' (if needed)
143
+ header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339'])
144
+
145
+ # form parameters
146
+ form_params = opts[:form_params] || {}
147
+
148
+ # http body (model)
149
+ post_body = opts[:debug_body]
150
+
151
+ # return_type
152
+ return_type = opts[:debug_return_type] || 'CostByOrgResponse'
153
+
154
+ # auth_names
155
+ auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
156
+
157
+ new_options = opts.merge(
158
+ :operation => :get_estimated_cost_by_org,
159
+ :header_params => header_params,
160
+ :query_params => query_params,
161
+ :form_params => form_params,
162
+ :body => post_body,
163
+ :auth_names => auth_names,
164
+ :return_type => return_type,
165
+ :api_version => "V2"
166
+ )
167
+
168
+ data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
169
+ if @api_client.config.debugging
170
+ @api_client.config.logger.debug "API called: UsageMeteringAPI#get_estimated_cost_by_org\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
171
+ end
172
+ return data, status_code, headers
173
+ end
174
+
175
+ # Get hourly usage by product family.
176
+ #
177
+ # @see #get_hourly_usage_with_http_info
178
+ def get_hourly_usage(filter_timestamp_start, filter_product_families, opts = {})
179
+ data, _status_code, _headers = get_hourly_usage_with_http_info(filter_timestamp_start, filter_product_families, opts)
180
+ data
181
+ end
182
+
183
+ # Get hourly usage by product family.
184
+ #
185
+ # Get hourly usage by product family
186
+ #
187
+ # @param filter_timestamp_start [Time] Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour.
188
+ # @param filter_product_families [String] Comma separated list of product families to retrieve. Available families are `all`, `analyzed_logs`, `application_security`, `audit_logs`, `serverless`, `ci_app`, `cspm`, `custom_events`, `cws`, `dbm`, `fargate`, `infra_hosts`, `incident_management`, `indexed_logs`, `indexed_spans`, `ingested_spans`, `iot`, `lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `observability_pipelines`, `online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`, `sds`, `snmp`, `synthetics_api`, `synthetics_browser`, and `timeseries`.
189
+ # @param opts [Hash] the optional parameters
190
+ # @option opts [Time] :filter_timestamp_end Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending **before** this hour.
191
+ # @option opts [Boolean] :filter_include_descendants Include child org usage in the response. Defaults to false.
192
+ # @option opts [String] :filter_versions Comma separated list of product family versions to use in the format `product_family:version`. For example, `infra_hosts:1.0.0`. If this parameter is not used, the API will use the latest version of each requested product family. Currently all families have one version `1.0.0`.
193
+ # @option opts [Integer] :page_limit Maximum number of results to return (between 1 and 500) - defaults to 500 if limit not specified.
194
+ # @option opts [String] :page_next_record_id List following results with a next_record_id provided in the previous query.
195
+ # @return [Array<(HourlyUsageResponse, Integer, Hash)>] HourlyUsageResponse data, response status code and response headers
196
+ def get_hourly_usage_with_http_info(filter_timestamp_start, filter_product_families, opts = {})
197
+
198
+ if @api_client.config.debugging
199
+ @api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_hourly_usage ...'
200
+ end
201
+ # verify the required parameter 'filter_timestamp_start' is set
202
+ if @api_client.config.client_side_validation && filter_timestamp_start.nil?
203
+ fail ArgumentError, "Missing the required parameter 'filter_timestamp_start' when calling UsageMeteringAPI.get_hourly_usage"
204
+ end
205
+ # verify the required parameter 'filter_product_families' is set
206
+ if @api_client.config.client_side_validation && filter_product_families.nil?
207
+ fail ArgumentError, "Missing the required parameter 'filter_product_families' when calling UsageMeteringAPI.get_hourly_usage"
208
+ end
209
+ if @api_client.config.client_side_validation && !opts[:'page_limit'].nil? && opts[:'page_limit'] > 500
210
+ fail ArgumentError, 'invalid value for "opts[:"page_limit"]" when calling UsageMeteringAPI.get_hourly_usage, must be smaller than or equal to 500.'
211
+ end
212
+ if @api_client.config.client_side_validation && !opts[:'page_limit'].nil? && opts[:'page_limit'] < 1
213
+ fail ArgumentError, 'invalid value for "opts[:"page_limit"]" when calling UsageMeteringAPI.get_hourly_usage, must be greater than or equal to 1.'
214
+ end
215
+ # resource path
216
+ local_var_path = '/api/v2/usage/hourly_usage'
217
+
218
+ # query parameters
219
+ query_params = opts[:query_params] || {}
220
+ query_params[:'filter[timestamp][start]'] = filter_timestamp_start
221
+ query_params[:'filter[product_families]'] = filter_product_families
222
+ query_params[:'filter[timestamp][end]'] = opts[:'filter_timestamp_end'] if !opts[:'filter_timestamp_end'].nil?
223
+ query_params[:'filter[include_descendants]'] = opts[:'filter_include_descendants'] if !opts[:'filter_include_descendants'].nil?
224
+ query_params[:'filter[versions]'] = opts[:'filter_versions'] if !opts[:'filter_versions'].nil?
225
+ query_params[:'page[limit]'] = opts[:'page_limit'] if !opts[:'page_limit'].nil?
226
+ query_params[:'page[next_record_id]'] = opts[:'page_next_record_id'] if !opts[:'page_next_record_id'].nil?
227
+
228
+ # header parameters
229
+ header_params = opts[:header_params] || {}
230
+ # HTTP header 'Accept' (if needed)
231
+ header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339'])
232
+
233
+ # form parameters
234
+ form_params = opts[:form_params] || {}
235
+
236
+ # http body (model)
237
+ post_body = opts[:debug_body]
238
+
239
+ # return_type
240
+ return_type = opts[:debug_return_type] || 'HourlyUsageResponse'
241
+
242
+ # auth_names
243
+ auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
244
+
245
+ new_options = opts.merge(
246
+ :operation => :get_hourly_usage,
247
+ :header_params => header_params,
248
+ :query_params => query_params,
249
+ :form_params => form_params,
250
+ :body => post_body,
251
+ :auth_names => auth_names,
252
+ :return_type => return_type,
253
+ :api_version => "V2"
254
+ )
255
+
256
+ data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
257
+ if @api_client.config.debugging
258
+ @api_client.config.logger.debug "API called: UsageMeteringAPI#get_hourly_usage\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
259
+ end
260
+ return data, status_code, headers
261
+ end
262
+
263
+ # Get hourly usage for application security.
103
264
  #
104
265
  # @see #get_usage_application_security_monitoring_with_http_info
105
266
  def get_usage_application_security_monitoring(start_hr, opts = {})
@@ -107,9 +268,10 @@ module DatadogAPIClient::V2
107
268
  data
108
269
  end
109
270
 
110
- # Get hourly usage for Application Security.
271
+ # Get hourly usage for application security.
111
272
  #
112
- # Get hourly usage for Application Security .
273
+ # Get hourly usage for application security .
274
+ # **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
113
275
  #
114
276
  # @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
115
277
  # @param opts [Hash] the optional parameters
@@ -117,15 +279,6 @@ module DatadogAPIClient::V2
117
279
  # @return [Array<(UsageApplicationSecurityMonitoringResponse, Integer, Hash)>] UsageApplicationSecurityMonitoringResponse data, response status code and response headers
118
280
  def get_usage_application_security_monitoring_with_http_info(start_hr, opts = {})
119
281
 
120
- if @api_client.config.unstable_operations.has_key?(:get_usage_application_security_monitoring)
121
- unstable_enabled = @api_client.config.unstable_operations[:get_usage_application_security_monitoring]
122
- if unstable_enabled
123
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_usage_application_security_monitoring")
124
- else
125
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_usage_application_security_monitoring"))
126
- end
127
- end
128
-
129
282
  if @api_client.config.debugging
130
283
  @api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_application_security_monitoring ...'
131
284
  end
@@ -165,7 +318,8 @@ module DatadogAPIClient::V2
165
318
  :form_params => form_params,
166
319
  :body => post_body,
167
320
  :auth_names => auth_names,
168
- :return_type => return_type
321
+ :return_type => return_type,
322
+ :api_version => "V2"
169
323
  )
170
324
 
171
325
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -175,7 +329,7 @@ module DatadogAPIClient::V2
175
329
  return data, status_code, headers
176
330
  end
177
331
 
178
- # Get hourly usage for Lambda Traced Invocations.
332
+ # Get hourly usage for lambda traced invocations.
179
333
  #
180
334
  # @see #get_usage_lambda_traced_invocations_with_http_info
181
335
  def get_usage_lambda_traced_invocations(start_hr, opts = {})
@@ -183,9 +337,10 @@ module DatadogAPIClient::V2
183
337
  data
184
338
  end
185
339
 
186
- # Get hourly usage for Lambda Traced Invocations.
340
+ # Get hourly usage for lambda traced invocations.
187
341
  #
188
- # Get hourly usage for Lambda Traced Invocations.
342
+ # Get hourly usage for lambda traced invocations.
343
+ # **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
189
344
  #
190
345
  # @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
191
346
  # @param opts [Hash] the optional parameters
@@ -193,15 +348,6 @@ module DatadogAPIClient::V2
193
348
  # @return [Array<(UsageLambdaTracedInvocationsResponse, Integer, Hash)>] UsageLambdaTracedInvocationsResponse data, response status code and response headers
194
349
  def get_usage_lambda_traced_invocations_with_http_info(start_hr, opts = {})
195
350
 
196
- if @api_client.config.unstable_operations.has_key?(:get_usage_lambda_traced_invocations)
197
- unstable_enabled = @api_client.config.unstable_operations[:get_usage_lambda_traced_invocations]
198
- if unstable_enabled
199
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_usage_lambda_traced_invocations")
200
- else
201
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_usage_lambda_traced_invocations"))
202
- end
203
- end
204
-
205
351
  if @api_client.config.debugging
206
352
  @api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_lambda_traced_invocations ...'
207
353
  end
@@ -241,7 +387,8 @@ module DatadogAPIClient::V2
241
387
  :form_params => form_params,
242
388
  :body => post_body,
243
389
  :auth_names => auth_names,
244
- :return_type => return_type
390
+ :return_type => return_type,
391
+ :api_version => "V2"
245
392
  )
246
393
 
247
394
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -251,7 +398,7 @@ module DatadogAPIClient::V2
251
398
  return data, status_code, headers
252
399
  end
253
400
 
254
- # Get hourly usage for Observability Pipelines.
401
+ # Get hourly usage for observability pipelines.
255
402
  #
256
403
  # @see #get_usage_observability_pipelines_with_http_info
257
404
  def get_usage_observability_pipelines(start_hr, opts = {})
@@ -259,9 +406,10 @@ module DatadogAPIClient::V2
259
406
  data
260
407
  end
261
408
 
262
- # Get hourly usage for Observability Pipelines.
409
+ # Get hourly usage for observability pipelines.
263
410
  #
264
- # Get hourly usage for Observability Pipelines.
411
+ # Get hourly usage for observability pipelines.
412
+ # **Note:** hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)
265
413
  #
266
414
  # @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
267
415
  # @param opts [Hash] the optional parameters
@@ -269,15 +417,6 @@ module DatadogAPIClient::V2
269
417
  # @return [Array<(UsageObservabilityPipelinesResponse, Integer, Hash)>] UsageObservabilityPipelinesResponse data, response status code and response headers
270
418
  def get_usage_observability_pipelines_with_http_info(start_hr, opts = {})
271
419
 
272
- if @api_client.config.unstable_operations.has_key?(:get_usage_observability_pipelines)
273
- unstable_enabled = @api_client.config.unstable_operations[:get_usage_observability_pipelines]
274
- if unstable_enabled
275
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_usage_observability_pipelines")
276
- else
277
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_usage_observability_pipelines"))
278
- end
279
- end
280
-
281
420
  if @api_client.config.debugging
282
421
  @api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_observability_pipelines ...'
283
422
  end
@@ -317,7 +456,8 @@ module DatadogAPIClient::V2
317
456
  :form_params => form_params,
318
457
  :body => post_body,
319
458
  :auth_names => auth_names,
320
- :return_type => return_type
459
+ :return_type => return_type,
460
+ :api_version => "V2"
321
461
  )
322
462
 
323
463
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)