SematextCloud 0.1.2 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (299) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -1
  3. data/README.md +80 -69
  4. data/SematextCloud.gemspec +0 -6
  5. data/docs/AlertNotification.md +12 -0
  6. data/docs/AlertNotificationRequest.md +7 -7
  7. data/docs/AlertNotificationsApi.md +33 -37
  8. data/docs/AlertRule.md +51 -51
  9. data/docs/AlertRuleResponse.md +9 -0
  10. data/docs/AlertRuleResponseEntry.md +6 -0
  11. data/docs/AlertRuleScheduleTimeRangeDto.md +5 -5
  12. data/docs/AlertRuleScheduleWeekdayDto.md +8 -8
  13. data/docs/AlertRulesResponse.md +9 -0
  14. data/docs/AlertRulesResponseEntry.md +6 -0
  15. data/docs/AlertsApi.md +60 -66
  16. data/docs/App.md +35 -30
  17. data/docs/AppDescription.md +4 -4
  18. data/docs/AppMetadata.md +8 -8
  19. data/docs/AppResponse.md +9 -0
  20. data/docs/AppResponseEntry.md +6 -0
  21. data/docs/AppTypesResponse.md +9 -0
  22. data/docs/AppTypesResponseEntry.md +6 -0
  23. data/docs/AppsApi.md +135 -90
  24. data/docs/AppsResponse.md +9 -0
  25. data/docs/AppsResponseEntry.md +6 -0
  26. data/docs/AwsSettingsControllerApi.md +19 -22
  27. data/docs/BasicAuthMethodDto.md +5 -5
  28. data/docs/BasicOrganizationDto.md +7 -7
  29. data/docs/BillingApi.md +47 -54
  30. data/docs/BillingInfo.md +6 -6
  31. data/docs/ChargesDetailsResponseDto.md +12 -0
  32. data/docs/CloudWatchSettings.md +7 -7
  33. data/docs/CloudWatchSettingsResponse.md +9 -0
  34. data/docs/CloudWatchSettingsResponseEntry.md +6 -0
  35. data/docs/CreateAppInfo.md +8 -8
  36. data/docs/CreateTokenDto.md +8 -0
  37. data/docs/DailyDto.md +9 -0
  38. data/docs/DataSeriesFilter.md +5 -5
  39. data/docs/DataSeriesRequest.md +9 -9
  40. data/docs/DayUsageData.md +26 -0
  41. data/docs/Dimension.md +7 -0
  42. data/docs/Error.md +5 -5
  43. data/docs/EventDto.md +8 -0
  44. data/docs/FilterValue.md +9 -9
  45. data/docs/GenericApiResponse.md +7 -7
  46. data/docs/GenericMapBasedApiResponse.md +9 -0
  47. data/docs/Invitation.md +13 -13
  48. data/docs/Invoice.md +11 -0
  49. data/docs/InvoiceResponse.md +9 -0
  50. data/docs/InvoiceResponseEntry.md +6 -0
  51. data/docs/LimitChangeEventDTO.md +8 -0
  52. data/docs/LogsAppApi.md +16 -18
  53. data/docs/LogsUsageApiControllerApi.md +60 -0
  54. data/docs/MailReportResponse.md +9 -0
  55. data/docs/MailReportResponseResponseEntry.md +6 -0
  56. data/docs/MetricsApi.md +20 -20
  57. data/docs/MinPeriodFeePeriod.md +16 -0
  58. data/docs/MonitoringAppApi.md +16 -18
  59. data/docs/NotificationIntegration.md +13 -13
  60. data/docs/NotificationsResponse.md +9 -0
  61. data/docs/NotificationsResponseEntry.md +8 -0
  62. data/docs/Plan.md +16 -16
  63. data/docs/PlansResponse.md +9 -0
  64. data/docs/PlansResponseEntry.md +6 -0
  65. data/docs/ReportInfo.md +11 -11
  66. data/docs/ResetPasswordApi.md +16 -18
  67. data/docs/SavedQueriesApi.md +19 -19
  68. data/docs/SavedQuery.md +15 -15
  69. data/docs/ServiceIntegration.md +15 -15
  70. data/docs/Subscription.md +20 -0
  71. data/docs/SubscriptionDashboardDto.md +16 -0
  72. data/docs/SubscriptionDto.md +17 -0
  73. data/docs/SubscriptionResponse.md +9 -0
  74. data/docs/SubscriptionResponseEntry.md +6 -0
  75. data/docs/SubscriptionsApi.md +455 -36
  76. data/docs/SubscriptionsResponse.md +9 -0
  77. data/docs/SubscriptionsResponseEntry.md +6 -0
  78. data/docs/TagApiControllerApi.md +63 -72
  79. data/docs/TagNamesResponse.md +6 -0
  80. data/docs/TokenDto.md +12 -0
  81. data/docs/TokenResponse.md +9 -0
  82. data/docs/TokenResponseEntry.md +6 -0
  83. data/docs/TokensApiControllerApi.md +274 -0
  84. data/docs/TokensResponse.md +9 -0
  85. data/docs/TokensResponseEntry.md +6 -0
  86. data/docs/UpdateAppInfo.md +12 -12
  87. data/docs/UpdatePlanResponse.md +9 -0
  88. data/docs/UpdatePlanResponseDto.md +7 -0
  89. data/docs/UpdatePlanResponseEntry.md +6 -0
  90. data/docs/UpdateSubscriptionDto.md +6 -0
  91. data/docs/UpdateTokenDto.md +7 -0
  92. data/docs/UsageDto.md +16 -0
  93. data/docs/UsageMultiResponse.md +9 -0
  94. data/docs/UsageMultiResponseEntry.md +6 -0
  95. data/docs/UsageResponse.md +9 -0
  96. data/docs/UsageResponseEntry.md +6 -0
  97. data/docs/UserInfo.md +4 -4
  98. data/docs/UserPermissions.md +6 -6
  99. data/docs/UserRole.md +6 -6
  100. data/lib/SematextCloud/api/apps_api.rb +52 -0
  101. data/lib/SematextCloud/api/subscriptions_api.rb +463 -17
  102. data/lib/SematextCloud/api/tokens_api_controller_api.rb +313 -0
  103. data/lib/SematextCloud/models/create_token_dto.rb +201 -0
  104. data/lib/SematextCloud/models/subscription_dashboard_dto.rb +319 -0
  105. data/lib/SematextCloud/models/subscription_dto.rb +328 -0
  106. data/lib/SematextCloud/models/update_subscription_dto.rb +183 -0
  107. data/lib/SematextCloud/models/update_token_dto.rb +192 -0
  108. data/lib/SematextCloud/version.rb +1 -1
  109. data/lib/stcloud.rb +128 -0
  110. data/lib/stcloud/api/alert_notifications_api.rb +142 -0
  111. data/lib/stcloud/api/alerts_api.rb +292 -0
  112. data/lib/stcloud/api/apps_api.rb +452 -0
  113. data/lib/stcloud/api/aws_settings_controller_api.rb +84 -0
  114. data/lib/stcloud/api/billing_api.rb +202 -0
  115. data/lib/stcloud/api/logs_app_api.rb +76 -0
  116. data/lib/stcloud/api/logs_usage_api_controller_api.rb +86 -0
  117. data/lib/stcloud/api/monitoring_app_api.rb +76 -0
  118. data/lib/stcloud/api/reset_password_api.rb +76 -0
  119. data/lib/stcloud/api/subscriptions_api.rb +610 -0
  120. data/lib/stcloud/api/tag_api_controller_api.rb +250 -0
  121. data/lib/stcloud/api/tokens_api_controller_api.rb +324 -0
  122. data/lib/stcloud/api_client.rb +388 -0
  123. data/lib/stcloud/api_error.rb +57 -0
  124. data/lib/stcloud/configuration.rb +205 -0
  125. data/lib/stcloud/models/alert_notification.rb +260 -0
  126. data/lib/stcloud/models/alert_notification_request.rb +235 -0
  127. data/lib/stcloud/models/alert_rule.rb +675 -0
  128. data/lib/stcloud/models/alert_rule_response.rb +235 -0
  129. data/lib/stcloud/models/alert_rule_response_entry.rb +206 -0
  130. data/lib/stcloud/models/alert_rule_schedule_time_range_dto.rb +215 -0
  131. data/lib/stcloud/models/alert_rule_schedule_weekday_dto.rb +244 -0
  132. data/lib/stcloud/models/alert_rules_response.rb +235 -0
  133. data/lib/stcloud/models/alert_rules_response_entry.rb +208 -0
  134. data/lib/stcloud/models/app.rb +489 -0
  135. data/lib/stcloud/models/app_description.rb +206 -0
  136. data/lib/stcloud/models/app_metadata.rb +291 -0
  137. data/lib/stcloud/models/app_response.rb +235 -0
  138. data/lib/stcloud/models/app_response_entry.rb +206 -0
  139. data/lib/stcloud/models/app_types_response.rb +235 -0
  140. data/lib/stcloud/models/app_types_response_entry.rb +208 -0
  141. data/lib/stcloud/models/apps_response.rb +235 -0
  142. data/lib/stcloud/models/apps_response_entry.rb +208 -0
  143. data/lib/stcloud/models/basic_auth_method_dto.rb +249 -0
  144. data/lib/stcloud/models/basic_organization_dto.rb +269 -0
  145. data/lib/stcloud/models/billing_info.rb +224 -0
  146. data/lib/stcloud/models/charges_details_response_dto.rb +298 -0
  147. data/lib/stcloud/models/cloud_watch_settings.rb +279 -0
  148. data/lib/stcloud/models/cloud_watch_settings_response.rb +235 -0
  149. data/lib/stcloud/models/cloud_watch_settings_response_entry.rb +206 -0
  150. data/lib/stcloud/models/create_app_info.rb +242 -0
  151. data/lib/stcloud/models/create_token_dto.rb +224 -0
  152. data/lib/stcloud/models/daily_dto.rb +233 -0
  153. data/lib/stcloud/models/day_usage_data.rb +411 -0
  154. data/lib/stcloud/models/dimension.rb +227 -0
  155. data/lib/stcloud/models/error.rb +215 -0
  156. data/lib/stcloud/models/event_dto.rb +258 -0
  157. data/lib/stcloud/models/filter_value.rb +253 -0
  158. data/lib/stcloud/models/generic_api_response.rb +236 -0
  159. data/lib/stcloud/models/generic_map_based_api_response.rb +236 -0
  160. data/lib/stcloud/models/invitation.rb +348 -0
  161. data/lib/stcloud/models/invoice.rb +253 -0
  162. data/lib/stcloud/models/invoice_response.rb +235 -0
  163. data/lib/stcloud/models/invoice_response_entry.rb +206 -0
  164. data/lib/stcloud/models/limit_change_event_dto.rb +224 -0
  165. data/lib/stcloud/models/mail_report_response.rb +235 -0
  166. data/lib/stcloud/models/mail_report_response_response_entry.rb +206 -0
  167. data/lib/stcloud/models/min_period_fee_period.rb +296 -0
  168. data/lib/stcloud/models/notification_integration.rb +347 -0
  169. data/lib/stcloud/models/notifications_response.rb +235 -0
  170. data/lib/stcloud/models/notifications_response_entry.rb +226 -0
  171. data/lib/stcloud/models/plan.rb +360 -0
  172. data/lib/stcloud/models/plans_response.rb +235 -0
  173. data/lib/stcloud/models/plans_response_entry.rb +208 -0
  174. data/lib/stcloud/models/report_info.rb +270 -0
  175. data/lib/stcloud/models/service_integration.rb +305 -0
  176. data/lib/stcloud/models/subscription.rb +378 -0
  177. data/lib/stcloud/models/subscription_dashboard_dto.rb +342 -0
  178. data/lib/stcloud/models/subscription_dto.rb +351 -0
  179. data/lib/stcloud/models/subscription_response.rb +235 -0
  180. data/lib/stcloud/models/subscription_response_entry.rb +206 -0
  181. data/lib/stcloud/models/subscriptions_response.rb +235 -0
  182. data/lib/stcloud/models/subscriptions_response_entry.rb +208 -0
  183. data/lib/stcloud/models/tag_names_response.rb +213 -0
  184. data/lib/stcloud/models/token_dto.rb +260 -0
  185. data/lib/stcloud/models/token_response.rb +235 -0
  186. data/lib/stcloud/models/token_response_entry.rb +206 -0
  187. data/lib/stcloud/models/tokens_response.rb +235 -0
  188. data/lib/stcloud/models/tokens_response_entry.rb +208 -0
  189. data/lib/stcloud/models/update_app_info.rb +312 -0
  190. data/lib/stcloud/models/update_plan_response.rb +235 -0
  191. data/lib/stcloud/models/update_plan_response_dto.rb +217 -0
  192. data/lib/stcloud/models/update_plan_response_entry.rb +206 -0
  193. data/lib/stcloud/models/update_subscription_dto.rb +206 -0
  194. data/lib/stcloud/models/update_token_dto.rb +215 -0
  195. data/lib/stcloud/models/usage_dto.rb +302 -0
  196. data/lib/stcloud/models/usage_multi_response.rb +235 -0
  197. data/lib/stcloud/models/usage_multi_response_entry.rb +206 -0
  198. data/lib/stcloud/models/usage_response.rb +235 -0
  199. data/lib/stcloud/models/usage_response_entry.rb +206 -0
  200. data/lib/stcloud/models/user_info.rb +206 -0
  201. data/lib/stcloud/models/user_permissions.rb +224 -0
  202. data/lib/stcloud/models/user_role.rb +270 -0
  203. data/lib/stcloud/version.rb +14 -0
  204. data/spec/api/alert_notifications_api_spec.rb +12 -13
  205. data/spec/api/alerts_api_spec.rb +10 -11
  206. data/spec/api/apps_api_spec.rb +31 -21
  207. data/spec/api/aws_settings_controller_api_spec.rb +9 -10
  208. data/spec/api/billing_api_spec.rb +12 -13
  209. data/spec/api/logs_app_api_spec.rb +6 -7
  210. data/spec/api/logs_usage_api_controller_api_spec.rb +47 -0
  211. data/spec/api/monitoring_app_api_spec.rb +6 -7
  212. data/spec/api/reset_password_api_spec.rb +6 -7
  213. data/spec/api/subscriptions_api_spec.rb +106 -14
  214. data/spec/api/tag_api_controller_api_spec.rb +11 -12
  215. data/spec/api/tokens_api_controller_api_spec.rb +94 -0
  216. data/spec/api_client_spec.rb +30 -31
  217. data/spec/base_object_spec.rb +109 -0
  218. data/spec/configuration_spec.rb +7 -8
  219. data/spec/models/alert_notification_request_spec.rb +1 -2
  220. data/spec/models/alert_notification_spec.rb +76 -0
  221. data/spec/models/alert_rule_response_entry_spec.rb +40 -0
  222. data/spec/models/alert_rule_response_spec.rb +58 -0
  223. data/spec/models/alert_rule_schedule_time_range_dto_spec.rb +1 -2
  224. data/spec/models/alert_rule_schedule_weekday_dto_spec.rb +1 -2
  225. data/spec/models/alert_rule_spec.rb +1 -2
  226. data/spec/models/alert_rules_response_entry_spec.rb +40 -0
  227. data/spec/models/alert_rules_response_spec.rb +58 -0
  228. data/spec/models/app_description_spec.rb +1 -2
  229. data/spec/models/app_metadata_spec.rb +1 -2
  230. data/spec/models/app_response_entry_spec.rb +40 -0
  231. data/spec/models/app_response_spec.rb +58 -0
  232. data/spec/models/app_spec.rb +31 -2
  233. data/spec/models/app_types_response_entry_spec.rb +40 -0
  234. data/spec/models/app_types_response_spec.rb +58 -0
  235. data/spec/models/apps_response_entry_spec.rb +40 -0
  236. data/spec/models/apps_response_spec.rb +58 -0
  237. data/spec/models/basic_auth_method_dto_spec.rb +1 -2
  238. data/spec/models/basic_organization_dto_spec.rb +1 -2
  239. data/spec/models/billing_info_spec.rb +1 -2
  240. data/spec/models/charges_details_response_dto_spec.rb +80 -0
  241. data/spec/models/cloud_watch_settings_response_entry_spec.rb +40 -0
  242. data/spec/models/cloud_watch_settings_response_spec.rb +58 -0
  243. data/spec/models/cloud_watch_settings_spec.rb +1 -2
  244. data/spec/models/create_app_info_spec.rb +1 -2
  245. data/spec/models/create_token_dto_spec.rb +52 -0
  246. data/spec/models/daily_dto_spec.rb +58 -0
  247. data/spec/models/day_usage_data_spec.rb +158 -0
  248. data/spec/models/dimension_spec.rb +46 -0
  249. data/spec/models/error_spec.rb +1 -2
  250. data/spec/models/event_dto_spec.rb +56 -0
  251. data/spec/models/filter_value_spec.rb +1 -2
  252. data/spec/models/generic_api_response_spec.rb +1 -2
  253. data/spec/models/generic_map_based_api_response_spec.rb +58 -0
  254. data/spec/models/invitation_spec.rb +1 -2
  255. data/spec/models/invoice_response_entry_spec.rb +40 -0
  256. data/spec/models/invoice_response_spec.rb +58 -0
  257. data/spec/models/invoice_spec.rb +70 -0
  258. data/spec/models/limit_change_event_dto_spec.rb +52 -0
  259. data/spec/models/mail_report_response_response_entry_spec.rb +40 -0
  260. data/spec/models/mail_report_response_spec.rb +58 -0
  261. data/spec/models/min_period_fee_period_spec.rb +100 -0
  262. data/spec/models/notification_integration_spec.rb +1 -2
  263. data/spec/models/notifications_response_entry_spec.rb +52 -0
  264. data/spec/models/notifications_response_spec.rb +58 -0
  265. data/spec/models/plan_spec.rb +2 -3
  266. data/spec/models/plans_response_entry_spec.rb +40 -0
  267. data/spec/models/plans_response_spec.rb +58 -0
  268. data/spec/models/report_info_spec.rb +1 -2
  269. data/spec/models/service_integration_spec.rb +1 -2
  270. data/spec/models/subscription_dashboard_dto_spec.rb +108 -0
  271. data/spec/models/subscription_dto_spec.rb +114 -0
  272. data/spec/models/subscription_response_entry_spec.rb +40 -0
  273. data/spec/models/subscription_response_spec.rb +58 -0
  274. data/spec/models/subscription_spec.rb +132 -0
  275. data/spec/models/subscriptions_response_entry_spec.rb +40 -0
  276. data/spec/models/subscriptions_response_spec.rb +58 -0
  277. data/spec/models/tag_names_response_spec.rb +40 -0
  278. data/spec/models/token_dto_spec.rb +76 -0
  279. data/spec/models/token_response_entry_spec.rb +40 -0
  280. data/spec/models/token_response_spec.rb +58 -0
  281. data/spec/models/tokens_response_entry_spec.rb +40 -0
  282. data/spec/models/tokens_response_spec.rb +58 -0
  283. data/spec/models/update_app_info_spec.rb +1 -2
  284. data/spec/models/update_plan_response_dto_spec.rb +46 -0
  285. data/spec/models/update_plan_response_entry_spec.rb +40 -0
  286. data/spec/models/update_plan_response_spec.rb +58 -0
  287. data/spec/models/update_subscription_dto_spec.rb +40 -0
  288. data/spec/models/update_token_dto_spec.rb +46 -0
  289. data/spec/models/usage_dto_spec.rb +100 -0
  290. data/spec/models/usage_multi_response_entry_spec.rb +40 -0
  291. data/spec/models/usage_multi_response_spec.rb +58 -0
  292. data/spec/models/usage_response_entry_spec.rb +40 -0
  293. data/spec/models/usage_response_spec.rb +58 -0
  294. data/spec/models/user_info_spec.rb +1 -2
  295. data/spec/models/user_permissions_spec.rb +1 -2
  296. data/spec/models/user_role_spec.rb +1 -2
  297. data/spec/spec_helper.rb +2 -3
  298. metadata +300 -150
  299. data/assets/octi-blue.png +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb20eb051bd31ecf39c090a997f4883b2b55a290efb5edb65efae643f61f4efe
