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 SyntheticsAPI
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<(SyntheticsGlobalVariable, Integer, Hash)>] SyntheticsGlobalVariable data, response status code and response headers
41
41
  def create_global_variable_with_http_info(body, opts = {})
42
42
 
43
- if @api_client.config.unstable_operations.has_key?(:create_global_variable)
44
- unstable_enabled = @api_client.config.unstable_operations[:create_global_variable]
45
- if unstable_enabled
46
- @api_client.config.logger.warn format("Using unstable operation '%s'", "create_global_variable")
47
- else
48
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_global_variable"))
49
- end
50
- end
51
-
52
43
  if @api_client.config.debugging
53
44
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.create_global_variable ...'
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<(SyntheticsPrivateLocationCreationResponse, Integer, Hash)>] SyntheticsPrivateLocationCreationResponse data, response status code and response headers
116
108
  def create_private_location_with_http_info(body, opts = {})
117
109
 
118
- if @api_client.config.unstable_operations.has_key?(:create_private_location)
119
- unstable_enabled = @api_client.config.unstable_operations[:create_private_location]
120
- if unstable_enabled
121
- @api_client.config.logger.warn format("Using unstable operation '%s'", "create_private_location")
122
- else
123
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_private_location"))
124
- end
125
- end
126
-
127
110
  if @api_client.config.debugging
128
111
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.create_private_location ...'
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)
@@ -190,15 +174,6 @@ module DatadogAPIClient::V1
190
174
  # @return [Array<(SyntheticsAPITest, Integer, Hash)>] SyntheticsAPITest data, response status code and response headers
191
175
  def create_synthetics_api_test_with_http_info(body, opts = {})
192
176
 
193
- if @api_client.config.unstable_operations.has_key?(:create_synthetics_api_test)
194
- unstable_enabled = @api_client.config.unstable_operations[:create_synthetics_api_test]
195
- if unstable_enabled
196
- @api_client.config.logger.warn format("Using unstable operation '%s'", "create_synthetics_api_test")
197
- else
198
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_synthetics_api_test"))
199
- end
200
- end
201
-
202
177
  if @api_client.config.debugging
203
178
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.create_synthetics_api_test ...'
204
179
  end
@@ -238,7 +213,8 @@ module DatadogAPIClient::V1
238
213
  :form_params => form_params,
239
214
  :body => post_body,
240
215
  :auth_names => auth_names,
241
- :return_type => return_type
216
+ :return_type => return_type,
217
+ :api_version => "V1"
242
218
  )
243
219
 
244
220
  data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
@@ -265,15 +241,6 @@ module DatadogAPIClient::V1
265
241
  # @return [Array<(SyntheticsBrowserTest, Integer, Hash)>] SyntheticsBrowserTest data, response status code and response headers
266
242
  def create_synthetics_browser_test_with_http_info(body, opts = {})
267
243
 
268
- if @api_client.config.unstable_operations.has_key?(:create_synthetics_browser_test)
269
- unstable_enabled = @api_client.config.unstable_operations[:create_synthetics_browser_test]
270
- if unstable_enabled
271
- @api_client.config.logger.warn format("Using unstable operation '%s'", "create_synthetics_browser_test")
272
- else
273
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_synthetics_browser_test"))
274
- end
275
- end
276
-
277
244
  if @api_client.config.debugging
278
245
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.create_synthetics_browser_test ...'
279
246
  end
@@ -313,7 +280,8 @@ module DatadogAPIClient::V1
313
280
  :form_params => form_params,
314
281
  :body => post_body,
315
282
  :auth_names => auth_names,
316
- :return_type => return_type
283
+ :return_type => return_type,
284
+ :api_version => "V1"
317
285
  )
318
286
 
319
287
  data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
@@ -340,15 +308,6 @@ module DatadogAPIClient::V1
340
308
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
341
309
  def delete_global_variable_with_http_info(variable_id, opts = {})
342
310
 
343
- if @api_client.config.unstable_operations.has_key?(:delete_global_variable)
344
- unstable_enabled = @api_client.config.unstable_operations[:delete_global_variable]
345
- if unstable_enabled
346
- @api_client.config.logger.warn format("Using unstable operation '%s'", "delete_global_variable")
347
- else
348
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_global_variable"))
349
- end
350
- end
351
-
352
311
  if @api_client.config.debugging
