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::V1
19
19
  class SecurityMonitoringAPI
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::V1
41
41
  # @return [Array<(SuccessfulSignalUpdateResponse, Integer, Hash)>] SuccessfulSignalUpdateResponse data, response status code and response headers
42
42
  def add_security_monitoring_signal_to_incident_with_http_info(signal_id, body, opts = {})
43
43
 
44
- if @api_client.config.unstable_operations.has_key?(:add_security_monitoring_signal_to_incident)
45
- unstable_enabled = @api_client.config.unstable_operations[:add_security_monitoring_signal_to_incident]
46
- if unstable_enabled
47
- @api_client.config.logger.warn format("Using unstable operation '%s'", "add_security_monitoring_signal_to_incident")
48
- else
49
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "add_security_monitoring_signal_to_incident"))
50
- end
51
- end
52
-
53
44
  if @api_client.config.debugging
54
45
  @api_client.config.logger.debug 'Calling API: SecurityMonitoringAPI.add_security_monitoring_signal_to_incident ...'
55
46
  end
@@ -84,7 +75,7 @@ module DatadogAPIClient::V1
84
75
  return_type = opts[:debug_return_type] || 'SuccessfulSignalUpdateResponse'
85
76
 
86
77
  # auth_names
87
- auth_names = opts[:debug_auth_names] || [:AuthZ, :apiKeyAuth, :appKeyAuth]
78
+ auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
88
79
 
89
80
  new_options = opts.merge(
90
81
  :operation => :add_security_monitoring_signal_to_incident,
@@ -93,7 +84,8 @@ module DatadogAPIClient::V1
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 => "V1"
97
89
  )
98
90
 
99
91
  data, status_code, headers = @api_client.call_api(Net::HTTP::Patch, local_var_path, new_options)
@@ -121,15 +113,6 @@ module DatadogAPIClient::V1
121
113
  # @return [Array<(SuccessfulSignalUpdateResponse, Integer, Hash)>] SuccessfulSignalUpdateResponse data, response status code and response headers
122
114
  def edit_security_monitoring_signal_assignee_with_http_info(signal_id, body, opts = {})
123
115
 
124
- if @api_client.config.unstable_operations.has_key?(:edit_security_monitoring_signal_assignee)
125
- unstable_enabled = @api_client.config.unstable_operations[:edit_security_monitoring_signal_assignee]
126
- if unstable_enabled
127
- @api_client.config.logger.warn format("Using unstable operation '%s'", "edit_security_monitoring_signal_assignee")
128
- else
129
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "edit_security_monitoring_signal_assignee"))
130
- end
131
- end
132
-
133
116
  if @api_client.config.debugging
134
117
  @api_client.config.logger.debug 'Calling API: SecurityMonitoringAPI.edit_security_monitoring_signal_assignee ...'
135
118
  end
@@ -173,7 +156,8 @@ module DatadogAPIClient::V1
173
156
  :form_params => form_params,
174
157
  :body => post_body,
175
158
  :auth_names => auth_names,
176
- :return_type => return_type
159
+ :return_type => return_type,
160
+ :api_version => "V1"
177
161
  )
178
162
 
179
163
  data, status_code, headers = @api_client.call_api(Net::HTTP::Patch, local_var_path, new_options)
@@ -201,15 +185,6 @@ module DatadogAPIClient::V1
201
185
  # @return [Array<(SuccessfulSignalUpdateResponse, Integer, Hash)>] SuccessfulSignalUpdateResponse data, response status code and response headers
202
186
  def edit_security_monitoring_signal_state_with_http_info(signal_id, body, opts = {})
203
187
 
204
- if @api_client.config.unstable_operations.has_key?(:edit_security_monitoring_signal_state)
205
- unstable_enabled = @api_client.config.unstable_operations[:edit_security_monitoring_signal_state]
206
- if unstable_enabled
207
- @api_client.config.logger.warn format("Using unstable operation '%s'", "edit_security_monitoring_signal_state")
208
- else
209
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "edit_security_monitoring_signal_state"))
210
- end
211
- end
212
-
213
188
  if @api_client.config.debugging
214
189
  @api_client.config.logger.debug 'Calling API: SecurityMonitoringAPI.edit_security_monitoring_signal_state ...'
215
190
  end
@@ -253,7 +228,8 @@ module DatadogAPIClient::V1
253
228
  :form_params => form_params,
