datadog_api_client 1.11.0 → 2.0.2

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 (292) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +4 -4
  3. data/.generator/conftest.py +2 -1
  4. data/.generator/schemas/v1/openapi.yaml +293 -116
  5. data/.generator/schemas/v2/openapi.yaml +1156 -41
  6. data/.generator/src/generator/cli.py +57 -40
  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 +6 -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 -1
  24. data/.pre-commit-config.yaml +3 -12
  25. data/CHANGELOG.md +44 -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/downtimes/CreateDowntime_1393233946.rb +3 -0
  31. data/examples/v1/downtimes/CreateDowntime_2908359488.rb +3 -0
  32. data/examples/v1/downtimes/CreateDowntime_3059354445.rb +3 -0
  33. data/examples/v1/events/ListEvents.rb +1 -1
  34. data/examples/v1/pagerduty-integration/DeletePagerDutyIntegrationService.rb +2 -2
  35. data/examples/v1/service-level-objectives/GetSLOHistory.rb +1 -1
  36. data/examples/v1/service-level-objectives/SearchSLO.rb +1 -1
  37. data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +1 -1
  38. data/examples/v1/synthetics/GetAPITestLatestResults.rb +1 -1
  39. data/examples/v1/synthetics/GetAPITestResult.rb +1 -1
  40. data/examples/v1/synthetics/GetBrowserTestLatestResults.rb +1 -1
  41. data/examples/v1/synthetics/GetBrowserTestResult.rb +1 -1
  42. data/examples/v1/usage-metering/GetDailyCustomReports.rb +1 -1
  43. data/examples/v1/usage-metering/GetHourlyUsageAttribution.rb +0 -3
  44. data/examples/v1/usage-metering/GetMonthlyCustomReports.rb +1 -1
  45. data/examples/v1/usage-metering/GetMonthlyUsageAttribution.rb +0 -3
  46. data/examples/v1/usage-metering/GetSpecifiedDailyCustomReports.rb +1 -1
  47. data/examples/v1/usage-metering/GetSpecifiedMonthlyCustomReports.rb +1 -1
  48. data/examples/v1/usage-metering/GetUsageAttribution.rb +1 -1
  49. data/examples/v1/usage-metering/GetUsageCIApp.rb +2 -5
  50. data/examples/v1/usage-metering/GetUsageCIApp_1064440884.rb +8 -0
  51. data/examples/v1/usage-metering/GetUsageCWS.rb +2 -5
  52. data/examples/v1/usage-metering/GetUsageCWS_736958514.rb +8 -0
  53. data/examples/v1/usage-metering/GetUsageDBM.rb +2 -5
  54. data/examples/v1/usage-metering/GetUsageDBM_3446806203.rb +8 -0
  55. data/examples/v1/usage-metering/GetUsageLambda.rb +2 -5
  56. data/examples/v1/usage-metering/GetUsageLambda_3132428705.rb +8 -0
  57. data/examples/v1/usage-metering/GetUsageLogs.rb +2 -5
  58. data/examples/v1/usage-metering/GetUsageLogsByIndex.rb +2 -5
  59. data/examples/v1/usage-metering/GetUsageLogsByIndex_1025184776.rb +8 -0
  60. data/examples/v1/usage-metering/GetUsageLogs_2562396405.rb +8 -0
  61. data/examples/v1/usage-metering/GetUsageNetworkFlows.rb +2 -5
  62. data/examples/v1/usage-metering/GetUsageNetworkFlows_1239422069.rb +8 -0
  63. data/examples/v1/usage-metering/GetUsageNetworkHosts.rb +2 -5
  64. data/examples/v1/usage-metering/GetUsageNetworkHosts_1249907835.rb +8 -0
  65. data/examples/v1/usage-metering/GetUsageOnlineArchive.rb +2 -5
  66. data/examples/v1/usage-metering/GetUsageOnlineArchive_1501172903.rb +8 -0
  67. data/examples/v1/usage-metering/GetUsageRumSessions.rb +2 -5
  68. data/examples/v1/usage-metering/GetUsageRumSessions_714937291.rb +8 -0
  69. data/examples/v1/usage-metering/GetUsageRumUnits.rb +2 -5
  70. data/examples/v1/usage-metering/GetUsageRumUnits_3959755399.rb +8 -0
  71. data/examples/v1/usage-metering/GetUsageSDS.rb +2 -5
  72. data/examples/v1/usage-metering/GetUsageSDS_271128478.rb +8 -0
  73. data/examples/v1/usage-metering/GetUsageSynthetics.rb +1 -1
  74. data/examples/v1/usage-metering/GetUsageSyntheticsAPI.rb +2 -5
  75. data/examples/v1/usage-metering/GetUsageSyntheticsAPI_4048033529.rb +8 -0
  76. data/examples/v1/usage-metering/GetUsageSyntheticsBrowser.rb +2 -5
  77. data/examples/v1/usage-metering/GetUsageSyntheticsBrowser_1704663299.rb +8 -0
  78. data/examples/v2/audit/ListAuditLogs_1275402458.rb +8 -0
  79. data/examples/v2/audit/SearchAuditLogs_3215529662.rb +22 -0
  80. data/examples/v2/events/ListEvents.rb +8 -0
  81. data/examples/v2/events/ListEvents_1527584014.rb +13 -0
  82. data/examples/v2/events/ListEvents_2663715109.rb +14 -0
  83. data/examples/v2/events/SearchEvents.rb +23 -0
  84. data/examples/v2/events/SearchEvents_3856995058.rb +25 -0
  85. data/examples/v2/incident-services/CreateIncidentService.rb +1 -1
  86. data/examples/v2/incident-services/DeleteIncidentService.rb +1 -1
  87. data/examples/v2/incident-services/GetIncidentService.rb +1 -1
  88. data/examples/v2/incident-services/ListIncidentServices.rb +1 -1
  89. data/examples/v2/incident-services/UpdateIncidentService.rb +1 -1
  90. data/examples/v2/incident-teams/CreateIncidentTeam.rb +1 -1
  91. data/examples/v2/incident-teams/DeleteIncidentTeam.rb +1 -1
  92. data/examples/v2/incident-teams/GetIncidentTeam.rb +1 -1
  93. data/examples/v2/incident-teams/ListIncidentTeams.rb +1 -1
  94. data/examples/v2/incident-teams/UpdateIncidentTeam.rb +1 -1
  95. data/examples/v2/incidents/CreateIncident.rb +1 -1
  96. data/examples/v2/incidents/DeleteIncident.rb +1 -1
  97. data/examples/v2/incidents/GetIncident.rb +1 -1
  98. data/examples/v2/incidents/ListIncidents.rb +1 -1
  99. data/examples/v2/incidents/ListIncidents_2665616954.rb +11 -0
  100. data/examples/v2/incidents/UpdateIncident.rb +1 -1
  101. data/examples/v2/incidents/UpdateIncident_1009194038.rb +1 -1
  102. data/examples/v2/incidents/UpdateIncident_3369341440.rb +1 -1
  103. data/examples/v2/logs/ListLogsGet_738202670.rb +8 -0
  104. data/examples/v2/logs/ListLogs_3138392594.rb +25 -0
  105. data/examples/v2/metrics/SubmitMetrics.rb +6 -0
  106. data/examples/v2/processes/ListProcesses_797840471.rb +8 -0
  107. data/examples/v2/rum/ListRUMEvents_2680821282.rb +8 -0
  108. data/examples/v2/rum/SearchRUMEvents_574690310.rb +21 -0
  109. data/examples/v2/security-monitoring/EditSecurityMonitoringSignalAssignee.rb +15 -0
  110. data/examples/v2/security-monitoring/EditSecurityMonitoringSignalIncidents.rb +15 -0
  111. data/examples/v2/security-monitoring/EditSecurityMonitoringSignalState.rb +14 -0
  112. data/examples/v2/security-monitoring/ListSecurityMonitoringSignals_3960412991.rb +8 -0
  113. data/examples/v2/security-monitoring/SearchSecurityMonitoringSignals_1309350146.rb +20 -0
  114. data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb +1 -0
  115. data/examples/v2/usage-metering/GetEstimatedCostByOrg.rb +5 -2
  116. data/examples/v2/usage-metering/GetEstimatedCostByOrg_2734954020.rb +11 -0
  117. data/examples/v2/usage-metering/GetEstimatedCostByOrg_3186693804.rb +11 -0
  118. data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring.rb +2 -5
  119. data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring_3959166796.rb +8 -0
  120. data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations.rb +2 -5
  121. data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations_1436752065.rb +8 -0
  122. data/examples/v2/usage-metering/GetUsageObservabilityPipelines.rb +2 -5
  123. data/examples/v2/usage-metering/GetUsageObservabilityPipelines_970725512.rb +8 -0
  124. data/lib/datadog_api_client/{v2/api_client.rb → api_client.rb} +63 -11
  125. data/lib/datadog_api_client/api_key_configuration.rb +1 -18
  126. data/lib/datadog_api_client/{v1/configuration.rb → configuration.rb} +84 -31
  127. data/lib/datadog_api_client/inflector.rb +1293 -0
  128. data/lib/datadog_api_client/models.rb +66 -0
  129. data/lib/datadog_api_client/v1/api/authentication_api.rb +3 -11
  130. data/lib/datadog_api_client/v1/api/aws_integration_api.rb +19 -91
  131. data/lib/datadog_api_client/v1/api/aws_logs_integration_api.rb +15 -71
  132. data/lib/datadog_api_client/v1/api/azure_integration_api.rb +11 -51
  133. data/lib/datadog_api_client/v1/api/dashboard_lists_api.rb +11 -51
  134. data/lib/datadog_api_client/v1/api/dashboards_api.rb +15 -71
  135. data/lib/datadog_api_client/v1/api/downtimes_api.rb +15 -71
  136. data/lib/datadog_api_client/v1/api/events_api.rb +9 -33
  137. data/lib/datadog_api_client/v1/api/gcp_integration_api.rb +9 -41
  138. data/lib/datadog_api_client/v1/api/hosts_api.rb +9 -41
  139. data/lib/datadog_api_client/v1/api/ip_ranges_api.rb +3 -11
  140. data/lib/datadog_api_client/v1/api/key_management_api.rb +21 -101
  141. data/lib/datadog_api_client/v1/api/logs_api.rb +5 -21
  142. data/lib/datadog_api_client/v1/api/logs_indexes_api.rb +13 -61
  143. data/lib/datadog_api_client/v1/api/logs_pipelines_api.rb +15 -71
  144. data/lib/datadog_api_client/v1/api/metrics_api.rb +15 -71
  145. data/lib/datadog_api_client/v1/api/monitors_api.rb +21 -101
  146. data/lib/datadog_api_client/v1/api/notebooks_api.rb +11 -51
  147. data/lib/datadog_api_client/v1/api/organizations_api.rb +13 -61
  148. data/lib/datadog_api_client/v1/api/pager_duty_integration_api.rb +9 -41
  149. data/lib/datadog_api_client/v1/api/security_monitoring_api.rb +8 -32
  150. data/lib/datadog_api_client/v1/api/service_checks_api.rb +3 -11
  151. data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +11 -51
  152. data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +31 -99
  153. data/lib/datadog_api_client/v1/api/slack_integration_api.rb +11 -51
  154. data/lib/datadog_api_client/v1/api/snapshots_api.rb +3 -11
  155. data/lib/datadog_api_client/v1/api/synthetics_api.rb +55 -271
  156. data/lib/datadog_api_client/v1/api/tags_api.rb +11 -51
  157. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +171 -418
  158. data/lib/datadog_api_client/v1/api/users_api.rb +11 -51
  159. data/lib/datadog_api_client/v1/api/webhooks_integration_api.rb +17 -81
  160. data/lib/datadog_api_client/v1/model_base.rb +2 -2
  161. data/lib/datadog_api_client/v1/models/distribution_point_item.rb +1 -1
  162. data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_query.rb +1 -1
  163. data/lib/datadog_api_client/v1/models/formula_and_function_query_definition.rb +1 -1
  164. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb +5 -1
  165. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +7 -0
  166. data/lib/datadog_api_client/v1/models/logs_processor.rb +1 -1
  167. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +1 -1
  168. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb +6 -2
  169. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +14 -0
  170. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +21 -1
  171. data/lib/datadog_api_client/v1/models/notebook_cell_create_request_attributes.rb +1 -1
  172. data/lib/datadog_api_client/v1/models/notebook_cell_response_attributes.rb +1 -1
  173. data/lib/datadog_api_client/v1/models/notebook_cell_time.rb +1 -1
  174. data/lib/datadog_api_client/v1/models/notebook_cell_update_request_attributes.rb +1 -1
  175. data/lib/datadog_api_client/v1/models/notebook_global_time.rb +1 -1
  176. data/lib/datadog_api_client/v1/models/notebook_update_cell.rb +1 -1
  177. data/lib/datadog_api_client/v1/models/sunburst_widget_legend.rb +1 -1
  178. data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +1 -1
  179. data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +1 -1
  180. data/lib/datadog_api_client/v1/models/tree_map_color_by.rb +1 -1
  181. data/lib/datadog_api_client/v1/models/tree_map_group_by.rb +1 -1
  182. data/lib/datadog_api_client/v1/models/tree_map_size_by.rb +1 -1
  183. data/lib/datadog_api_client/v1/models/tree_map_widget_definition.rb +28 -6
  184. data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +6 -2
  185. data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +2 -0
  186. data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +2 -0
  187. data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +22 -2
  188. data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -1
  189. data/lib/datadog_api_client/v2/api/audit_api.rb +11 -25
  190. data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +11 -51
  191. data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +13 -61
  192. data/lib/datadog_api_client/v2/api/dashboard_lists_api.rb +9 -41
  193. data/lib/datadog_api_client/v2/api/events_api.rb +228 -0
  194. data/lib/datadog_api_client/v2/api/incident_services_api.rb +36 -46
  195. data/lib/datadog_api_client/v2/api/incident_teams_api.rb +36 -46
  196. data/lib/datadog_api_client/v2/api/incidents_api.rb +39 -48
  197. data/lib/datadog_api_client/v2/api/key_management_api.rb +29 -141
  198. data/lib/datadog_api_client/v2/api/logs_api.rb +15 -45
  199. data/lib/datadog_api_client/v2/api/logs_archives_api.rb +21 -101
  200. data/lib/datadog_api_client/v2/api/logs_metrics_api.rb +11 -51
  201. data/lib/datadog_api_client/v2/api/metrics_api.rb +26 -112
  202. data/lib/datadog_api_client/v2/api/opsgenie_integration_api.rb +11 -51
  203. data/lib/datadog_api_client/v2/api/organizations_api.rb +3 -11
  204. data/lib/datadog_api_client/v2/api/processes_api.rb +6 -13
  205. data/lib/datadog_api_client/v2/api/roles_api.rb +27 -131
  206. data/lib/datadog_api_client/v2/api/rum_api.rb +13 -35
  207. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +247 -125
  208. data/lib/datadog_api_client/v2/api/service_accounts_api.rb +11 -51
  209. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +132 -68
  210. data/lib/datadog_api_client/v2/api/users_api.rb +21 -101
  211. data/lib/datadog_api_client/v2/model_base.rb +2 -2
  212. data/lib/datadog_api_client/v2/models/api_key_response_included_item.rb +1 -1
  213. data/lib/datadog_api_client/v2/models/application_key_response_included_item.rb +1 -1
  214. data/lib/datadog_api_client/v2/models/authn_mapping_included.rb +1 -1
  215. data/lib/datadog_api_client/v2/models/event.rb +141 -0
  216. data/lib/datadog_api_client/v2/models/event_attributes.rb +305 -0
  217. data/lib/datadog_api_client/v2/models/event_priority.rb +27 -0
  218. data/lib/datadog_api_client/v2/models/event_response.rb +133 -0
  219. data/lib/datadog_api_client/v2/models/event_response_attributes.rb +133 -0
  220. data/lib/datadog_api_client/v2/models/event_status_type.rb +35 -0
  221. data/lib/datadog_api_client/v2/models/event_type.rb +26 -0
  222. data/lib/datadog_api_client/v2/models/events_list_request.rb +142 -0
  223. data/lib/datadog_api_client/v2/models/events_list_response.rb +133 -0
  224. data/lib/datadog_api_client/v2/models/events_list_response_links.rb +112 -0
  225. data/lib/datadog_api_client/v2/models/events_query_filter.rb +137 -0
  226. data/lib/datadog_api_client/v2/models/events_query_options.rb +124 -0
  227. data/lib/datadog_api_client/v2/models/events_request_page.rb +134 -0
  228. data/lib/datadog_api_client/v2/models/events_response_metadata.rb +144 -0
  229. data/lib/datadog_api_client/v2/models/events_response_metadata_page.rb +112 -0
  230. data/lib/datadog_api_client/v2/models/events_sort.rb +27 -0
  231. data/lib/datadog_api_client/v2/models/events_warning.rb +131 -0
  232. data/lib/datadog_api_client/v2/models/hourly_usage.rb +133 -0
  233. data/lib/datadog_api_client/v2/models/hourly_usage_attributes.rb +163 -0
  234. data/lib/datadog_api_client/v2/models/hourly_usage_measurement.rb +122 -0
  235. data/lib/datadog_api_client/v2/models/hourly_usage_metadata.rb +111 -0
  236. data/lib/datadog_api_client/v2/models/hourly_usage_pagination.rb +112 -0
  237. data/lib/datadog_api_client/v2/models/hourly_usage_response.rb +123 -0
  238. data/lib/datadog_api_client/v2/models/incident_field_attributes.rb +1 -1
  239. data/lib/datadog_api_client/v2/models/incident_response_included_item.rb +1 -1
  240. data/lib/datadog_api_client/v2/models/incident_service_included_items.rb +1 -1
  241. data/lib/datadog_api_client/v2/models/incident_team_included_items.rb +1 -1
  242. data/lib/datadog_api_client/v2/models/incident_timeline_cell_create_attributes.rb +1 -1
  243. data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value.rb +1 -1
  244. data/lib/datadog_api_client/v2/models/logs_archive_create_request_destination.rb +1 -1
  245. data/lib/datadog_api_client/v2/models/logs_archive_destination.rb +1 -1
  246. data/lib/datadog_api_client/v2/models/logs_group_by_missing.rb +1 -1
  247. data/lib/datadog_api_client/v2/models/logs_group_by_total.rb +1 -1
  248. data/lib/datadog_api_client/v2/models/metric_intake_type.rb +1 -2
  249. data/lib/datadog_api_client/v2/models/metric_resource.rb +2 -2
  250. data/lib/datadog_api_client/v2/models/metric_series.rb +1 -1
  251. data/lib/datadog_api_client/v2/models/metric_volumes.rb +1 -1
  252. data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations.rb +1 -1
  253. data/lib/datadog_api_client/v2/models/monitor_type.rb +215 -0
  254. data/lib/datadog_api_client/v2/models/rum_aggregate_bucket_value.rb +1 -1
  255. data/lib/datadog_api_client/v2/models/rum_group_by_missing.rb +1 -1
  256. data/lib/datadog_api_client/v2/models/rum_group_by_total.rb +1 -1
  257. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query.rb +13 -1
  258. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_create.rb +13 -1
  259. data/lib/datadog_api_client/v2/models/security_monitoring_signal_archive_reason.rb +29 -0
  260. data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_attributes.rb +132 -0
  261. data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_data.rb +122 -0
  262. data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_request.rb +122 -0
  263. data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_attributes.rb +134 -0
  264. data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_data.rb +122 -0
  265. data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_request.rb +122 -0
  266. data/lib/datadog_api_client/v2/models/security_monitoring_signal_state.rb +28 -0
  267. data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_attributes.rb +152 -0
  268. data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_data.rb +122 -0
  269. data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_request.rb +122 -0
  270. data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_attributes.rb +248 -0
  271. data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_data.rb +111 -0
  272. data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_response.rb +122 -0
  273. data/lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb +152 -0
  274. data/lib/datadog_api_client/v2/models/user_response_included_item.rb +1 -1
  275. data/lib/datadog_api_client/version.rb +1 -1
  276. data/lib/datadog_api_client.rb +13 -5
  277. data/spec/{v1/api_client_spec.rb → api_client_spec.rb} +29 -29
  278. data/spec/{v1/configuration_spec.rb → configuration_spec.rb} +3 -3
  279. data/spec/spec_helper.rb +1 -3
  280. metadata +109 -22
  281. data/.dockerignore +0 -1
  282. data/.generator/src/generator/templates/api_error.j2 +0 -49
  283. data/examples/v2/usage-metering/GetEstimatedCostByOrg_1171921972.rb +0 -9
  284. data/examples/v2/usage-metering/GetEstimatedCostByOrg_627383212.rb +0 -9
  285. data/lib/datadog_api_client/v1/api_client.rb +0 -453
  286. data/lib/datadog_api_client/v1/api_error.rb +0 -60
  287. data/lib/datadog_api_client/v1.rb +0 -813
  288. data/lib/datadog_api_client/v2/api_error.rb +0 -60
  289. data/lib/datadog_api_client/v2/configuration.rb +0 -420
  290. data/lib/datadog_api_client/v2.rb +0 -555
  291. data/spec/v2/api_client_spec.rb +0 -210
  292. 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,43 +91,47 @@ module DatadogAPIClient::V2