353
312
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.delete_global_variable ...'
354
313
  end
@@ -386,7 +345,8 @@ module DatadogAPIClient::V1
386
345
  :form_params => form_params,
387
346
  :body => post_body,
388
347
  :auth_names => auth_names,
389
- :return_type => return_type
348
+ :return_type => return_type,
349
+ :api_version => "V1"
390
350
  )
391
351
 
392
352
  data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
@@ -413,15 +373,6 @@ module DatadogAPIClient::V1
413
373
  # @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
414
374
  def delete_private_location_with_http_info(location_id, opts = {})
415
375
 
416
- if @api_client.config.unstable_operations.has_key?(:delete_private_location)
417
- unstable_enabled = @api_client.config.unstable_operations[:delete_private_location]
418
- if unstable_enabled
419
- @api_client.config.logger.warn format("Using unstable operation '%s'", "delete_private_location")
420
- else
421
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_private_location"))
422
- end
423
- end
424
-
425
376
  if @api_client.config.debugging
426
377
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.delete_private_location ...'
427
378
  end
@@ -459,7 +410,8 @@ module DatadogAPIClient::V1
459
410
  :form_params => form_params,
460
411
  :body => post_body,
461
412
  :auth_names => auth_names,
462
- :return_type => return_type
413
+ :return_type => return_type,
414
+ :api_version => "V1"
463
415
  )
464
416
 
465
417
  data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
@@ -486,15 +438,6 @@ module DatadogAPIClient::V1
486
438
  # @return [Array<(SyntheticsDeleteTestsResponse, Integer, Hash)>] SyntheticsDeleteTestsResponse data, response status code and response headers
487
439
  def delete_tests_with_http_info(body, opts = {})
488
440
 
489
- if @api_client.config.unstable_operations.has_key?(:delete_tests)
490
- unstable_enabled = @api_client.config.unstable_operations[:delete_tests]
491
- if unstable_enabled
492
- @api_client.config.logger.warn format("Using unstable operation '%s'", "delete_tests")
493
- else
494
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_tests"))
495
- end
496
- end
497
-
498
441
  if @api_client.config.debugging
499
442
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.delete_tests ...'
500
443
  end
@@ -534,7 +477,8 @@ module DatadogAPIClient::V1
534
477
  :form_params => form_params,
535
478
  :body => post_body,
536
479
  :auth_names => auth_names,
537
- :return_type => return_type
480
+ :return_type => return_type,
481
+ :api_version => "V1"
538
482
  )
539
483
 
540
484
  data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
@@ -562,15 +506,6 @@ module DatadogAPIClient::V1
562
506
  # @return [Array<(SyntheticsGlobalVariable, Integer, Hash)>] SyntheticsGlobalVariable data, response status code and response headers
563
507
  def edit_global_variable_with_http_info(variable_id, body, opts = {})
564
508
 
565
- if @api_client.config.unstable_operations.has_key?(:edit_global_variable)
566
- unstable_enabled = @api_client.config.unstable_operations[:edit_global_variable]
567
- if unstable_enabled
568
- @api_client.config.logger.warn format("Using unstable operation '%s'", "edit_global_variable")
569
- else
570
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "edit_global_variable"))
571
- end
572
- end
573
-
574
509
  if @api_client.config.debugging
575
510
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.edit_global_variable ...'
576
511
  end
@@ -614,7 +549,8 @@ module DatadogAPIClient::V1
614
549
  :form_params => form_params,
615
550
  :body => post_body,
616
551
  :auth_names => auth_names,
617
- :return_type => return_type
552
+ :return_type => return_type,
553
+ :api_version => "V1"
618
554
  )
619
555
 
620
556
  data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
@@ -642,15 +578,6 @@ module DatadogAPIClient::V1
642
578
  # @return [Array<(SyntheticsAPITest, Integer, Hash)>] SyntheticsAPITest data, response status code and response headers
643
579
  def get_api_test_with_http_info(public_id, opts = {})
644
580
 
645
- if @api_client.config.unstable_operations.has_key?(:get_api_test)
646
- unstable_enabled = @api_client.config.unstable_operations[:get_api_test]
647
- if unstable_enabled
648
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_api_test")
649
- else
650
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_api_test"))
651
- end
652
- end
653
-
654
581
  if @api_client.config.debugging