4
- data.tar.gz: ebfe0317230eaca811f6c3fa392642b7841e82222ef4cb7aca3ea57e9214880a
3
+ metadata.gz: 9026068698c45920f29bb6292838c4c45a91a11c22db473599918c8b52a71df7
4
+ data.tar.gz: 0e4b0d09539f06336dc774620c6b0494900a7efeb25e4b160fdb190a3e1f28e0
5
5
  SHA512:
6
- metadata.gz: a3c36ba44eac7c092e14f67edc0e1c6a1c4049218b5fa55dec13456cd8387f83c43af38174527186c3576f7ad660eca1a197404fcdd0b7f223bd835df2e1060c
7
- data.tar.gz: 13909ce7ffa58dd35476dd5d91840c57d6a58769c4842729c754f76b98a48b7d41c45851d762fea2dc60172510913052f19a3a6cd6a44b65e0958374b6a8c741
6
+ metadata.gz: 37ae9131a7bebeabcf98692deff43d8e8700a5219b5fb31147b7dea04cc20df45063b1f0a6dd5f4309aea7e6690699f580f2aae0b48f630ff4817790b10bcd1d
7
+ data.tar.gz: 48c2f7bf877d0d8ccda82592785b78d031d60cfe850ef04c1f5cdf53b957b7fc7b1cec42b3e0e7141ed1a10146a27b5b472953e360bdd310732c0c62eaa4e21e
data/Gemfile CHANGED
@@ -3,5 +3,7 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
 