254
229
  :body => post_body,
255
230
  :auth_names => auth_names,
256
- :return_type => return_type
231
+ :return_type => return_type,
232
+ :api_version => "V1"
257
233
  )
258
234
 
259
235
  data, status_code, headers = @api_client.call_api(Net::HTTP::Patch, local_var_path, new_options)
@@ -19,7 +19,7 @@ module DatadogAPIClient::V1
19
19
  class ServiceChecksAPI
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
 
@@ -44,15 +44,6 @@ module DatadogAPIClient::V1
44
44
  # @return [Array<(IntakePayloadAccepted, Integer, Hash)>] IntakePayloadAccepted data, response status code and response headers
45
45
  def submit_service_check_with_http_info(body, opts = {})
46
46
 
47
- if @api_client.config.unstable_operations.has_key?(:submit_service_check)
48
- unstable_enabled = @api_client.config.unstable_operations[:submit_service_check]
49
- if unstable_enabled
50
- @api_client.config.logger.warn format("Using unstable operation '%s'", "submit_service_check")
51
- else
52
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "submit_service_check"))
53
- end
54
- end
55
-
56
47
  if @api_client.config.debugging
57
48
  @api_client.config.logger.debug 'Calling API: ServiceChecksAPI.submit_service_check ...'
58
49
  end
@@ -92,7 +83,8 @@ module DatadogAPIClient::V1
92
83
  :form_params => form_params,
93
84
  :body => post_body,
94
85
  :auth_names => auth_names,
95
- :return_type => return_type
86
+ :return_type => return_type,
87
+ :api_version => "V1"
96
88
  )
97
89
 
98
90
  data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
@@ -19,7 +19,7 @@ module DatadogAPIClient::V1
19
19
  class ServiceLevelObjectiveCorrectionsAPI
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
 
@@ -40,15 +40,6 @@ module DatadogAPIClient::V1
40
40
  # @return [Array<(SLOCorrectionResponse, Integer, Hash)>] SLOCorrectionResponse data, response status code and response headers
41
41
  def create_slo_correction_with_http_info(body, opts = {})
42
42
 
43
- if @api_client.config.unstable_operations.has_key?(:create_slo_correction)
44
- unstable_enabled = @api_client.config.unstable_operations[:create_slo_correction]
45
- if unstable_enabled
46
- @api_client.config.logger.warn format("Using unstable operation '%s'", "create_slo_correction")
47
- else
48
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_slo_correction"))
49
- end
50
- end
51
-
52
43
  if @api_client.config.debugging
53
44
  @api_client.config.logger.debug 'Calling API: ServiceLevelObjectiveCorrectionsAPI.create_slo_correction ...'
54
45
  end
@@ -88,7 +79,8 @@ module DatadogAPIClient::V1
88
79
  :form_params => form_params,
89
80
  :body => post_body,
90
81
  :auth_names => auth_names,
91
- :return_type => return_type
82
+ :return_type => return_type,
83
+ :api_version => "V1"
92
84
  )
93
85
 
94
86
  data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
@@ -115,15 +107,6 @@ module DatadogAPIClient::V1
115
107
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
116
108
  def delete_slo_correction_with_http_info(slo_correction_id, opts = {})
117
109
 
118
- if @api_client.config.unstable_operations.has_key?(:delete_slo_correction)
119
- unstable_enabled = @api_client.config.unstable_operations[:delete_slo_correction]
120
- if unstable_enabled
121
- @api_client.config.logger.warn format("Using unstable operation '%s'", "delete_slo_correction")
122
- else
123
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_slo_correction"))
124
- end
125
- end
126
-
127
110
  if @api_client.config.debugging
128
111
  @api_client.config.logger.debug 'Calling API: ServiceLevelObjectiveCorrectionsAPI.delete_slo_correction ...'
129
112
  end
@@ -161,7 +144,8 @@ module DatadogAPIClient::V1
161
144
  :form_params => form_params,
162
145
  :body => post_body,
163
146
  :auth_names => auth_names,
164
- :return_type => return_type
147
+ :return_type => return_type,
148
+ :api_version => "V1"
165
149
  )
166
150
 
167
151
  data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
@@ -188,15 +172,6 @@ module DatadogAPIClient::V1
188
172
  # @return [Array<(SLOCorrectionResponse, Integer, Hash)>] SLOCorrectionResponse data, response status code and response headers