99
91
  return data, status_code, headers
100
92
  end
101
93
 
102
- # Get estimated cost across multi-org account.
94
+ # Get estimated cost across your account.
103
95
  #
104
96
  # @see #get_estimated_cost_by_org_with_http_info
105
- def get_estimated_cost_by_org(opts = {})
106
- data, _status_code, _headers = get_estimated_cost_by_org_with_http_info(opts)
97
+ def get_estimated_cost_by_org(view, opts = {})
98
+ data, _status_code, _headers = get_estimated_cost_by_org_with_http_info(view, opts)
107
99
  data
108
100
  end
109
101
 
110
- # Get estimated cost across multi-org account.
102
+ # Get estimated cost across your account.
111
103
  #
112
- # Get estimated cost across multi-org account.
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.
113
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.
114
108
  # @param opts [Hash] the optional parameters
115
- # @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.
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)
116
110
  # @option opts [Time] :end_month Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost ending this month.
117
- # @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.
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)
118
112
  # @option opts [Time] :end_date Datetime in ISO-8601 format, UTC, precise to day: `[YYYY-MM-DD]` for cost ending this day.
119
113
  # @return [Array<(CostByOrgResponse, Integer, Hash)>] CostByOrgResponse data, response status code and response headers
120
- def get_estimated_cost_by_org_with_http_info(opts = {})
121
-
122
- if @api_client.config.unstable_operations.has_key?(:get_estimated_cost_by_org)
123
- unstable_enabled = @api_client.config.unstable_operations[:get_estimated_cost_by_org]
124
- if unstable_enabled
125
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_estimated_cost_by_org")
126
- else
127
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_estimated_cost_by_org"))
128
- end
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"))
129
120
  end
