SematextCloud 0.3.1 → 0.4.0

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 (345) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/SematextCloud.gemspec +4 -5
  4. data/docs/AlertNotification.md +2 -1
  5. data/docs/AlertNotificationRequest.md +2 -1
  6. data/docs/AlertNotificationsApi.md +30 -28
  7. data/docs/AlertRule.md +2 -1
  8. data/docs/AlertRuleResponse.md +2 -1
  9. data/docs/AlertRuleResponseEntry.md +2 -1
  10. data/docs/AlertRuleScheduleTimeRangeDto.md +2 -1
  11. data/docs/AlertRuleScheduleWeekdayDto.md +2 -1
  12. data/docs/AlertRulesResponse.md +2 -1
  13. data/docs/AlertRulesResponseEntry.md +2 -1
  14. data/docs/AlertsApi.md +55 -53
  15. data/docs/App.md +2 -1
  16. data/docs/AppDescription.md +2 -1
  17. data/docs/AppMetadata.md +2 -1
  18. data/docs/AppResponse.md +2 -1
  19. data/docs/AppResponseEntry.md +2 -1
  20. data/docs/AppTypesResponse.md +2 -1
  21. data/docs/AppTypesResponseEntry.md +2 -1
  22. data/docs/AppsApi.md +85 -80
  23. data/docs/AppsResponse.md +2 -1
  24. data/docs/AppsResponseEntry.md +2 -1
  25. data/docs/AwsSettingsControllerApi.md +10 -8
  26. data/docs/BasicAuthMethodDto.md +2 -1
  27. data/docs/BasicOrganizationDto.md +2 -1
  28. data/docs/BillingApi.md +31 -29
  29. data/docs/BillingInfo.md +2 -1
  30. data/docs/ChargesDetailsResponseDto.md +2 -1
  31. data/docs/CloudWatchSettings.md +2 -1
  32. data/docs/CloudWatchSettingsResponse.md +2 -1
  33. data/docs/CloudWatchSettingsResponseEntry.md +2 -1
  34. data/docs/CreateAppInfo.md +2 -1
  35. data/docs/CreateTokenDto.md +2 -1
  36. data/docs/DailyDto.md +10 -7
  37. data/docs/DayUsageData.md +23 -23
  38. data/docs/Dimension.md +2 -1
  39. data/docs/Error.md +2 -1
  40. data/docs/EventDto.md +2 -1
  41. data/docs/FilterValue.md +2 -1
  42. data/docs/GenericApiResponse.md +2 -1
  43. data/docs/GenericMapBasedApiResponse.md +2 -1
  44. data/docs/Invitation.md +2 -1
  45. data/docs/Invoice.md +2 -1
  46. data/docs/InvoiceResponse.md +2 -1
  47. data/docs/InvoiceResponseEntry.md +2 -1
  48. data/docs/LimitChangeEventDTO.md +2 -1
  49. data/docs/LogsAppApi.md +10 -8
  50. data/docs/LogsUsageApiControllerApi.md +9 -7
  51. data/docs/MailReportResponse.md +2 -1
  52. data/docs/MailReportResponseResponseEntry.md +2 -1
  53. data/docs/MinPeriodFeePeriod.md +17 -14
  54. data/docs/MonitoringAppApi.md +17 -15
  55. data/docs/NotificationIntegration.md +2 -1
  56. data/docs/NotificationsResponse.md +2 -1
  57. data/docs/NotificationsResponseEntry.md +2 -1
  58. data/docs/Plan.md +2 -1
  59. data/docs/PlansResponse.md +2 -1
  60. data/docs/PlansResponseEntry.md +2 -1
  61. data/docs/ReportInfo.md +13 -11
  62. data/docs/ResetPasswordApi.md +10 -8
  63. data/docs/ServiceIntegration.md +2 -1
  64. data/docs/Subscription.md +20 -18
  65. data/docs/SubscriptionDashboardDto.md +2 -1
  66. data/docs/SubscriptionDto.md +17 -15
  67. data/docs/SubscriptionResponse.md +2 -1
  68. data/docs/SubscriptionResponseEntry.md +2 -1
  69. data/docs/SubscriptionsApi.md +102 -99
  70. data/docs/SubscriptionsResponse.md +2 -1
  71. data/docs/SubscriptionsResponseEntry.md +2 -1
  72. data/docs/TagApiControllerApi.md +32 -30
  73. data/docs/TagNamesResponse.md +2 -1
  74. data/docs/TokenDto.md +2 -1
  75. data/docs/TokenResponse.md +2 -1
  76. data/docs/TokenResponseEntry.md +2 -1
  77. data/docs/TokensApiControllerApi.md +62 -60
  78. data/docs/TokensResponse.md +2 -1
  79. data/docs/TokensResponseEntry.md +2 -1
  80. data/docs/UpdateAppInfo.md +2 -1
  81. data/docs/UpdatePlanResponse.md +2 -1
  82. data/docs/UpdatePlanResponseDto.md +2 -1
  83. data/docs/UpdatePlanResponseEntry.md +2 -1
  84. data/docs/UpdateSubscriptionDto.md +2 -1
  85. data/docs/UpdateTokenDto.md +2 -1
  86. data/docs/UsageDto.md +6 -3
  87. data/docs/UsageMultiResponse.md +2 -1
  88. data/docs/UsageMultiResponseEntry.md +2 -1
  89. data/docs/UsageResponse.md +2 -1
  90. data/docs/UsageResponseEntry.md +2 -1
  91. data/docs/UserInfo.md +2 -1
  92. data/docs/UserPermissions.md +2 -1
  93. data/docs/UserRole.md +2 -1
  94. data/lib/SematextCloud/api/alert_notifications_api.rb +42 -37
  95. data/lib/SematextCloud/api/alerts_api.rb +81 -72
  96. data/lib/SematextCloud/api/apps_api.rb +125 -106
  97. data/lib/SematextCloud/api/aws_settings_controller_api.rb +26 -25
  98. data/lib/SematextCloud/api/billing_api.rb +51 -46
  99. data/lib/SematextCloud/api/logs_app_api.rb +21 -20
  100. data/lib/{stcloud → SematextCloud}/api/logs_usage_api_controller_api.rb +2 -2
  101. data/lib/SematextCloud/api/monitoring_app_api.rb +23 -22
  102. data/lib/SematextCloud/api/reset_password_api.rb +21 -20
  103. data/lib/SematextCloud/api/subscriptions_api.rb +203 -172
  104. data/lib/SematextCloud/api/tag_api_controller_api.rb +53 -50
  105. data/lib/SematextCloud/api/tokens_api_controller_api.rb +84 -73
  106. data/lib/SematextCloud/api_client.rb +41 -42
  107. data/lib/SematextCloud/api_error.rb +21 -2
  108. data/lib/SematextCloud/configuration.rb +5 -9
  109. data/lib/{stcloud → SematextCloud}/models/alert_notification.rb +5 -5
  110. data/lib/SematextCloud/models/alert_notification_request.rb +49 -26
  111. data/lib/SematextCloud/models/alert_rule.rb +175 -152
  112. data/lib/{stcloud/models/app_response.rb → SematextCloud/models/alert_rule_response.rb} +6 -6
  113. data/lib/{stcloud → SematextCloud}/models/alert_rule_response_entry.rb +5 -5
  114. data/lib/SematextCloud/models/alert_rule_schedule_time_range_dto.rb +44 -21
  115. data/lib/SematextCloud/models/alert_rule_schedule_weekday_dto.rb +49 -26
  116. data/lib/SematextCloud/models/alert_rules_response.rb +235 -0
  117. data/lib/{stcloud → SematextCloud}/models/alert_rules_response_entry.rb +5 -5
  118. data/lib/SematextCloud/models/app.rb +163 -93
  119. data/lib/SematextCloud/models/app_description.rb +41 -18
  120. data/lib/SematextCloud/models/app_metadata.rb +60 -37
  121. data/lib/{stcloud/models/alert_rule_response.rb → SematextCloud/models/app_response.rb} +6 -6
  122. data/lib/{stcloud → SematextCloud}/models/app_response_entry.rb +5 -5
  123. data/lib/{stcloud → SematextCloud}/models/app_types_response.rb +5 -5
  124. data/lib/{stcloud → SematextCloud}/models/app_types_response_entry.rb +5 -5
  125. data/lib/{stcloud/models/alert_rules_response.rb → SematextCloud/models/apps_response.rb} +6 -6
  126. data/lib/{stcloud → SematextCloud}/models/apps_response_entry.rb +5 -5
  127. data/lib/SematextCloud/models/basic_auth_method_dto.rb +47 -24
  128. data/lib/SematextCloud/models/basic_organization_dto.rb +51 -28
  129. data/lib/SematextCloud/models/billing_info.rb +48 -25
  130. data/lib/{stcloud → SematextCloud}/models/charges_details_response_dto.rb +5 -5
  131. data/lib/SematextCloud/models/cloud_watch_settings.rb +56 -33
  132. data/lib/SematextCloud/models/cloud_watch_settings_response.rb +235 -0
  133. data/lib/{stcloud → SematextCloud}/models/cloud_watch_settings_response_entry.rb +5 -5
  134. data/lib/SematextCloud/models/create_app_info.rb +53 -31
  135. data/lib/SematextCloud/models/create_token_dto.rb +46 -23
  136. data/lib/{stcloud → SematextCloud}/models/daily_dto.rb +36 -18
  137. data/lib/{stcloud → SematextCloud}/models/day_usage_data.rb +5 -5
  138. data/lib/{stcloud → SematextCloud}/models/dimension.rb +5 -5
  139. data/lib/SematextCloud/models/error.rb +43 -20
  140. data/lib/{stcloud → SematextCloud}/models/event_dto.rb +7 -7
  141. data/lib/SematextCloud/models/filter_value.rb +53 -30
  142. data/lib/SematextCloud/models/generic_api_response.rb +46 -24
  143. data/lib/{stcloud → SematextCloud}/models/generic_map_based_api_response.rb +5 -5
  144. data/lib/SematextCloud/models/invitation.rb +74 -52
  145. data/lib/{stcloud → SematextCloud}/models/invoice.rb +5 -5
  146. data/lib/{stcloud/models/notifications_response.rb → SematextCloud/models/invoice_response.rb} +6 -6
  147. data/lib/{stcloud → SematextCloud}/models/invoice_response_entry.rb +5 -5
  148. data/lib/{stcloud → SematextCloud}/models/limit_change_event_dto.rb +5 -5
  149. data/lib/{stcloud → SematextCloud}/models/mail_report_response.rb +5 -5
  150. data/lib/{stcloud/models/subscription_response_entry.rb → SematextCloud/models/mail_report_response_response_entry.rb} +6 -6
  151. data/lib/{stcloud → SematextCloud}/models/min_period_fee_period.rb +24 -6
  152. data/lib/SematextCloud/models/notification_integration.rb +73 -50
  153. data/lib/SematextCloud/models/notifications_response.rb +235 -0
  154. data/lib/{stcloud → SematextCloud}/models/notifications_response_entry.rb +5 -5
  155. data/lib/SematextCloud/models/plan.rb +80 -57
  156. data/lib/{stcloud → SematextCloud}/models/plans_response.rb +5 -5
  157. data/lib/{stcloud → SematextCloud}/models/plans_response_entry.rb +5 -5
  158. data/lib/SematextCloud/models/report_info.rb +69 -37
  159. data/lib/SematextCloud/models/service_integration.rb +71 -48
  160. data/lib/{stcloud → SematextCloud}/models/subscription.rb +15 -6
  161. data/lib/SematextCloud/models/subscription_dashboard_dto.rb +72 -49
  162. data/lib/SematextCloud/models/subscription_dto.rb +85 -53
  163. data/lib/{stcloud/models/cloud_watch_settings_response.rb → SematextCloud/models/subscription_response.rb} +6 -6
  164. data/lib/{stcloud/models/mail_report_response_response_entry.rb → SematextCloud/models/subscription_response_entry.rb} +6 -6
  165. data/lib/{stcloud → SematextCloud}/models/subscriptions_response.rb +5 -5
  166. data/lib/{stcloud → SematextCloud}/models/subscriptions_response_entry.rb +5 -5
  167. data/lib/{stcloud → SematextCloud}/models/tag_names_response.rb +5 -5
  168. data/lib/{stcloud → SematextCloud}/models/token_dto.rb +5 -5
  169. data/lib/{stcloud → SematextCloud}/models/token_response.rb +5 -5
  170. data/lib/{stcloud → SematextCloud}/models/token_response_entry.rb +5 -5
  171. data/lib/{stcloud/models/subscription_response.rb → SematextCloud/models/tokens_response.rb} +6 -6
  172. data/lib/{stcloud → SematextCloud}/models/tokens_response_entry.rb +5 -5
  173. data/lib/SematextCloud/models/update_app_info.rb +64 -41
  174. data/lib/{stcloud → SematextCloud}/models/update_plan_response.rb +5 -5
  175. data/lib/{stcloud → SematextCloud}/models/update_plan_response_dto.rb +5 -5
  176. data/lib/{stcloud → SematextCloud}/models/update_plan_response_entry.rb +5 -5
  177. data/lib/SematextCloud/models/update_subscription_dto.rb +42 -19
  178. data/lib/SematextCloud/models/update_token_dto.rb +44 -21
  179. data/lib/{stcloud → SematextCloud}/models/usage_dto.rb +39 -21
  180. data/lib/{stcloud → SematextCloud}/models/usage_multi_response.rb +5 -5
  181. data/lib/{stcloud → SematextCloud}/models/usage_multi_response_entry.rb +5 -5
  182. data/lib/{stcloud → SematextCloud}/models/usage_response.rb +5 -5
  183. data/lib/{stcloud → SematextCloud}/models/usage_response_entry.rb +5 -5
  184. data/lib/SematextCloud/models/user_info.rb +42 -19
  185. data/lib/SematextCloud/models/user_permissions.rb +48 -25
  186. data/lib/SematextCloud/models/user_role.rb +53 -30
  187. data/lib/SematextCloud/version.rb +2 -3
  188. data/lib/SematextCloud.rb +57 -7
  189. data/spec/api/alert_notifications_api_spec.rb +8 -8
  190. data/spec/api/alerts_api_spec.rb +8 -8
  191. data/spec/api/apps_api_spec.rb +10 -10
  192. data/spec/api/aws_settings_controller_api_spec.rb +4 -4
  193. data/spec/api/billing_api_spec.rb +6 -6
  194. data/spec/api/logs_app_api_spec.rb +4 -4
  195. data/spec/api/logs_usage_api_controller_api_spec.rb +4 -4
  196. data/spec/api/monitoring_app_api_spec.rb +6 -6
  197. data/spec/api/reset_password_api_spec.rb +4 -4
  198. data/spec/api/subscriptions_api_spec.rb +10 -10
  199. data/spec/api/tag_api_controller_api_spec.rb +6 -6
  200. data/spec/api/tokens_api_controller_api_spec.rb +12 -12
  201. data/spec/api_client_spec.rb +30 -30
  202. data/spec/configuration_spec.rb +4 -4
  203. data/spec/models/alert_notification_request_spec.rb +4 -4
  204. data/spec/models/alert_notification_spec.rb +4 -4
  205. data/spec/models/alert_rule_response_entry_spec.rb +4 -4
  206. data/spec/models/alert_rule_response_spec.rb +4 -4
  207. data/spec/models/alert_rule_schedule_time_range_dto_spec.rb +4 -4
  208. data/spec/models/alert_rule_schedule_weekday_dto_spec.rb +4 -4
  209. data/spec/models/alert_rule_spec.rb +4 -4
  210. data/spec/models/alert_rules_response_entry_spec.rb +4 -4
  211. data/spec/models/alert_rules_response_spec.rb +4 -4
  212. data/spec/models/app_description_spec.rb +4 -4
  213. data/spec/models/app_metadata_spec.rb +4 -4
  214. data/spec/models/app_response_entry_spec.rb +4 -4
  215. data/spec/models/app_response_spec.rb +4 -4
  216. data/spec/models/app_spec.rb +4 -4
  217. data/spec/models/app_types_response_entry_spec.rb +4 -4
  218. data/spec/models/app_types_response_spec.rb +4 -4
  219. data/spec/models/apps_response_entry_spec.rb +4 -4
  220. data/spec/models/apps_response_spec.rb +4 -4
  221. data/spec/models/basic_auth_method_dto_spec.rb +4 -4
  222. data/spec/models/basic_organization_dto_spec.rb +4 -4
  223. data/spec/models/billing_info_spec.rb +4 -4
  224. data/spec/models/charges_details_response_dto_spec.rb +4 -4
  225. data/spec/models/cloud_watch_settings_response_entry_spec.rb +4 -4
  226. data/spec/models/cloud_watch_settings_response_spec.rb +4 -4
  227. data/spec/models/cloud_watch_settings_spec.rb +4 -4
  228. data/spec/models/create_app_info_spec.rb +4 -4
  229. data/spec/models/create_token_dto_spec.rb +4 -4
  230. data/spec/models/daily_dto_spec.rb +18 -6
  231. data/spec/models/day_usage_data_spec.rb +4 -4
  232. data/spec/models/dimension_spec.rb +4 -4
  233. data/spec/models/error_spec.rb +4 -4
  234. data/spec/models/event_dto_spec.rb +5 -5
  235. data/spec/models/filter_value_spec.rb +4 -4
  236. data/spec/models/generic_api_response_spec.rb +4 -4
  237. data/spec/models/generic_map_based_api_response_spec.rb +4 -4
  238. data/spec/models/invitation_spec.rb +4 -4
  239. data/spec/models/invoice_response_entry_spec.rb +4 -4
  240. data/spec/models/invoice_response_spec.rb +4 -4
  241. data/spec/models/invoice_spec.rb +4 -4
  242. data/spec/models/limit_change_event_dto_spec.rb +4 -4
  243. data/spec/models/mail_report_response_response_entry_spec.rb +4 -4
  244. data/spec/models/mail_report_response_spec.rb +4 -4
  245. data/spec/models/min_period_fee_period_spec.rb +16 -4
  246. data/spec/models/notification_integration_spec.rb +4 -4
  247. data/spec/models/notifications_response_entry_spec.rb +4 -4
  248. data/spec/models/notifications_response_spec.rb +4 -4
  249. data/spec/models/plan_spec.rb +5 -5
  250. data/spec/models/plans_response_entry_spec.rb +4 -4
  251. data/spec/models/plans_response_spec.rb +4 -4
  252. data/spec/models/report_info_spec.rb +10 -4
  253. data/spec/models/service_integration_spec.rb +4 -4
  254. data/spec/models/subscription_dashboard_dto_spec.rb +4 -4
  255. data/spec/models/subscription_dto_spec.rb +10 -4
  256. data/spec/models/subscription_response_entry_spec.rb +4 -4
  257. data/spec/models/subscription_response_spec.rb +4 -4
  258. data/spec/models/subscription_spec.rb +10 -4
  259. data/spec/models/subscriptions_response_entry_spec.rb +4 -4
  260. data/spec/models/subscriptions_response_spec.rb +4 -4
  261. data/spec/models/tag_names_response_spec.rb +4 -4
  262. data/spec/models/token_dto_spec.rb +4 -4
  263. data/spec/models/token_response_entry_spec.rb +4 -4
  264. data/spec/models/token_response_spec.rb +4 -4
  265. data/spec/models/tokens_response_entry_spec.rb +4 -4
  266. data/spec/models/tokens_response_spec.rb +4 -4
  267. data/spec/models/update_app_info_spec.rb +4 -4
  268. data/spec/models/update_plan_response_dto_spec.rb +4 -4
  269. data/spec/models/update_plan_response_entry_spec.rb +4 -4
  270. data/spec/models/update_plan_response_spec.rb +4 -4
  271. data/spec/models/update_subscription_dto_spec.rb +4 -4
  272. data/spec/models/update_token_dto_spec.rb +4 -4
  273. data/spec/models/usage_dto_spec.rb +22 -10
  274. data/spec/models/usage_multi_response_entry_spec.rb +4 -4
  275. data/spec/models/usage_multi_response_spec.rb +4 -4
  276. data/spec/models/usage_response_entry_spec.rb +4 -4
  277. data/spec/models/usage_response_spec.rb +4 -4
  278. data/spec/models/user_info_spec.rb +4 -4
  279. data/spec/models/user_permissions_spec.rb +4 -4
  280. data/spec/models/user_role_spec.rb +4 -4
  281. data/spec/spec_helper.rb +2 -2
  282. metadata +55 -121
  283. data/docs/DataSeriesFilter.md +0 -8
  284. data/docs/DataSeriesRequest.md +0 -12
  285. data/docs/MetricsApi.md +0 -227
  286. data/docs/SavedQueriesApi.md +0 -220
  287. data/docs/SavedQuery.md +0 -18
  288. data/lib/SematextCloud/api/metrics_api.rb +0 -247
  289. data/lib/SematextCloud/api/saved_queries_api.rb +0 -237
  290. data/lib/SematextCloud/models/data_series_filter.rb +0 -237
  291. data/lib/SematextCloud/models/data_series_request.rb +0 -283
  292. data/lib/SematextCloud/models/saved_query.rb +0 -291
  293. data/lib/stcloud/api/alert_notifications_api.rb +0 -142
  294. data/lib/stcloud/api/alerts_api.rb +0 -292
  295. data/lib/stcloud/api/apps_api.rb +0 -452
  296. data/lib/stcloud/api/aws_settings_controller_api.rb +0 -84
  297. data/lib/stcloud/api/billing_api.rb +0 -202
  298. data/lib/stcloud/api/logs_app_api.rb +0 -76
  299. data/lib/stcloud/api/monitoring_app_api.rb +0 -76
  300. data/lib/stcloud/api/reset_password_api.rb +0 -76
  301. data/lib/stcloud/api/subscriptions_api.rb +0 -610
  302. data/lib/stcloud/api/tag_api_controller_api.rb +0 -250
  303. data/lib/stcloud/api/tokens_api_controller_api.rb +0 -324
  304. data/lib/stcloud/api_client.rb +0 -388
  305. data/lib/stcloud/api_error.rb +0 -57
  306. data/lib/stcloud/configuration.rb +0 -205
  307. data/lib/stcloud/models/alert_notification_request.rb +0 -235
  308. data/lib/stcloud/models/alert_rule.rb +0 -675
  309. data/lib/stcloud/models/alert_rule_schedule_time_range_dto.rb +0 -215
  310. data/lib/stcloud/models/alert_rule_schedule_weekday_dto.rb +0 -244
  311. data/lib/stcloud/models/app.rb +0 -489
  312. data/lib/stcloud/models/app_description.rb +0 -206
  313. data/lib/stcloud/models/app_metadata.rb +0 -291
  314. data/lib/stcloud/models/apps_response.rb +0 -235
  315. data/lib/stcloud/models/basic_auth_method_dto.rb +0 -249
  316. data/lib/stcloud/models/basic_organization_dto.rb +0 -269
  317. data/lib/stcloud/models/billing_info.rb +0 -224
  318. data/lib/stcloud/models/cloud_watch_settings.rb +0 -279
  319. data/lib/stcloud/models/create_app_info.rb +0 -242
  320. data/lib/stcloud/models/create_token_dto.rb +0 -224
  321. data/lib/stcloud/models/error.rb +0 -215
  322. data/lib/stcloud/models/filter_value.rb +0 -253
  323. data/lib/stcloud/models/generic_api_response.rb +0 -236
  324. data/lib/stcloud/models/invitation.rb +0 -348
  325. data/lib/stcloud/models/invoice_response.rb +0 -235
  326. data/lib/stcloud/models/notification_integration.rb +0 -347
  327. data/lib/stcloud/models/plan.rb +0 -360
  328. data/lib/stcloud/models/report_info.rb +0 -270
  329. data/lib/stcloud/models/service_integration.rb +0 -305
  330. data/lib/stcloud/models/subscription_dashboard_dto.rb +0 -342
  331. data/lib/stcloud/models/subscription_dto.rb +0 -351
  332. data/lib/stcloud/models/tokens_response.rb +0 -235
  333. data/lib/stcloud/models/update_app_info.rb +0 -312
  334. data/lib/stcloud/models/update_subscription_dto.rb +0 -206
  335. data/lib/stcloud/models/update_token_dto.rb +0 -215
  336. data/lib/stcloud/models/user_info.rb +0 -206
  337. data/lib/stcloud/models/user_permissions.rb +0 -224
  338. data/lib/stcloud/models/user_role.rb +0 -270
  339. data/lib/stcloud/version.rb +0 -14
  340. data/lib/stcloud.rb +0 -128
  341. data/spec/api/metrics_api_spec.rb +0 -83
  342. data/spec/api/saved_queries_api_spec.rb +0 -80
  343. data/spec/models/data_series_filter_spec.rb +0 -57
  344. data/spec/models/data_series_request_spec.rb +0 -81
  345. data/spec/models/saved_query_spec.rb +0 -113