189
173
  def get_slo_correction_with_http_info(slo_correction_id, opts = {})
190
174
 
191
- if @api_client.config.unstable_operations.has_key?(:get_slo_correction)
192
- unstable_enabled = @api_client.config.unstable_operations[:get_slo_correction]
193
- if unstable_enabled
194
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_slo_correction")
195
- else
196
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_slo_correction"))
197
- end
198
- end
199
-
200
175
  if @api_client.config.debugging
201
176
  @api_client.config.logger.debug 'Calling API: ServiceLevelObjectiveCorrectionsAPI.get_slo_correction ...'
202
177
  end
@@ -234,7 +209,8 @@ module DatadogAPIClient::V1
234
209
  :form_params => form_params,
235
210
  :body => post_body,
236
211
  :auth_names => auth_names,
237
- :return_type => return_type
212
+ :return_type => return_type,
213
+ :api_version => "V1"
238
214
  )
239
215
 
240
216
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -260,15 +236,6 @@ module DatadogAPIClient::V1
260
236
  # @return [Array<(SLOCorrectionListResponse, Integer, Hash)>] SLOCorrectionListResponse data, response status code and response headers
261
237
  def list_slo_correction_with_http_info(opts = {})
262
238
 
263
- if @api_client.config.unstable_operations.has_key?(:list_slo_correction)
264
- unstable_enabled = @api_client.config.unstable_operations[:list_slo_correction]
265
- if unstable_enabled
266
- @api_client.config.logger.warn format("Using unstable operation '%s'", "list_slo_correction")
267
- else
268
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_slo_correction"))
269
- end
270
- end
271
-
272
239
  if @api_client.config.debugging
273
240
  @api_client.config.logger.debug 'Calling API: ServiceLevelObjectiveCorrectionsAPI.list_slo_correction ...'
274
241
  end
@@ -302,7 +269,8 @@ module DatadogAPIClient::V1
302
269
  :form_params => form_params,
303
270
  :body => post_body,
304
271
  :auth_names => auth_names,
305
- :return_type => return_type
272
+ :return_type => return_type,
273
+ :api_version => "V1"
306
274
  )
307
275
 
308
276
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -330,15 +298,6 @@ module DatadogAPIClient::V1
330
298
  # @return [Array<(SLOCorrectionResponse, Integer, Hash)>] SLOCorrectionResponse data, response status code and response headers
331
299
  def update_slo_correction_with_http_info(slo_correction_id, body, opts = {})
332
300
 
333
- if @api_client.config.unstable_operations.has_key?(:update_slo_correction)
334
- unstable_enabled = @api_client.config.unstable_operations[:update_slo_correction]
335
- if unstable_enabled
336
- @api_client.config.logger.warn format("Using unstable operation '%s'", "update_slo_correction")
337
- else
338
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_slo_correction"))
339
- end
340
- end
341
-
342
301
  if @api_client.config.debugging
343
302
  @api_client.config.logger.debug 'Calling API: ServiceLevelObjectiveCorrectionsAPI.update_slo_correction ...'
344
303
  end
@@ -382,7 +341,8 @@ module DatadogAPIClient::V1
382
341
  :form_params => form_params,
383
342
  :body => post_body,
384
343
  :auth_names => auth_names,
385
- :return_type => return_type
344
+ :return_type => return_type,
345
+ :api_version => "V1"
386
346
  )
387
347
 
388
348
  data, status_code, headers = @api_client.call_api(Net::HTTP::Patch, local_var_path, new_options)
@@ -19,7 +19,7 @@ module DatadogAPIClient::V1
19
19
  class ServiceLevelObjectivesAPI
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::V1
41
41
  # @return [Array<(CheckCanDeleteSLOResponse, Integer, Hash)>] CheckCanDeleteSLOResponse data, response status code and response headers
42
42
  def check_can_delete_slo_with_http_info(ids, opts = {})
43
43
 
44
- if @api_client.config.unstable_operations.has_key?(:check_can_delete_slo)
45
- unstable_enabled = @api_client.config.unstable_operations[:check_can_delete_slo]
46
- if unstable_enabled
47
- @api_client.config.logger.warn format("Using unstable operation '%s'", "check_can_delete_slo")
48
- else
49
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "check_can_delete_slo"))
50
- end
51
- end
52
-
53
44
  if @api_client.config.debugging