130
121
 
131
122
  if @api_client.config.debugging
132
123
  @api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_estimated_cost_by_org ...'
133
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
134
129
  # resource path
135
- local_var_path = '/api/v2/usage/estimated_cost_by_org'
130
+ local_var_path = '/api/v2/usage/estimated_cost'
136
131
 
137
132
  # query parameters
138
133
  query_params = opts[:query_params] || {}
134
+ query_params[:'view'] = view
139
135
  query_params[:'start_month'] = opts[:'start_month'] if !opts[:'start_month'].nil?
140
136
  query_params[:'end_month'] = opts[:'end_month'] if !opts[:'end_month'].nil?
141
137
  query_params[:'start_date'] = opts[:'start_date'] if !opts[:'start_date'].nil?
@@ -165,7 +161,8 @@ module DatadogAPIClient::V2
165
161
  :form_params => form_params,
166
162
  :body => post_body,
167
163
  :auth_names => auth_names,
168
- :return_type => return_type
164
+ :return_type => return_type,
165
+ :api_version => "V2"
169
166
  )
170
167
 
171
168
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -175,7 +172,95 @@ module DatadogAPIClient::V2
175
172
  return data, status_code, headers
176
173
  end
177
174
 
178
- # Get hourly usage for Application Security.
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.
179
264
  #