@@ -1,220 +0,0 @@
1
- # SematextCloud::SavedQueriesApi
2
-
3
- All URIs are relative to *https://localhost*
4
-
5
- | Method | HTTP request | Description |
6
- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | ---------------------------- |
7
- | [**delete_saved_query_using_delete**](SavedQueriesApi.md#delete_saved_query_using_delete) | **DELETE** /users-web/api/v3/savedQueries/{updateableQueryId} | Delete saved query |
8
- | [**get_saved_queries_for_app_using_get**](SavedQueriesApi.md#get_saved_queries_for_app_using_get) | **GET** /users-web/api/v3/apps/{appId}/savedQueries | Get saved queries for an app |
9
- | [**save_query_using_post**](SavedQueriesApi.md#save_query_using_post) | **POST** /users-web/api/v3/savedQueries | Create saved query |
10
- | [**save_query_using_put**](SavedQueriesApi.md#save_query_using_put) | **PUT** /users-web/api/v3/savedQueries/{updateableQueryId} | Update saved query |
11
-
12
-
13
- # **delete_saved_query_using_delete**
14
- > GenericApiResponse delete_saved_query_using_delete(updateable_query_id)
15
-
16
- Delete saved query
17
-
18
- ### Example
19
- ```ruby
20
- # load the gem
21
- require 'SematextCloud'
22
- # setup authorization
23
- SematextCloud.configure do |config|
24
- # Configure API key authorization: api_key
25
- config.api_key['Authorization'] = 'YOUR API KEY'
26
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
27
- #config.api_key_prefix['Authorization'] = 'Bearer'
28
- end
29
-
30
- api_instance = SematextCloud::SavedQueriesApi.new
31
-
32
- updateable_query_id = 789 # Integer | updateableQueryId
33
-
34
-
35
- begin
36
- #Delete saved query
37
- result = api_instance.delete_saved_query_using_delete(updateable_query_id)
38
- p result
39
- rescue SematextCloud::ApiError => e
40
- puts "Exception when calling SavedQueriesApi->delete_saved_query_using_delete: #{e}"
41
- end
42
- ```
43
-
44
- ### Parameters
45
-
46
- | Name | Type | Description | Notes |
47
- | ----------------------- | ----------- | ----------------- | ----- |
48
- | **updateable_query_id** | **Integer** | updateableQueryId |
49
-
50
- ### Return type
51
-
52
- [**GenericApiResponse**](GenericApiResponse.md)
53
-
54
- ### Authorization
55
-
56
- [api_key](../README.md#api_key)
57
-
58
- ### HTTP request headers
59
-
60
- - **Content-Type**: application/json
61
- - **Accept**: application/json
62
-
63
-
64
-
65
- # **get_saved_queries_for_app_using_get**
66
- > GenericApiResponse get_saved_queries_for_app_using_get(app_id)
67
-
68
- Get saved queries for an app
69
-
70
- ### Example
71
- ```ruby
72
- # load the gem
73
- require 'SematextCloud'
74
- # setup authorization
75
- SematextCloud.configure do |config|
76
- # Configure API key authorization: api_key
77
- config.api_key['Authorization'] = 'YOUR API KEY'
78
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
79
- #config.api_key_prefix['Authorization'] = 'Bearer'
80
- end
81
-
82
- api_instance = SematextCloud::SavedQueriesApi.new
83
-
84
- app_id = 789 # Integer | appId
85
-
86
-
87
- begin
88
- #Get saved queries for an app
89
- result = api_instance.get_saved_queries_for_app_using_get(app_id)
90
- p result
91
- rescue SematextCloud::ApiError => e
92
- puts "Exception when calling SavedQueriesApi->get_saved_queries_for_app_using_get: #{e}"
93
- end
94
- ```
95
-
96
- ### Parameters
97
-
98
- | Name | Type | Description | Notes |
99
- | ---------- | ----------- | ----------- | ----- |
100
- | **app_id** | **Integer** | appId |
101
-
102
- ### Return type
103
-
104
- [**GenericApiResponse**](GenericApiResponse.md)
105
-
106
- ### Authorization
107
-
108
- [api_key](../README.md#api_key)
109
-
110
- ### HTTP request headers
111
-
112
- - **Content-Type**: application/json
113
- - **Accept**: application/json
114
-
115
-
116
-
117
- # **save_query_using_post**
118
- > GenericApiResponse save_query_using_post(saved_query_dto)
119
-
120
- Create saved query
121
-
122
- ### Example
123
- ```ruby
124
- # load the gem
125
- require 'SematextCloud'
126
- # setup authorization
127
- SematextCloud.configure do |config|
128
- # Configure API key authorization: api_key
129
- config.api_key['Authorization'] = 'YOUR API KEY'
130
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
131
- #config.api_key_prefix['Authorization'] = 'Bearer'
132
- end
133
-
134
- api_instance = SematextCloud::SavedQueriesApi.new
135
-
136
- saved_query_dto = SematextCloud::SavedQuery.new # SavedQuery | savedQueryDto
137
-
138
-
139
- begin
140
- #Create saved query
141
- result = api_instance.save_query_using_post(saved_query_dto)
142
- p result
143
- rescue SematextCloud::ApiError => e
144
- puts "Exception when calling SavedQueriesApi->save_query_using_post: #{e}"
145
- end
146
- ```
147
-
148
- ### Parameters
149
-
150
- | Name | Type | Description | Notes |
151
- | ------------------- | ------------------------------- | ------------- | ----- |
152
- | **saved_query_dto** | [**SavedQuery**](SavedQuery.md) | savedQueryDto |
153
-
154
- ### Return type
155
-
156
- [**GenericApiResponse**](GenericApiResponse.md)
157
-
158
- ### Authorization
159
-
160
- [api_key](../README.md#api_key)
161
-
162
- ### HTTP request headers
163
-
164
- - **Content-Type**: application/json
165
- - **Accept**: application/json
166
-
167
-
168
-
169
- # **save_query_using_put**
170
- > GenericApiResponse save_query_using_put(saved_query_dto, updateable_query_id)
171
-
172
- Update saved query
173
-
174
- ### Example
175
- ```ruby
176
- # load the gem
177
- require 'SematextCloud'
178
- # setup authorization
179
- SematextCloud.configure do |config|
180
- # Configure API key authorization: api_key
181
- config.api_key['Authorization'] = 'YOUR API KEY'
182
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
183
- #config.api_key_prefix['Authorization'] = 'Bearer'
184
- end
185
-
186
- api_instance = SematextCloud::SavedQueriesApi.new
187
-
188
- saved_query_dto = SematextCloud::SavedQuery.new # SavedQuery | savedQueryDto
189
-
190
- updateable_query_id = 789 # Integer | updateableQueryId
191
-
192
-
193
- begin
194
- #Update saved query
195
- result = api_instance.save_query_using_put(saved_query_dto, updateable_query_id)
196
- p result
197
- rescue SematextCloud::ApiError => e
198
- puts "Exception when calling SavedQueriesApi->save_query_using_put: #{e}"
199
- end
200
- ```
201
-
202
- ### Parameters
203
-
204
- | Name | Type | Description | Notes |
205
- | ----------------------- | ------------------------------- | ----------------- | ----- |
206
- | **saved_query_dto** | [**SavedQuery**](SavedQuery.md) | savedQueryDto |
207
- | **updateable_query_id** | **Integer** | updateableQueryId |
208
-
209
- ### Return type
210
-
211
- [**GenericApiResponse**](GenericApiResponse.md)
212
-
213
- ### Authorization
214
-
215
- [api_key](../README.md#api_key)
216
-
217
- ### HTTP request headers
218
-
219
- - **Content-Type**: application/json
220
- - **Accept**: application/json
data/docs/SavedQuery.md DELETED
@@ -1,18 +0,0 @@
1
- # SematextCloud::SavedQuery
2
-
3
- ## Properties
4
- | Name | Type | Description | Notes |
5
- | ---------------------- | ----------------------------------------- | ----------- | ---------- |
6
- | **alert_rule** | [**AlertRule**](AlertRule.md) | | [optional] |
7
- | **allow_modification** | **BOOLEAN** | | [optional] |
8
- | **application_id** | **String** | | [optional] |
9
- | **application_name** | **String** | | [optional] |
10
- | **application_token** | **String** | | [optional] |
11
- | **creator_email** | **String** | | [optional] |
12
- | **id** | **String** | | [optional] |
13
- | **label_color** | **String** | | [optional] |
14
- | **logsene_alert_type** | **Object** | | [optional] |
15
- | **owner_email** | **String** | | [optional] |
16
- | **query_name** | **String** | | [optional] |
17
- | **query_string** | **String** | | [optional] |
18
- | **user_permissions** | [**UserPermissions**](UserPermissions.md) | | [optional] |
@@ -1,247 +0,0 @@
1
- =begin
2
- #Sematext Cloud API
3
-
4
- #API Explorer provides access and documentation for Sematext REST API. The REST API requires the API Key to be sent as part of `Authorization` header. E.g.: `Authorization : apiKey e5f18450-205a-48eb-8589-7d49edaea813`.
5
-
6
- OpenAPI spec version: v3
7
-
8
- Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.12
10
-
11
- =end
12
-
13
- require 'uri'
14
-
15
- module SematextCloud
16
- class MetricsApi
17
- attr_accessor :api_client
18
-
19
- def initialize(api_client = ApiClient.default)
20
- @api_client = api_client
21
- end
22
- # Get metrics data points for an app
23
- # Default value of interval is 5m
24
- # @param app_id appId
25
- # @param request_body Metric data points request
26
- # @param [Hash] opts the optional parameters
27
- # @return [GenericApiResponse]
28
- def list_data_series_using_post(app_id, request_body, opts = {})
29
- data, _status_code, _headers = list_data_series_using_post_with_http_info(app_id, request_body, opts)
30
- data
31
- end
32
-
33
- # Get metrics data points for an app
34
- # Default value of interval is 5m
35
- # @param app_id appId
36
- # @param request_body Metric data points request
37
- # @param [Hash] opts the optional parameters
38
- # @return [Array<(GenericApiResponse, Fixnum, Hash)>] GenericApiResponse data, response status code and response headers
39
- def list_data_series_using_post_with_http_info(app_id, request_body, opts = {})
40
- if @api_client.config.debugging
41
- @api_client.config.logger.debug 'Calling API: MetricsApi.list_data_series_using_post ...'
42
- end
43
- # verify the required parameter 'app_id' is set
44
- if @api_client.config.client_side_validation && app_id.nil?
45
- fail ArgumentError, "Missing the required parameter 'app_id' when calling MetricsApi.list_data_series_using_post"
46
- end
47
- # verify the required parameter 'request_body' is set
48
- if @api_client.config.client_side_validation && request_body.nil?
49
- fail ArgumentError, "Missing the required parameter 'request_body' when calling MetricsApi.list_data_series_using_post"
50
- end
51
- # resource path
52
- local_var_path = '/spm-reports/api/v3/apps/{appId}/metrics/data'.sub('{' + 'appId' + '}', app_id.to_s)
53
-
54
- # query parameters
55
- query_params = {}
56
-
57
- # header parameters
58
- header_params = {}
59
- # HTTP header 'Accept' (if needed)
60
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
61
- # HTTP header 'Content-Type'
62
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
63
-
64
- # form parameters
65
- form_params = {}
66
-
67
- # http body (model)
68
- post_body = @api_client.object_to_http_body(request_body)
69
- auth_names = ['api_key']
70
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
71
- :header_params => header_params,
72
- :query_params => query_params,
73
- :form_params => form_params,
74
- :body => post_body,
75
- :auth_names => auth_names,
76
- :return_type => 'GenericApiResponse')
77
- if @api_client.config.debugging
78
- @api_client.config.logger.debug "API called: MetricsApi#list_data_series_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
79
- end
80
- return data, status_code, headers
81
- end
82
- # Get metrics filters and their values for an app
83
- # Default value of interval is 5m
84
- # @param app_id appId
85
- # @param request_body Metric filters request
86
- # @param [Hash] opts the optional parameters
87
- # @return [GenericApiResponse]
88
- def list_filters_using_post(app_id, request_body, opts = {})
89
- data, _status_code, _headers = list_filters_using_post_with_http_info(app_id, request_body, opts)
90
- data
91
- end
92
-
93
- # Get metrics filters and their values for an app
94
- # Default value of interval is 5m
95
- # @param app_id appId
96
- # @param request_body Metric filters request
97
- # @param [Hash] opts the optional parameters
98
- # @return [Array<(GenericApiResponse, Fixnum, Hash)>] GenericApiResponse data, response status code and response headers
99
- def list_filters_using_post_with_http_info(app_id, request_body, opts = {})
100
- if @api_client.config.debugging
101
- @api_client.config.logger.debug 'Calling API: MetricsApi.list_filters_using_post ...'
102
- end
103
- # verify the required parameter 'app_id' is set
104
- if @api_client.config.client_side_validation && app_id.nil?
105
- fail ArgumentError, "Missing the required parameter 'app_id' when calling MetricsApi.list_filters_using_post"
106
- end
107
- # verify the required parameter 'request_body' is set
108
- if @api_client.config.client_side_validation && request_body.nil?
109
- fail ArgumentError, "Missing the required parameter 'request_body' when calling MetricsApi.list_filters_using_post"
110
- end
111
- # resource path
112
- local_var_path = '/spm-reports/api/v3/apps/{appId}/metrics/filters'.sub('{' + 'appId' + '}', app_id.to_s)
113
-
114
- # query parameters
115
- query_params = {}
116
-
117
- # header parameters
118
- header_params = {}
119
- # HTTP header 'Accept' (if needed)
120
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
121
- # HTTP header 'Content-Type'
122
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
123
-
124
- # form parameters
125
- form_params = {}
126
-
127
- # http body (model)
128
- post_body = @api_client.object_to_http_body(request_body)
129
- auth_names = ['api_key']
130
- data, status_code, headers = @api_client.call_api(:POST, local_var_path,
131
- :header_params => header_params,
132
- :query_params => query_params,
133
- :form_params => form_params,
134
- :body => post_body,
135
- :auth_names => auth_names,
136
- :return_type => 'GenericApiResponse')
137
- if @api_client.config.debugging
138
- @api_client.config.logger.debug "API called: MetricsApi#list_filters_using_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
139
- end
140
- return data, status_code, headers
141
- end
142
- # Get metrics keys for an app
143
- # @param app_id appId
144
- # @param [Hash] opts the optional parameters
145
- # @return [GenericApiResponse]
146
- def list_metrics_keys_using_get(app_id, opts = {})
147
- data, _status_code, _headers = list_metrics_keys_using_get_with_http_info(app_id, opts)
148
- data
149
- end
150
-
151
- # Get metrics keys for an app
152
- # @param app_id appId
153
- # @param [Hash] opts the optional parameters
154
- # @return [Array<(GenericApiResponse, Fixnum, Hash)>] GenericApiResponse data, response status code and response headers
155
- def list_metrics_keys_using_get_with_http_info(app_id, opts = {})
156
- if @api_client.config.debugging
157
- @api_client.config.logger.debug 'Calling API: MetricsApi.list_metrics_keys_using_get ...'
158
- end
159
- # verify the required parameter 'app_id' is set
160
- if @api_client.config.client_side_validation && app_id.nil?
161
- fail ArgumentError, "Missing the required parameter 'app_id' when calling MetricsApi.list_metrics_keys_using_get"
162
- end
163
- # resource path
164
- local_var_path = '/spm-reports/api/v3/apps/{appId}/metrics/keys'.sub('{' + 'appId' + '}', app_id.to_s)
165
-
166
- # query parameters
167
- query_params = {}
168
-
169
- # header parameters
170
- header_params = {}
171
- # HTTP header 'Accept' (if needed)
172
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
173
- # HTTP header 'Content-Type'
174
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
175
-
176
- # form parameters
177
- form_params = {}
178
-
179
- # http body (model)
180
- post_body = nil
181
- auth_names = ['api_key']
182
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
183
- :header_params => header_params,
184
- :query_params => query_params,
185
- :form_params => form_params,
186
- :body => post_body,
187
- :auth_names => auth_names,
188
- :return_type => 'GenericApiResponse')
189
- if @api_client.config.debugging
190
- @api_client.config.logger.debug "API called: MetricsApi#list_metrics_keys_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
191
- end
192
- return data, status_code, headers
193
- end
194
- # Get metrics info for an app
195
- # @param app_id appId
196
- # @param [Hash] opts the optional parameters
197
- # @return [GenericApiResponse]
198
- def list_metrics_using_get(app_id, opts = {})
199
- data, _status_code, _headers = list_metrics_using_get_with_http_info(app_id, opts)
200
- data
201
- end
202
-
203
- # Get metrics info for an app
204
- # @param app_id appId
205
- # @param [Hash] opts the optional parameters
206
- # @return [Array<(GenericApiResponse, Fixnum, Hash)>] GenericApiResponse data, response status code and response headers
207
- def list_metrics_using_get_with_http_info(app_id, opts = {})
208
- if @api_client.config.debugging
209
- @api_client.config.logger.debug 'Calling API: MetricsApi.list_metrics_using_get ...'
210
- end
211
- # verify the required parameter 'app_id' is set
212
- if @api_client.config.client_side_validation && app_id.nil?
213
- fail ArgumentError, "Missing the required parameter 'app_id' when calling MetricsApi.list_metrics_using_get"
214
- end
215
- # resource path
216
- local_var_path = '/spm-reports/api/v3/apps/{appId}/metrics'.sub('{' + 'appId' + '}', app_id.to_s)
217
-
218
- # query parameters
219
- query_params = {}
220
-
221
- # header parameters
222
- header_params = {}
223
- # HTTP header 'Accept' (if needed)
224
- header_params['Accept'] = @api_client.select_header_accept(['application/json'])
225
- # HTTP header 'Content-Type'
226
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
227
-
228
- # form parameters
229
- form_params = {}
230
-
231
- # http body (model)
232
- post_body = nil
233
- auth_names = ['api_key']
234
- data, status_code, headers = @api_client.call_api(:GET, local_var_path,
235
- :header_params => header_params,
236
- :query_params => query_params,
237
- :form_params => form_params,
238
- :body => post_body,
239
- :auth_names => auth_names,
240
- :return_type => 'GenericApiResponse')
241
- if @api_client.config.debugging
242
- @api_client.config.logger.debug "API called: MetricsApi#list_metrics_using_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
243
- end
244
- return data, status_code, headers
245
- end
246
- end
247
- end