655
582
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_api_test ...'
656
583
  end
@@ -688,7 +615,8 @@ module DatadogAPIClient::V1
688
615
  :form_params => form_params,
689
616
  :body => post_body,
690
617
  :auth_names => auth_names,
691
- :return_type => return_type
618
+ :return_type => return_type,
619
+ :api_version => "V1"
692
620
  )
693
621
 
694
622
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -718,15 +646,6 @@ module DatadogAPIClient::V1
718
646
  # @return [Array<(SyntheticsGetAPITestLatestResultsResponse, Integer, Hash)>] SyntheticsGetAPITestLatestResultsResponse data, response status code and response headers
719
647
  def get_api_test_latest_results_with_http_info(public_id, opts = {})
720
648
 
721
- if @api_client.config.unstable_operations.has_key?(:get_api_test_latest_results)
722
- unstable_enabled = @api_client.config.unstable_operations[:get_api_test_latest_results]
723
- if unstable_enabled
724
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_api_test_latest_results")
725
- else
726
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_api_test_latest_results"))
727
- end
728
- end
729
-
730
649
  if @api_client.config.debugging
731
650
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_api_test_latest_results ...'
732
651
  end
@@ -767,7 +686,8 @@ module DatadogAPIClient::V1
767
686
  :form_params => form_params,
768
687
  :body => post_body,
769
688
  :auth_names => auth_names,
770
- :return_type => return_type
689
+ :return_type => return_type,
690
+ :api_version => "V1"
771
691
  )
772
692
 
773
693
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -795,15 +715,6 @@ module DatadogAPIClient::V1
795
715
  # @return [Array<(SyntheticsAPITestResultFull, Integer, Hash)>] SyntheticsAPITestResultFull data, response status code and response headers
796
716
  def get_api_test_result_with_http_info(public_id, result_id, opts = {})
797
717
 
798
- if @api_client.config.unstable_operations.has_key?(:get_api_test_result)
799
- unstable_enabled = @api_client.config.unstable_operations[:get_api_test_result]
800
- if unstable_enabled
801
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_api_test_result")
802
- else
803
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_api_test_result"))
804
- end
805
- end
806
-
807
718
  if @api_client.config.debugging
808
719
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_api_test_result ...'
809
720
  end
@@ -845,7 +756,8 @@ module DatadogAPIClient::V1
845
756
  :form_params => form_params,
846
757
  :body => post_body,
847
758
  :auth_names => auth_names,
848
- :return_type => return_type
759
+ :return_type => return_type,
760
+ :api_version => "V1"
849
761
  )
850
762
 
851
763
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -873,15 +785,6 @@ module DatadogAPIClient::V1
873
785
  # @return [Array<(SyntheticsBrowserTest, Integer, Hash)>] SyntheticsBrowserTest data, response status code and response headers
874
786
  def get_browser_test_with_http_info(public_id, opts = {})
875
787
 
876
- if @api_client.config.unstable_operations.has_key?(:get_browser_test)
877
- unstable_enabled = @api_client.config.unstable_operations[:get_browser_test]
878
- if unstable_enabled
879
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_browser_test")
880
- else
881
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_browser_test"))
882
- end
883
- end
884
-
885
788
  if @api_client.config.debugging
886
789
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_browser_test ...'
887
790
  end
@@ -919,7 +822,8 @@ module DatadogAPIClient::V1
919
822
  :form_params => form_params,
920
823
  :body => post_body,
921
824
  :auth_names => auth_names,
922
- :return_type => return_type
825
+ :return_type => return_type,
826
+ :api_version => "V1"
923
827
  )
924
828
 
925
829
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -949,15 +853,6 @@ module DatadogAPIClient::V1
949
853
  # @return [Array<(SyntheticsGetBrowserTestLatestResultsResponse, Integer, Hash)>] SyntheticsGetBrowserTestLatestResultsResponse data, response status code and response headers
950
854
  def get_browser_test_latest_results_with_http_info(public_id, opts = {})
951
855
 
952
- if @api_client.config.unstable_operations.has_key?(:get_browser_test_latest_results)
953
- unstable_enabled = @api_client.config.unstable_operations[:get_browser_test_latest_results]
954
- if unstable_enabled
955
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_browser_test_latest_results")
956
- else
957
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_browser_test_latest_results"))
958
- end
959
- end
960
-
961
856
  if @api_client.config.debugging
