datadog_api_client 1.10.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (351) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +4 -4
  3. data/.generator/schemas/v1/openapi.yaml +1014 -166
  4. data/.generator/schemas/v2/openapi.yaml +1615 -86
  5. data/.generator/src/generator/cli.py +57 -40
  6. data/.generator/src/generator/formatter.py +14 -0
  7. data/.generator/src/generator/openapi.py +12 -6
  8. data/.generator/src/generator/templates/api.j2 +14 -13
  9. data/.generator/src/generator/templates/api_client.j2 +63 -11
  10. data/.generator/src/generator/templates/configuration.j2 +12 -8
  11. data/.generator/src/generator/templates/example.j2 +1 -1
  12. data/.generator/src/generator/templates/inflector.j2 +28 -0
  13. data/.generator/src/generator/templates/model_base.j2 +2 -2
  14. data/.generator/src/generator/templates/model_oneof.j2 +1 -1
  15. data/.generator/src/generator/templates/package.j2 +7 -12
  16. data/.github/workflows/approved_status.yml +0 -2
  17. data/.github/workflows/codeql-analysis.yml +49 -0
  18. data/.github/workflows/docs.yml +1 -1
  19. data/.github/workflows/prepare_release.yml +1 -1
  20. data/.github/workflows/publish.yml +1 -1
  21. data/.github/workflows/release.yml +1 -1
  22. data/.github/workflows/test.yml +4 -6
  23. data/.github/workflows/test_integration.yml +1 -8
  24. data/.pre-commit-config.yaml +3 -12
  25. data/CHANGELOG.md +69 -0
  26. data/Gemfile +1 -0
  27. data/Makefile +1 -2
  28. data/README.md +13 -13
  29. data/datadog_api_client.gemspec +2 -0
  30. data/examples/v1/dashboards/CreateDashboard_1442588603.rb +61 -0
  31. data/examples/v1/dashboards/CreateDashboard_252716965.rb +52 -0
  32. data/examples/v1/dashboards/CreateDashboard_3882428227.rb +60 -0
  33. data/examples/v1/downtimes/CreateDowntime_1393233946.rb +3 -0
  34. data/examples/v1/downtimes/CreateDowntime_2908359488.rb +3 -0
  35. data/examples/v1/downtimes/CreateDowntime_3059354445.rb +3 -0
  36. data/examples/v1/events/ListEvents.rb +1 -1
  37. data/examples/v1/metrics/SubmitDistributionPoints.rb +22 -0
  38. data/examples/v1/metrics/SubmitDistributionPoints_3109558960.rb +25 -0
  39. data/examples/v1/organizations/DowngradeOrg.rb +5 -0
  40. data/examples/v1/organizations/UpdateOrg.rb +1 -0
  41. data/examples/v1/service-level-objectives/GetSLOHistory.rb +1 -1
  42. data/examples/v1/service-level-objectives/SearchSLO.rb +16 -0
  43. data/examples/v1/snapshots/GetGraphSnapshot.rb +2 -0
  44. data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +3 -0
  45. data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +4 -1
  46. data/examples/v1/synthetics/GetAPITestLatestResults.rb +1 -1
  47. data/examples/v1/synthetics/GetAPITestResult.rb +1 -1
  48. data/examples/v1/synthetics/GetBrowserTestLatestResults.rb +1 -1
  49. data/examples/v1/synthetics/GetBrowserTestResult.rb +1 -1
  50. data/examples/v1/synthetics/UpdateBrowserTest.rb +3 -0
  51. data/examples/v1/usage-metering/GetDailyCustomReports.rb +1 -1
  52. data/examples/v1/usage-metering/GetHourlyUsageAttribution.rb +0 -3
  53. data/examples/v1/usage-metering/GetMonthlyCustomReports.rb +1 -1
  54. data/examples/v1/usage-metering/GetMonthlyUsageAttribution.rb +0 -3
  55. data/examples/v1/usage-metering/GetSpecifiedDailyCustomReports.rb +1 -1
  56. data/examples/v1/usage-metering/GetSpecifiedMonthlyCustomReports.rb +1 -1
  57. data/examples/v1/usage-metering/GetUsageAttribution.rb +1 -1
  58. data/examples/v1/usage-metering/GetUsageCIApp.rb +2 -5
  59. data/examples/v1/usage-metering/GetUsageCIApp_1064440884.rb +8 -0
  60. data/examples/v1/usage-metering/GetUsageCWS.rb +2 -5
  61. data/examples/v1/usage-metering/GetUsageCWS_736958514.rb +8 -0
  62. data/examples/v1/usage-metering/GetUsageDBM.rb +2 -5
  63. data/examples/v1/usage-metering/GetUsageDBM_3446806203.rb +8 -0
  64. data/examples/v1/usage-metering/GetUsageLambda.rb +2 -5
  65. data/examples/v1/usage-metering/GetUsageLambda_3132428705.rb +8 -0
  66. data/examples/v1/usage-metering/GetUsageLogs.rb +2 -5
  67. data/examples/v1/usage-metering/GetUsageLogsByIndex.rb +2 -5
  68. data/examples/v1/usage-metering/GetUsageLogsByIndex_1025184776.rb +8 -0
  69. data/examples/v1/usage-metering/GetUsageLogs_2562396405.rb +8 -0
  70. data/examples/v1/usage-metering/GetUsageNetworkFlows.rb +2 -5
  71. data/examples/v1/usage-metering/GetUsageNetworkFlows_1239422069.rb +8 -0
  72. data/examples/v1/usage-metering/GetUsageNetworkHosts.rb +2 -5
  73. data/examples/v1/usage-metering/GetUsageNetworkHosts_1249907835.rb +8 -0
  74. data/examples/v1/usage-metering/GetUsageOnlineArchive.rb +2 -5
  75. data/examples/v1/usage-metering/GetUsageOnlineArchive_1501172903.rb +8 -0
  76. data/examples/v1/usage-metering/GetUsageRumSessions.rb +2 -5
  77. data/examples/v1/usage-metering/GetUsageRumSessions_714937291.rb +8 -0
  78. data/examples/v1/usage-metering/GetUsageRumUnits.rb +2 -5
  79. data/examples/v1/usage-metering/GetUsageRumUnits_3959755399.rb +8 -0
  80. data/examples/v1/usage-metering/GetUsageSDS.rb +2 -5
  81. data/examples/v1/usage-metering/GetUsageSDS_271128478.rb +8 -0
  82. data/examples/v1/usage-metering/GetUsageSynthetics.rb +1 -1
  83. data/examples/v1/usage-metering/GetUsageSyntheticsAPI.rb +2 -5
  84. data/examples/v1/usage-metering/GetUsageSyntheticsAPI_4048033529.rb +8 -0
  85. data/examples/v1/usage-metering/GetUsageSyntheticsBrowser.rb +2 -5
  86. data/examples/v1/usage-metering/GetUsageSyntheticsBrowser_1704663299.rb +8 -0
  87. data/examples/v2/events/ListEvents.rb +8 -0
  88. data/examples/v2/events/ListEvents_2663715109.rb +14 -0
  89. data/examples/v2/events/SearchEvents.rb +23 -0
  90. data/examples/v2/incident-services/CreateIncidentService.rb +1 -1
  91. data/examples/v2/incident-services/DeleteIncidentService.rb +1 -1
  92. data/examples/v2/incident-services/GetIncidentService.rb +1 -1
  93. data/examples/v2/incident-services/ListIncidentServices.rb +1 -1
  94. data/examples/v2/incident-services/UpdateIncidentService.rb +1 -1
  95. data/examples/v2/incident-teams/CreateIncidentTeam.rb +1 -1
  96. data/examples/v2/incident-teams/DeleteIncidentTeam.rb +1 -1
  97. data/examples/v2/incident-teams/GetIncidentTeam.rb +1 -1
  98. data/examples/v2/incident-teams/ListIncidentTeams.rb +1 -1
  99. data/examples/v2/incident-teams/UpdateIncidentTeam.rb +1 -1
  100. data/examples/v2/incidents/CreateIncident.rb +1 -1
  101. data/examples/v2/incidents/DeleteIncident.rb +1 -1
  102. data/examples/v2/incidents/GetIncident.rb +1 -1
  103. data/examples/v2/incidents/ListIncidents.rb +1 -1
  104. data/examples/v2/incidents/UpdateIncident.rb +1 -1
  105. data/examples/v2/incidents/UpdateIncident_1009194038.rb +1 -1
  106. data/examples/v2/incidents/UpdateIncident_3369341440.rb +1 -1
  107. data/examples/v2/metrics/CreateTagConfiguration.rb +0 -3
  108. data/examples/v2/metrics/DeleteTagConfiguration.rb +0 -3
  109. data/examples/v2/metrics/ListTagConfigurationByName.rb +0 -3
  110. data/examples/v2/metrics/ListTagConfigurations.rb +0 -3
  111. data/examples/v2/metrics/ListTagConfigurations_103226315.rb +0 -3
  112. data/examples/v2/metrics/ListTagConfigurations_1799362914.rb +0 -3
  113. data/examples/v2/metrics/SubmitMetrics.rb +6 -0
  114. data/examples/v2/metrics/UpdateTagConfiguration.rb +0 -3
  115. data/examples/v2/opsgenie-integration/CreateOpsgenieService.rb +16 -0
  116. data/examples/v2/opsgenie-integration/DeleteOpsgenieService.rb +8 -0
  117. data/examples/v2/opsgenie-integration/GetOpsgenieService.rb +8 -0
  118. data/examples/v2/opsgenie-integration/ListOpsgenieServices.rb +5 -0
  119. data/examples/v2/opsgenie-integration/UpdateOpsgenieService.rb +21 -0
  120. data/examples/v2/security-monitoring/EditSecurityMonitoringSignalAssignee.rb +15 -0
  121. data/examples/v2/security-monitoring/EditSecurityMonitoringSignalIncidents.rb +15 -0
  122. data/examples/v2/security-monitoring/EditSecurityMonitoringSignalState.rb +14 -0
  123. data/examples/v2/security-monitoring/ListSecurityMonitoringSignals.rb +0 -3
  124. data/examples/v2/security-monitoring/SearchSecurityMonitoringSignals.rb +0 -3
  125. data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb +4 -0
  126. data/examples/v2/usage-metering/GetEstimatedCostByOrg.rb +8 -0
  127. data/examples/v2/usage-metering/GetEstimatedCostByOrg_2734954020.rb +11 -0
  128. data/examples/v2/usage-metering/GetEstimatedCostByOrg_3186693804.rb +11 -0
  129. data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring.rb +2 -5
  130. data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring_3959166796.rb +8 -0
  131. data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations.rb +2 -5
  132. data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations_1436752065.rb +8 -0
  133. data/examples/v2/usage-metering/GetUsageObservabilityPipelines.rb +2 -5
  134. data/examples/v2/usage-metering/GetUsageObservabilityPipelines_970725512.rb +8 -0
  135. data/lib/datadog_api_client/{v2/api_client.rb → api_client.rb} +63 -11
  136. data/lib/datadog_api_client/api_key_configuration.rb +1 -18
  137. data/lib/datadog_api_client/{v1/configuration.rb → configuration.rb} +133 -29
  138. data/lib/datadog_api_client/inflector.rb +1293 -0
  139. data/lib/datadog_api_client/models.rb +66 -0
  140. data/lib/datadog_api_client/v1/api/authentication_api.rb +3 -11
  141. data/lib/datadog_api_client/v1/api/aws_integration_api.rb +19 -91
  142. data/lib/datadog_api_client/v1/api/aws_logs_integration_api.rb +15 -71
  143. data/lib/datadog_api_client/v1/api/azure_integration_api.rb +11 -51
  144. data/lib/datadog_api_client/v1/api/dashboard_lists_api.rb +11 -51
  145. data/lib/datadog_api_client/v1/api/dashboards_api.rb +15 -71
  146. data/lib/datadog_api_client/v1/api/downtimes_api.rb +15 -71
  147. data/lib/datadog_api_client/v1/api/events_api.rb +9 -33
  148. data/lib/datadog_api_client/v1/api/gcp_integration_api.rb +9 -41
  149. data/lib/datadog_api_client/v1/api/hosts_api.rb +9 -41
  150. data/lib/datadog_api_client/v1/api/ip_ranges_api.rb +3 -11
  151. data/lib/datadog_api_client/v1/api/key_management_api.rb +21 -101
  152. data/lib/datadog_api_client/v1/api/logs_api.rb +5 -21
  153. data/lib/datadog_api_client/v1/api/logs_indexes_api.rb +13 -61
  154. data/lib/datadog_api_client/v1/api/logs_pipelines_api.rb +15 -71
  155. data/lib/datadog_api_client/v1/api/metrics_api.rb +86 -61
  156. data/lib/datadog_api_client/v1/api/monitors_api.rb +21 -101
  157. data/lib/datadog_api_client/v1/api/notebooks_api.rb +11 -51
  158. data/lib/datadog_api_client/v1/api/organizations_api.rb +77 -52
  159. data/lib/datadog_api_client/v1/api/pager_duty_integration_api.rb +9 -41
  160. data/lib/datadog_api_client/v1/api/security_monitoring_api.rb +10 -34
  161. data/lib/datadog_api_client/v1/api/service_checks_api.rb +3 -11
  162. data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +11 -51
  163. data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +100 -94
  164. data/lib/datadog_api_client/v1/api/slack_integration_api.rb +11 -51
  165. data/lib/datadog_api_client/v1/api/snapshots_api.rb +7 -11
  166. data/lib/datadog_api_client/v1/api/synthetics_api.rb +55 -271
  167. data/lib/datadog_api_client/v1/api/tags_api.rb +11 -51
  168. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +175 -418
  169. data/lib/datadog_api_client/v1/api/users_api.rb +11 -51
  170. data/lib/datadog_api_client/v1/api/webhooks_integration_api.rb +17 -81
  171. data/lib/datadog_api_client/v1/model_base.rb +2 -2
  172. data/lib/datadog_api_client/v1/models/distribution_point_item.rb +63 -0
  173. data/lib/datadog_api_client/v1/models/distribution_points_content_encoding.rb +26 -0
  174. data/lib/datadog_api_client/v1/models/distribution_points_payload.rb +124 -0
  175. data/lib/datadog_api_client/v1/models/distribution_points_series.rb +179 -0
  176. data/lib/datadog_api_client/v1/models/distribution_points_type.rb +26 -0
  177. data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_query.rb +64 -0
  178. data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_type.rb +26 -0
  179. data/lib/datadog_api_client/v1/models/distribution_widget_request.rb +21 -1
  180. data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stat_name.rb +1 -0
  181. data/lib/datadog_api_client/v1/models/formula_and_function_query_definition.rb +1 -1
  182. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb +5 -1
  183. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +9 -0
  184. data/lib/datadog_api_client/v1/models/ip_prefixes_synthetics_private_locations.rb +125 -0
  185. data/lib/datadog_api_client/v1/models/ip_ranges.rb +11 -1
  186. data/lib/datadog_api_client/v1/models/logs_processor.rb +1 -1
  187. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +1 -1
  188. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb +6 -2
  189. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +18 -0
  190. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +61 -1
  191. data/lib/datadog_api_client/v1/models/notebook_cell_create_request_attributes.rb +1 -1
  192. data/lib/datadog_api_client/v1/models/notebook_cell_response_attributes.rb +1 -1
  193. data/lib/datadog_api_client/v1/models/notebook_cell_time.rb +1 -1
  194. data/lib/datadog_api_client/v1/models/notebook_cell_update_request_attributes.rb +1 -1
  195. data/lib/datadog_api_client/v1/models/notebook_global_time.rb +1 -1
  196. data/lib/datadog_api_client/v1/models/notebook_update_cell.rb +1 -1
  197. data/lib/datadog_api_client/v1/models/org_downgraded_response.rb +111 -0
  198. data/lib/datadog_api_client/v1/models/organization.rb +14 -4
  199. data/lib/datadog_api_client/v1/models/search_slo_response.rb +131 -0
  200. data/lib/datadog_api_client/v1/models/search_slo_response_data.rb +121 -0
  201. data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes.rb +123 -0
  202. data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb +197 -0
  203. data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_int.rb +121 -0
  204. data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_string.rb +121 -0
  205. data/lib/datadog_api_client/v1/models/search_slo_response_links.rb +151 -0
  206. data/lib/datadog_api_client/v1/models/search_slo_response_meta.rb +111 -0
  207. data/lib/datadog_api_client/v1/models/search_slo_response_meta_page.rb +181 -0
  208. data/lib/datadog_api_client/v1/models/service_level_objective.rb +3 -3
  209. data/lib/datadog_api_client/v1/models/service_level_objective_query.rb +1 -1
  210. data/lib/datadog_api_client/v1/models/service_level_objective_request.rb +3 -3
  211. data/lib/datadog_api_client/v1/models/slo_history_metrics.rb +1 -1
  212. data/lib/datadog_api_client/v1/models/slo_response_data.rb +1 -1
  213. data/lib/datadog_api_client/v1/models/sunburst_widget_legend.rb +1 -1
  214. data/lib/datadog_api_client/v1/models/synthetics_api_test.rb +11 -0
  215. data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +1 -1
  216. data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +1 -1
  217. data/lib/datadog_api_client/v1/models/synthetics_browser_test.rb +11 -0
  218. data/lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb +2 -2
  219. data/lib/datadog_api_client/v1/models/synthetics_test_ci_options.rb +111 -0
  220. data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +11 -1
  221. data/lib/datadog_api_client/v1/models/tree_map_color_by.rb +1 -1
  222. data/lib/datadog_api_client/v1/models/tree_map_group_by.rb +1 -1
  223. data/lib/datadog_api_client/v1/models/tree_map_size_by.rb +1 -1
  224. data/lib/datadog_api_client/v1/models/tree_map_widget_definition.rb +28 -6
  225. data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +6 -2
  226. data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +6 -0
  227. data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +6 -0
  228. data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +61 -1
  229. data/lib/datadog_api_client/v1/models/usage_billable_summary_keys.rb +474 -4
  230. data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -1
  231. data/lib/datadog_api_client/v2/api/audit_api.rb +11 -25
  232. data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +11 -51
  233. data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +14 -62
  234. data/lib/datadog_api_client/v2/api/dashboard_lists_api.rb +9 -41
  235. data/lib/datadog_api_client/v2/api/events_api.rb +228 -0
  236. data/lib/datadog_api_client/v2/api/incident_services_api.rb +36 -46
  237. data/lib/datadog_api_client/v2/api/incident_teams_api.rb +36 -46
  238. data/lib/datadog_api_client/v2/api/incidents_api.rb +39 -48
  239. data/lib/datadog_api_client/v2/api/key_management_api.rb +29 -141
  240. data/lib/datadog_api_client/v2/api/logs_api.rb +15 -45
  241. data/lib/datadog_api_client/v2/api/logs_archives_api.rb +21 -101
  242. data/lib/datadog_api_client/v2/api/logs_metrics_api.rb +11 -51
  243. data/lib/datadog_api_client/v2/api/metrics_api.rb +26 -114
  244. data/lib/datadog_api_client/v2/api/opsgenie_integration_api.rb +355 -0
  245. data/lib/datadog_api_client/v2/api/organizations_api.rb +3 -11
  246. data/lib/datadog_api_client/v2/api/processes_api.rb +6 -13
  247. data/lib/datadog_api_client/v2/api/roles_api.rb +27 -131
  248. data/lib/datadog_api_client/v2/api/rum_api.rb +13 -35
  249. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +247 -125
  250. data/lib/datadog_api_client/v2/api/service_accounts_api.rb +11 -51
  251. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +190 -50
  252. data/lib/datadog_api_client/v2/api/users_api.rb +21 -101
  253. data/lib/datadog_api_client/v2/model_base.rb +2 -2
  254. data/lib/datadog_api_client/v2/models/api_key_response_included_item.rb +1 -1
  255. data/lib/datadog_api_client/v2/models/application_key_response_included_item.rb +1 -1
  256. data/lib/datadog_api_client/v2/models/authn_mapping_included.rb +1 -1
  257. data/lib/datadog_api_client/v2/models/event.rb +141 -0
  258. data/lib/datadog_api_client/v2/models/event_attributes.rb +305 -0
  259. data/lib/datadog_api_client/v2/models/event_priority.rb +27 -0
  260. data/lib/datadog_api_client/v2/models/event_response.rb +133 -0
  261. data/lib/datadog_api_client/v2/models/event_response_attributes.rb +133 -0
  262. data/lib/datadog_api_client/v2/models/event_status_type.rb +35 -0
  263. data/lib/datadog_api_client/v2/models/event_type.rb +26 -0
  264. data/lib/datadog_api_client/v2/models/events_list_request.rb +142 -0
  265. data/lib/datadog_api_client/v2/models/events_list_response.rb +133 -0
  266. data/lib/datadog_api_client/v2/models/events_list_response_links.rb +112 -0
  267. data/lib/datadog_api_client/v2/models/events_query_filter.rb +137 -0
  268. data/lib/datadog_api_client/v2/models/events_query_options.rb +124 -0
  269. data/lib/datadog_api_client/v2/models/events_request_page.rb +134 -0
  270. data/lib/datadog_api_client/v2/models/events_response_metadata.rb +144 -0
  271. data/lib/datadog_api_client/v2/models/events_response_metadata_page.rb +112 -0
  272. data/lib/datadog_api_client/v2/models/events_sort.rb +27 -0
  273. data/lib/datadog_api_client/v2/models/events_warning.rb +131 -0
  274. data/lib/datadog_api_client/v2/models/hourly_usage.rb +133 -0
  275. data/lib/datadog_api_client/v2/models/hourly_usage_attributes.rb +163 -0
  276. data/lib/datadog_api_client/v2/models/hourly_usage_measurement.rb +122 -0
  277. data/lib/datadog_api_client/v2/models/hourly_usage_metadata.rb +111 -0
  278. data/lib/datadog_api_client/v2/models/hourly_usage_pagination.rb +112 -0
  279. data/lib/datadog_api_client/v2/models/hourly_usage_response.rb +123 -0
  280. data/lib/datadog_api_client/v2/models/incident_field_attributes.rb +1 -1
  281. data/lib/datadog_api_client/v2/models/incident_response_included_item.rb +1 -1
  282. data/lib/datadog_api_client/v2/models/incident_service_included_items.rb +1 -1
  283. data/lib/datadog_api_client/v2/models/incident_team_included_items.rb +1 -1
  284. data/lib/datadog_api_client/v2/models/incident_timeline_cell_create_attributes.rb +1 -1
  285. data/lib/datadog_api_client/v2/models/intake_payload_accepted.rb +10 -8
  286. data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value.rb +1 -1
  287. data/lib/datadog_api_client/v2/models/logs_archive_create_request_destination.rb +1 -1
  288. data/lib/datadog_api_client/v2/models/logs_archive_destination.rb +1 -1
  289. data/lib/datadog_api_client/v2/models/logs_group_by_missing.rb +1 -1
  290. data/lib/datadog_api_client/v2/models/logs_group_by_total.rb +1 -1
  291. data/lib/datadog_api_client/v2/models/metric_intake_type.rb +1 -2
  292. data/lib/datadog_api_client/v2/models/metric_resource.rb +2 -2
  293. data/lib/datadog_api_client/v2/models/metric_series.rb +1 -1
  294. data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +0 -2
  295. data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +0 -2
  296. data/lib/datadog_api_client/v2/models/metric_volumes.rb +1 -1
  297. data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations.rb +1 -1
  298. data/lib/datadog_api_client/v2/models/monitor_type.rb +215 -0
  299. data/lib/datadog_api_client/v2/models/opsgenie_service_create_attributes.rb +174 -0
  300. data/lib/datadog_api_client/v2/models/opsgenie_service_create_data.rb +145 -0
  301. data/lib/datadog_api_client/v2/models/opsgenie_service_create_request.rb +122 -0
  302. data/lib/datadog_api_client/v2/models/opsgenie_service_region_type.rb +28 -0
  303. data/lib/datadog_api_client/v2/models/opsgenie_service_response.rb +122 -0
  304. data/lib/datadog_api_client/v2/models/opsgenie_service_response_attributes.rb +132 -0
  305. data/lib/datadog_api_client/v2/models/opsgenie_service_response_data.rb +166 -0
  306. data/lib/datadog_api_client/v2/models/opsgenie_service_type.rb +26 -0
  307. data/lib/datadog_api_client/v2/models/opsgenie_service_update_attributes.rb +142 -0
  308. data/lib/datadog_api_client/v2/models/opsgenie_service_update_data.rb +166 -0
  309. data/lib/datadog_api_client/v2/models/opsgenie_service_update_request.rb +122 -0
  310. data/lib/datadog_api_client/v2/models/opsgenie_services_response.rb +124 -0
  311. data/lib/datadog_api_client/v2/models/rum_aggregate_bucket_value.rb +1 -1
  312. data/lib/datadog_api_client/v2/models/rum_group_by_missing.rb +1 -1
  313. data/lib/datadog_api_client/v2/models/rum_group_by_total.rb +1 -1
  314. data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb +30 -4
  315. data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options_learning_method.rb +27 -0
  316. data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options_learning_threshold.rb +27 -0
  317. data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +13 -1
  318. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query.rb +13 -1
  319. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_create.rb +13 -1
  320. data/lib/datadog_api_client/v2/models/security_monitoring_signal_archive_reason.rb +29 -0
  321. data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_attributes.rb +132 -0
  322. data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_data.rb +122 -0
  323. data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_request.rb +122 -0
  324. data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_attributes.rb +134 -0
  325. data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_data.rb +122 -0
  326. data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_request.rb +122 -0
  327. data/lib/datadog_api_client/v2/models/security_monitoring_signal_state.rb +28 -0
  328. data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_attributes.rb +152 -0
  329. data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_data.rb +122 -0
  330. data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_request.rb +122 -0
  331. data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_attributes.rb +248 -0
  332. data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_data.rb +111 -0
  333. data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_response.rb +122 -0
  334. data/lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb +152 -0
  335. data/lib/datadog_api_client/v2/models/user_response_included_item.rb +1 -1
  336. data/lib/datadog_api_client/version.rb +1 -1
  337. data/lib/datadog_api_client.rb +11 -5
  338. data/spec/{v1/api_client_spec.rb → api_client_spec.rb} +29 -29
  339. data/spec/{v1/configuration_spec.rb → configuration_spec.rb} +3 -3
  340. data/spec/spec_helper.rb +1 -3
  341. metadata +144 -20
  342. data/.dockerignore +0 -1
  343. data/.generator/src/generator/templates/api_error.j2 +0 -49
  344. data/lib/datadog_api_client/v1/api_client.rb +0 -453
  345. data/lib/datadog_api_client/v1/api_error.rb +0 -60
  346. data/lib/datadog_api_client/v1.rb +0 -794
  347. data/lib/datadog_api_client/v2/api_error.rb +0 -60
  348. data/lib/datadog_api_client/v2/configuration.rb +0 -427
  349. data/lib/datadog_api_client/v2.rb +0 -540
  350. data/spec/v2/api_client_spec.rb +0 -210
  351. data/spec/v2/configuration_spec.rb +0 -45