180
265
  # @see #get_usage_application_security_monitoring_with_http_info
181
266
  def get_usage_application_security_monitoring(start_hr, opts = {})
@@ -183,9 +268,10 @@ module DatadogAPIClient::V2
183
268
  data
184
269
  end
185
270
 
186
- # Get hourly usage for Application Security.
271
+ # Get hourly usage for application security.
187
272
  #
188
- # 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)
189
275
  #
190
276
  # @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
191
277
  # @param opts [Hash] the optional parameters
@@ -193,15 +279,6 @@ module DatadogAPIClient::V2
193
279
  # @return [Array<(UsageApplicationSecurityMonitoringResponse, Integer, Hash)>] UsageApplicationSecurityMonitoringResponse data, response status code and response headers
194
280
  def get_usage_application_security_monitoring_with_http_info(start_hr, opts = {})
195
281
 
196
- if @api_client.config.unstable_operations.has_key?(:get_usage_application_security_monitoring)
197
- unstable_enabled = @api_client.config.unstable_operations[:get_usage_application_security_monitoring]
198
- if unstable_enabled
199
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_usage_application_security_monitoring")
200
- else
201
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_usage_application_security_monitoring"))
202
- end
203
- end
204
-
205
282
  if @api_client.config.debugging
206
283
  @api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_application_security_monitoring ...'