962
857
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_browser_test_latest_results ...'
963
858
  end
@@ -998,7 +893,8 @@ module DatadogAPIClient::V1
998
893
  :form_params => form_params,
999
894
  :body => post_body,
1000
895
  :auth_names => auth_names,
1001
- :return_type => return_type
896
+ :return_type => return_type,
897
+ :api_version => "V1"
1002
898
  )
1003
899
 
1004
900
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -1026,15 +922,6 @@ module DatadogAPIClient::V1
1026
922
  # @return [Array<(SyntheticsBrowserTestResultFull, Integer, Hash)>] SyntheticsBrowserTestResultFull data, response status code and response headers
1027
923
  def get_browser_test_result_with_http_info(public_id, result_id, opts = {})
1028
924
 
1029
- if @api_client.config.unstable_operations.has_key?(:get_browser_test_result)
1030
- unstable_enabled = @api_client.config.unstable_operations[:get_browser_test_result]
1031
- if unstable_enabled
1032
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_browser_test_result")
1033
- else
1034
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_browser_test_result"))
1035
- end
1036
- end
1037
-
1038
925
  if @api_client.config.debugging
1039
926
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_browser_test_result ...'
1040
927
  end
@@ -1076,7 +963,8 @@ module DatadogAPIClient::V1
1076
963
  :form_params => form_params,
1077
964
  :body => post_body,
1078
965
  :auth_names => auth_names,
1079
- :return_type => return_type
966
+ :return_type => return_type,
967
+ :api_version => "V1"
1080
968
  )
1081
969
 
1082
970
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -1103,15 +991,6 @@ module DatadogAPIClient::V1
1103
991
  # @return [Array<(SyntheticsGlobalVariable, Integer, Hash)>] SyntheticsGlobalVariable data, response status code and response headers
1104
992
  def get_global_variable_with_http_info(variable_id, opts = {})
1105
993
 
1106
- if @api_client.config.unstable_operations.has_key?(:get_global_variable)
1107
- unstable_enabled = @api_client.config.unstable_operations[:get_global_variable]
1108
- if unstable_enabled
1109
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_global_variable")
1110
- else
1111
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_global_variable"))
1112
- end
1113
- end
1114
-
1115
994
  if @api_client.config.debugging
1116
995
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_global_variable ...'
1117
996
  end
@@ -1149,7 +1028,8 @@ module DatadogAPIClient::V1
1149
1028
  :form_params => form_params,
1150
1029
  :body => post_body,
1151
1030
  :auth_names => auth_names,
1152
- :return_type => return_type
1031
+ :return_type => return_type,
1032
+ :api_version => "V1"
1153
1033
  )
1154
1034
 
1155
1035
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -1176,15 +1056,6 @@ module DatadogAPIClient::V1
1176
1056
  # @return [Array<(SyntheticsPrivateLocation, Integer, Hash)>] SyntheticsPrivateLocation data, response status code and response headers
1177
1057
  def get_private_location_with_http_info(location_id, opts = {})
1178
1058
 
1179
- if @api_client.config.unstable_operations.has_key?(:get_private_location)
1180
- unstable_enabled = @api_client.config.unstable_operations[:get_private_location]
1181
- if unstable_enabled
1182
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_private_location")
1183
- else
1184
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_private_location"))
1185
- end
1186
- end
1187
-
1188
1059
  if @api_client.config.debugging
1189
1060
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_private_location ...'
1190
1061
  end
@@ -1222,7 +1093,8 @@ module DatadogAPIClient::V1
1222
1093
  :form_params => form_params,
1223
1094
  :body => post_body,
1224
1095
  :auth_names => auth_names,
1225
- :return_type => return_type
1096
+ :return_type => return_type,
1097
+ :api_version => "V1"
1226
1098
  )
1227
1099
 
1228
1100
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -1249,15 +1121,6 @@ module DatadogAPIClient::V1
1249
1121
  # @return [Array<(SyntheticsBatchDetails, Integer, Hash)>] SyntheticsBatchDetails data, response status code and response headers
1250
1122
  def get_synthetics_ci_batch_with_http_info(batch_id, opts = {})
1251
1123
 