@@ -0,0 +1,111 @@
1
+ =begin
2
+ #Datadog API V1 Collection
3
+
4
+ #Collection of all Datadog Public endpoints.
5
+
6
+ The version of the OpenAPI document: 1.0
7
+ Contact: support@datadoghq.com
8
+ Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
9
+
10
+ Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
11
+ This product includes software developed at Datadog (https://www.datadoghq.com/).
12
+ Copyright 2020-Present Datadog, Inc.
13
+
14
+ =end
15
+
16
+ require 'date'
17
+ require 'time'
18
+
19
+ module DatadogAPIClient::V1
20
+ # Searches metadata returned by the API.
21
+ class SearchSLOResponseMeta
22
+ include BaseGenericModel
23
+
24
+ # Whether the object has unparsed attributes
25
+ # @!visibility private
26
+ attr_accessor :_unparsed
27
+
28
+ # Pagination metadata returned by the API.
29
+ attr_accessor :pagination
30
+
31
+ # Attribute mapping from ruby-style variable name to JSON key.
32
+ # @!visibility private
33
+ def self.attribute_map
34
+ {
35
+ :'pagination' => :'pagination'
36
+ }
37
+ end
38
+
39
+ # Returns all the JSON keys this model knows about
40
+ # @!visibility private
41
+ def self.acceptable_attributes
42
+ attribute_map.values
43
+ end
44
+
45
+ # Attribute type mapping.
46
+ # @!visibility private
47
+ def self.openapi_types
48
+ {
49
+ :'pagination' => :'SearchSLOResponseMetaPage'
50
+ }
51
+ end
52
+
53
+ # List of attributes with nullable: true
54
+ # @!visibility private
55
+ def self.openapi_nullable
56
+ Set.new([
57
+ ])
58
+ end
59
+
60
+ # Initializes the object
61
+ # @param attributes [Hash] Model attributes in the form of hash
62
+ # @!visibility private
63
+ def initialize(attributes = {})
64
+ if (!attributes.is_a?(Hash))
65
+ fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::SearchSLOResponseMeta` initialize method"
66
+ end
67
+
68
+ # check to see if the attribute exists and convert string to symbol for hash key
69
+ attributes = attributes.each_with_object({}) { |(k, v), h|
70
+ if (!self.class.attribute_map.key?(k.to_sym))
71
+ fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V1::SearchSLOResponseMeta`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
72
+ end
73
+ h[k.to_sym] = v
74
+ }
75
+
76
+ if attributes.key?(:'pagination')
77
+ self.pagination = attributes[:'pagination']
78
+ end
79
+ end
80
+
81
+ # Check to see if the all the properties in the model are valid
82
+ # @return true if the model is valid
83
+ # @!visibility private
84
+ def valid?
85
+ true
86
+ end
87
+
88
+ # Checks equality by comparing each attribute.
89
+ # @param o [Object] Object to be compared
90
+ # @!visibility private
91
+ def ==(o)
92
+ return true if self.equal?(o)
93
+ self.class == o.class &&
94
+ pagination == o.pagination
95
+ end
96
+
97
+ # @see the `==` method
98
+ # @param o [Object] Object to be compared
99
+ # @!visibility private
100
+ def eql?(o)
101
+ self == o
102
+ end
103
+
104
+ # Calculates hash code according to all attributes.
105
+ # @return [Integer] Hash code
106
+ # @!visibility private
107
+ def hash
108
+ [pagination].hash
109
+ end
110
+ end
111
+ end
@@ -0,0 +1,181 @@
1
+ =begin
2
+ #Datadog API V1 Collection
3
+
4
+ #Collection of all Datadog Public endpoints.
5
+
6
+ The version of the OpenAPI document: 1.0
7
+ Contact: support@datadoghq.com
8
+ Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
9
+
10
+ Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
11
+ This product includes software developed at Datadog (https://www.datadoghq.com/).
12
+ Copyright 2020-Present Datadog, Inc.
13
+
14
+ =end
15
+
16
+ require 'date'
17
+ require 'time'
18
+
19
+ module DatadogAPIClient::V1
20
+ # Pagination metadata returned by the API.
21
+ class SearchSLOResponseMetaPage
22
+ include BaseGenericModel
23
+
24
+ # Whether the object has unparsed attributes
25
+ # @!visibility private
26
+ attr_accessor :_unparsed
27
+
28
+ # The first number.
29
+ attr_accessor :first_number
30
+
31
+ # The last number.
32
+ attr_accessor :last_number
33
+
34
+ # The next number.
35
+ attr_accessor :next_number
36
+
37
+ # The page number.
38
+ attr_accessor :number
39
+
40
+ # The previous page number.
41
+ attr_accessor :prev_number
42
+
43
+ # The size of the response.
44
+ attr_accessor :size
45
+
46
+ # The total number of SLOs in the response.
47
+ attr_accessor :total
48
+
49
+ # Type of pagination.
50
+ attr_accessor :type
51
+
52
+ # Attribute mapping from ruby-style variable name to JSON key.
53
+ # @!visibility private
54
+ def self.attribute_map
55
+ {
56
+ :'first_number' => :'first_number',
57
+ :'last_number' => :'last_number',
58
+ :'next_number' => :'next_number',
59
+ :'number' => :'number',
60
+ :'prev_number' => :'prev_number',
61
+ :'size' => :'size',
62
+ :'total' => :'total',
63
+ :'type' => :'type'
64
+ }
65
+ end
66
+
67
+ # Returns all the JSON keys this model knows about
68
+ # @!visibility private
69
+ def self.acceptable_attributes
70
+ attribute_map.values
71
+ end
72
+
73
+ # Attribute type mapping.
74
+ # @!visibility private
75
+ def self.openapi_types
76
+ {
77
+ :'first_number' => :'Integer',
78
+ :'last_number' => :'Integer',
79
+ :'next_number' => :'Integer',
80
+ :'number' => :'Integer',
81
+ :'prev_number' => :'Integer',
82
+ :'size' => :'Integer',
83
+ :'total' => :'Integer',
84
+ :'type' => :'String'
85
+ }
86
+ end
87
+
88
+ # List of attributes with nullable: true
89
+ # @!visibility private
90
+ def self.openapi_nullable
91
+ Set.new([
92
+ ])
93
+ end
94
+
95
+ # Initializes the object
96
+ # @param attributes [Hash] Model attributes in the form of hash
97
+ # @!visibility private
98
+ def initialize(attributes = {})
99
+ if (!attributes.is_a?(Hash))
100
+ fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::SearchSLOResponseMetaPage` initialize method"
101
+ end
102
+
103
+ # check to see if the attribute exists and convert string to symbol for hash key
104
+ attributes = attributes.each_with_object({}) { |(k, v), h|
105
+ if (!self.class.attribute_map.key?(k.to_sym))
106
+ fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V1::SearchSLOResponseMetaPage`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
107
+ end
108
+ h[k.to_sym] = v
109
+ }
110
+
111
+ if attributes.key?(:'first_number')
112
+ self.first_number = attributes[:'first_number']
113
+ end
114
+
115
+ if attributes.key?(:'last_number')
116
+ self.last_number = attributes[:'last_number']
117
+ end
118
+
119
+ if attributes.key?(:'next_number')
120
+ self.next_number = attributes[:'next_number']
121
+ end
122
+
123
+ if attributes.key?(:'number')
124
+ self.number = attributes[:'number']
125
+ end
126
+
127
+ if attributes.key?(:'prev_number')
128
+ self.prev_number = attributes[:'prev_number']
129
+ end
130
+
131
+ if attributes.key?(:'size')
132
+ self.size = attributes[:'size']
133
+ end
134
+
135
+ if attributes.key?(:'total')
136
+ self.total = attributes[:'total']
137
+ end
138
+
139
+ if attributes.key?(:'type')
140
+ self.type = attributes[:'type']
141
+ end
142
+ end
143
+
144
+ # Check to see if the all the properties in the model are valid
145
+ # @return true if the model is valid
146
+ # @!visibility private
147
+ def valid?
148
+ true
149
+ end
150
+
151
+ # Checks equality by comparing each attribute.
152
+ # @param o [Object] Object to be compared
153
+ # @!visibility private
154
+ def ==(o)
155
+ return true if self.equal?(o)
156
+ self.class == o.class &&
157
+ first_number == o.first_number &&
158
+ last_number == o.last_number &&
159
+ next_number == o.next_number &&
160
+ number == o.number &&
161
+ prev_number == o.prev_number &&
162
+ size == o.size &&
163
+ total == o.total &&
164
+ type == o.type
165
+ end
166
+
167
+ # @see the `==` method
168
+ # @param o [Object] Object to be compared
169
+ # @!visibility private
170
+ def eql?(o)
171
+ self == o
172
+ end
173
+
174
+ # Calculates hash code according to all attributes.
175
+ # @return [Integer] Hash code
176
+ # @!visibility private
177
+ def hash
178
+ [first_number, last_number, next_number, number, prev_number, size, total, type].hash
179
+ end
180
+ end
181
+ end
@@ -40,7 +40,7 @@ module DatadogAPIClient::V1
40
40
  # Optional in create/update requests.