5
5
  group :development, :test do
6
- gem 'rake', '~> 12.3.3'
6
+ gem 'rake', '~> 13.0.1'
7
+ gem 'pry-byebug'
8
+ gem 'rubocop', '~> 0.66.0'
7
9
  end
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # <img src="./assets/octi-blue.png" valign="bottom" width="60px"/>**&nbsp;&nbsp;sematext-api-client-ruby**
2
+ # <img src="https://sematext.com/wp-content/uploads/2020/09/just-octi-blue.png" valign="bottom" width="60px"/>**&nbsp;&nbsp;sematext-api-client-ruby**
3
3
 
4
4
  <br>
5
5
 
@@ -33,11 +33,14 @@ Refer to below link for deeper information on the API itself.
33
33
 
34
34
  ## Contents
35
35
 
36
- - [&nbsp;&nbsp;sematext-api-client-ruby](#sematext-api-client-ruby)
36
+ - [<img src="https://sematext.com/wp-content/uploads/2020/09/just-octi-blue.png" valign="bottom" width="60px"/>**&nbsp;&nbsp;sematext-api-client-ruby**](#sematext-api-client-ruby)
37
37
  - [Contents](#contents)
38
38
  - [Installation](#installation)
39
- - [Getting Started](#getting-started)
39
+ - [Build a gem](#build-a-gem)
40
+ - [Install from Git](#install-from-git)
41
+ - [Include the Ruby code directly](#include-the-ruby-code-directly)
40
42
  - [Authentication](#authentication)
43
+ - [Getting Started](#getting-started)
41
44
  - [Reference](#reference)
42
45
  - [Documentation for Models](#documentation-for-models)
43
46
 
@@ -56,15 +59,15 @@ gem build SematextCloud.gemspec
56
59
  Then either install the gem locally:
57
60
 
58
61
  ```shell
59
- gem install ./SematextCloud-0.1.2.gem
62
+ gem install ./SematextCloud-0.1.3.gem
60
63
  ```
61
- (for development, run `gem install --dev ./SematextCloud-0.1.2.gem` to install the development dependencies)
64
+ (for development, run `gem install --dev ./SematextCloud-0.1.3.gem` to install the development dependencies)
62
65
 
63
66
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
64
67
 
65
68
  Finally add this to the Gemfile:
66
69
 
67
- gem 'SematextCloud', '~> 0.1.2'
70
+ gem 'SematextCloud', '~> 0.1.3'
68
71
 
69
72
  ### Install from Git
70
73
 
@@ -121,70 +124,78 @@ end
121
124
 
122
125
  All URIs are relative to *https://localhost*
123
126
 
124
- Class | Method | HTTP request | Description
125
- ------------ | ------------- | ------------- | -------------
126
- *SematextCloud::AlertNotificationsApi* | [**get_alert_notifications_for_app_using_post**](docs/AlertNotificationsApi.md#get_alert_notifications_for_app_using_post) | **POST** /users-web/api/v3/apps/{appId}/notifications/alerts | Get alert notifications for an app
127
- *SematextCloud::AlertNotificationsApi* | [**get_alert_notifications_for_user_using_post**](docs/AlertNotificationsApi.md#get_alert_notifications_for_user_using_post) | **POST** /users-web/api/v3/notifications/alerts | Get alert notifications for a user
128
- *SematextCloud::AlertsApi* | [**create_alert_using_post**](docs/AlertsApi.md#create_alert_using_post) | **POST** /users-web/api/v3/alerts | Create alert rule
129
- *SematextCloud::AlertsApi* | [**delete_alert_rule_using_delete**](docs/AlertsApi.md#delete_alert_rule_using_delete) | **DELETE** /users-web/api/v3/alerts/{updateableAlertId} | Delete alert rule
130
- *SematextCloud::AlertsApi* | [**disable_alert_rule_using_put**](docs/AlertsApi.md#disable_alert_rule_using_put) | **PUT** /users-web/api/v3/alerts/{updateableAlertId}/disable | Disable alert rule
131
- *SematextCloud::AlertsApi* | [**enable_alert_rule_using_put**](docs/AlertsApi.md#enable_alert_rule_using_put) | **PUT** /users-web/api/v3/alerts/{updateableAlertId}/enable | Enable alert rule
132
- *SematextCloud::AlertsApi* | [**get_alert_rules_for_app_using_get**](docs/AlertsApi.md#get_alert_rules_for_app_using_get) | **GET** /users-web/api/v3/apps/{appId}/alerts | Get alert rules for an app
133
- *SematextCloud::AppsApi* | [**get_app_types_using_get**](docs/AppsApi.md#get_app_types_using_get) | **GET** /users-web/api/v3/apps/types | Get all App types supported for the account identified with apiKey
134
- *SematextCloud::AppsApi* | [**get_using_get**](docs/AppsApi.md#get_using_get) | **GET** /users-web/api/v3/apps/{anyStateAppId} | Gets defails for one particular App
135
- *SematextCloud::AppsApi* | [**invite_app_guests_using_post**](docs/AppsApi.md#invite_app_guests_using_post) | **POST** /users-web/api/v3/apps/guests | Invite guests to an app
136
- *SematextCloud::AppsApi* | [**list_apps_users_using_get**](docs/AppsApi.md#list_apps_users_using_get) | **GET** /users-web/api/v3/apps/users | Get all users of apps accessible to this account
137
- *SematextCloud::AppsApi* | [**list_using_get**](docs/AppsApi.md#list_using_get) | **GET** /users-web/api/v3/apps | Get all apps accessible by account identified with apiKey
138
- *SematextCloud::AppsApi* | [**update_description_using_put**](docs/AppsApi.md#update_description_using_put) | **PUT** /users-web/api/v3/apps/{anyStateAppId}/description | Update description of the app
139
- *SematextCloud::AppsApi* | [**update_using_put1**](docs/AppsApi.md#update_using_put1) | **PUT** /users-web/api/v3/apps/{anyStateAppId} | Update app
140
- *SematextCloud::AwsSettingsControllerApi* | [**update_using_put**](docs/AwsSettingsControllerApi.md#update_using_put) | **PUT** /users-web/api/v3/apps/{appId}/aws | Update App's AWS CloudWatch settings
141
- *SematextCloud::BillingApi* | [**get_detailed_invoice_using_get**](docs/BillingApi.md#get_detailed_invoice_using_get) | **GET** /users-web/api/v3/billing/invoice/{service}/{year}/{month} | Get invoice details
142
- *SematextCloud::BillingApi* | [**list_available_plans_using_get**](docs/BillingApi.md#list_available_plans_using_get) | **GET** /users-web/api/v3/billing/availablePlans | Get available plans
143
- *SematextCloud::BillingApi* | [**update_plan_using_put**](docs/BillingApi.md#update_plan_using_put) | **PUT** /users-web/api/v3/billing/info/{appId} | Update plan for an app
144
- *SematextCloud::LogsAppApi* | [**create_logsene_application**](docs/LogsAppApi.md#create_logsene_application) | **POST** /logsene-reports/api/v3/apps | Create Logs App
145
- *SematextCloud::MetricsApi* | [**list_data_series_using_post**](docs/MetricsApi.md#list_data_series_using_post) | **POST** /spm-reports/api/v3/apps/{appId}/metrics/data | Get metrics data points for an app
146
- *SematextCloud::MetricsApi* | [**list_filters_using_post**](docs/MetricsApi.md#list_filters_using_post) | **POST** /spm-reports/api/v3/apps/{appId}/metrics/filters | Get metrics filters and their values for an app
147
- *SematextCloud::MetricsApi* | [**list_metrics_keys_using_get**](docs/MetricsApi.md#list_metrics_keys_using_get) | **GET** /spm-reports/api/v3/apps/{appId}/metrics/keys | Get metrics keys for an app
148
- *SematextCloud::MetricsApi* | [**list_metrics_using_get**](docs/MetricsApi.md#list_metrics_using_get) | **GET** /spm-reports/api/v3/apps/{appId}/metrics | Get metrics info for an app
149
- *SematextCloud::MonitoringAppApi* | [**create_spm_application1**](docs/MonitoringAppApi.md#create_spm_application1) | **POST** /spm-reports/api/v3/apps | Create Monitoring App
150
- *SematextCloud::ResetPasswordApi* | [**reset_password_using_post**](docs/ResetPasswordApi.md#reset_password_using_post) | **POST** /users-web/api/v3/account/password/reset | Reset Password
151
- *SematextCloud::SavedQueriesApi* | [**delete_saved_query_using_delete**](docs/SavedQueriesApi.md#delete_saved_query_using_delete) | **DELETE** /users-web/api/v3/savedQueries/{updateableQueryId} | Delete saved query
152
- *SematextCloud::SavedQueriesApi* | [**get_saved_queries_for_app_using_get**](docs/SavedQueriesApi.md#get_saved_queries_for_app_using_get) | **GET** /users-web/api/v3/apps/{appId}/savedQueries | Get saved queries for an app
153
- *SematextCloud::SavedQueriesApi* | [**save_query_using_post**](docs/SavedQueriesApi.md#save_query_using_post) | **POST** /users-web/api/v3/savedQueries | Create saved query
154
- *SematextCloud::SavedQueriesApi* | [**save_query_using_put**](docs/SavedQueriesApi.md#save_query_using_put) | **PUT** /users-web/api/v3/savedQueries/{updateableQueryId} | Update saved query
155
- *SematextCloud::SubscriptionsApi* | [**list_using_get1**](docs/SubscriptionsApi.md#list_using_get1) | **GET** /users-web/api/v3/apps/{appId}/subscriptions | Get subscriptions for an app
156
- *SematextCloud::SubscriptionsApi* | [**send_report_using_post**](docs/SubscriptionsApi.md#send_report_using_post) | **POST** /users-web/api/v3/apps/{appId}/report/send | Trigger emailing of report for an app
157
- *SematextCloud::TagApiControllerApi* | [**get_tag_names_using_get**](docs/TagApiControllerApi.md#get_tag_names_using_get) | **GET** /spm-reports/api/v3/apps/{appIds}/tagNames | Gets tag names for the given application identifiers appearing in the given time frame.
158
- *SematextCloud::TagApiControllerApi* | [**get_using_get1**](docs/TagApiControllerApi.md#get_using_get1) | **GET** /spm-reports/api/v3/apps/{appIds}/tags | Gets values for specified tags for the given application identifiers appearing in the given time frame.
159
- *SematextCloud::TagApiControllerApi* | [**get_using_get2**](docs/TagApiControllerApi.md#get_using_get2) | **GET** /spm-reports/api/v3/apps/{appIds}/metrics/filters | Gets values for specified tags for the given application identifiers appearing in the given time frame.
127
+ | Class | Method | HTTP request | Description |
128
+ | ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
129
+ | *stcloud::AlertNotificationsApi* | [**get_alert_notifications_for_app_using_post**](docs/AlertNotificationsApi.md#get_alert_notifications_for_app_using_post) | **POST** /users-web/api/v3/apps/{appId}/notifications/alerts | Get alert notifications for an app |
130
+ | *stcloud::AlertNotificationsApi* | [**get_alert_notifications_for_user_using_post1**](docs/AlertNotificationsApi.md#get_alert_notifications_for_user_using_post1) | **POST** /users-web/api/v3/notifications/alerts | Get alert notifications for a user |
131
+ | *stcloud::AlertsApi* | [**create_alert_using_post**](docs/AlertsApi.md#create_alert_using_post) | **POST** /users-web/api/v3/alerts | Create alert rule |
132
+ | *stcloud::AlertsApi* | [**delete_alert_rule_using_delete1**](docs/AlertsApi.md#delete_alert_rule_using_delete1) | **DELETE** /users-web/api/v3/alerts/{updateableAlertId} | Delete alert rule |
133
+ | *stcloud::AlertsApi* | [**disable_alert_rule_using_put1**](docs/AlertsApi.md#disable_alert_rule_using_put1) | **PUT** /users-web/api/v3/alerts/{updateableAlertId}/disable | Disable alert rule |
134
+ | *stcloud::AlertsApi* | [**enable_alert_rule_using_put1**](docs/AlertsApi.md#enable_alert_rule_using_put1) | **PUT** /users-web/api/v3/alerts/{updateableAlertId}/enable | Enable alert rule |
135
+ | *stcloud::AlertsApi* | [**get_alert_rules_for_app_using_get1**](docs/AlertsApi.md#get_alert_rules_for_app_using_get1) | **GET** /users-web/api/v3/apps/{appId}/alerts | Get alert rules for an app |
136
+ | *stcloud::AppsApi* | [**delete_using_delete1**](docs/AppsApi.md#delete_using_delete1) | **DELETE** /users-web/api/v3/apps/{anyStateAppId} | delete |
137
+ | *stcloud::AppsApi* | [**get_app_types_using_get**](docs/AppsApi.md#get_app_types_using_get) | **GET** /users-web/api/v3/apps/types | Get all App types supported for the account identified with apiKey |
138
+ | *stcloud::AppsApi* | [**get_using_get1**](docs/AppsApi.md#get_using_get1) | **GET** /users-web/api/v3/apps/{anyStateAppId} | Gets defails for one particular App |
139
+ | *stcloud::AppsApi* | [**invite_app_guests_using_post1**](docs/AppsApi.md#invite_app_guests_using_post1) | **POST** /users-web/api/v3/apps/guests | Invite guests to an app |
140
+ | *stcloud::AppsApi* | [**list_apps_users_using_get1**](docs/AppsApi.md#list_apps_users_using_get1) | **GET** /users-web/api/v3/apps/users | Get all users of apps accessible to this account |
141
+ | *stcloud::AppsApi* | [**list_using_get**](docs/AppsApi.md#list_using_get) | **GET** /users-web/api/v3/apps | Get all apps accessible by account identified with apiKey |
142
+ | *stcloud::AppsApi* | [**update_description_using_put**](docs/AppsApi.md#update_description_using_put) | **PUT** /users-web/api/v3/apps/{anyStateAppId}/description | Update description of the app |
143
+ | *stcloud::AppsApi* | [**update_using_put2**](docs/AppsApi.md#update_using_put2) | **PUT** /users-web/api/v3/apps/{anyStateAppId} | Update app |
144
+ | *stcloud::AwsSettingsControllerApi* | [**update_using_put**](docs/AwsSettingsControllerApi.md#update_using_put) | **PUT** /users-web/api/v3/apps/{appId}/aws | Update App's AWS CloudWatch settings |
145
+ | *stcloud::BillingApi* | [**get_detailed_invoice_using_get1**](docs/BillingApi.md#get_detailed_invoice_using_get1) | **GET** /users-web/api/v3/billing/invoice/{service}/{year}/{month} | Get invoice details |
146
+ | *stcloud::BillingApi* | [**list_available_plans_using_get**](docs/BillingApi.md#list_available_plans_using_get) | **GET** /users-web/api/v3/billing/availablePlans | Get available plans |
147
+ | *stcloud::BillingApi* | [**update_plan_using_put**](docs/BillingApi.md#update_plan_using_put) | **PUT** /users-web/api/v3/billing/info/{appId} | Update plan for an app |
148
+ | *stcloud::LogsAppApi* | [**create_logsene_application**](docs/LogsAppApi.md#create_logsene_application) | **POST** /logsene-reports/api/v3/apps | Create Logs App |
149
+ | *stcloud::MonitoringAppApi* | [**create_spm_application1**](docs/MonitoringAppApi.md#create_spm_application1) | **POST** /spm-reports/api/v3/apps | Create Monitoring App |
150
+ | *stcloud::ResetPasswordApi* | [**reset_password_using_post1**](docs/ResetPasswordApi.md#reset_password_using_post1) | **POST** /users-web/api/v3/account/password/reset | Reset Password |
151
+ | *stcloud::SubscriptionsApi* | [**create_for_app_using_post1**](docs/SubscriptionsApi.md#create_for_app_using_post1) | **POST** /users-web/api/v3/apps/{appId}/subscription | Create App subscription |
152
+ | *stcloud::SubscriptionsApi* | [**create_for_dash_using_post1**](docs/SubscriptionsApi.md#create_for_dash_using_post1) | **POST** /users-web/api/v3/dashboards/{dashId}/subscription | Create dashboard subscription |
153
+ | *stcloud::SubscriptionsApi* | [**delete_using_delete3**](docs/SubscriptionsApi.md#delete_using_delete3) | **DELETE** /users-web/api/v3/subscriptions/{updateableSubscriptionId} | Delete subscription |
154
+ | *stcloud::SubscriptionsApi* | [**list_using_get3**](docs/SubscriptionsApi.md#list_using_get3) | **GET** /users-web/api/v3/apps/{appId}/subscriptions | Get subscriptions for an App |
155
+ | *stcloud::SubscriptionsApi* | [**list_using_get4**](docs/SubscriptionsApi.md#list_using_get4) | **GET** /users-web/api/v3/subscriptions | Get current account's subscriptions |
156
+ | *stcloud::SubscriptionsApi* | [**send_app_report_using_post1**](docs/SubscriptionsApi.md#send_app_report_using_post1) | **POST** /users-web/api/v3/apps/{appId}/report/send | Email an App report |
157
+ | *stcloud::SubscriptionsApi* | [**send_dash_report_using_post1**](docs/SubscriptionsApi.md#send_dash_report_using_post1) | **POST** /users-web/api/v3/dashboards/{dashId}/report/send | Email a dashboard report |
158
+ | *stcloud::SubscriptionsApi* | [**toggle_enabled_using_put1**](docs/SubscriptionsApi.md#toggle_enabled_using_put1) | **PUT** /users-web/api/v3/subscriptions/{updateableSubscriptionId} | Toggle subscription status |
159
+ | *stcloud::SubscriptionsApi* | [**update_for_app_using_put**](docs/SubscriptionsApi.md#update_for_app_using_put) | **PUT** /users-web/api/v3/apps/{appId}/subscription | Update App subscription |
160
+ | *stcloud::SubscriptionsApi* | [**update_for_dash_using_put1**](docs/SubscriptionsApi.md#update_for_dash_using_put1) | **PUT** /users-web/api/v3/dashboards/{dashId}/subscription | Update dashboard subscription |
161
+ | *stcloud::TagApiControllerApi* | [**get_tag_names_using_get1**](docs/TagApiControllerApi.md#get_tag_names_using_get1) | **GET** /spm-reports/api/v3/apps/{appIds}/tagNames | Gets tag names for the given application identifiers appearing in the given time frame. |
162
+ | *stcloud::TagApiControllerApi* | [**get_using_get1**](docs/TagApiControllerApi.md#get_using_get1) | **GET** /spm-reports/api/v3/apps/{appIds}/tags | Gets values for specified tags for the given application identifiers appearing in the given time frame. |
163
+ | *stcloud::TagApiControllerApi* | [**get_using_get2**](docs/TagApiControllerApi.md#get_using_get2) | **GET** /spm-reports/api/v3/apps/{appIds}/metrics/filters | Gets values for specified tags for the given application identifiers appearing in the given time frame. |
164
+ | *stcloud::TokensApiControllerApi* | [**create_app_token1**](docs/TokensApiControllerApi.md#create_app_token1) | **POST** /users-web/api/v3/apps/{appId}/tokens | Create new app token |
165
+ | *stcloud::TokensApiControllerApi* | [**delete_app_token1**](docs/TokensApiControllerApi.md#delete_app_token1) | **DELETE** /users-web/api/v3/apps/{appId}/tokens/{tokenId} | Delete app token |
166
+ | *stcloud::TokensApiControllerApi* | [**get_app_tokens**](docs/TokensApiControllerApi.md#get_app_tokens) | **GET** /users-web/api/v3/apps/{appId}/tokens | Get app available tokens |
167
+ | *stcloud::TokensApiControllerApi* | [**regenerate_app_token1**](docs/TokensApiControllerApi.md#regenerate_app_token1) | **POST** /users-web/api/v3/apps/{appId}/tokens/{tokenId}/regenerate | Regenerate app token) |
168
+ | *stcloud::TokensApiControllerApi* | [**update_app_token**](docs/TokensApiControllerApi.md#update_app_token) | **PUT** /users-web/api/v3/apps/{appId}/tokens/{tokenId} | Update app token (enable/disable or name) |
160
169
 
161
170
 
162
171
  ## Documentation for Models
163
172
 
164
- - [SematextCloud::AlertNotificationRequest](docs/AlertNotificationRequest.md)
165
- - [SematextCloud::AlertRule](docs/AlertRule.md)
166
- - [SematextCloud::AlertRuleScheduleTimeRangeDto](docs/AlertRuleScheduleTimeRangeDto.md)
167
- - [SematextCloud::AlertRuleScheduleWeekdayDto](docs/AlertRuleScheduleWeekdayDto.md)
168
- - [SematextCloud::App](docs/App.md)
169
- - [SematextCloud::AppDescription](docs/AppDescription.md)
170
- - [SematextCloud::AppMetadata](docs/AppMetadata.md)
171
- - [SematextCloud::BasicAuthMethodDto](docs/BasicAuthMethodDto.md)
172
- - [SematextCloud::BasicOrganizationDto](docs/BasicOrganizationDto.md)
173
- - [SematextCloud::BillingInfo](docs/BillingInfo.md)
174
- - [SematextCloud::CloudWatchSettings](docs/CloudWatchSettings.md)
175
- - [SematextCloud::CreateAppInfo](docs/CreateAppInfo.md)
176
- - [SematextCloud::DataSeriesFilter](docs/DataSeriesFilter.md)
177
- - [SematextCloud::DataSeriesRequest](docs/DataSeriesRequest.md)
178
- - [SematextCloud::Error](docs/Error.md)
179
- - [SematextCloud::FilterValue](docs/FilterValue.md)
180
- - [SematextCloud::GenericApiResponse](docs/GenericApiResponse.md)
181
- - [SematextCloud::Invitation](docs/Invitation.md)
182
- - [SematextCloud::NotificationIntegration](docs/NotificationIntegration.md)
183
- - [SematextCloud::Plan](docs/Plan.md)
184
- - [SematextCloud::ReportInfo](docs/ReportInfo.md)
185
- - [SematextCloud::SavedQuery](docs/SavedQuery.md)
186
- - [SematextCloud::ServiceIntegration](docs/ServiceIntegration.md)
187
- - [SematextCloud::UpdateAppInfo](docs/UpdateAppInfo.md)
188
- - [SematextCloud::UserInfo](docs/UserInfo.md)
189
- - [SematextCloud::UserPermissions](docs/UserPermissions.md)
190
- - [SematextCloud::UserRole](docs/UserRole.md)
173
+ - [stcloud::AlertNotificationRequest](docs/AlertNotificationRequest.md)
174
+ - [stcloud::AlertRule](docs/AlertRule.md)
175
+ - [stcloud::AlertRuleScheduleTimeRangeDto](docs/AlertRuleScheduleTimeRangeDto.md)
176
+ - [stcloud::AlertRuleScheduleWeekdayDto](docs/AlertRuleScheduleWeekdayDto.md)
177
+ - [stcloud::App](docs/App.md)
178
+ - [stcloud::AppDescription](docs/AppDescription.md)
179
+ - [stcloud::AppMetadata](docs/AppMetadata.md)
180
+ - [stcloud::BasicAuthMethodDto](docs/BasicAuthMethodDto.md)
181
+ - [stcloud::BasicOrganizationDto](docs/BasicOrganizationDto.md)
182
+ - [stcloud::BillingInfo](docs/BillingInfo.md)
183
+ - [stcloud::CloudWatchSettings](docs/CloudWatchSettings.md)
184
+ - [stcloud::CreateAppInfo](docs/CreateAppInfo.md)
185
+ - [stcloud::CreateTokenDto](docs/CreateTokenDto.md)
186
+ - [stcloud::Error](docs/Error.md)
187
+ - [stcloud::FilterValue](docs/FilterValue.md)
188
+ - [stcloud::GenericApiResponse](docs/GenericApiResponse.md)
189
+ - [stcloud::Invitation](docs/Invitation.md)
190
+ - [stcloud::NotificationIntegration](docs/NotificationIntegration.md)
191
+ - [stcloud::Plan](docs/Plan.md)
192
+ - [stcloud::ReportInfo](docs/ReportInfo.md)
193
+ - [stcloud::ServiceIntegration](docs/ServiceIntegration.md)
194
+ - [stcloud::SubscriptionDashboardDto](docs/SubscriptionDashboardDto.md)
195
+ - [stcloud::SubscriptionDto](docs/SubscriptionDto.md)
196
+ - [stcloud::UpdateAppInfo](docs/UpdateAppInfo.md)
197
+ - [stcloud::UpdateSubscriptionDto](docs/UpdateSubscriptionDto.md)
198
+ - [stcloud::UpdateTokenDto](docs/UpdateTokenDto.md)
199
+ - [stcloud::UserInfo](docs/UserInfo.md)
200
+ - [stcloud::UserPermissions](docs/UserPermissions.md)
201
+ - [stcloud::UserRole](docs/UserRole.md)
@@ -31,12 +31,6 @@ Gem::Specification.new do |s|
31
31
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
32
32
 
33
33
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
34
- s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
35
- s.add_development_dependency 'webmock', '~> 1.24', '>= 1.24.3'
36
- s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
37
- s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
38
- s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
39
- s.add_development_dependency 'autotest-fsevent', '~> 0.2', '>= 0.2.12'
40
34
 
41
35
  s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
42
36
  s.test_files = `find spec/*`.split("\n")
@@ -0,0 +1,12 @@
1
+ # stcloud::AlertNotification
2
+
3
+ ## Properties
4
+ | Name | Type | Description | Notes |
5
+ | ------------------ | ----------- | ----------- | ---------- |
6
+ | **app_name** | **String** | | [optional] |
7
+ | **app_type** | **String** | | [optional] |
8
+ | **back_to_normal** | **BOOLEAN** | | [optional] |
9
+ | **create_time** | **String** | | [optional] |
10
+ | **sent** | **BOOLEAN** | | [optional] |
11
+ | **text** | **String** | | [optional] |
12
+ | **_when** | **String** | | [optional] |
@@ -1,9 +1,9 @@
1
- # SematextCloud::AlertNotificationRequest
1
+ # stcloud::AlertNotificationRequest
2
2
 
3
3
  ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **default_interval** | **Integer** | | [optional]
7
- **_end** | **String** | End time of interval. Can be expressed as timestamp in milliseconds or UTC date in yyyy-MM-dd HH:mm:ss format | [optional]
8
- **interval** | **String** | | [optional]
9
- **start** | **String** | Start time of interval. Can be expressed as timestamp in milliseconds or UTC date in yyyy-MM-dd HH:mm:ss format | [optional]
4
+ | Name | Type | Description | Notes |
5
+ | -------------------- | ----------- | --------------------------------------------------------------------------------------------------------------- | ---------- |
6
+ | **default_interval** | **Integer** | | [optional] |
7
+ | **_end** | **String** | End time of interval. Can be expressed as timestamp in milliseconds or UTC date in yyyy-MM-dd HH:mm:ss format | [optional] |
8
+ | **interval** | **String** | | [optional] |
9
+ | **start** | **String** | Start time of interval. Can be expressed as timestamp in milliseconds or UTC date in yyyy-MM-dd HH:mm:ss format | [optional] |
@@ -1,15 +1,14 @@
1
- # SematextCloud::AlertNotificationsApi
1
+ # stcloud::AlertNotificationsApi
2
2
 
3
- All URIs are relative to *https://localhost*
3
+ All URIs are relative to */*
4
4
 
5
- Method | HTTP request | Description
6
- ------------- | ------------- | -------------
7
- [**get_alert_notifications_for_app_using_post**](AlertNotificationsApi.md#get_alert_notifications_for_app_using_post) | **POST** /users-web/api/v3/apps/{appId}/notifications/alerts | Get alert notifications for an app
8
- [**get_alert_notifications_for_user_using_post**](AlertNotificationsApi.md#get_alert_notifications_for_user_using_post) | **POST** /users-web/api/v3/notifications/alerts | Get alert notifications for a user
5
+ | Method | HTTP request | Description |
6
+ | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | ---------------------------------- |
7
+ | [**get_alert_notifications_for_app_using_post1**](AlertNotificationsApi.md#get_alert_notifications_for_app_using_post1) | **POST** /users-web/api/v3/apps/{appId}/notifications/alerts | Get alert notifications for an app |
8
+ | [**get_alert_notifications_for_user_using_post1**](AlertNotificationsApi.md#get_alert_notifications_for_user_using_post1) | **POST** /users-web/api/v3/notifications/alerts | Get alert notifications for a user |
9
9
 
10
-
11
- # **get_alert_notifications_for_app_using_post**
12
- > GenericApiResponse get_alert_notifications_for_app_using_post(app_id, time_interval)
10
+ # **get_alert_notifications_for_app_using_post1**
11
+ > NotificationsResponse get_alert_notifications_for_app_using_post1(bodyapp_id)
13
12
 
14
13
  Get alert notifications for an app
15
14
 
@@ -18,41 +17,39 @@ Default value of interval is 1d
18
17
  ### Example
19
18
  ```ruby
20
19
  # load the gem
21
- require 'SematextCloud'
20
+ require 'stcloud'
22
21
  # setup authorization
23
- SematextCloud.configure do |config|
22
+ stcloud.configure do |config|
24
23
  # Configure API key authorization: api_key
25
24
  config.api_key['Authorization'] = 'YOUR API KEY'
26
25
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
27
26
  #config.api_key_prefix['Authorization'] = 'Bearer'
28
27
  end
29
28
 
30
- api_instance = SematextCloud::AlertNotificationsApi.new
31
-
29
+ api_instance = stcloud::AlertNotificationsApi.new
30
+ body = stcloud::AlertNotificationRequest.new # AlertNotificationRequest | Time Interval
32
31
  app_id = 789 # Integer | appId
33
32
 
34
- time_interval = SematextCloud::AlertNotificationRequest.new # AlertNotificationRequest | Time Interval
35
-
36
33
 
37
34
  begin
38
35
  #Get alert notifications for an app
39
- result = api_instance.get_alert_notifications_for_app_using_post(app_id, time_interval)
36
+ result = api_instance.get_alert_notifications_for_app_using_post1(bodyapp_id)
40
37
  p result
41
- rescue SematextCloud::ApiError => e
42
- puts "Exception when calling AlertNotificationsApi->get_alert_notifications_for_app_using_post: #{e}"
38
+ rescue stcloud::ApiError => e
39
+ puts "Exception when calling AlertNotificationsApi->get_alert_notifications_for_app_using_post1: #{e}"
43
40
  end
44
41
  ```
45
42
 
46
43
  ### Parameters
47
44
 
48
- Name | Type | Description | Notes
49
- ------------- | ------------- | ------------- | -------------
50
- **app_id** | **Integer**| appId |
51
- **time_interval** | [**AlertNotificationRequest**](AlertNotificationRequest.md)| Time Interval |
45
+ | Name | Type | Description | Notes |
46
+ | ---------- | ----------------------------------------------------------- | ------------- | ----- |
47
+ | **body** | [**AlertNotificationRequest**](AlertNotificationRequest.md) | Time Interval |
48
+ | **app_id** | **Integer** | appId |
52
49
 
53
50
  ### Return type
54
51
 
55
- [**GenericApiResponse**](GenericApiResponse.md)
52
+ [**NotificationsResponse**](NotificationsResponse.md)
56
53
 
57
54
  ### Authorization
58
55
 
@@ -65,8 +62,8 @@ Name | Type | Description | Notes
65
62
 
66
63
 
67
64
 
68
- # **get_alert_notifications_for_user_using_post**
69
- > GenericApiResponse get_alert_notifications_for_user_using_post(time_interval)
65
+ # **get_alert_notifications_for_user_using_post1**
66
+ > NotificationsResponse get_alert_notifications_for_user_using_post1(body)
70
67
 
71
68
  Get alert notifications for a user
72
69
 
@@ -75,38 +72,37 @@ Default value of interval is 1d
75
72
  ### Example
76
73
  ```ruby
77
74
  # load the gem
78
- require 'SematextCloud'
75
+ require 'stcloud'
79
76
  # setup authorization
80
- SematextCloud.configure do |config|
77
+ stcloud.configure do |config|
81
78
  # Configure API key authorization: api_key
82
79
  config.api_key['Authorization'] = 'YOUR API KEY'
83
80
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
84
81
  #config.api_key_prefix['Authorization'] = 'Bearer'
85
82
  end
86
83
 
87
- api_instance = SematextCloud::AlertNotificationsApi.new
88
-
89
- time_interval = SematextCloud::AlertNotificationRequest.new # AlertNotificationRequest | Time Interval
84
+ api_instance = stcloud::AlertNotificationsApi.new
85
+ body = stcloud::AlertNotificationRequest.new # AlertNotificationRequest | Time Interval
90
86
 
91
87
 
92
88
  begin
93
89
  #Get alert notifications for a user
94
- result = api_instance.get_alert_notifications_for_user_using_post(time_interval)
90
+ result = api_instance.get_alert_notifications_for_user_using_post1(body)
95
91
  p result
96
- rescue SematextCloud::ApiError => e
97
- puts "Exception when calling AlertNotificationsApi->get_alert_notifications_for_user_using_post: #{e}"
92
+ rescue stcloud::ApiError => e
93
+ puts "Exception when calling AlertNotificationsApi->get_alert_notifications_for_user_using_post1: #{e}"
98
94
  end
99
95
  ```
100
96
 
101
97
  ### Parameters
102
98
 
103
- Name | Type | Description | Notes
104
- ------------- | ------------- | ------------- | -------------
105
- **time_interval** | [**AlertNotificationRequest**](AlertNotificationRequest.md)| Time Interval |
99
+ | Name | Type | Description | Notes |
100
+ | -------- | ----------------------------------------------------------- | ------------- | ----- |
101
+ | **body** | [**AlertNotificationRequest**](AlertNotificationRequest.md) | Time Interval |
106
102
 
107
103
  ### Return type
108
104
 
109
- [**GenericApiResponse**](GenericApiResponse.md)
105
+ [**NotificationsResponse**](NotificationsResponse.md)
110
106
 
111
107
  ### Authorization
112
108
 
data/docs/AlertRule.md CHANGED
@@ -1,53 +1,53 @@
1
- # SematextCloud::AlertRule
1
+ # stcloud::AlertRule
2
2
 
3
3
  ## Properties
4
- Name | Type | Description | Notes
5
- ------------ | ------------- | ------------- | -------------
6
- **account_email** | **String** | | [optional]
7
- **allowed_app_types** | **Array&lt;Integer&gt;** | | [optional]
8
- **analyzing_time** | **String** | | [optional]
9
- **app_display_state** | **String** | | [optional]
10
- **app_id** | **Integer** | | [optional]
11
- **app_name** | **String** | | [optional]
12
- **app_state** | **String** | | [optional]
13
- **app_token** | **String** | | [optional]
14
- **app_type** | **String** | | [optional]
15
- **back_to_normal_needed** | **BOOLEAN** | | [optional]
16
- **chart_key** | **String** | | [optional]
17
- **color** | **String** | | [optional]
18
- **creator_email** | **String** | | [optional]
19
- **default_agg_type** | **String** | | [optional]
20
- **description** | **String** | | [optional]
21
- **disallowed_app_types** | **Array&lt;Integer&gt;** | | [optional]
22
- **enabled** | **BOOLEAN** | | [optional]
23
- **estimate_operation** | **String** | | [optional]
24
- **estimate_value** | **Float** | | [optional]
25
- **filter_values** | **String** | | [optional]
26
- **filter_values_obj** | [**Array&lt;FilterValue&gt;**](FilterValue.md) | | [optional]
27
- **ignore_regular_events_enabled** | **BOOLEAN** | | [optional]
28
- **integrations** | **String** | | [optional]
29
- **last_data_received_date** | **Integer** | | [optional]
30
- **last_sent** | **Integer** | | [optional]
31
- **last_triggered** | **Integer** | | [optional]
32
- **metadata** | **Object** | | [optional]
33
- **metric_key** | **String** | | [optional]
34
- **metric_label** | **String** | | [optional]
35
- **min_delay_between_notifications_in_minutes** | **String** | | [optional]
36
- **name** | **String** | | [optional]
37
- **notification_emails** | **Array&lt;String&gt;** | | [optional]
38
- **notification_integrations** | [**Array&lt;NotificationIntegration&gt;**](NotificationIntegration.md) | | [optional]
39
- **notifications_enabled** | **BOOLEAN** | | [optional]
40
- **query** | **String** | | [optional]
41
- **report_name** | **String** | | [optional]
42
- **rule_key** | **Integer** | | [optional]
43
- **rule_type** | **String** | | [optional]
44
- **runbook** | **String** | | [optional]
45
- **saved_query_id** | **Integer** | | [optional]
46
- **schedule** | [**Array&lt;AlertRuleScheduleWeekdayDto&gt;**](AlertRuleScheduleWeekdayDto.md) | | [optional]
47
- **sematext_service** | **String** | | [optional]
48
- **send_to_email** | **String** | | [optional]
49
- **timezone** | **String** | | [optional]
50
- **use_only_alert_rule_integrations** | **BOOLEAN** | | [optional]
51
- **user_permissions** | [**UserPermissions**](UserPermissions.md) | | [optional]
52
- **value_column_name** | **String** | | [optional]
53
- **value_name** | **String** | | [optional]
4
+ | Name | Type | Description | Notes |
5
+ | ---------------------------------------------- | ------------------------------------------------------------------------------ | ----------- | ---------- |
6
+ | **account_email** | **String** | | [optional] |
7
+ | **allowed_app_types** | **Array&lt;Integer&gt;** | | [optional] |
8
+ | **analyzing_time** | **String** | | [optional] |
9
+ | **app_display_state** | **String** | | [optional] |
10
+ | **app_id** | **Integer** | | [optional] |
11
+ | **app_name** | **String** | | [optional] |
12
+ | **app_state** | **String** | | [optional] |
13
+ | **app_token** | **String** | | [optional] |
14
+ | **app_type** | **String** | | [optional] |
15
+ | **back_to_normal_needed** | **BOOLEAN** | | [optional] |
16
+ | **chart_key** | **String** | | [optional] |
17
+ | **color** | **String** | | [optional] |
18
+ | **creator_email** | **String** | | [optional] |
19
+ | **default_agg_type** | **String** | | [optional] |
20
+ | **description** | **String** | | [optional] |
21
+ | **disallowed_app_types** | **Array&lt;Integer&gt;** | | [optional] |
22
+ | **enabled** | **BOOLEAN** | | [optional] |
23
+ | **estimate_operation** | **String** | | [optional] |
24
+ | **estimate_value** | **Float** | | [optional] |
25
+ | **filter_values** | **String** | | [optional] |
26
+ | **filter_values_obj** | [**Array&lt;FilterValue&gt;**](FilterValue.md) | | [optional] |
27
+ | **ignore_regular_events_enabled** | **BOOLEAN** | | [optional] |
28
+ | **integrations** | **String** | | [optional] |
29
+ | **last_data_received_date** | **Integer** | | [optional] |
30
+ | **last_sent** | **Integer** | | [optional] |
31
+ | **last_triggered** | **Integer** | | [optional] |
32
+ | **metadata** | **Object** | | [optional] |
33
+ | **metric_key** | **String** | | [optional] |
34
+ | **metric_label** | **String** | | [optional] |
35
+ | **min_delay_between_notifications_in_minutes** | **String** | | [optional] |
36
+ | **name** | **String** | | [optional] |
37
+ | **notification_emails** | **Array&lt;String&gt;** | | [optional] |
38
+ | **notification_integrations** | [**Array&lt;NotificationIntegration&gt;**](NotificationIntegration.md) | | [optional] |
39
+ | **notifications_enabled** | **BOOLEAN** | | [optional] |
40
+ | **query** | **String** | | [optional] |
41
+ | **report_name** | **String** | | [optional] |
42
+ | **rule_key** | **Integer** | | [optional] |
43
+ | **rule_type** | **String** | | [optional] |
44
+ | **runbook** | **String** | | [optional] |
45
+ | **saved_query_id** | **Integer** | | [optional] |
46
+ | **schedule** | [**Array&lt;AlertRuleScheduleWeekdayDto&gt;**](AlertRuleScheduleWeekdayDto.md) | | [optional] |
47
+ | **sematext_service** | **String** | | [optional] |
48
+ | **send_to_email** | **String** | | [optional] |
49
+ | **timezone** | **String** | | [optional] |
50
+ | **use_only_alert_rule_integrations** | **BOOLEAN** | | [optional] |
51
+ | **user_permissions** | [**UserPermissions**](UserPermissions.md) | | [optional] |
52
+ | **value_column_name** | **String** | | [optional] |
53
+ | **value_name** | **String** | | [optional] |