207
284
  end
@@ -241,7 +318,8 @@ module DatadogAPIClient::V2
241
318
  :form_params => form_params,
242
319
  :body => post_body,
243
320
  :auth_names => auth_names,
244
- :return_type => return_type
321
+ :return_type => return_type,
322
+ :api_version => "V2"
245
323
  )
246
324
 
247
325
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -251,7 +329,7 @@ module DatadogAPIClient::V2
251
329
  return data, status_code, headers
252
330
  end
253
331
 
254
- # Get hourly usage for Lambda Traced Invocations.
332
+ # Get hourly usage for lambda traced invocations.
255
333
  #
256
334
  # @see #get_usage_lambda_traced_invocations_with_http_info
257
335
  def get_usage_lambda_traced_invocations(start_hr, opts = {})
@@ -259,9 +337,10 @@ module DatadogAPIClient::V2
259
337
  data
260
338
  end
261
339
 
262
- # Get hourly usage for Lambda Traced Invocations.
340
+ # Get hourly usage for lambda traced invocations.
263
341
  #
264
- # 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)
265
344
  #
266
345
  # @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
267
346
  # @param opts [Hash] the optional parameters
@@ -269,15 +348,6 @@ module DatadogAPIClient::V2
269
348
  # @return [Array<(UsageLambdaTracedInvocationsResponse, Integer, Hash)>] UsageLambdaTracedInvocationsResponse data, response status code and response headers
