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
@@ -0,0 +1,313 @@
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 stcloud
16
+ class TokensApiControllerApi
17
+ attr_accessor :api_client
18
+
19
+ def initialize(api_client = ApiClient.default)
20
+ @api_client = api_client
21
+ end
22
+ # Create new app token
23
+ # @param app_id appId
24
+ # @param dto dto
25
+ # @param [Hash] opts the optional parameters
26
+ # @return [GenericApiResponse]
27
+ def create_app_token1(app_id, dto, opts = {})
28
+ data, _status_code, _headers = create_app_token1_with_http_info(app_id, dto, opts)
29
+ data
30
+ end
31
+
32
+ # Create new app token
33
+ # @param app_id appId
34
+ # @param dto dto
35
+ # @param [Hash] opts the optional parameters
36
+ # @return [Array<(GenericApiResponse, Fixnum, Hash)>] GenericApiResponse data, response status code and response headers
37
+ def create_app_token1_with_http_info(app_id, dto, opts = {})
38
+ if @api_client.config.debugging
39
+ @api_client.config.logger.debug 'Calling API: TokensApiControllerApi.create_app_token1 ...'
40
+ end
41
+ # verify the required parameter 'app_id' is set
42
+ if @api_client.config.client_side_validation && app_id.nil?
43
+ fail ArgumentError, "Missing the required parameter 'app_id' when calling TokensApiControllerApi.create_app_token1"
44
+ end
45
+ # verify the required parameter 'dto' is set
46
+ if @api_client.config.client_side_validation && dto.nil?
47
+ fail ArgumentError, "Missing the required parameter 'dto' when calling TokensApiControllerApi.create_app_token1"
48
+ end
49
+ # resource path
50
+ local_var_path = '/users-web/api/v3/apps/{appId}/tokens'.sub('{' + 'appId' + '}', app_id.to_s)
51
+
52
+ # query parameters
53
+ query_params = {}
54
+
55
+ # header parameters
56
+ header_params = {}
57
+ # HTTP header 'Accept' (if needed)
58
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
59
+ # HTTP header 'Content-Type'
60
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
61
+
62
+ # form parameters
63
+ form_params = {}
64
+
65
+ # http body (model)
66
+ post_body = @api_client.object_to_http_body(dto)
67
+ auth_names = ['api_key']
68
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
69
+ :header_params => header_params,
70
+ :query_params => query_params,
71
+ :form_params => form_params,
72
+ :body => post_body,
73
+ :auth_names => auth_names,
74
+ :return_type => 'GenericApiResponse')
75
+ if @api_client.config.debugging
76
+ @api_client.config.logger.debug "API called: TokensApiControllerApi#create_app_token1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
77
+ end
78
+ return data, status_code, headers
79
+ end
80
+ # Delete app token
81
+ # @param app_id appId
82
+ # @param token_id tokenId
83
+ # @param [Hash] opts the optional parameters
84
+ # @return [GenericApiResponse]
85
+ def delete_app_token1(app_id, token_id, opts = {})
86
+ data, _status_code, _headers = delete_app_token1_with_http_info(app_id, token_id, opts)
87
+ data
88
+ end
89
+
90
+ # Delete app token
91
+ # @param app_id appId
92
+ # @param token_id tokenId
93
+ # @param [Hash] opts the optional parameters
94
+ # @return [Array<(GenericApiResponse, Fixnum, Hash)>] GenericApiResponse data, response status code and response headers
95
+ def delete_app_token1_with_http_info(app_id, token_id, opts = {})
96
+ if @api_client.config.debugging
97
+ @api_client.config.logger.debug 'Calling API: TokensApiControllerApi.delete_app_token1 ...'
98
+ end
99
+ # verify the required parameter 'app_id' is set
100
+ if @api_client.config.client_side_validation && app_id.nil?
101
+ fail ArgumentError, "Missing the required parameter 'app_id' when calling TokensApiControllerApi.delete_app_token1"
102
+ end
103
+ # verify the required parameter 'token_id' is set
104
+ if @api_client.config.client_side_validation && token_id.nil?
105
+ fail ArgumentError, "Missing the required parameter 'token_id' when calling TokensApiControllerApi.delete_app_token1"
106
+ end
107
+ # resource path
108
+ local_var_path = '/users-web/api/v3/apps/{appId}/tokens/{tokenId}'.sub('{' + 'appId' + '}', app_id.to_s).sub('{' + 'tokenId' + '}', token_id.to_s)
109
+
110
+ # query parameters
111
+ query_params = {}
112
+
113
+ # header parameters
114
+ header_params = {}
115
+ # HTTP header 'Accept' (if needed)
116
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
117
+ # HTTP header 'Content-Type'
118
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
119
+
120
+ # form parameters
121
+ form_params = {}
122
+
123
+ # http body (model)
124
+ post_body = nil
125
+ auth_names = ['api_key']
126
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
127
+ :header_params => header_params,
128
+ :query_params => query_params,
129
+ :form_params => form_params,
130
+ :body => post_body,
131
+ :auth_names => auth_names,
132
+ :return_type => 'GenericApiResponse')
133
+ if @api_client.config.debugging
134
+ @api_client.config.logger.debug "API called: TokensApiControllerApi#delete_app_token1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
135
+ end
136
+ return data, status_code, headers
137
+ end
138
+ # Get app available tokens
139
+ # @param app_id appId
140
+ # @param [Hash] opts the optional parameters
141
+ # @return [GenericApiResponse]
142
+ def get_app_tokens(app_id, opts = {})
143
+ data, _status_code, _headers = get_app_tokens_with_http_info(app_id, opts)
144
+ data
145
+ end
146
+
147
+ # Get app available tokens
148
+ # @param app_id appId
149
+ # @param [Hash] opts the optional parameters
150
+ # @return [Array<(GenericApiResponse, Fixnum, Hash)>] GenericApiResponse data, response status code and response headers
151
+ def get_app_tokens_with_http_info(app_id, opts = {})
152
+ if @api_client.config.debugging
153
+ @api_client.config.logger.debug 'Calling API: TokensApiControllerApi.get_app_tokens ...'
154
+ end
155
+ # verify the required parameter 'app_id' is set
156
+ if @api_client.config.client_side_validation && app_id.nil?
157
+ fail ArgumentError, "Missing the required parameter 'app_id' when calling TokensApiControllerApi.get_app_tokens"
158
+ end
159
+ # resource path
160
+ local_var_path = '/users-web/api/v3/apps/{appId}/tokens'.sub('{' + 'appId' + '}', app_id.to_s)
161
+
162
+ # query parameters
163
+ query_params = {}
164
+
165
+ # header parameters
166
+ header_params = {}
167
+ # HTTP header 'Accept' (if needed)
168
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
169
+ # HTTP header 'Content-Type'
170
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
171
+
172
+ # form parameters
173
+ form_params = {}
174
+
175
+ # http body (model)
176
+ post_body = nil
177
+ auth_names = ['api_key']
178
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
179
+ :header_params => header_params,
180
+ :query_params => query_params,
181
+ :form_params => form_params,
182
+ :body => post_body,
183
+ :auth_names => auth_names,
184
+ :return_type => 'GenericApiResponse')
185
+ if @api_client.config.debugging
186
+ @api_client.config.logger.debug "API called: TokensApiControllerApi#get_app_tokens\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
187
+ end
188
+ return data, status_code, headers
189
+ end
190
+ # Regenerate app token)
191
+ # @param app_id appId
192
+ # @param token_id tokenId
193
+ # @param [Hash] opts the optional parameters
194
+ # @return [GenericApiResponse]
195
+ def regenerate_app_token1(app_id, token_id, opts = {})
196
+ data, _status_code, _headers = regenerate_app_token1_with_http_info(app_id, token_id, opts)
197
+ data
198
+ end
199
+
200
+ # Regenerate app token)
201
+ # @param app_id appId
202
+ # @param token_id tokenId
203
+ # @param [Hash] opts the optional parameters
204
+ # @return [Array<(GenericApiResponse, Fixnum, Hash)>] GenericApiResponse data, response status code and response headers
205
+ def regenerate_app_token1_with_http_info(app_id, token_id, opts = {})
206
+ if @api_client.config.debugging
207
+ @api_client.config.logger.debug 'Calling API: TokensApiControllerApi.regenerate_app_token1 ...'
208
+ end
209
+ # verify the required parameter 'app_id' is set
210
+ if @api_client.config.client_side_validation && app_id.nil?
211
+ fail ArgumentError, "Missing the required parameter 'app_id' when calling TokensApiControllerApi.regenerate_app_token1"
212
+ end
213
+ # verify the required parameter 'token_id' is set
214
+ if @api_client.config.client_side_validation && token_id.nil?
215
+ fail ArgumentError, "Missing the required parameter 'token_id' when calling TokensApiControllerApi.regenerate_app_token1"
216
+ end
217
+ # resource path
218
+ local_var_path = '/users-web/api/v3/apps/{appId}/tokens/{tokenId}/regenerate'.sub('{' + 'appId' + '}', app_id.to_s).sub('{' + 'tokenId' + '}', token_id.to_s)
219
+
220
+ # query parameters
221
+ query_params = {}
222
+
223
+ # header parameters
224
+ header_params = {}
225
+ # HTTP header 'Accept' (if needed)
226
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
227
+ # HTTP header 'Content-Type'
228
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
229
+
230
+ # form parameters
231
+ form_params = {}
232
+
233
+ # http body (model)
234
+ post_body = nil
235
+ auth_names = ['api_key']
236
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
237
+ :header_params => header_params,
238
+ :query_params => query_params,
239
+ :form_params => form_params,
240
+ :body => post_body,
241
+ :auth_names => auth_names,
242
+ :return_type => 'GenericApiResponse')
243
+ if @api_client.config.debugging
244
+ @api_client.config.logger.debug "API called: TokensApiControllerApi#regenerate_app_token1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
245
+ end
246
+ return data, status_code, headers
247
+ end
248
+ # Update app token (enable/disable or name)
249
+ # @param app_id appId
250
+ # @param token_id tokenId
251
+ # @param dto dto
252
+ # @param [Hash] opts the optional parameters
253
+ # @return [GenericApiResponse]
254
+ def update_app_token(app_id, token_id, dto, opts = {})
255
+ data, _status_code, _headers = update_app_token_with_http_info(app_id, token_id, dto, opts)
256
+ data
257
+ end
258
+
259
+ # Update app token (enable/disable or name)
260
+ # @param app_id appId
261
+ # @param token_id tokenId
262
+ # @param dto dto
263
+ # @param [Hash] opts the optional parameters
264
+ # @return [Array<(GenericApiResponse, Fixnum, Hash)>] GenericApiResponse data, response status code and response headers
265
+ def update_app_token_with_http_info(app_id, token_id, dto, opts = {})
266
+ if @api_client.config.debugging
267
+ @api_client.config.logger.debug 'Calling API: TokensApiControllerApi.update_app_token ...'
268
+ end
269
+ # verify the required parameter 'app_id' is set
270
+ if @api_client.config.client_side_validation && app_id.nil?
271
+ fail ArgumentError, "Missing the required parameter 'app_id' when calling TokensApiControllerApi.update_app_token"
272
+ end
273
+ # verify the required parameter 'token_id' is set
274
+ if @api_client.config.client_side_validation && token_id.nil?
275
+ fail ArgumentError, "Missing the required parameter 'token_id' when calling TokensApiControllerApi.update_app_token"
276
+ end
277
+ # verify the required parameter 'dto' is set
278
+ if @api_client.config.client_side_validation && dto.nil?
279
+ fail ArgumentError, "Missing the required parameter 'dto' when calling TokensApiControllerApi.update_app_token"
280
+ end
281
+ # resource path
282
+ local_var_path = '/users-web/api/v3/apps/{appId}/tokens/{tokenId}'.sub('{' + 'appId' + '}', app_id.to_s).sub('{' + 'tokenId' + '}', token_id.to_s)
283
+
284
+ # query parameters
285
+ query_params = {}
286
+
287
+ # header parameters
288
+ header_params = {}
289
+ # HTTP header 'Accept' (if needed)
290
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
291
+ # HTTP header 'Content-Type'
292
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
293
+
294
+ # form parameters
295
+ form_params = {}
296
+
297
+ # http body (model)
298
+ post_body = @api_client.object_to_http_body(dto)
299
+ auth_names = ['api_key']
300
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
301
+ :header_params => header_params,
302
+ :query_params => query_params,
303
+ :form_params => form_params,
304
+ :body => post_body,
305
+ :auth_names => auth_names,
306
+ :return_type => 'GenericApiResponse')
307
+ if @api_client.config.debugging
308
+ @api_client.config.logger.debug "API called: TokensApiControllerApi#update_app_token\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
309
+ end
310
+ return data, status_code, headers
311
+ end
312
+ end
313
+ end
@@ -0,0 +1,201 @@
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 'date'
14
+
15
+ module stcloud
16
+ class CreateTokenDto
17
+ attr_accessor :name
18
+
19
+ attr_accessor :readable
20
+
21
+ attr_accessor :writeable
22
+
23
+ # Attribute mapping from ruby-style variable name to JSON key.
24
+ def self.attribute_map
25
+ {
26
+ :'name' => :'name',
27
+ :'readable' => :'readable',
28
+ :'writeable' => :'writeable'
29
+ }
30
+ end
31
+
32
+ # Attribute type mapping.
33
+ def self.swagger_types
34
+ {
35
+ :'name' => :'String',
36
+ :'readable' => :'BOOLEAN',
37
+ :'writeable' => :'BOOLEAN'
38
+ }
39
+ end
40
+
41
+ # Initializes the object
42
+ # @param [Hash] attributes Model attributes in the form of hash
43
+ def initialize(attributes = {})
44
+ return unless attributes.is_a?(Hash)
45
+
46
+ # convert string to symbol for hash key
47
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
48
+
49
+ if attributes.has_key?(:'name')
50
+ self.name = attributes[:'name']
51
+ end
52
+
53
+ if attributes.has_key?(:'readable')
54
+ self.readable = attributes[:'readable']
55
+ end
56
+
57
+ if attributes.has_key?(:'writeable')
58
+ self.writeable = attributes[:'writeable']
59
+ end
60
+ end
61
+
62
+ # Show invalid properties with the reasons. Usually used together with valid?
63
+ # @return Array for valid properties with the reasons
64
+ def list_invalid_properties
65
+ invalid_properties = Array.new
66
+ invalid_properties
67
+ end
68
+
69
+ # Check to see if the all the properties in the model are valid
70
+ # @return true if the model is valid
71
+ def valid?
72
+ true
73
+ end
74
+
75
+ # Checks equality by comparing each attribute.
76
+ # @param [Object] Object to be compared
77
+ def ==(o)
78
+ return true if self.equal?(o)
79
+ self.class == o.class &&
80
+ name == o.name &&
81
+ readable == o.readable &&
82
+ writeable == o.writeable
83
+ end
84
+
85
+ # @see the `==` method
86
+ # @param [Object] Object to be compared
87
+ def eql?(o)
88
+ self == o
89
+ end
90
+
91
+ # Calculates hash code according to all attributes.
92
+ # @return [Fixnum] Hash code
93
+ def hash
94
+ [name, readable, writeable].hash
95
+ end
96
+
97
+ # Builds the object from hash
98
+ # @param [Hash] attributes Model attributes in the form of hash
99
+ # @return [Object] Returns the model itself
100
+ def build_from_hash(attributes)
101
+ return nil unless attributes.is_a?(Hash)
102
+ self.class.swagger_types.each_pair do |key, type|
103
+ if type =~ /\AArray<(.*)>/i
104
+ # check to ensure the input is an array given that the the attribute
105
+ # is documented as an array but the input is not
106
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
107
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
108
+ end
109
+ elsif !attributes[self.class.attribute_map[key]].nil?
110
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
111
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
112
+ end
113
+
114
+ self
115
+ end
116
+
117
+ # Deserializes the data based on type
118
+ # @param string type Data type
119
+ # @param string value Value to be deserialized
120
+ # @return [Object] Deserialized data
121
+ def _deserialize(type, value)
122
+ case type.to_sym
123
+ when :DateTime
124
+ DateTime.parse(value)
125
+ when :Date
126
+ Date.parse(value)
127
+ when :String
128
+ value.to_s
129
+ when :Integer
130
+ value.to_i
131
+ when :Float
132
+ value.to_f
133
+ when :BOOLEAN
134
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
135
+ true
136
+ else
137
+ false
138
+ end
139
+ when :Object
140
+ # generic object (usually a Hash), return directly
141
+ value
142
+ when /\AArray<(?<inner_type>.+)>\z/
143
+ inner_type = Regexp.last_match[:inner_type]
144
+ value.map { |v| _deserialize(inner_type, v) }
145
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
146
+ k_type = Regexp.last_match[:k_type]
147
+ v_type = Regexp.last_match[:v_type]
148
+ {}.tap do |hash|
149
+ value.each do |k, v|
150
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
151
+ end
152
+ end
153
+ else # model
154
+ temp_model = stcloud.const_get(type).new
155
+ temp_model.build_from_hash(value)
156
+ end
157
+ end
158
+
159
+ # Returns the string representation of the object
160
+ # @return [String] String presentation of the object
161
+ def to_s
162
+ to_hash.to_s
163
+ end
164
+
165
+ # to_body is an alias to to_hash (backward compatibility)
166
+ # @return [Hash] Returns the object in the form of hash
167
+ def to_body
168
+ to_hash
169
+ end
170
+
171
+ # Returns the object in the form of hash
172
+ # @return [Hash] Returns the object in the form of hash
173
+ def to_hash
174
+ hash = {}
175
+ self.class.attribute_map.each_pair do |attr, param|
176
+ value = self.send(attr)
177
+ next if value.nil?
178
+ hash[param] = _to_hash(value)
179
+ end
180
+ hash
181
+ end
182
+
183
+ # Outputs non-array value in the form of hash
184
+ # For object, use to_hash. Otherwise, just return the value
185
+ # @param [Object] value Any valid value
186
+ # @return [Hash] Returns the value in the form of hash
187
+ def _to_hash(value)
188
+ if value.is_a?(Array)
189
+ value.compact.map { |v| _to_hash(v) }
190
+ elsif value.is_a?(Hash)
191
+ {}.tap do |hash|
192
+ value.each { |k, v| hash[k] = _to_hash(v) }
193
+ end
194
+ elsif value.respond_to? :to_hash
195
+ value.to_hash
196
+ else
197
+ value
198
+ end
199
+ end
200
+ end
201
+ end