41
41
  attr_accessor :description
42
42
 
43
- # A list of (up to 20) monitor groups that narrow the scope of a monitor service level objective.
43
+ # A list of (up to 100) monitor groups that narrow the scope of a monitor service level objective.
44
44
  #
45
45
  # Included in service level objective responses if it is not empty. Optional in
46
46
  # create/update requests for monitor service level objectives, but may only be
@@ -63,7 +63,7 @@ module DatadogAPIClient::V1
63
63
 
64
64
  # The union of monitor tags for all monitors referenced by the `monitor_ids`
65
65
  # field.
66
- # Always included in service level objective responses for monitor service level
66
+ # Always included in service level objective responses for monitor-based service level
67
67
  # objectives (but may be empty). Ignored in create/update requests. Does not
68
68
  # affect which monitors are included in the service level objective (that is
69
69
  # determined entirely by the `monitor_ids` field).
@@ -72,7 +72,7 @@ module DatadogAPIClient::V1
72
72
  # The name of the service level objective object.
73
73
  attr_accessor :name
74
74
 
75
- # A metric SLI query. **Required if type is `metric`**. Note that Datadog only allows the sum by aggregator
75
+ # A metric-based SLO. **Required if type is `metric`**. Note that Datadog only allows the sum by aggregator
76
76
  # to be used because this will sum up all request counts instead of averaging them, or taking the max or