270
349
  def get_usage_lambda_traced_invocations_with_http_info(start_hr, opts = {})
271
350
 
272
- if @api_client.config.unstable_operations.has_key?(:get_usage_lambda_traced_invocations)
273
- unstable_enabled = @api_client.config.unstable_operations[:get_usage_lambda_traced_invocations]
274
- if unstable_enabled
275
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_usage_lambda_traced_invocations")
276
- else
277
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_usage_lambda_traced_invocations"))
278
- end
279
- end
280
-
281
351
  if @api_client.config.debugging
282
352
  @api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_lambda_traced_invocations ...'
283
353
  end
@@ -317,7 +387,8 @@ module DatadogAPIClient::V2
317
387
  :form_params => form_params,
318
388
  :body => post_body,
319
389
  :auth_names => auth_names,
320
- :return_type => return_type
390
+ :return_type => return_type,
391
+ :api_version => "V2"
321
392
  )
322
393
 
323
394
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -327,7 +398,7 @@ module DatadogAPIClient::V2
327
398
  return data, status_code, headers
328
399
  end
329
400
 
330
- # Get hourly usage for Observability Pipelines.
401
+ # Get hourly usage for observability pipelines.
331
402
  #
332
403
  # @see #get_usage_observability_pipelines_with_http_info