54
45
  @api_client.config.logger.debug 'Calling API: ServiceLevelObjectivesAPI.check_can_delete_slo ...'
55
46
  end
@@ -88,7 +79,8 @@ module DatadogAPIClient::V1
88
79
  :form_params => form_params,
89
80
  :body => post_body,
90
81
  :auth_names => auth_names,
91
- :return_type => return_type
82
+ :return_type => return_type,
83
+ :api_version => "V1"
92
84
  )
93
85
 
94
86
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -115,15 +107,6 @@ module DatadogAPIClient::V1
115
107
  # @return [Array<(SLOListResponse, Integer, Hash)>] SLOListResponse data, response status code and response headers
116
108
  def create_slo_with_http_info(body, opts = {})
117
109
 
118
- if @api_client.config.unstable_operations.has_key?(:create_slo)
119
- unstable_enabled = @api_client.config.unstable_operations[:create_slo]
120
- if unstable_enabled
121
- @api_client.config.logger.warn format("Using unstable operation '%s'", "create_slo")
122
- else
123
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_slo"))
124
- end
125
- end
126
-
127
110
  if @api_client.config.debugging
128
111
  @api_client.config.logger.debug 'Calling API: ServiceLevelObjectivesAPI.create_slo ...'
129
112
  end
@@ -163,7 +146,8 @@ module DatadogAPIClient::V1
163
146
  :form_params => form_params,
164
147
  :body => post_body,
165
148
  :auth_names => auth_names,
166
- :return_type => return_type
149
+ :return_type => return_type,
150
+ :api_version => "V1"
167
151
  )
168
152
 
169
153
  data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
@@ -194,15 +178,6 @@ module DatadogAPIClient::V1
194
178
  # @return [Array<(SLODeleteResponse, Integer, Hash)>] SLODeleteResponse data, response status code and response headers
195
179
  def delete_slo_with_http_info(slo_id, opts = {})
196
180
 
197
- if @api_client.config.unstable_operations.has_key?(:delete_slo)
198
- unstable_enabled = @api_client.config.unstable_operations[:delete_slo]
199
- if unstable_enabled
200
- @api_client.config.logger.warn format("Using unstable operation '%s'", "delete_slo")
201
- else
202
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_slo"))
203
- end
204
- end
205
-
206
181
  if @api_client.config.debugging
207
182
  @api_client.config.logger.debug 'Calling API: ServiceLevelObjectivesAPI.delete_slo ...'
208
183
  end
@@ -241,7 +216,8 @@ module DatadogAPIClient::V1
241
216
  :form_params => form_params,
242
217
  :body => post_body,
243
218
  :auth_names => auth_names,
244
- :return_type => return_type
219
+ :return_type => return_type,
220
+ :api_version => "V1"
245
221
  )
246
222
 
247
223
  data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
@@ -272,15 +248,6 @@ module DatadogAPIClient::V1
272
248
  # @return [Array<(SLOBulkDeleteResponse, Integer, Hash)>] SLOBulkDeleteResponse data, response status code and response headers
273
249
  def delete_slo_timeframe_in_bulk_with_http_info(body, opts = {})
274
250
 
275
- if @api_client.config.unstable_operations.has_key?(:delete_slo_timeframe_in_bulk)
276
- unstable_enabled = @api_client.config.unstable_operations[:delete_slo_timeframe_in_bulk]
277
- if unstable_enabled
278
- @api_client.config.logger.warn format("Using unstable operation '%s'", "delete_slo_timeframe_in_bulk")
279
- else
280
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_slo_timeframe_in_bulk"))
281
- end
282
- end
283
-
284
251
  if @api_client.config.debugging
285
252
  @api_client.config.logger.debug 'Calling API: ServiceLevelObjectivesAPI.delete_slo_timeframe_in_bulk ...'
286
253
  end
@@ -320,7 +287,8 @@ module DatadogAPIClient::V1
320
287
  :form_params => form_params,
321
288
  :body => post_body,
322
289
  :auth_names => auth_names,
323
- :return_type => return_type
290
+ :return_type => return_type,
291
+ :api_version => "V1"
324
292
  )
325
293
 
326
294
  data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
@@ -348,15 +316,6 @@ module DatadogAPIClient::V1
348
316
  # @return [Array<(SLOResponse, Integer, Hash)>] SLOResponse data, response status code and response headers