77
77
  # min of all of those requests.
78
78
  attr_accessor :query
@@ -17,7 +17,7 @@ require 'date'
17
17
  require 'time'
18
18
 
19
19
  module DatadogAPIClient::V1
20
- # A metric SLI query. **Required if type is `metric`**. Note that Datadog only allows the sum by aggregator
20
+ # A metric-based SLO. **Required if type is `metric`**. Note that Datadog only allows the sum by aggregator
21
21
  # to be used because this will sum up all request counts instead of averaging them, or taking the max or
22
22
  # min of all of those requests.
23
23
  class ServiceLevelObjectiveQuery
@@ -32,21 +32,21 @@ module DatadogAPIClient::V1
32
32
  # Optional in create/update requests.
33
33
  attr_accessor :description
34
34
 
35
- # A list of (up to 20) monitor groups that narrow the scope of a monitor service level objective.
35
+ # A list of (up to 100) monitor groups that narrow the scope of a monitor service level objective.
36
36
  #
37
37
  # Included in service level objective responses if it is not empty. Optional in
38
38
  # create/update requests for monitor service level objectives, but may only be
39
39
  # used when then length of the `monitor_ids` field is one.
40
40
  attr_accessor :groups
41
41
 
42
- # A list of monitor ids that defines the scope of a monitor service level
42
+ # A list of monitor IDs that defines the scope of a monitor service level
43
43
  # objective. **Required if type is `monitor`**.
