SematextCloud 0.3.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +70 -0
- data/README.md +1 -1
- data/SematextCloud.gemspec +4 -5
- data/docs/AlertNotification.md +2 -1
- data/docs/AlertNotificationRequest.md +2 -1
- data/docs/AlertNotificationsApi.md +19 -17
- data/docs/AlertRule.md +3 -1
- data/docs/AlertRuleResponse.md +2 -1
- data/docs/AlertRuleResponseEntry.md +2 -1
- data/docs/AlertRuleScheduleTimeRangeDto.md +2 -1
- data/docs/AlertRuleScheduleWeekdayDto.md +2 -1
- data/docs/AlertRulesResponse.md +2 -1
- data/docs/AlertRulesResponseEntry.md +2 -1
- data/docs/AlertsApi.md +42 -40
- data/docs/App.md +2 -1
- data/docs/AppDescription.md +2 -1
- data/docs/AppMetadata.md +2 -1
- data/docs/AppResponse.md +2 -1
- data/docs/AppResponseEntry.md +2 -1
- data/docs/AppTypesResponse.md +2 -1
- data/docs/AppTypesResponseEntry.md +2 -1
- data/docs/AppsApi.md +93 -88
- data/docs/AppsResponse.md +2 -1
- data/docs/AppsResponseEntry.md +2 -1
- data/docs/AwsSettingsControllerApi.md +17 -15
- data/docs/BasicAuthMethodDto.md +2 -1
- data/docs/BasicOrganizationDto.md +2 -1
- data/docs/BillingApi.md +32 -30
- data/docs/BillingInfo.md +2 -1
- data/docs/ChargesDetailsResponseDto.md +2 -1
- data/docs/CloudWatchSettings.md +2 -1
- data/docs/CloudWatchSettingsResponse.md +2 -1
- data/docs/CloudWatchSettingsResponseEntry.md +2 -1
- data/docs/CreateAppInfo.md +2 -1
- data/docs/CreateTokenDto.md +2 -1
- data/docs/DailyDto.md +10 -7
- data/docs/DayUsageData.md +23 -23
- data/docs/Dimension.md +2 -1
- data/docs/Error.md +2 -1
- data/docs/EventDto.md +2 -1
- data/docs/FilterValue.md +2 -1
- data/docs/GenericApiResponse.md +2 -1
- data/docs/GenericMapBasedApiResponse.md +2 -1
- data/docs/Invitation.md +2 -1
- data/docs/Invoice.md +2 -1
- data/docs/InvoiceResponse.md +2 -1
- data/docs/InvoiceResponseEntry.md +2 -1
- data/docs/LimitChangeEventDTO.md +2 -1
- data/docs/LogsAppApi.md +10 -8
- data/docs/LogsUsageApiControllerApi.md +9 -7
- data/docs/MailReportResponse.md +2 -1
- data/docs/MailReportResponseResponseEntry.md +2 -1
- data/docs/MinPeriodFeePeriod.md +17 -14
- data/docs/MonitoringAppApi.md +10 -8
- data/docs/NotificationIntegration.md +2 -1
- data/docs/NotificationsResponse.md +2 -1
- data/docs/NotificationsResponseEntry.md +2 -1
- data/docs/Plan.md +2 -1
- data/docs/PlansResponse.md +2 -1
- data/docs/PlansResponseEntry.md +2 -1
- data/docs/ReportInfo.md +13 -11
- data/docs/ResetPasswordApi.md +10 -8
- data/docs/ServiceIntegration.md +16 -15
- data/docs/Subscription.md +20 -18
- data/docs/SubscriptionDashboardDto.md +2 -1
- data/docs/SubscriptionDto.md +17 -15
- data/docs/SubscriptionResponse.md +2 -1
- data/docs/SubscriptionResponseEntry.md +2 -1
- data/docs/SubscriptionsApi.md +121 -118
- data/docs/SubscriptionsResponse.md +2 -1
- data/docs/SubscriptionsResponseEntry.md +2 -1
- data/docs/TagApiControllerApi.md +102 -33
- data/docs/TagNamesResponse.md +2 -1
- data/docs/TagsGrouped.md +8 -0
- data/docs/TagsGroupedResponse.md +7 -0
- data/docs/TokenDto.md +2 -1
- data/docs/TokenResponse.md +2 -1
- data/docs/TokenResponseEntry.md +2 -1
- data/docs/TokensApiControllerApi.md +51 -49
- data/docs/TokensResponse.md +2 -1
- data/docs/TokensResponseEntry.md +2 -1
- data/docs/UpdateAppInfo.md +2 -1
- data/docs/UpdatePlanResponse.md +2 -1
- data/docs/UpdatePlanResponseDto.md +2 -1
- data/docs/UpdatePlanResponseEntry.md +2 -1
- data/docs/UpdateSubscriptionDto.md +2 -1
- data/docs/UpdateTokenDto.md +2 -1
- data/docs/UsageDto.md +6 -3
- data/docs/UsageMultiResponse.md +2 -1
- data/docs/UsageMultiResponseEntry.md +2 -1
- data/docs/UsageResponse.md +2 -1
- data/docs/UsageResponseEntry.md +2 -1
- data/docs/UserInfo.md +2 -1
- data/docs/UserPermissions.md +7 -6
- data/docs/UserRole.md +7 -6
- data/lib/SematextCloud/api/alert_notifications_api.rb +47 -42
- data/lib/SematextCloud/api/alerts_api.rb +69 -60
- data/lib/SematextCloud/api/apps_api.rb +138 -119
- data/lib/SematextCloud/api/aws_settings_controller_api.rb +23 -22
- data/lib/SematextCloud/api/billing_api.rb +62 -57
- data/lib/SematextCloud/api/logs_app_api.rb +21 -20
- data/lib/{stcloud → SematextCloud}/api/logs_usage_api_controller_api.rb +2 -2
- data/lib/SematextCloud/api/monitoring_app_api.rb +21 -20
- data/lib/SematextCloud/api/reset_password_api.rb +21 -20
- data/lib/SematextCloud/api/subscriptions_api.rb +194 -163
- data/lib/SematextCloud/api/tag_api_controller_api.rb +132 -50
- data/lib/SematextCloud/api/tokens_api_controller_api.rb +97 -86
- data/lib/SematextCloud/api_client.rb +41 -42
- data/lib/SematextCloud/api_error.rb +21 -2
- data/lib/SematextCloud/configuration.rb +5 -9
- data/lib/{stcloud → SematextCloud}/models/alert_notification.rb +5 -5
- data/lib/SematextCloud/models/alert_notification_request.rb +49 -26
- data/lib/SematextCloud/models/alert_rule.rb +197 -153
- data/lib/{stcloud/models/app_response.rb → SematextCloud/models/alert_rule_response.rb} +6 -6
- data/lib/{stcloud → SematextCloud}/models/alert_rule_response_entry.rb +5 -5
- data/lib/SematextCloud/models/alert_rule_schedule_time_range_dto.rb +44 -21
- data/lib/SematextCloud/models/alert_rule_schedule_weekday_dto.rb +49 -26
- data/lib/SematextCloud/models/alert_rules_response.rb +235 -0
- data/lib/{stcloud → SematextCloud}/models/alert_rules_response_entry.rb +5 -5
- data/lib/SematextCloud/models/app.rb +163 -93
- data/lib/SematextCloud/models/app_description.rb +41 -18
- data/lib/SematextCloud/models/app_metadata.rb +60 -37
- data/lib/{stcloud/models/alert_rule_response.rb → SematextCloud/models/app_response.rb} +6 -6
- data/lib/{stcloud → SematextCloud}/models/app_response_entry.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/app_types_response.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/app_types_response_entry.rb +5 -5
- data/lib/{stcloud/models/alert_rules_response.rb → SematextCloud/models/apps_response.rb} +6 -6
- data/lib/{stcloud → SematextCloud}/models/apps_response_entry.rb +5 -5
- data/lib/SematextCloud/models/basic_auth_method_dto.rb +47 -24
- data/lib/SematextCloud/models/basic_organization_dto.rb +51 -28
- data/lib/SematextCloud/models/billing_info.rb +48 -25
- data/lib/{stcloud → SematextCloud}/models/charges_details_response_dto.rb +5 -5
- data/lib/SematextCloud/models/cloud_watch_settings.rb +56 -33
- data/lib/SematextCloud/models/cloud_watch_settings_response.rb +235 -0
- data/lib/{stcloud → SematextCloud}/models/cloud_watch_settings_response_entry.rb +5 -5
- data/lib/SematextCloud/models/create_app_info.rb +53 -31
- data/lib/SematextCloud/models/create_token_dto.rb +46 -23
- data/lib/{stcloud → SematextCloud}/models/daily_dto.rb +36 -18
- data/lib/{stcloud → SematextCloud}/models/day_usage_data.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/dimension.rb +5 -5
- data/lib/SematextCloud/models/error.rb +43 -20
- data/lib/{stcloud → SematextCloud}/models/event_dto.rb +7 -7
- data/lib/SematextCloud/models/filter_value.rb +53 -30
- data/lib/SematextCloud/models/generic_api_response.rb +46 -24
- data/lib/{stcloud → SematextCloud}/models/generic_map_based_api_response.rb +5 -5
- data/lib/SematextCloud/models/invitation.rb +74 -52
- data/lib/{stcloud → SematextCloud}/models/invoice.rb +5 -5
- data/lib/{stcloud/models/notifications_response.rb → SematextCloud/models/invoice_response.rb} +6 -6
- data/lib/{stcloud → SematextCloud}/models/invoice_response_entry.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/limit_change_event_dto.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/mail_report_response.rb +5 -5
- data/lib/{stcloud/models/subscription_response_entry.rb → SematextCloud/models/mail_report_response_response_entry.rb} +6 -6
- data/lib/{stcloud → SematextCloud}/models/min_period_fee_period.rb +24 -6
- data/lib/SematextCloud/models/notification_integration.rb +73 -50
- data/lib/SematextCloud/models/notifications_response.rb +235 -0
- data/lib/{stcloud → SematextCloud}/models/notifications_response_entry.rb +5 -5
- data/lib/SematextCloud/models/plan.rb +80 -57
- data/lib/{stcloud → SematextCloud}/models/plans_response.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/plans_response_entry.rb +5 -5
- data/lib/SematextCloud/models/report_info.rb +69 -37
- data/lib/SematextCloud/models/service_integration.rb +71 -48
- data/lib/{stcloud → SematextCloud}/models/subscription.rb +15 -6
- data/lib/SematextCloud/models/subscription_dashboard_dto.rb +72 -49
- data/lib/SematextCloud/models/subscription_dto.rb +85 -53
- data/lib/{stcloud/models/cloud_watch_settings_response.rb → SematextCloud/models/subscription_response.rb} +6 -6
- data/lib/{stcloud/models/mail_report_response_response_entry.rb → SematextCloud/models/subscription_response_entry.rb} +6 -6
- data/lib/{stcloud → SematextCloud}/models/subscriptions_response.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/subscriptions_response_entry.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/tag_names_response.rb +5 -5
- data/lib/SematextCloud/models/tags_grouped.rb +227 -0
- data/lib/SematextCloud/models/tags_grouped_response.rb +213 -0
- data/lib/{stcloud → SematextCloud}/models/token_dto.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/token_response.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/token_response_entry.rb +5 -5
- data/lib/{stcloud/models/subscription_response.rb → SematextCloud/models/tokens_response.rb} +6 -6
- data/lib/{stcloud → SematextCloud}/models/tokens_response_entry.rb +5 -5
- data/lib/SematextCloud/models/update_app_info.rb +64 -41
- data/lib/{stcloud → SematextCloud}/models/update_plan_response.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/update_plan_response_dto.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/update_plan_response_entry.rb +5 -5
- data/lib/SematextCloud/models/update_subscription_dto.rb +42 -19
- data/lib/SematextCloud/models/update_token_dto.rb +44 -21
- data/lib/{stcloud → SematextCloud}/models/usage_dto.rb +39 -21
- data/lib/{stcloud → SematextCloud}/models/usage_multi_response.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/usage_multi_response_entry.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/usage_response.rb +5 -5
- data/lib/{stcloud → SematextCloud}/models/usage_response_entry.rb +5 -5
- data/lib/SematextCloud/models/user_info.rb +42 -19
- data/lib/SematextCloud/models/user_permissions.rb +48 -25
- data/lib/SematextCloud/models/user_role.rb +53 -30
- data/lib/SematextCloud/version.rb +2 -3
- data/lib/SematextCloud.rb +59 -7
- data/spec/api/alert_notifications_api_spec.rb +4 -4
- data/spec/api/alerts_api_spec.rb +4 -4
- data/spec/api/apps_api_spec.rb +14 -14
- data/spec/api/aws_settings_controller_api_spec.rb +6 -6
- data/spec/api/billing_api_spec.rb +6 -6
- data/spec/api/logs_app_api_spec.rb +4 -4
- data/spec/api/logs_usage_api_controller_api_spec.rb +4 -4
- data/spec/api/monitoring_app_api_spec.rb +4 -4
- data/spec/api/reset_password_api_spec.rb +4 -4
- data/spec/api/subscriptions_api_spec.rb +16 -16
- data/spec/api/tag_api_controller_api_spec.rb +24 -6
- data/spec/api/tokens_api_controller_api_spec.rb +8 -8
- data/spec/api_client_spec.rb +30 -30
- data/spec/configuration_spec.rb +4 -4
- data/spec/models/alert_notification_request_spec.rb +4 -4
- data/spec/models/alert_notification_spec.rb +4 -4
- data/spec/models/alert_rule_response_entry_spec.rb +4 -4
- data/spec/models/alert_rule_response_spec.rb +4 -4
- data/spec/models/alert_rule_schedule_time_range_dto_spec.rb +4 -4
- data/spec/models/alert_rule_schedule_weekday_dto_spec.rb +4 -4
- data/spec/models/alert_rule_spec.rb +14 -4
- data/spec/models/alert_rules_response_entry_spec.rb +4 -4
- data/spec/models/alert_rules_response_spec.rb +4 -4
- data/spec/models/app_description_spec.rb +4 -4
- data/spec/models/app_metadata_spec.rb +4 -4
- data/spec/models/app_response_entry_spec.rb +4 -4
- data/spec/models/app_response_spec.rb +4 -4
- data/spec/models/app_spec.rb +4 -4
- data/spec/models/app_types_response_entry_spec.rb +4 -4
- data/spec/models/app_types_response_spec.rb +4 -4
- data/spec/models/apps_response_entry_spec.rb +4 -4
- data/spec/models/apps_response_spec.rb +4 -4
- data/spec/models/basic_auth_method_dto_spec.rb +4 -4
- data/spec/models/basic_organization_dto_spec.rb +4 -4
- data/spec/models/billing_info_spec.rb +4 -4
- data/spec/models/charges_details_response_dto_spec.rb +4 -4
- data/spec/models/cloud_watch_settings_response_entry_spec.rb +4 -4
- data/spec/models/cloud_watch_settings_response_spec.rb +4 -4
- data/spec/models/cloud_watch_settings_spec.rb +4 -4
- data/spec/models/create_app_info_spec.rb +4 -4
- data/spec/models/create_token_dto_spec.rb +4 -4
- data/spec/models/daily_dto_spec.rb +18 -6
- data/spec/models/day_usage_data_spec.rb +4 -4
- data/spec/models/dimension_spec.rb +4 -4
- data/spec/models/error_spec.rb +4 -4
- data/spec/models/event_dto_spec.rb +5 -5
- data/spec/models/filter_value_spec.rb +4 -4
- data/spec/models/generic_api_response_spec.rb +4 -4
- data/spec/models/generic_map_based_api_response_spec.rb +4 -4
- data/spec/models/invitation_spec.rb +4 -4
- data/spec/models/invoice_response_entry_spec.rb +4 -4
- data/spec/models/invoice_response_spec.rb +4 -4
- data/spec/models/invoice_spec.rb +4 -4
- data/spec/models/limit_change_event_dto_spec.rb +4 -4
- data/spec/models/mail_report_response_response_entry_spec.rb +4 -4
- data/spec/models/mail_report_response_spec.rb +4 -4
- data/spec/models/min_period_fee_period_spec.rb +16 -4
- data/spec/models/notification_integration_spec.rb +4 -4
- data/spec/models/notifications_response_entry_spec.rb +4 -4
- data/spec/models/notifications_response_spec.rb +4 -4
- data/spec/models/plan_spec.rb +5 -5
- data/spec/models/plans_response_entry_spec.rb +4 -4
- data/spec/models/plans_response_spec.rb +4 -4
- data/spec/models/report_info_spec.rb +10 -4
- data/spec/models/service_integration_spec.rb +4 -4
- data/spec/models/subscription_dashboard_dto_spec.rb +4 -4
- data/spec/models/subscription_dto_spec.rb +10 -4
- data/spec/models/subscription_response_entry_spec.rb +4 -4
- data/spec/models/subscription_response_spec.rb +4 -4
- data/spec/models/subscription_spec.rb +10 -4
- data/spec/models/subscriptions_response_entry_spec.rb +4 -4
- data/spec/models/subscriptions_response_spec.rb +4 -4
- data/spec/models/tag_names_response_spec.rb +4 -4
- data/spec/models/tags_grouped_response_spec.rb +40 -0
- data/spec/models/{data_series_filter_spec.rb → tags_grouped_spec.rb} +9 -20
- data/spec/models/token_dto_spec.rb +4 -4
- data/spec/models/token_response_entry_spec.rb +4 -4
- data/spec/models/token_response_spec.rb +4 -4
- data/spec/models/tokens_response_entry_spec.rb +4 -4
- data/spec/models/tokens_response_spec.rb +4 -4
- data/spec/models/update_app_info_spec.rb +4 -4
- data/spec/models/update_plan_response_dto_spec.rb +4 -4
- data/spec/models/update_plan_response_entry_spec.rb +4 -4
- data/spec/models/update_plan_response_spec.rb +4 -4
- data/spec/models/update_subscription_dto_spec.rb +4 -4
- data/spec/models/update_token_dto_spec.rb +4 -4
- data/spec/models/usage_dto_spec.rb +22 -10
- data/spec/models/usage_multi_response_entry_spec.rb +4 -4
- data/spec/models/usage_multi_response_spec.rb +4 -4
- data/spec/models/usage_response_entry_spec.rb +4 -4
- data/spec/models/usage_response_spec.rb +4 -4
- data/spec/models/user_info_spec.rb +4 -4
- data/spec/models/user_permissions_spec.rb +4 -4
- data/spec/models/user_role_spec.rb +4 -4
- data/spec/spec_helper.rb +2 -2
- metadata +135 -192
- data/docs/DataSeriesFilter.md +0 -8
- data/docs/DataSeriesRequest.md +0 -12
- data/docs/MetricsApi.md +0 -227
- data/docs/SavedQueriesApi.md +0 -220
- data/docs/SavedQuery.md +0 -18
- data/lib/SematextCloud/api/metrics_api.rb +0 -247
- data/lib/SematextCloud/api/saved_queries_api.rb +0 -237
- data/lib/SematextCloud/models/data_series_filter.rb +0 -237
- data/lib/SematextCloud/models/data_series_request.rb +0 -283
- data/lib/SematextCloud/models/saved_query.rb +0 -291
- data/lib/stcloud/api/alert_notifications_api.rb +0 -142
- data/lib/stcloud/api/alerts_api.rb +0 -292
- data/lib/stcloud/api/apps_api.rb +0 -452
- data/lib/stcloud/api/aws_settings_controller_api.rb +0 -84
- data/lib/stcloud/api/billing_api.rb +0 -202
- data/lib/stcloud/api/logs_app_api.rb +0 -76
- data/lib/stcloud/api/monitoring_app_api.rb +0 -76
- data/lib/stcloud/api/reset_password_api.rb +0 -76
- data/lib/stcloud/api/subscriptions_api.rb +0 -610
- data/lib/stcloud/api/tag_api_controller_api.rb +0 -250
- data/lib/stcloud/api/tokens_api_controller_api.rb +0 -324
- data/lib/stcloud/api_client.rb +0 -388
- data/lib/stcloud/api_error.rb +0 -57
- data/lib/stcloud/configuration.rb +0 -205
- data/lib/stcloud/models/alert_notification_request.rb +0 -235
- data/lib/stcloud/models/alert_rule.rb +0 -675
- data/lib/stcloud/models/alert_rule_schedule_time_range_dto.rb +0 -215
- data/lib/stcloud/models/alert_rule_schedule_weekday_dto.rb +0 -244
- data/lib/stcloud/models/app.rb +0 -489
- data/lib/stcloud/models/app_description.rb +0 -206
- data/lib/stcloud/models/app_metadata.rb +0 -291
- data/lib/stcloud/models/apps_response.rb +0 -235
- data/lib/stcloud/models/basic_auth_method_dto.rb +0 -249
- data/lib/stcloud/models/basic_organization_dto.rb +0 -269
- data/lib/stcloud/models/billing_info.rb +0 -224
- data/lib/stcloud/models/cloud_watch_settings.rb +0 -279
- data/lib/stcloud/models/create_app_info.rb +0 -242
- data/lib/stcloud/models/create_token_dto.rb +0 -224
- data/lib/stcloud/models/error.rb +0 -215
- data/lib/stcloud/models/filter_value.rb +0 -253
- data/lib/stcloud/models/generic_api_response.rb +0 -236
- data/lib/stcloud/models/invitation.rb +0 -348
- data/lib/stcloud/models/invoice_response.rb +0 -235
- data/lib/stcloud/models/notification_integration.rb +0 -347
- data/lib/stcloud/models/plan.rb +0 -360
- data/lib/stcloud/models/report_info.rb +0 -270
- data/lib/stcloud/models/service_integration.rb +0 -305
- data/lib/stcloud/models/subscription_dashboard_dto.rb +0 -342
- data/lib/stcloud/models/subscription_dto.rb +0 -351
- data/lib/stcloud/models/tokens_response.rb +0 -235
- data/lib/stcloud/models/update_app_info.rb +0 -312
- data/lib/stcloud/models/update_subscription_dto.rb +0 -206
- data/lib/stcloud/models/update_token_dto.rb +0 -215
- data/lib/stcloud/models/user_info.rb +0 -206
- data/lib/stcloud/models/user_permissions.rb +0 -224
- data/lib/stcloud/models/user_role.rb +0 -270
- data/lib/stcloud/version.rb +0 -14
- data/lib/stcloud.rb +0 -128
- data/spec/api/metrics_api_spec.rb +0 -83
- data/spec/api/saved_queries_api_spec.rb +0 -80
- data/spec/models/data_series_request_spec.rb +0 -81
- data/spec/models/saved_query_spec.rb +0 -113
@@ -6,20 +6,20 @@
|
|
6
6
|
OpenAPI spec version: v3
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.
|
9
|
+
Swagger Codegen version: 3.0.34
|
10
10
|
=end
|
11
11
|
|
12
12
|
require 'spec_helper'
|
13
13
|
require 'json'
|
14
14
|
require 'date'
|
15
15
|
|
16
|
-
# Unit tests for
|
16
|
+
# Unit tests for SematextCloud::UserInfo
|
17
17
|
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
18
|
# Please update as you see appropriate
|
19
19
|
describe 'UserInfo' do
|
20
20
|
before do
|
21
21
|
# run before each test
|
22
|
-
@instance =
|
22
|
+
@instance = SematextCloud::UserInfo.new
|
23
23
|
end
|
24
24
|
|
25
25
|
after do
|
@@ -28,7 +28,7 @@ describe 'UserInfo' do
|
|
28
28
|
|
29
29
|
describe 'test an instance of UserInfo' do
|
30
30
|
it 'should create an instance of UserInfo' do
|
31
|
-
expect(@instance).to be_instance_of(
|
31
|
+
expect(@instance).to be_instance_of(SematextCloud::UserInfo)
|
32
32
|
end
|
33
33
|
end
|
34
34
|
describe 'test attribute "login_name"' do
|
@@ -6,20 +6,20 @@
|
|
6
6
|
OpenAPI spec version: v3
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.
|
9
|
+
Swagger Codegen version: 3.0.34
|
10
10
|
=end
|
11
11
|
|
12
12
|
require 'spec_helper'
|
13
13
|
require 'json'
|
14
14
|
require 'date'
|
15
15
|
|
16
|
-
# Unit tests for
|
16
|
+
# Unit tests for SematextCloud::UserPermissions
|
17
17
|
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
18
|
# Please update as you see appropriate
|
19
19
|
describe 'UserPermissions' do
|
20
20
|
before do
|
21
21
|
# run before each test
|
22
|
-
@instance =
|
22
|
+
@instance = SematextCloud::UserPermissions.new
|
23
23
|
end
|
24
24
|
|
25
25
|
after do
|
@@ -28,7 +28,7 @@ describe 'UserPermissions' do
|
|
28
28
|
|
29
29
|
describe 'test an instance of UserPermissions' do
|
30
30
|
it 'should create an instance of UserPermissions' do
|
31
|
-
expect(@instance).to be_instance_of(
|
31
|
+
expect(@instance).to be_instance_of(SematextCloud::UserPermissions)
|
32
32
|
end
|
33
33
|
end
|
34
34
|
describe 'test attribute "can_delete"' do
|
@@ -6,20 +6,20 @@
|
|
6
6
|
OpenAPI spec version: v3
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.
|
9
|
+
Swagger Codegen version: 3.0.34
|
10
10
|
=end
|
11
11
|
|
12
12
|
require 'spec_helper'
|
13
13
|
require 'json'
|
14
14
|
require 'date'
|
15
15
|
|
16
|
-
# Unit tests for
|
16
|
+
# Unit tests for SematextCloud::UserRole
|
17
17
|
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
18
18
|
# Please update as you see appropriate
|
19
19
|
describe 'UserRole' do
|
20
20
|
before do
|
21
21
|
# run before each test
|
22
|
-
@instance =
|
22
|
+
@instance = SematextCloud::UserRole.new
|
23
23
|
end
|
24
24
|
|
25
25
|
after do
|
@@ -28,7 +28,7 @@ describe 'UserRole' do
|
|
28
28
|
|
29
29
|
describe 'test an instance of UserRole' do
|
30
30
|
it 'should create an instance of UserRole' do
|
31
|
-
expect(@instance).to be_instance_of(
|
31
|
+
expect(@instance).to be_instance_of(SematextCloud::UserRole)
|
32
32
|
end
|
33
33
|
end
|
34
34
|
describe 'test attribute "role"' do
|
data/spec/spec_helper.rb
CHANGED
@@ -6,11 +6,11 @@
|
|
6
6
|
OpenAPI spec version: v3
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.
|
9
|
+
Swagger Codegen version: 3.0.34
|
10
10
|
=end
|
11
11
|
|
12
12
|
# load the gem
|
13
|
-
require '
|
13
|
+
require 'SematextCloud'
|
14
14
|
|
15
15
|
# The following was generated by the `rspec --init` command. Conventionally, all
|
16
16
|
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: SematextCloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sematext.com
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -72,12 +72,13 @@ dependencies:
|
|
72
72
|
version: 3.6.0
|
73
73
|
description: Sematext Cloud API Client for talking to https://sematext.com/docs/api/
|
74
74
|
email:
|
75
|
-
-
|
75
|
+
- support@sematext.com
|
76
76
|
executables: []
|
77
77
|
extensions: []
|
78
78
|
extra_rdoc_files: []
|
79
79
|
files:
|
80
80
|
- Gemfile
|
81
|
+
- Gemfile.lock
|
81
82
|
- LICENSE
|
82
83
|
- README.md
|
83
84
|
- Rakefile
|
@@ -115,8 +116,6 @@ files:
|
|
115
116
|
- docs/CreateAppInfo.md
|
116
117
|
- docs/CreateTokenDto.md
|
117
118
|
- docs/DailyDto.md
|
118
|
-
- docs/DataSeriesFilter.md
|
119
|
-
- docs/DataSeriesRequest.md
|
120
119
|
- docs/DayUsageData.md
|
121
120
|
- docs/Dimension.md
|
122
121
|
- docs/Error.md
|
@@ -133,7 +132,6 @@ files:
|
|
133
132
|
- docs/LogsUsageApiControllerApi.md
|
134
133
|
- docs/MailReportResponse.md
|
135
134
|
- docs/MailReportResponseResponseEntry.md
|
136
|
-
- docs/MetricsApi.md
|
137
135
|
- docs/MinPeriodFeePeriod.md
|
138
136
|
- docs/MonitoringAppApi.md
|
139
137
|
- docs/NotificationIntegration.md
|
@@ -144,8 +142,6 @@ files:
|
|
144
142
|
- docs/PlansResponseEntry.md
|
145
143
|
- docs/ReportInfo.md
|
146
144
|
- docs/ResetPasswordApi.md
|
147
|
-
- docs/SavedQueriesApi.md
|
148
|
-
- docs/SavedQuery.md
|
149
145
|
- docs/ServiceIntegration.md
|
150
146
|
- docs/Subscription.md
|
151
147
|
- docs/SubscriptionDashboardDto.md
|
@@ -157,6 +153,8 @@ files:
|
|
157
153
|
- docs/SubscriptionsResponseEntry.md
|
158
154
|
- docs/TagApiControllerApi.md
|
159
155
|
- docs/TagNamesResponse.md
|
156
|
+
- docs/TagsGrouped.md
|
157
|
+
- docs/TagsGroupedResponse.md
|
160
158
|
- docs/TokenDto.md
|
161
159
|
- docs/TokenResponse.md
|
162
160
|
- docs/TokenResponseEntry.md
|
@@ -184,144 +182,96 @@ files:
|
|
184
182
|
- lib/SematextCloud/api/aws_settings_controller_api.rb
|
185
183
|
- lib/SematextCloud/api/billing_api.rb
|
186
184
|
- lib/SematextCloud/api/logs_app_api.rb
|
187
|
-
- lib/SematextCloud/api/
|
185
|
+
- lib/SematextCloud/api/logs_usage_api_controller_api.rb
|
188
186
|
- lib/SematextCloud/api/monitoring_app_api.rb
|
189
187
|
- lib/SematextCloud/api/reset_password_api.rb
|
190
|
-
- lib/SematextCloud/api/saved_queries_api.rb
|
191
188
|
- lib/SematextCloud/api/subscriptions_api.rb
|
192
189
|
- lib/SematextCloud/api/tag_api_controller_api.rb
|
193
190
|
- lib/SematextCloud/api/tokens_api_controller_api.rb
|
194
191
|
- lib/SematextCloud/api_client.rb
|
195
192
|
- lib/SematextCloud/api_error.rb
|
196
193
|
- lib/SematextCloud/configuration.rb
|
194
|
+
- lib/SematextCloud/models/alert_notification.rb
|
197
195
|
- lib/SematextCloud/models/alert_notification_request.rb
|
198
196
|
- lib/SematextCloud/models/alert_rule.rb
|
197
|
+
- lib/SematextCloud/models/alert_rule_response.rb
|
198
|
+
- lib/SematextCloud/models/alert_rule_response_entry.rb
|
199
199
|
- lib/SematextCloud/models/alert_rule_schedule_time_range_dto.rb
|
200
200
|
- lib/SematextCloud/models/alert_rule_schedule_weekday_dto.rb
|
201
|
+
- lib/SematextCloud/models/alert_rules_response.rb
|
202
|
+
- lib/SematextCloud/models/alert_rules_response_entry.rb
|
201
203
|
- lib/SematextCloud/models/app.rb
|
202
204
|
- lib/SematextCloud/models/app_description.rb
|
203
205
|
- lib/SematextCloud/models/app_metadata.rb
|
206
|
+
- lib/SematextCloud/models/app_response.rb
|
207
|
+
- lib/SematextCloud/models/app_response_entry.rb
|
208
|
+
- lib/SematextCloud/models/app_types_response.rb
|
209
|
+
- lib/SematextCloud/models/app_types_response_entry.rb
|
210
|
+
- lib/SematextCloud/models/apps_response.rb
|
211
|
+
- lib/SematextCloud/models/apps_response_entry.rb
|
204
212
|
- lib/SematextCloud/models/basic_auth_method_dto.rb
|
205
213
|
- lib/SematextCloud/models/basic_organization_dto.rb
|
206
214
|
- lib/SematextCloud/models/billing_info.rb
|
215
|
+
- lib/SematextCloud/models/charges_details_response_dto.rb
|
207
216
|
- lib/SematextCloud/models/cloud_watch_settings.rb
|
217
|
+
- lib/SematextCloud/models/cloud_watch_settings_response.rb
|
218
|
+
- lib/SematextCloud/models/cloud_watch_settings_response_entry.rb
|
208
219
|
- lib/SematextCloud/models/create_app_info.rb
|
209
220
|
- lib/SematextCloud/models/create_token_dto.rb
|
210
|
-
- lib/SematextCloud/models/
|
211
|
-
- lib/SematextCloud/models/
|
221
|
+
- lib/SematextCloud/models/daily_dto.rb
|
222
|
+
- lib/SematextCloud/models/day_usage_data.rb
|
223
|
+
- lib/SematextCloud/models/dimension.rb
|
212
224
|
- lib/SematextCloud/models/error.rb
|
225
|
+
- lib/SematextCloud/models/event_dto.rb
|
213
226
|
- lib/SematextCloud/models/filter_value.rb
|
214
227
|
- lib/SematextCloud/models/generic_api_response.rb
|
228
|
+
- lib/SematextCloud/models/generic_map_based_api_response.rb
|
215
229
|
- lib/SematextCloud/models/invitation.rb
|
230
|
+
- lib/SematextCloud/models/invoice.rb
|
231
|
+
- lib/SematextCloud/models/invoice_response.rb
|
232
|
+
- lib/SematextCloud/models/invoice_response_entry.rb
|
233
|
+
- lib/SematextCloud/models/limit_change_event_dto.rb
|
234
|
+
- lib/SematextCloud/models/mail_report_response.rb
|
235
|
+
- lib/SematextCloud/models/mail_report_response_response_entry.rb
|
236
|
+
- lib/SematextCloud/models/min_period_fee_period.rb
|
216
237
|
- lib/SematextCloud/models/notification_integration.rb
|
238
|
+
- lib/SematextCloud/models/notifications_response.rb
|
239
|
+
- lib/SematextCloud/models/notifications_response_entry.rb
|
217
240
|
- lib/SematextCloud/models/plan.rb
|
241
|
+
- lib/SematextCloud/models/plans_response.rb
|
242
|
+
- lib/SematextCloud/models/plans_response_entry.rb
|
218
243
|
- lib/SematextCloud/models/report_info.rb
|
219
|
-
- lib/SematextCloud/models/saved_query.rb
|
220
244
|
- lib/SematextCloud/models/service_integration.rb
|
245
|
+
- lib/SematextCloud/models/subscription.rb
|
221
246
|
- lib/SematextCloud/models/subscription_dashboard_dto.rb
|
222
247
|
- lib/SematextCloud/models/subscription_dto.rb
|
248
|
+
- lib/SematextCloud/models/subscription_response.rb
|
249
|
+
- lib/SematextCloud/models/subscription_response_entry.rb
|
250
|
+
- lib/SematextCloud/models/subscriptions_response.rb
|
251
|
+
- lib/SematextCloud/models/subscriptions_response_entry.rb
|
252
|
+
- lib/SematextCloud/models/tag_names_response.rb
|
253
|
+
- lib/SematextCloud/models/tags_grouped.rb
|
254
|
+
- lib/SematextCloud/models/tags_grouped_response.rb
|
255
|
+
- lib/SematextCloud/models/token_dto.rb
|
256
|
+
- lib/SematextCloud/models/token_response.rb
|
257
|
+
- lib/SematextCloud/models/token_response_entry.rb
|
258
|
+
- lib/SematextCloud/models/tokens_response.rb
|
259
|
+
- lib/SematextCloud/models/tokens_response_entry.rb
|
223
260
|
- lib/SematextCloud/models/update_app_info.rb
|
261
|
+
- lib/SematextCloud/models/update_plan_response.rb
|
262
|
+
- lib/SematextCloud/models/update_plan_response_dto.rb
|
263
|
+
- lib/SematextCloud/models/update_plan_response_entry.rb
|
224
264
|
- lib/SematextCloud/models/update_subscription_dto.rb
|
225
265
|
- lib/SematextCloud/models/update_token_dto.rb
|
266
|
+
- lib/SematextCloud/models/usage_dto.rb
|
267
|
+
- lib/SematextCloud/models/usage_multi_response.rb
|
268
|
+
- lib/SematextCloud/models/usage_multi_response_entry.rb
|
269
|
+
- lib/SematextCloud/models/usage_response.rb
|
270
|
+
- lib/SematextCloud/models/usage_response_entry.rb
|
226
271
|
- lib/SematextCloud/models/user_info.rb
|
227
272
|
- lib/SematextCloud/models/user_permissions.rb
|
228
273
|
- lib/SematextCloud/models/user_role.rb
|
229
274
|
- lib/SematextCloud/version.rb
|
230
|
-
- lib/stcloud.rb
|
231
|
-
- lib/stcloud/api/alert_notifications_api.rb
|
232
|
-
- lib/stcloud/api/alerts_api.rb
|
233
|
-
- lib/stcloud/api/apps_api.rb
|
234
|
-
- lib/stcloud/api/aws_settings_controller_api.rb
|
235
|
-
- lib/stcloud/api/billing_api.rb
|
236
|
-
- lib/stcloud/api/logs_app_api.rb
|
237
|
-
- lib/stcloud/api/logs_usage_api_controller_api.rb
|
238
|
-
- lib/stcloud/api/monitoring_app_api.rb
|
239
|
-
- lib/stcloud/api/reset_password_api.rb
|
240
|
-
- lib/stcloud/api/subscriptions_api.rb
|
241
|
-
- lib/stcloud/api/tag_api_controller_api.rb
|
242
|
-
- lib/stcloud/api/tokens_api_controller_api.rb
|
243
|
-
- lib/stcloud/api_client.rb
|
244
|
-
- lib/stcloud/api_error.rb
|
245
|
-
- lib/stcloud/configuration.rb
|
246
|
-
- lib/stcloud/models/alert_notification.rb
|
247
|
-
- lib/stcloud/models/alert_notification_request.rb
|
248
|
-
- lib/stcloud/models/alert_rule.rb
|
249
|
-
- lib/stcloud/models/alert_rule_response.rb
|
250
|
-
- lib/stcloud/models/alert_rule_response_entry.rb
|
251
|
-
- lib/stcloud/models/alert_rule_schedule_time_range_dto.rb
|
252
|
-
- lib/stcloud/models/alert_rule_schedule_weekday_dto.rb
|
253
|
-
- lib/stcloud/models/alert_rules_response.rb
|
254
|
-
- lib/stcloud/models/alert_rules_response_entry.rb
|
255
|
-
- lib/stcloud/models/app.rb
|
256
|
-
- lib/stcloud/models/app_description.rb
|
257
|
-
- lib/stcloud/models/app_metadata.rb
|
258
|
-
- lib/stcloud/models/app_response.rb
|
259
|
-
- lib/stcloud/models/app_response_entry.rb
|
260
|
-
- lib/stcloud/models/app_types_response.rb
|
261
|
-
- lib/stcloud/models/app_types_response_entry.rb
|
262
|
-
- lib/stcloud/models/apps_response.rb
|
263
|
-
- lib/stcloud/models/apps_response_entry.rb
|
264
|
-
- lib/stcloud/models/basic_auth_method_dto.rb
|
265
|
-
- lib/stcloud/models/basic_organization_dto.rb
|
266
|
-
- lib/stcloud/models/billing_info.rb
|
267
|
-
- lib/stcloud/models/charges_details_response_dto.rb
|
268
|
-
- lib/stcloud/models/cloud_watch_settings.rb
|
269
|
-
- lib/stcloud/models/cloud_watch_settings_response.rb
|
270
|
-
- lib/stcloud/models/cloud_watch_settings_response_entry.rb
|
271
|
-
- lib/stcloud/models/create_app_info.rb
|
272
|
-
- lib/stcloud/models/create_token_dto.rb
|
273
|
-
- lib/stcloud/models/daily_dto.rb
|
274
|
-
- lib/stcloud/models/day_usage_data.rb
|
275
|
-
- lib/stcloud/models/dimension.rb
|
276
|
-
- lib/stcloud/models/error.rb
|
277
|
-
- lib/stcloud/models/event_dto.rb
|
278
|
-
- lib/stcloud/models/filter_value.rb
|
279
|
-
- lib/stcloud/models/generic_api_response.rb
|
280
|
-
- lib/stcloud/models/generic_map_based_api_response.rb
|
281
|
-
- lib/stcloud/models/invitation.rb
|
282
|
-
- lib/stcloud/models/invoice.rb
|
283
|
-
- lib/stcloud/models/invoice_response.rb
|
284
|
-
- lib/stcloud/models/invoice_response_entry.rb
|
285
|
-
- lib/stcloud/models/limit_change_event_dto.rb
|
286
|
-
- lib/stcloud/models/mail_report_response.rb
|
287
|
-
- lib/stcloud/models/mail_report_response_response_entry.rb
|
288
|
-
- lib/stcloud/models/min_period_fee_period.rb
|
289
|
-
- lib/stcloud/models/notification_integration.rb
|
290
|
-
- lib/stcloud/models/notifications_response.rb
|
291
|
-
- lib/stcloud/models/notifications_response_entry.rb
|
292
|
-
- lib/stcloud/models/plan.rb
|
293
|
-
- lib/stcloud/models/plans_response.rb
|
294
|
-
- lib/stcloud/models/plans_response_entry.rb
|
295
|
-
- lib/stcloud/models/report_info.rb
|
296
|
-
- lib/stcloud/models/service_integration.rb
|
297
|
-
- lib/stcloud/models/subscription.rb
|
298
|
-
- lib/stcloud/models/subscription_dashboard_dto.rb
|
299
|
-
- lib/stcloud/models/subscription_dto.rb
|
300
|
-
- lib/stcloud/models/subscription_response.rb
|
301
|
-
- lib/stcloud/models/subscription_response_entry.rb
|
302
|
-
- lib/stcloud/models/subscriptions_response.rb
|
303
|
-
- lib/stcloud/models/subscriptions_response_entry.rb
|
304
|
-
- lib/stcloud/models/tag_names_response.rb
|
305
|
-
- lib/stcloud/models/token_dto.rb
|
306
|
-
- lib/stcloud/models/token_response.rb
|
307
|
-
- lib/stcloud/models/token_response_entry.rb
|
308
|
-
- lib/stcloud/models/tokens_response.rb
|
309
|
-
- lib/stcloud/models/tokens_response_entry.rb
|
310
|
-
- lib/stcloud/models/update_app_info.rb
|
311
|
-
- lib/stcloud/models/update_plan_response.rb
|
312
|
-
- lib/stcloud/models/update_plan_response_dto.rb
|
313
|
-
- lib/stcloud/models/update_plan_response_entry.rb
|
314
|
-
- lib/stcloud/models/update_subscription_dto.rb
|
315
|
-
- lib/stcloud/models/update_token_dto.rb
|
316
|
-
- lib/stcloud/models/usage_dto.rb
|
317
|
-
- lib/stcloud/models/usage_multi_response.rb
|
318
|
-
- lib/stcloud/models/usage_multi_response_entry.rb
|
319
|
-
- lib/stcloud/models/usage_response.rb
|
320
|
-
- lib/stcloud/models/usage_response_entry.rb
|
321
|
-
- lib/stcloud/models/user_info.rb
|
322
|
-
- lib/stcloud/models/user_permissions.rb
|
323
|
-
- lib/stcloud/models/user_role.rb
|
324
|
-
- lib/stcloud/version.rb
|
325
275
|
- spec/api/alert_notifications_api_spec.rb
|
326
276
|
- spec/api/alerts_api_spec.rb
|
327
277
|
- spec/api/apps_api_spec.rb
|
@@ -329,10 +279,8 @@ files:
|
|
329
279
|
- spec/api/billing_api_spec.rb
|
330
280
|
- spec/api/logs_app_api_spec.rb
|
331
281
|
- spec/api/logs_usage_api_controller_api_spec.rb
|
332
|
-
- spec/api/metrics_api_spec.rb
|
333
282
|
- spec/api/monitoring_app_api_spec.rb
|
334
283
|
- spec/api/reset_password_api_spec.rb
|
335
|
-
- spec/api/saved_queries_api_spec.rb
|
336
284
|
- spec/api/subscriptions_api_spec.rb
|
337
285
|
- spec/api/tag_api_controller_api_spec.rb
|
338
286
|
- spec/api/tokens_api_controller_api_spec.rb
|
@@ -367,8 +315,6 @@ files:
|
|
367
315
|
- spec/models/create_app_info_spec.rb
|
368
316
|
- spec/models/create_token_dto_spec.rb
|
369
317
|
- spec/models/daily_dto_spec.rb
|
370
|
-
- spec/models/data_series_filter_spec.rb
|
371
|
-
- spec/models/data_series_request_spec.rb
|
372
318
|
- spec/models/day_usage_data_spec.rb
|
373
319
|
- spec/models/dimension_spec.rb
|
374
320
|
- spec/models/error_spec.rb
|
@@ -391,7 +337,6 @@ files:
|
|
391
337
|
- spec/models/plans_response_entry_spec.rb
|
392
338
|
- spec/models/plans_response_spec.rb
|
393
339
|
- spec/models/report_info_spec.rb
|
394
|
-
- spec/models/saved_query_spec.rb
|
395
340
|
- spec/models/service_integration_spec.rb
|
396
341
|
- spec/models/subscription_dashboard_dto_spec.rb
|
397
342
|
- spec/models/subscription_dto_spec.rb
|
@@ -401,6 +346,8 @@ files:
|
|
401
346
|
- spec/models/subscriptions_response_entry_spec.rb
|
402
347
|
- spec/models/subscriptions_response_spec.rb
|
403
348
|
- spec/models/tag_names_response_spec.rb
|
349
|
+
- spec/models/tags_grouped_response_spec.rb
|
350
|
+
- spec/models/tags_grouped_spec.rb
|
404
351
|
- spec/models/token_dto_spec.rb
|
405
352
|
- spec/models/token_response_entry_spec.rb
|
406
353
|
- spec/models/token_response_spec.rb
|
@@ -423,7 +370,7 @@ files:
|
|
423
370
|
- spec/spec_helper.rb
|
424
371
|
homepage: https://github.com/sematext/sematext-api-client-ruby
|
425
372
|
licenses:
|
426
|
-
- Apache
|
373
|
+
- Apache License, Version 2.0
|
427
374
|
metadata: {}
|
428
375
|
post_install_message:
|
429
376
|
rdoc_options: []
|
@@ -440,108 +387,104 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
440
387
|
- !ruby/object:Gem::Version
|
441
388
|
version: '0'
|
442
389
|
requirements: []
|
443
|
-
rubygems_version: 3.1.
|
390
|
+
rubygems_version: 3.1.6
|
444
391
|
signing_key:
|
445
392
|
specification_version: 4
|
446
|
-
summary:
|
447
|
-
monitoring, alerting and log shipping.
|
393
|
+
summary: Sematext Cloud API Client for talking to https://sematext.com/docs/api/
|
448
394
|
test_files:
|
449
|
-
- spec/api/
|
450
|
-
- spec/api/metrics_api_spec.rb
|
451
|
-
- spec/api/alert_notifications_api_spec.rb
|
452
|
-
- spec/api/tag_api_controller_api_spec.rb
|
453
|
-
- spec/api/subscriptions_api_spec.rb
|
395
|
+
- spec/api/aws_settings_controller_api_spec.rb
|
454
396
|
- spec/api/reset_password_api_spec.rb
|
455
|
-
- spec/api/logs_usage_api_controller_api_spec.rb
|
456
|
-
- spec/api/saved_queries_api_spec.rb
|
457
397
|
- spec/api/alerts_api_spec.rb
|
458
398
|
- spec/api/logs_app_api_spec.rb
|
459
|
-
- spec/api/apps_api_spec.rb
|
460
|
-
- spec/api/monitoring_app_api_spec.rb
|
461
399
|
- spec/api/billing_api_spec.rb
|
462
|
-
- spec/api/
|
400
|
+
- spec/api/subscriptions_api_spec.rb
|
401
|
+
- spec/api/monitoring_app_api_spec.rb
|
402
|
+
- spec/api/apps_api_spec.rb
|
403
|
+
- spec/api/tag_api_controller_api_spec.rb
|
404
|
+
- spec/api/tokens_api_controller_api_spec.rb
|
405
|
+
- spec/api/logs_usage_api_controller_api_spec.rb
|
406
|
+
- spec/api/alert_notifications_api_spec.rb
|
463
407
|
- spec/api_client_spec.rb
|
464
408
|
- spec/base_object_spec.rb
|
465
409
|
- spec/configuration_spec.rb
|
466
|
-
- spec/models/generic_map_based_api_response_spec.rb
|
467
|
-
- spec/models/app_response_entry_spec.rb
|
468
|
-
- spec/models/app_response_spec.rb
|
469
|
-
- spec/models/alert_rule_schedule_weekday_dto_spec.rb
|
470
|
-
- spec/models/subscription_response_entry_spec.rb
|
471
|
-
- spec/models/invoice_spec.rb
|
472
|
-
- spec/models/token_response_entry_spec.rb
|
473
|
-
- spec/models/generic_api_response_spec.rb
|
474
|
-
- spec/models/create_app_info_spec.rb
|
475
|
-
- spec/models/alert_rule_spec.rb
|
476
|
-
- spec/models/apps_response_spec.rb
|
477
410
|
- spec/models/notifications_response_entry_spec.rb
|
478
|
-
- spec/models/alert_rules_response_spec.rb
|
479
411
|
- spec/models/alert_rule_response_spec.rb
|
480
|
-
- spec/models/
|
481
|
-
- spec/models/
|
482
|
-
- spec/models/report_info_spec.rb
|
483
|
-
- spec/models/basic_auth_method_dto_spec.rb
|
412
|
+
- spec/models/alert_rule_spec.rb
|
413
|
+
- spec/models/tokens_response_spec.rb
|
484
414
|
- spec/models/token_response_spec.rb
|
415
|
+
- spec/models/limit_change_event_dto_spec.rb
|
416
|
+
- spec/models/update_app_info_spec.rb
|
417
|
+
- spec/models/notification_integration_spec.rb
|
418
|
+
- spec/models/alert_notification_spec.rb
|
419
|
+
- spec/models/create_app_info_spec.rb
|
420
|
+
- spec/models/usage_multi_response_spec.rb
|
485
421
|
- spec/models/update_token_dto_spec.rb
|
486
|
-
- spec/models/subscriptions_response_entry_spec.rb
|
487
|
-
- spec/models/apps_response_entry_spec.rb
|
488
|
-
- spec/models/update_subscription_dto_spec.rb
|
489
422
|
- spec/models/daily_dto_spec.rb
|
490
|
-
- spec/models/data_series_request_spec.rb
|
491
|
-
- spec/models/plan_spec.rb
|
492
423
|
- spec/models/basic_organization_dto_spec.rb
|
493
|
-
- spec/models/
|
494
|
-
- spec/models/app_description_spec.rb
|
495
|
-
- spec/models/data_series_filter_spec.rb
|
496
|
-
- spec/models/plans_response_entry_spec.rb
|
497
|
-
- spec/models/update_plan_response_entry_spec.rb
|
498
|
-
- spec/models/notification_integration_spec.rb
|
499
|
-
- spec/models/limit_change_event_dto_spec.rb
|
500
|
-
- spec/models/usage_multi_response_spec.rb
|
501
|
-
- spec/models/user_permissions_spec.rb
|
424
|
+
- spec/models/subscription_response_spec.rb
|
502
425
|
- spec/models/invoice_response_spec.rb
|
503
|
-
- spec/models/
|
504
|
-
- spec/models/
|
426
|
+
- spec/models/tags_grouped_spec.rb
|
427
|
+
- spec/models/min_period_fee_period_spec.rb
|
505
428
|
- spec/models/user_role_spec.rb
|
506
|
-
- spec/models/
|
507
|
-
- spec/models/
|
508
|
-
- spec/models/
|
509
|
-
- spec/models/
|
510
|
-
- spec/models/subscription_dashboard_dto_spec.rb
|
511
|
-
- spec/models/mail_report_response_response_entry_spec.rb
|
512
|
-
- spec/models/cloud_watch_settings_response_entry_spec.rb
|
513
|
-
- spec/models/filter_value_spec.rb
|
514
|
-
- spec/models/tag_names_response_spec.rb
|
515
|
-
- spec/models/alert_rule_schedule_time_range_dto_spec.rb
|
516
|
-
- spec/models/invoice_response_entry_spec.rb
|
517
|
-
- spec/models/billing_info_spec.rb
|
518
|
-
- spec/models/token_dto_spec.rb
|
519
|
-
- spec/models/plans_response_spec.rb
|
520
|
-
- spec/models/user_info_spec.rb
|
429
|
+
- spec/models/invoice_spec.rb
|
430
|
+
- spec/models/notifications_response_spec.rb
|
431
|
+
- spec/models/generic_map_based_api_response_spec.rb
|
432
|
+
- spec/models/app_response_entry_spec.rb
|
521
433
|
- spec/models/subscription_dto_spec.rb
|
434
|
+
- spec/models/usage_multi_response_entry_spec.rb
|
435
|
+
- spec/models/usage_response_spec.rb
|
436
|
+
- spec/models/update_plan_response_spec.rb
|
522
437
|
- spec/models/app_types_response_entry_spec.rb
|
438
|
+
- spec/models/app_response_spec.rb
|
439
|
+
- spec/models/app_description_spec.rb
|
523
440
|
- spec/models/create_token_dto_spec.rb
|
524
|
-
- spec/models/
|
525
|
-
- spec/models/update_plan_response_dto_spec.rb
|
526
|
-
- spec/models/tokens_response_spec.rb
|
527
|
-
- spec/models/error_spec.rb
|
441
|
+
- spec/models/plans_response_spec.rb
|
528
442
|
- spec/models/alert_notification_request_spec.rb
|
529
|
-
- spec/models/
|
530
|
-
- spec/models/dimension_spec.rb
|
443
|
+
- spec/models/filter_value_spec.rb
|
531
444
|
- spec/models/cloud_watch_settings_spec.rb
|
532
|
-
- spec/models/
|
533
|
-
- spec/models/
|
534
|
-
- spec/models/
|
535
|
-
- spec/models/
|
536
|
-
- spec/models/
|
537
|
-
- spec/models/
|
538
|
-
- spec/models/
|
445
|
+
- spec/models/report_info_spec.rb
|
446
|
+
- spec/models/user_permissions_spec.rb
|
447
|
+
- spec/models/subscriptions_response_entry_spec.rb
|
448
|
+
- spec/models/billing_info_spec.rb
|
449
|
+
- spec/models/token_response_entry_spec.rb
|
450
|
+
- spec/models/dimension_spec.rb
|
451
|
+
- spec/models/update_plan_response_entry_spec.rb
|
452
|
+
- spec/models/token_dto_spec.rb
|
453
|
+
- spec/models/update_subscription_dto_spec.rb
|
539
454
|
- spec/models/day_usage_data_spec.rb
|
540
|
-
- spec/models/
|
541
|
-
- spec/models/
|
542
|
-
- spec/models/
|
543
|
-
- spec/models/
|
455
|
+
- spec/models/generic_api_response_spec.rb
|
456
|
+
- spec/models/alert_rule_schedule_weekday_dto_spec.rb
|
457
|
+
- spec/models/cloud_watch_settings_response_spec.rb
|
458
|
+
- spec/models/cloud_watch_settings_response_entry_spec.rb
|
459
|
+
- spec/models/subscription_response_entry_spec.rb
|
544
460
|
- spec/models/tokens_response_entry_spec.rb
|
461
|
+
- spec/models/event_dto_spec.rb
|
462
|
+
- spec/models/invoice_response_entry_spec.rb
|
463
|
+
- spec/models/charges_details_response_dto_spec.rb
|
464
|
+
- spec/models/update_plan_response_dto_spec.rb
|
465
|
+
- spec/models/mail_report_response_spec.rb
|
545
466
|
- spec/models/app_types_response_spec.rb
|
546
|
-
- spec/models/
|
467
|
+
- spec/models/basic_auth_method_dto_spec.rb
|
468
|
+
- spec/models/mail_report_response_response_entry_spec.rb
|
469
|
+
- spec/models/plan_spec.rb
|
470
|
+
- spec/models/usage_dto_spec.rb
|
471
|
+
- spec/models/alert_rule_response_entry_spec.rb
|
472
|
+
- spec/models/error_spec.rb
|
473
|
+
- spec/models/alert_rule_schedule_time_range_dto_spec.rb
|
474
|
+
- spec/models/alert_rules_response_entry_spec.rb
|
475
|
+
- spec/models/tags_grouped_response_spec.rb
|
476
|
+
- spec/models/user_info_spec.rb
|
477
|
+
- spec/models/plans_response_entry_spec.rb
|
478
|
+
- spec/models/alert_rules_response_spec.rb
|
479
|
+
- spec/models/apps_response_spec.rb
|
480
|
+
- spec/models/app_metadata_spec.rb
|
481
|
+
- spec/models/subscription_dashboard_dto_spec.rb
|
482
|
+
- spec/models/invitation_spec.rb
|
483
|
+
- spec/models/apps_response_entry_spec.rb
|
484
|
+
- spec/models/usage_response_entry_spec.rb
|
485
|
+
- spec/models/service_integration_spec.rb
|
486
|
+
- spec/models/subscriptions_response_spec.rb
|
487
|
+
- spec/models/app_spec.rb
|
488
|
+
- spec/models/subscription_spec.rb
|
489
|
+
- spec/models/tag_names_response_spec.rb
|
547
490
|
- spec/spec_helper.rb
|
data/docs/DataSeriesFilter.md
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
# SematextCloud::DataSeriesFilter
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
| Name | Type | Description | Notes |
|
5
|
-
| --------------- | ----------------------- | ----------- | ---------- |
|
6
|
-
| **aggregation** | **String** | | [optional] |
|
7
|
-
| **multi_value** | **BOOLEAN** | | [optional] |
|
8
|
-
| **values** | **Array<String>** | | [optional] |
|
data/docs/DataSeriesRequest.md
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
# SematextCloud::DataSeriesRequest
|
2
|
-
|
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
|
-
| **filters** | [**Hash<String, DataSeriesFilter>**](DataSeriesFilter.md) | Map of allowed filter values and aggregation strategy. List of available filter values can be fetched using metric filters endpoint and default aggregation strategy depends on metric | [optional] |
|
9
|
-
| **granularity** | **String** | Data points interval granularity between two data points.Default value is \"AUTO\" - calculated based on selected time span. Not required while getting filters. | [optional] |
|
10
|
-
| **interval** | **String** | | [optional] |
|
11
|
-
| **metric** | **String** | Metric name or metric group prefix |
|
12
|
-
| **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] |
|