1252
- if @api_client.config.unstable_operations.has_key?(:get_synthetics_ci_batch)
1253
- unstable_enabled = @api_client.config.unstable_operations[:get_synthetics_ci_batch]
1254
- if unstable_enabled
1255
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_synthetics_ci_batch")
1256
- else
1257
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_synthetics_ci_batch"))
1258
- end
1259
- end
1260
-
1261
1124
  if @api_client.config.debugging
1262
1125
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_synthetics_ci_batch ...'
1263
1126
  end
@@ -1295,7 +1158,8 @@ module DatadogAPIClient::V1
1295
1158
  :form_params => form_params,
1296
1159
  :body => post_body,
1297
1160
  :auth_names => auth_names,
1298
- :return_type => return_type
1161
+ :return_type => return_type,
1162
+ :api_version => "V1"
1299
1163
  )
1300
1164
 
1301
1165
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -1322,15 +1186,6 @@ module DatadogAPIClient::V1
1322
1186
  # @return [Array<(SyntheticsTestDetails, Integer, Hash)>] SyntheticsTestDetails data, response status code and response headers
1323
1187
  def get_test_with_http_info(public_id, opts = {})
1324
1188
 
1325
- if @api_client.config.unstable_operations.has_key?(:get_test)
1326
- unstable_enabled = @api_client.config.unstable_operations[:get_test]
1327
- if unstable_enabled
1328
- @api_client.config.logger.warn format("Using unstable operation '%s'", "get_test")
1329
- else
1330
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_test"))
1331
- end
1332
- end
1333
-
1334
1189
  if @api_client.config.debugging
1335
1190
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_test ...'
1336
1191
  end
@@ -1368,7 +1223,8 @@ module DatadogAPIClient::V1
1368
1223
  :form_params => form_params,
1369
1224
  :body => post_body,
1370
1225
  :auth_names => auth_names,
1371
- :return_type => return_type
1226
+ :return_type => return_type,
1227
+ :api_version => "V1"
1372
1228
  )
1373
1229
 
1374
1230
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -1394,15 +1250,6 @@ module DatadogAPIClient::V1
1394
1250
  # @return [Array<(SyntheticsListGlobalVariablesResponse, Integer, Hash)>] SyntheticsListGlobalVariablesResponse data, response status code and response headers
1395
1251
  def list_global_variables_with_http_info(opts = {})
1396
1252
 
1397
- if @api_client.config.unstable_operations.has_key?(:list_global_variables)
1398
- unstable_enabled = @api_client.config.unstable_operations[:list_global_variables]
1399
- if unstable_enabled
1400
- @api_client.config.logger.warn format("Using unstable operation '%s'", "list_global_variables")
1401
- else
1402
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_global_variables"))
1403
- end
1404
- end
1405
-
1406
1253
  if @api_client.config.debugging
1407
1254
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.list_global_variables ...'
1408
1255
  end
@@ -1436,7 +1283,8 @@ module DatadogAPIClient::V1
1436
1283
  :form_params => form_params,
1437
1284
  :body => post_body,
1438
1285
  :auth_names => auth_names,
1439
- :return_type => return_type
1286
+ :return_type => return_type,
1287
+ :api_version => "V1"
1440
1288
  )
1441
1289
 
1442
1290
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -1463,15 +1311,6 @@ module DatadogAPIClient::V1
1463
1311
  # @return [Array<(SyntheticsLocations, Integer, Hash)>] SyntheticsLocations data, response status code and response headers
1464
1312
  def list_locations_with_http_info(opts = {})
1465
1313
 
1466
- if @api_client.config.unstable_operations.has_key?(:list_locations)
1467
- unstable_enabled = @api_client.config.unstable_operations[:list_locations]
1468
- if unstable_enabled
1469
- @api_client.config.logger.warn format("Using unstable operation '%s'", "list_locations")
1470
- else
1471
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_locations"))
1472
- end
1473
- end
1474
-
1475
1314
  if @api_client.config.debugging
1476
1315
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.list_locations ...'
1477
1316
  end
@@ -1505,7 +1344,8 @@ module DatadogAPIClient::V1
1505
1344
  :form_params => form_params,
1506
1345
  :body => post_body,
1507
1346
  :auth_names => auth_names,
1508
- :return_type => return_type
1347
+ :return_type => return_type,
1348
+ :api_version => "V1"
1509
1349
  )
1510
1350
 