44
44
  attr_accessor :monitor_ids
45
45
 
46
46
  # The name of the service level objective object.
47
47
  attr_accessor :name
48
48
 
49
- # A metric SLI query. **Required if type is `metric`**. Note that Datadog only allows the sum by aggregator
49
+ # A metric-based SLO. **Required if type is `metric`**. Note that Datadog only allows the sum by aggregator
50
50
  # to be used because this will sum up all request counts instead of averaging them, or taking the max or
51
51
  # min of all of those requests.
52
52
  attr_accessor :query
@@ -50,7 +50,7 @@ module DatadogAPIClient::V1
50
50
  # The series response version type. This mimics `batch_query` response type.
51
51
  attr_accessor :resp_version
52
52
 
53
- # An array of query timestamps in EPOCH milliseconds
53
+ # An array of query timestamps in EPOCH milliseconds.
54
54
  attr_accessor :times
55
55
 
56
56
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -75,7 +75,7 @@ module DatadogAPIClient::V1
75
75
  # The name of the service level objective object.
76
76
  attr_accessor :name
77
77
 
78
- # A metric SLI query. **Required if type is `metric`**. Note that Datadog only allows the sum by aggregator
78
+ # A metric-based SLO. **Required if type is `metric`**. Note that Datadog only allows the sum by aggregator
79
79
  # to be used because this will sum up all request counts instead of averaging them, or taking the max or