333
404
  def get_usage_observability_pipelines(start_hr, opts = {})
@@ -335,9 +406,10 @@ module DatadogAPIClient::V2
335
406
  data
336
407
  end
337
408
 
338
- # Get hourly usage for Observability Pipelines.
409
+ # Get hourly usage for observability pipelines.
339
410
  #
340
- # 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)
341
413
  #
342
414
  # @param start_hr [Time] Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
343
415
  # @param opts [Hash] the optional parameters
@@ -345,15 +417,6 @@ module DatadogAPIClient::V2
345
417
  # @return [Array<(UsageObservabilityPipelinesResponse, Integer, Hash)>] UsageObservabilityPipelinesResponse data, response status code and response headers
346
418
  def get_usage_observability_pipelines_with_http_info(start_hr, opts = {})
347
419
 
348
- if @api_client.config.unstable_operations.has_key?(:get_usage_observability_pipelines)
349
- unstable_enabled = @api_client.config.unstable_operations[:get_usage_observability_pipelines]
350
- if unstable_enabled
351
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_usage_observability_pipelines")
352
- else
353
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_usage_observability_pipelines"))
354
- end
355
- end
356
-
357
420
  if @api_client.config.debugging
358
421
  @api_client.config.logger.debug 'Calling API: UsageMeteringAPI.get_usage_observability_pipelines ...'
359
422
  end
@@ -393,7 +456,8 @@ module DatadogAPIClient::V2
393
456
  :form_params => form_params,
394
457
  :body => post_body,
395
458
  :auth_names => auth_names,
396
- :return_type => return_type
459
+ :return_type => return_type,
460
+ :api_version => "V2"
397
461
  )
398
462
 
399
463
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)