1511
1351
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -1531,15 +1371,6 @@ module DatadogAPIClient::V1
1531
1371
  # @return [Array<(SyntheticsListTestsResponse, Integer, Hash)>] SyntheticsListTestsResponse data, response status code and response headers
1532
1372
  def list_tests_with_http_info(opts = {})
1533
1373
 
1534
- if @api_client.config.unstable_operations.has_key?(:list_tests)
1535
- unstable_enabled = @api_client.config.unstable_operations[:list_tests]
1536
- if unstable_enabled
1537
- @api_client.config.logger.warn format("Using unstable operation '%s'", "list_tests")
1538
- else
1539
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_tests"))
1540
- end
1541
- end
1542
-
1543
1374
  if @api_client.config.debugging
1544
1375
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.list_tests ...'
1545
1376
  end
@@ -1573,7 +1404,8 @@ module DatadogAPIClient::V1
1573
1404
  :form_params => form_params,
1574
1405
  :body => post_body,
1575
1406
  :auth_names => auth_names,
1576
- :return_type => return_type
1407
+ :return_type => return_type,
1408
+ :api_version => "V1"
1577
1409
  )
1578
1410
 
1579
1411
  data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
@@ -1600,15 +1432,6 @@ module DatadogAPIClient::V1
1600
1432
  # @return [Array<(SyntheticsTriggerCITestsResponse, Integer, Hash)>] SyntheticsTriggerCITestsResponse data, response status code and response headers
1601
1433
  def trigger_ci_tests_with_http_info(body, opts = {})
1602
1434
 
1603
- if @api_client.config.unstable_operations.has_key?(:trigger_ci_tests)
1604
- unstable_enabled = @api_client.config.unstable_operations[:trigger_ci_tests]
1605
- if unstable_enabled
1606
- @api_client.config.logger.warn format("Using unstable operation '%s'", "trigger_ci_tests")
1607
- else
1608
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "trigger_ci_tests"))
1609
- end
1610
- end
1611
-
1612
1435
  if @api_client.config.debugging
1613
1436
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.trigger_ci_tests ...'
1614
1437
  end
@@ -1648,7 +1471,8 @@ module DatadogAPIClient::V1
1648
1471
  :form_params => form_params,
1649
1472
  :body => post_body,
1650
1473
  :auth_names => auth_names,
1651
- :return_type => return_type
1474
+ :return_type => return_type,
1475
+ :api_version => "V1"
1652
1476
  )
1653
1477
 
1654
1478
  data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
@@ -1675,15 +1499,6 @@ module DatadogAPIClient::V1
1675
1499
  # @return [Array<(SyntheticsTriggerCITestsResponse, Integer, Hash)>] SyntheticsTriggerCITestsResponse data, response status code and response headers
1676
1500
  def trigger_tests_with_http_info(body, opts = {})
1677
1501
 
1678
- if @api_client.config.unstable_operations.has_key?(:trigger_tests)
1679
- unstable_enabled = @api_client.config.unstable_operations[:trigger_tests]
1680
- if unstable_enabled
1681
- @api_client.config.logger.warn format("Using unstable operation '%s'", "trigger_tests")
1682
- else
1683
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "trigger_tests"))
1684
- end
1685
- end
1686
-
1687
1502
  if @api_client.config.debugging
1688
1503
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.trigger_tests ...'
1689
1504
  end
@@ -1723,7 +1538,8 @@ module DatadogAPIClient::V1
1723
1538
  :form_params => form_params,
1724
1539
  :body => post_body,
1725
1540
  :auth_names => auth_names,
1726
- :return_type => return_type
1541
+ :return_type => return_type,
1542
+ :api_version => "V1"
1727
1543
  )
1728
1544
 
1729
1545
  data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
@@ -1751,15 +1567,6 @@ module DatadogAPIClient::V1
1751
1567
  # @return [Array<(SyntheticsAPITest, Integer, Hash)>] SyntheticsAPITest data, response status code and response headers
1752
1568
  def update_api_test_with_http_info(public_id, body, opts = {})
1753
1569
 
1754
- if @api_client.config.unstable_operations.has_key?(:update_api_test)
1755
- unstable_enabled = @api_client.config.unstable_operations[:update_api_test]
1756
- if unstable_enabled
1757
- @api_client.config.logger.warn format("Using unstable operation '%s'", "update_api_test")
1758
- else
1759
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_api_test"))
1760
- end
1761
- end
1762
-
1763
1570
  if @api_client.config.debugging