80
80
  # min of all of those requests.
81
81
  attr_accessor :query
@@ -55,7 +55,7 @@ module DatadogAPIClient::V1
55
55
  data
56
56
  else
57
57
  self._unparsed = true
58
- DatadogAPIClient::V1::UnparsedObject.new(data)
58
+ DatadogAPIClient::UnparsedObject.new(data)
59
59
  end
60
60
  end
61
61
  end
@@ -182,6 +182,7 @@ module DatadogAPIClient::V1
182
182
  def valid?
183
183
  return false if @config.nil?
184
184
  return false if @locations.nil?
185
+ return false if @message.nil?
185
186
  return false if @name.nil?
186
187
  return false if @options.nil?
187
188
  return false if @type.nil?
@@ -208,6 +209,16 @@ module DatadogAPIClient::V1
208
209
  @locations = locations
209
210
  end
210
211
 
212
+ # Custom attribute writer method with validation
213
+ # @param message [Object] Object to be assigned
214
+ # @!visibility private
215
+ def message=(message)
216
+ if message.nil?
217
+ fail ArgumentError, 'invalid value for "message", message cannot be nil.'
218
+ end
219
+ @message = message
220
+ end
221
+
211
222
  # Custom attribute writer method with validation
212
223
  # @param name [Object] Object to be assigned