349
317
  def get_slo_with_http_info(slo_id, opts = {})
350
318
 
351
- if @api_client.config.unstable_operations.has_key?(:get_slo)
352
- unstable_enabled = @api_client.config.unstable_operations[:get_slo]
353
- if unstable_enabled
354
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_slo")
355
- else
356
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_slo"))
357
- end
358
- end
359
-
360
319
  if @api_client.config.debugging
361
320
  @api_client.config.logger.debug 'Calling API: ServiceLevelObjectivesAPI.get_slo ...'
362
321
  end
@@ -395,7 +354,8 @@ module DatadogAPIClient::V1
395
354
  :form_params => form_params,
396
355
  :body => post_body,
397
356
  :auth_names => auth_names,
398
- :return_type => return_type
357
+ :return_type => return_type,
358
+ :api_version => "V1"
399
359
  )
400
360
 
401
361
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -422,15 +382,6 @@ module DatadogAPIClient::V1
422
382
  # @return [Array<(SLOCorrectionListResponse, Integer, Hash)>] SLOCorrectionListResponse data, response status code and response headers
423
383
  def get_slo_corrections_with_http_info(slo_id, opts = {})
424
384
 
425
- if @api_client.config.unstable_operations.has_key?(:get_slo_corrections)
426
- unstable_enabled = @api_client.config.unstable_operations[:get_slo_corrections]
427
- if unstable_enabled
428
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_slo_corrections")
429
- else
430
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_slo_corrections"))
431
- end
432
- end
433
-
434
385
  if @api_client.config.debugging
435
386
  @api_client.config.logger.debug 'Calling API: ServiceLevelObjectivesAPI.get_slo_corrections ...'
436
387
  end
@@ -468,7 +419,8 @@ module DatadogAPIClient::V1
468
419
  :form_params => form_params,
469
420
  :body => post_body,
470
421
  :auth_names => auth_names,
471
- :return_type => return_type
422
+ :return_type => return_type,
423
+ :api_version => "V1"
472
424
  )
473
425
 
474
426
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -505,14 +457,11 @@ module DatadogAPIClient::V1
505
457
  # @option opts [Boolean] :apply_correction Defaults to `true`. If any SLO corrections are applied and this parameter is set to `false`, then the corrections will not be applied and the SLI values will not be affected.
506
458
  # @return [Array<(SLOHistoryResponse, Integer, Hash)>] SLOHistoryResponse data, response status code and response headers
507
459
  def get_slo_history_with_http_info(slo_id, from_ts, to_ts, opts = {})
508
-
509
- if @api_client.config.unstable_operations.has_key?(:get_slo_history)
510
- unstable_enabled = @api_client.config.unstable_operations[:get_slo_history]
511
- if unstable_enabled
512
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_slo_history")
513
- else
514
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_slo_history"))
515
- end
460
+ unstable_enabled = @api_client.config.unstable_operations["v1.get_slo_history".to_sym]
461
+ if unstable_enabled
462
+ @api_client.config.logger.warn format("Using unstable operation '%s'", "v1.get_slo_history")
463
+ else
464
+ raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v1.get_slo_history"))
516
465
  end
517
466
 
518
467
  if @api_client.config.debugging
@@ -570,7 +519,8 @@ module DatadogAPIClient::V1
570
519
  :form_params => form_params,
571
520
  :body => post_body,
572
521
  :auth_names => auth_names,
573
- :return_type => return_type
522
+ :return_type => return_type,
523
+ :api_version => "V1"
574
524
  )
575
525
 
576
526
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -602,15 +552,6 @@ module DatadogAPIClient::V1
602
552
  # @return [Array<(SLOListResponse, Integer, Hash)>] SLOListResponse data, response status code and response headers
603
553
  def list_slos_with_http_info(opts = {})
604
554
 
605
- if @api_client.config.unstable_operations.has_key?(:list_slos)
606
- unstable_enabled = @api_client.config.unstable_operations[:list_slos]
607
- if unstable_enabled
608
- @api_client.config.logger.warn format("Using unstable operation '%s'", "list_slos")
609
- else
610
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_slos"))
611
- end
612
- end
613
-
614
555
  if @api_client.config.debugging
615
556
  @api_client.config.logger.debug 'Calling API: ServiceLevelObjectivesAPI.list_slos ...'