1764
1571
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.update_api_test ...'
1765
1572
  end
@@ -1803,7 +1610,8 @@ module DatadogAPIClient::V1
1803
1610
  :form_params => form_params,
1804
1611
  :body => post_body,
1805
1612
  :auth_names => auth_names,
1806
- :return_type => return_type
1613
+ :return_type => return_type,
1614
+ :api_version => "V1"
1807
1615
  )
1808
1616
 
1809
1617
  data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
@@ -1831,15 +1639,6 @@ module DatadogAPIClient::V1
1831
1639
  # @return [Array<(SyntheticsBrowserTest, Integer, Hash)>] SyntheticsBrowserTest data, response status code and response headers
1832
1640
  def update_browser_test_with_http_info(public_id, body, opts = {})
1833
1641
 
1834
- if @api_client.config.unstable_operations.has_key?(:update_browser_test)
1835
- unstable_enabled = @api_client.config.unstable_operations[:update_browser_test]
1836
- if unstable_enabled
1837
- @api_client.config.logger.warn format("Using unstable operation '%s'", "update_browser_test")
1838
- else
1839
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_browser_test"))
1840
- end
1841
- end
1842
-
1843
1642
  if @api_client.config.debugging
1844
1643
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.update_browser_test ...'
1845
1644
  end
@@ -1883,7 +1682,8 @@ module DatadogAPIClient::V1
1883
1682
  :form_params => form_params,
1884
1683
  :body => post_body,
1885
1684
  :auth_names => auth_names,
1886
- :return_type => return_type
1685
+ :return_type => return_type,
1686
+ :api_version => "V1"
1887
1687
  )
1888
1688
 
1889
1689
  data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
@@ -1911,15 +1711,6 @@ module DatadogAPIClient::V1
1911
1711
  # @return [Array<(SyntheticsPrivateLocation, Integer, Hash)>] SyntheticsPrivateLocation data, response status code and response headers
1912
1712
  def update_private_location_with_http_info(location_id, body, opts = {})
1913
1713
 
1914
- if @api_client.config.unstable_operations.has_key?(:update_private_location)
1915
- unstable_enabled = @api_client.config.unstable_operations[:update_private_location]
1916
- if unstable_enabled
1917
- @api_client.config.logger.warn format("Using unstable operation '%s'", "update_private_location")
1918
- else
1919
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_private_location"))
1920
- end
1921
- end
1922
-
1923
1714
  if @api_client.config.debugging
1924
1715
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.update_private_location ...'
1925
1716
  end
@@ -1963,7 +1754,8 @@ module DatadogAPIClient::V1
1963
1754
  :form_params => form_params,
1964
1755
  :body => post_body,
1965
1756
  :auth_names => auth_names,
1966
- :return_type => return_type
1757
+ :return_type => return_type,
1758
+ :api_version => "V1"
1967
1759
  )
1968
1760
 
1969
1761
  data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
@@ -1991,15 +1783,6 @@ module DatadogAPIClient::V1
1991
1783
  # @return [Array<(Boolean, Integer, Hash)>] Boolean data, response status code and response headers
1992
1784
  def update_test_pause_status_with_http_info(public_id, body, opts = {})
1993
1785
 
1994
- if @api_client.config.unstable_operations.has_key?(:update_test_pause_status)
1995
- unstable_enabled = @api_client.config.unstable_operations[:update_test_pause_status]
1996
- if unstable_enabled
1997
- @api_client.config.logger.warn format("Using unstable operation '%s'", "update_test_pause_status")
1998
- else
1999
- raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_test_pause_status"))
2000
- end
2001
- end
2002
-
2003
1786
  if @api_client.config.debugging
2004
1787
  @api_client.config.logger.debug 'Calling API: SyntheticsAPI.update_test_pause_status ...'
2005
1788
  end
@@ -2043,7 +1826,8 @@ module DatadogAPIClient::V1
2043
1826
  :form_params => form_params,
2044
1827
  :body => post_body,
2045
1828
  :auth_names => auth_names,
2046
- :return_type => return_type
1829
+ :return_type => return_type,
1830
+ :api_version => "V1"
2047
1831
  )
2048
1832
 
2049
1833
  data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)