213
224
  # @!visibility private
@@ -56,7 +56,7 @@ module DatadogAPIClient::V1
56
56
  data
57
57
  else
58
58
  self._unparsed = true
59
- DatadogAPIClient::V1::UnparsedObject.new(data)
59
+ DatadogAPIClient::UnparsedObject.new(data)
60
60
  end
61
61
  end
62
62
  end
@@ -56,7 +56,7 @@ module DatadogAPIClient::V1
56
56
  data
57
57
  else
58
58
  self._unparsed = true
59
- DatadogAPIClient::V1::UnparsedObject.new(data)
59
+ DatadogAPIClient::UnparsedObject.new(data)
60
60
  end
61
61
  end
62
62
  end
@@ -183,6 +183,7 @@ module DatadogAPIClient::V1
183
183
  def valid?
184
184
  return false if @config.nil?
185
185
  return false if @locations.nil?
186
+ return false if @message.nil?
186
187
  return false if @name.nil?
187
188
  return false if @options.nil?
188
189
  return false if @type.nil?
@@ -209,6 +210,16 @@ module DatadogAPIClient::V1
209
210
  @locations = locations
210
211
  end
211
212
 
213
+ # Custom attribute writer method with validation
214
+ # @param message [Object] Object to be assigned
215
+ # @!visibility private
216
+ def message=(message)
217
+ if message.nil?
218
+ fail ArgumentError, 'invalid value for "message", message cannot be nil.'
219
+ end
220
+ @message = message
221
+ end
222
+
212
223
  # Custom attribute writer method with validation
213
224
  # @param name [Object] Object to be assigned
214
225
  # @!visibility private
@@ -54,8 +54,8 @@ module DatadogAPIClient::V1
54
54
  # @!visibility private
55
55
  def self.openapi_types
56
56
  {
57
- :'cls' => :'Integer',
58
- :'lcp' => :'Integer',
57
+ :'cls' => :'Float',
58
+ :'lcp' => :'Float',
59
59
  :'url' => :'String'
60
60
  }
61
61
  end