616
557
  end
@@ -650,7 +591,8 @@ module DatadogAPIClient::V1
650
591
  :form_params => form_params,
651
592
  :body => post_body,
652
593
  :auth_names => auth_names,
653
- :return_type => return_type
594
+ :return_type => return_type,
595
+ :api_version => "V1"
654
596
  )
655
597
 
656
598
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -678,14 +620,11 @@ module DatadogAPIClient::V1
678
620
  # @option opts [Integer] :page_number The identifier of the first page to return. This parameter is used for the pagination feature `[default=0]`.
679
621
  # @return [Array<(SearchSLOResponse, Integer, Hash)>] SearchSLOResponse data, response status code and response headers
680
622
  def search_slo_with_http_info(opts = {})
681
-
682
- if @api_client.config.unstable_operations.has_key?(:search_slo)
683
- unstable_enabled = @api_client.config.unstable_operations[:search_slo]
684
- if unstable_enabled
685
- @api_client.config.logger.warn format("Using unstable operation '%s'", "search_slo")
686
- else
687
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "search_slo"))
688
- end
623
+ unstable_enabled = @api_client.config.unstable_operations["v1.search_slo".to_sym]
624
+ if unstable_enabled
625
+ @api_client.config.logger.warn format("Using unstable operation '%s'", "v1.search_slo")
626
+ else
627
+ raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v1.search_slo"))
689
628
  end
690
629
 
691
630
  if @api_client.config.debugging
@@ -724,7 +663,8 @@ module DatadogAPIClient::V1
724
663
  :form_params => form_params,
725
664
  :body => post_body,
726
665
  :auth_names => auth_names,
727
- :return_type => return_type
666
+ :return_type => return_type,
667
+ :api_version => "V1"
728
668
  )
729
669
 
730
670
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -752,15 +692,6 @@ module DatadogAPIClient::V1
752
692
  # @return [Array<(SLOListResponse, Integer, Hash)>] SLOListResponse data, response status code and response headers
753
693
  def update_slo_with_http_info(slo_id, body, opts = {})
754
694
 
755
- if @api_client.config.unstable_operations.has_key?(:update_slo)
756
- unstable_enabled = @api_client.config.unstable_operations[:update_slo]
757
- if unstable_enabled
758
- @api_client.config.logger.warn format("Using unstable operation '%s'", "update_slo")
759
- else
760
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_slo"))
761
- end
762
- end
763
-
764
695
  if @api_client.config.debugging
765
696
  @api_client.config.logger.debug 'Calling API: ServiceLevelObjectivesAPI.update_slo ...'
766
697
  end
@@ -804,7 +735,8 @@ module DatadogAPIClient::V1
804
735
  :form_params => form_params,
805
736
  :body => post_body,
806
737
  :auth_names => auth_names,
807
- :return_type => return_type
738
+ :return_type => return_type,
739
+ :api_version => "V1"
808
740
  )
809
741
 
810
742
  data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
@@ -19,7 +19,7 @@ module DatadogAPIClient::V1
19
19
  class SlackIntegrationAPI
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::V1
41
41
  # @return [Array<(SlackIntegrationChannel, Integer, Hash)>] SlackIntegrationChannel data, response status code and response headers
42
42
  def create_slack_integration_channel_with_http_info(account_name, body, opts = {})
43
43
 
44
- if @api_client.config.unstable_operations.has_key?(:create_slack_integration_channel)
45
- unstable_enabled = @api_client.config.unstable_operations[:create_slack_integration_channel]
46
- if unstable_enabled
47
- @api_client.config.logger.warn format("Using unstable operation '%s'", "create_slack_integration_channel")
48
- else
49
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_slack_integration_channel"))
50
- end
51
- end
52
-
53
44
  if @api_client.config.debugging
54
45
  @api_client.config.logger.debug 'Calling API: SlackIntegrationAPI.create_slack_integration_channel ...'
55
46
  end
@@ -93,7 +84,8 @@ module DatadogAPIClient::V1
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 => "V1"
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::V1
121
113
  # @return [Array<(SlackIntegrationChannel, Integer, Hash)>] SlackIntegrationChannel data, response status code and response headers
122
114
  def get_slack_integration_channel_with_http_info(account_name, channel_name, opts = {})
123
115
 