@@ -0,0 +1,111 @@
1
+ =begin
2
+ #Datadog API V1 Collection
3
+
4
+ #Collection of all Datadog Public endpoints.
5
+
6
+ The version of the OpenAPI document: 1.0
7
+ Contact: support@datadoghq.com
8
+ Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
9
+
10
+ Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
11
+ This product includes software developed at Datadog (https://www.datadoghq.com/).
12
+ Copyright 2020-Present Datadog, Inc.
13
+
14
+ =end
15
+
16
+ require 'date'
17
+ require 'time'
18
+
19
+ module DatadogAPIClient::V1
20
+ # CI/CD options for a Synthetic test.
21
+ class SyntheticsTestCiOptions
22
+ include BaseGenericModel
23
+
24
+ # Whether the object has unparsed attributes
25
+ # @!visibility private
26
+ attr_accessor :_unparsed
27
+
28
+ # Execution rule for a Synthetics test.
29
+ attr_accessor :execution_rule
30
+
31
+ # Attribute mapping from ruby-style variable name to JSON key.
32
+ # @!visibility private
33
+ def self.attribute_map
34
+ {
35
+ :'execution_rule' => :'executionRule'
36
+ }
37
+ end
38
+
39
+ # Returns all the JSON keys this model knows about
40
+ # @!visibility private
41
+ def self.acceptable_attributes
42
+ attribute_map.values
43
+ end
44
+
45
+ # Attribute type mapping.
46
+ # @!visibility private
47
+ def self.openapi_types
48
+ {
49
+ :'execution_rule' => :'SyntheticsTestExecutionRule'
50
+ }
51
+ end
52
+
53
+ # List of attributes with nullable: true
54
+ # @!visibility private
55
+ def self.openapi_nullable
56
+ Set.new([
57
+ ])
58
+ end
59
+
60
+ # Initializes the object
61
+ # @param attributes [Hash] Model attributes in the form of hash
62
+ # @!visibility private
63
+ def initialize(attributes = {})
64
+ if (!attributes.is_a?(Hash))
65
+ fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::SyntheticsTestCiOptions` initialize method"
66
+ end
67
+
68
+ # check to see if the attribute exists and convert string to symbol for hash key
69
+ attributes = attributes.each_with_object({}) { |(k, v), h|
70
+ if (!self.class.attribute_map.key?(k.to_sym))
71
+ fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V1::SyntheticsTestCiOptions`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
72
+ end
73
+ h[k.to_sym] = v
74
+ }
75
+
76
+ if attributes.key?(:'execution_rule')
77
+ self.execution_rule = attributes[:'execution_rule']
78
+ end
79
+ end
80
+
81
+ # Check to see if the all the properties in the model are valid
82
+ # @return true if the model is valid
83
+ # @!visibility private
84
+ def valid?
85
+ true
86
+ end
87
+
88
+ # Checks equality by comparing each attribute.
89
+ # @param o [Object] Object to be compared
90
+ # @!visibility private
91
+ def ==(o)
92
+ return true if self.equal?(o)
93
+ self.class == o.class &&
94
+ execution_rule == o.execution_rule
95
+ end
96
+
97
+ # @see the `==` method
98
+ # @param o [Object] Object to be compared
99
+ # @!visibility private
100
+ def eql?(o)
101
+ self == o
102
+ end
103
+
104
+ # Calculates hash code according to all attributes.
105
+ # @return [Integer] Hash code
106
+ # @!visibility private
107
+ def hash
108
+ [execution_rule].hash
109
+ end
110
+ end
111
+ end
@@ -35,6 +35,9 @@ module DatadogAPIClient::V1
35
35
  # For SSL test, whether or not the test should fail on revoked certificate in stapled OCSP.
36
36
  attr_accessor :check_certificate_revocation
37
37
 
38
+ # CI/CD options for a Synthetic test.
39
+ attr_accessor :ci
40
+
38
41
  # For browser test, array with the different device IDs used to run the test.
39
42
  attr_accessor :device_ids
40
43
 
@@ -93,6 +96,7 @@ module DatadogAPIClient::V1
93
96
  :'accept_self_signed' => :'accept_self_signed',
94
97
  :'allow_insecure' => :'allow_insecure',
95
98
  :'check_certificate_revocation' => :'checkCertificateRevocation',
99
+ :'ci' => :'ci',
96
100
  :'device_ids' => :'device_ids',
97
101
  :'disable_cors' => :'disableCors',
98
102
  :'follow_redirects' => :'follow_redirects',
@@ -122,6 +126,7 @@ module DatadogAPIClient::V1
122
126
  :'accept_self_signed' => :'Boolean',
123
127
  :'allow_insecure' => :'Boolean',
124
128
  :'check_certificate_revocation' => :'Boolean',
129
+ :'ci' => :'SyntheticsTestCiOptions',
125
130
  :'device_ids' => :'Array<SyntheticsDeviceID>',
126
131
  :'disable_cors' => :'Boolean',
127
132
  :'follow_redirects' => :'Boolean',
@@ -173,6 +178,10 @@ module DatadogAPIClient::V1
173
178
  self.check_certificate_revocation = attributes[:'check_certificate_revocation']
174
179
  end
175
180
 
181
+ if attributes.key?(:'ci')
182
+ self.ci = attributes[:'ci']
183
+ end
184
+
176
185
  if attributes.key?(:'device_ids')
177
186
  if (value = attributes[:'device_ids']).is_a?(Array)
178
187
  self.device_ids = value
@@ -276,6 +285,7 @@ module DatadogAPIClient::V1
276
285
  accept_self_signed == o.accept_self_signed &&
277
286
  allow_insecure == o.allow_insecure &&
278
287
  check_certificate_revocation == o.check_certificate_revocation &&
288
+ ci == o.ci &&
279
289
  device_ids == o.device_ids &&
280
290
  disable_cors == o.disable_cors &&
281
291
  follow_redirects == o.follow_redirects &&
@@ -302,7 +312,7 @@ module DatadogAPIClient::V1
302
312
  # @return [Integer] Hash code
303
313
  # @!visibility private
304
314
  def hash
305
- [accept_self_signed, allow_insecure, check_certificate_revocation, device_ids, disable_cors, follow_redirects, min_failure_duration, min_location_failed, monitor_name, monitor_options, monitor_priority, no_screenshot, restricted_roles, _retry, rum_settings, tick_every].hash
315
+ [accept_self_signed, allow_insecure, check_certificate_revocation, ci, device_ids, disable_cors, follow_redirects, min_failure_duration, min_location_failed, monitor_name, monitor_options, monitor_priority, no_screenshot, restricted_roles, _retry, rum_settings, tick_every].hash
306
316
  end
307
317
  end
308
318
  end
@@ -17,7 +17,7 @@ require 'date'
17
17
  require 'time'
18
18
 
19
19
  module DatadogAPIClient::V1
20
- # The attribute used to determine color in the widget.
20
+ # (deprecated) The attribute formerly used to determine color in the widget.
21
21
  class TreeMapColorBy
22
22
  include BaseEnumModel
23
23
 
@@ -17,7 +17,7 @@ require 'date'
17
17
  require 'time'
18
18
 
19
19
  module DatadogAPIClient::V1
20
- # The attribute used to group elements in the widget.
20
+ # (deprecated) The attribute formerly used to group elements in the widget.
21
21
  class TreeMapGroupBy
22
22
  include BaseEnumModel
23
23
 
@@ -17,7 +17,7 @@ require 'date'
17
17
  require 'time'
18
18
 
19
19
  module DatadogAPIClient::V1
20
- # The attribute used to determine size in the widget.
20
+ # (deprecated) The attribute formerly used to determine size in the widget.
21
21
  class TreeMapSizeBy
22
22
  include BaseEnumModel
23
23