124
- if @api_client.config.unstable_operations.has_key?(:get_slack_integration_channel)
125
- unstable_enabled = @api_client.config.unstable_operations[:get_slack_integration_channel]
126
- if unstable_enabled
127
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_slack_integration_channel")
128
- else
129
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_slack_integration_channel"))
130
- end
131
- end
132
-
133
116
  if @api_client.config.debugging
134
117
  @api_client.config.logger.debug 'Calling API: SlackIntegrationAPI.get_slack_integration_channel ...'
135
118
  end
@@ -171,7 +154,8 @@ module DatadogAPIClient::V1
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 => "V1"
175
159
  )
176
160
 
177
161
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -198,15 +182,6 @@ module DatadogAPIClient::V1
198
182
  # @return [Array<(Array<SlackIntegrationChannel>, Integer, Hash)>] Array<SlackIntegrationChannel> data, response status code and response headers
199
183
  def get_slack_integration_channels_with_http_info(account_name, opts = {})
200
184
 
201
- if @api_client.config.unstable_operations.has_key?(:get_slack_integration_channels)
202
- unstable_enabled = @api_client.config.unstable_operations[:get_slack_integration_channels]
203
- if unstable_enabled
204
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_slack_integration_channels")
205
- else
206
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_slack_integration_channels"))
207
- end
208
- end
209
-
210
185
  if @api_client.config.debugging
211
186
  @api_client.config.logger.debug 'Calling API: SlackIntegrationAPI.get_slack_integration_channels ...'
212
187
  end
@@ -244,7 +219,8 @@ module DatadogAPIClient::V1
244
219
  :form_params => form_params,
245
220
  :body => post_body,
246
221
  :auth_names => auth_names,
247
- :return_type => return_type
222
+ :return_type => return_type,
223
+ :api_version => "V1"
248
224
  )
249
225
 
250
226
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -272,15 +248,6 @@ module DatadogAPIClient::V1
272
248
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
273
249
  def remove_slack_integration_channel_with_http_info(account_name, channel_name, opts = {})
274
250
 
275
- if @api_client.config.unstable_operations.has_key?(:remove_slack_integration_channel)
276
- unstable_enabled = @api_client.config.unstable_operations[:remove_slack_integration_channel]
277
- if unstable_enabled
278
- @api_client.config.logger.warn format("Using unstable operation '%s'", "remove_slack_integration_channel")
279
- else
280
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "remove_slack_integration_channel"))
281
- end
282
- end
283
-
284
251
  if @api_client.config.debugging
285
252
  @api_client.config.logger.debug 'Calling API: SlackIntegrationAPI.remove_slack_integration_channel ...'
286
253
  end
@@ -322,7 +289,8 @@ module DatadogAPIClient::V1
322
289
  :form_params => form_params,
323
290
  :body => post_body,
324
291
  :auth_names => auth_names,
325
- :return_type => return_type
292
+ :return_type => return_type,
293
+ :api_version => "V1"
326
294
  )
327
295
 
328
296
  data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
@@ -351,15 +319,6 @@ module DatadogAPIClient::V1
351
319
  # @return [Array<(SlackIntegrationChannel, Integer, Hash)>] SlackIntegrationChannel data, response status code and response headers
352
320
  def update_slack_integration_channel_with_http_info(account_name, channel_name, body, opts = {})
353
321
 
354
- if @api_client.config.unstable_operations.has_key?(:update_slack_integration_channel)
355
- unstable_enabled = @api_client.config.unstable_operations[:update_slack_integration_channel]
356
- if unstable_enabled
357
- @api_client.config.logger.warn format("Using unstable operation '%s'", "update_slack_integration_channel")
358
- else
359
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_slack_integration_channel"))
360
- end
361
- end
362
-
363
322
  if @api_client.config.debugging
364
323
  @api_client.config.logger.debug 'Calling API: SlackIntegrationAPI.update_slack_integration_channel ...'
365
324
  end
@@ -407,7 +366,8 @@ module DatadogAPIClient::V1
407
366
  :form_params => form_params,
408
367
  :body => post_body,
409
368
  :auth_names => auth_names,
410
- :return_type => return_type
369
+ :return_type => return_type,
370
+ :api_version => "V1"
411
371
  )
412
372
 
413
373
  data, status_code, headers = @api_client.call_api(Net::HTTP::Patch, local_var_path, new_options)