SematextCloud 0.3.1 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- 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 +30 -28
- data/docs/AlertRule.md +2 -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 +55 -53
- 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 +85 -80
- data/docs/AppsResponse.md +2 -1
- data/docs/AppsResponseEntry.md +2 -1
- data/docs/AwsSettingsControllerApi.md +10 -8
- data/docs/BasicAuthMethodDto.md +2 -1
- data/docs/BasicOrganizationDto.md +2 -1
- data/docs/BillingApi.md +31 -29
- 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 +17 -15
- 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 +2 -1
- 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 +102 -99
- data/docs/SubscriptionsResponse.md +2 -1
- data/docs/SubscriptionsResponseEntry.md +2 -1
- data/docs/TagApiControllerApi.md +32 -30
- data/docs/TagNamesResponse.md +2 -1
- data/docs/TokenDto.md +2 -1
- data/docs/TokenResponse.md +2 -1
- data/docs/TokenResponseEntry.md +2 -1
- data/docs/TokensApiControllerApi.md +62 -60
- 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 +2 -1
- data/docs/UserRole.md +2 -1
- data/lib/SematextCloud/api/alert_notifications_api.rb +42 -37
- data/lib/SematextCloud/api/alerts_api.rb +81 -72
- data/lib/SematextCloud/api/apps_api.rb +125 -106
- data/lib/SematextCloud/api/aws_settings_controller_api.rb +26 -25
- data/lib/SematextCloud/api/billing_api.rb +51 -46
- 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 +23 -22
- data/lib/SematextCloud/api/reset_password_api.rb +21 -20
- data/lib/SematextCloud/api/subscriptions_api.rb +203 -172
- data/lib/SematextCloud/api/tag_api_controller_api.rb +53 -50
- data/lib/SematextCloud/api/tokens_api_controller_api.rb +84 -73
- 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 +175 -152
- 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/{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 +57 -7
- data/spec/api/alert_notifications_api_spec.rb +8 -8
- data/spec/api/alerts_api_spec.rb +8 -8
- data/spec/api/apps_api_spec.rb +10 -10
- data/spec/api/aws_settings_controller_api_spec.rb +4 -4
- 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 +6 -6
- data/spec/api/reset_password_api_spec.rb +4 -4
- data/spec/api/subscriptions_api_spec.rb +10 -10
- data/spec/api/tag_api_controller_api_spec.rb +6 -6
- data/spec/api/tokens_api_controller_api_spec.rb +12 -12
- 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 +4 -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/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 +55 -121
- 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_filter_spec.rb +0 -57
- data/spec/models/data_series_request_spec.rb +0 -81
- data/spec/models/saved_query_spec.rb +0 -113
@@ -6,8 +6,7 @@
|
|
6
6
|
OpenAPI spec version: v3
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version:
|
10
|
-
|
9
|
+
Swagger Codegen version: 3.0.30
|
11
10
|
=end
|
12
11
|
|
13
12
|
require 'date'
|
@@ -187,269 +186,282 @@ module SematextCloud
|
|
187
186
|
end
|
188
187
|
|
189
188
|
# Attribute type mapping.
|
190
|
-
def self.
|
189
|
+
def self.openapi_types
|
191
190
|
{
|
192
|
-
:'account_email' => :'
|
193
|
-
:'allowed_app_types' => :'
|
194
|
-
:'analyzing_time' => :'
|
195
|
-
:'app_display_state' => :'
|
196
|
-
:'app_id' => :'
|
197
|
-
:'app_name' => :'
|
198
|
-
:'app_state' => :'
|
199
|
-
:'app_token' => :'
|
200
|
-
:'app_type' => :'
|
201
|
-
:'back_to_normal_needed' => :'
|
202
|
-
:'chart_key' => :'
|
203
|
-
:'color' => :'
|
204
|
-
:'creator_email' => :'
|
205
|
-
:'default_agg_type' => :'
|
206
|
-
:'description' => :'
|
207
|
-
:'disallowed_app_types' => :'
|
208
|
-
:'enabled' => :'
|
209
|
-
:'estimate_operation' => :'
|
210
|
-
:'estimate_value' => :'
|
211
|
-
:'filter_values' => :'
|
212
|
-
:'filter_values_obj' => :'
|
213
|
-
:'ignore_regular_events_enabled' => :'
|
214
|
-
:'integrations' => :'
|
215
|
-
:'last_data_received_date' => :'
|
216
|
-
:'last_sent' => :'
|
217
|
-
:'last_triggered' => :'
|
191
|
+
:'account_email' => :'Object',
|
192
|
+
:'allowed_app_types' => :'Object',
|
193
|
+
:'analyzing_time' => :'Object',
|
194
|
+
:'app_display_state' => :'Object',
|
195
|
+
:'app_id' => :'Object',
|
196
|
+
:'app_name' => :'Object',
|
197
|
+
:'app_state' => :'Object',
|
198
|
+
:'app_token' => :'Object',
|
199
|
+
:'app_type' => :'Object',
|
200
|
+
:'back_to_normal_needed' => :'Object',
|
201
|
+
:'chart_key' => :'Object',
|
202
|
+
:'color' => :'Object',
|
203
|
+
:'creator_email' => :'Object',
|
204
|
+
:'default_agg_type' => :'Object',
|
205
|
+
:'description' => :'Object',
|
206
|
+
:'disallowed_app_types' => :'Object',
|
207
|
+
:'enabled' => :'Object',
|
208
|
+
:'estimate_operation' => :'Object',
|
209
|
+
:'estimate_value' => :'Object',
|
210
|
+
:'filter_values' => :'Object',
|
211
|
+
:'filter_values_obj' => :'Object',
|
212
|
+
:'ignore_regular_events_enabled' => :'Object',
|
213
|
+
:'integrations' => :'Object',
|
214
|
+
:'last_data_received_date' => :'Object',
|
215
|
+
:'last_sent' => :'Object',
|
216
|
+
:'last_triggered' => :'Object',
|
218
217
|
:'metadata' => :'Object',
|
219
|
-
:'metric_key' => :'
|
220
|
-
:'metric_label' => :'
|
221
|
-
:'min_delay_between_notifications_in_minutes' => :'
|
222
|
-
:'name' => :'
|
223
|
-
:'notification_emails' => :'
|
224
|
-
:'notification_integrations' => :'
|
225
|
-
:'notifications_enabled' => :'
|
226
|
-
:'query' => :'
|
227
|
-
:'report_name' => :'
|
228
|
-
:'rule_key' => :'
|
229
|
-
:'rule_type' => :'
|
230
|
-
:'runbook' => :'
|
231
|
-
:'saved_query_id' => :'
|
232
|
-
:'schedule' => :'
|
233
|
-
:'sematext_service' => :'
|
234
|
-
:'send_to_email' => :'
|
235
|
-
:'timezone' => :'
|
236
|
-
:'use_only_alert_rule_integrations' => :'
|
237
|
-
:'user_permissions' => :'
|
238
|
-
:'value_column_name' => :'
|
239
|
-
:'value_name' => :'
|
218
|
+
:'metric_key' => :'Object',
|
219
|
+
:'metric_label' => :'Object',
|
220
|
+
:'min_delay_between_notifications_in_minutes' => :'Object',
|
221
|
+
:'name' => :'Object',
|
222
|
+
:'notification_emails' => :'Object',
|
223
|
+
:'notification_integrations' => :'Object',
|
224
|
+
:'notifications_enabled' => :'Object',
|
225
|
+
:'query' => :'Object',
|
226
|
+
:'report_name' => :'Object',
|
227
|
+
:'rule_key' => :'Object',
|
228
|
+
:'rule_type' => :'Object',
|
229
|
+
:'runbook' => :'Object',
|
230
|
+
:'saved_query_id' => :'Object',
|
231
|
+
:'schedule' => :'Object',
|
232
|
+
:'sematext_service' => :'Object',
|
233
|
+
:'send_to_email' => :'Object',
|
234
|
+
:'timezone' => :'Object',
|
235
|
+
:'use_only_alert_rule_integrations' => :'Object',
|
236
|
+
:'user_permissions' => :'Object',
|
237
|
+
:'value_column_name' => :'Object',
|
238
|
+
:'value_name' => :'Object'
|
240
239
|
}
|
241
240
|
end
|
242
241
|
|
242
|
+
# List of attributes with nullable: true
|
243
|
+
def self.openapi_nullable
|
244
|
+
Set.new([
|
245
|
+
])
|
246
|
+
end
|
247
|
+
|
243
248
|
# Initializes the object
|
244
249
|
# @param [Hash] attributes Model attributes in the form of hash
|
245
250
|
def initialize(attributes = {})
|
246
|
-
|
251
|
+
if (!attributes.is_a?(Hash))
|
252
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `SematextCloud::AlertRule` initialize method"
|
253
|
+
end
|
247
254
|
|
248
|
-
# convert string to symbol for hash key
|
249
|
-
attributes = attributes.each_with_object({}) { |(k, v), h|
|
255
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
256
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
257
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
258
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `SematextCloud::AlertRule`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
259
|
+
end
|
260
|
+
h[k.to_sym] = v
|
261
|
+
}
|
250
262
|
|
251
|
-
if attributes.
|
252
|
-
self.account_email = attributes[:'
|
263
|
+
if attributes.key?(:'account_email')
|
264
|
+
self.account_email = attributes[:'account_email']
|
253
265
|
end
|
254
266
|
|
255
|
-
if attributes.
|
256
|
-
if (value = attributes[:'
|
267
|
+
if attributes.key?(:'allowed_app_types')
|
268
|
+
if (value = attributes[:'allowed_app_types']).is_a?(Array)
|
257
269
|
self.allowed_app_types = value
|
258
270
|
end
|
259
271
|
end
|
260
272
|
|
261
|
-
if attributes.
|
262
|
-
self.analyzing_time = attributes[:'
|
273
|
+
if attributes.key?(:'analyzing_time')
|
274
|
+
self.analyzing_time = attributes[:'analyzing_time']
|
263
275
|
end
|
264
276
|
|
265
|
-
if attributes.
|
266
|
-
self.app_display_state = attributes[:'
|
277
|
+
if attributes.key?(:'app_display_state')
|
278
|
+
self.app_display_state = attributes[:'app_display_state']
|
267
279
|
end
|
268
280
|
|
269
|
-
if attributes.
|
270
|
-
self.app_id = attributes[:'
|
281
|
+
if attributes.key?(:'app_id')
|
282
|
+
self.app_id = attributes[:'app_id']
|
271
283
|
end
|
272
284
|
|
273
|
-
if attributes.
|
274
|
-
self.app_name = attributes[:'
|
285
|
+
if attributes.key?(:'app_name')
|
286
|
+
self.app_name = attributes[:'app_name']
|
275
287
|
end
|
276
288
|
|
277
|
-
if attributes.
|
278
|
-
self.app_state = attributes[:'
|
289
|
+
if attributes.key?(:'app_state')
|
290
|
+
self.app_state = attributes[:'app_state']
|
279
291
|
end
|
280
292
|
|
281
|
-
if attributes.
|
282
|
-
self.app_token = attributes[:'
|
293
|
+
if attributes.key?(:'app_token')
|
294
|
+
self.app_token = attributes[:'app_token']
|
283
295
|
end
|
284
296
|
|
285
|
-
if attributes.
|
286
|
-
self.app_type = attributes[:'
|
297
|
+
if attributes.key?(:'app_type')
|
298
|
+
self.app_type = attributes[:'app_type']
|
287
299
|
end
|
288
300
|
|
289
|
-
if attributes.
|
290
|
-
self.back_to_normal_needed = attributes[:'
|
301
|
+
if attributes.key?(:'back_to_normal_needed')
|
302
|
+
self.back_to_normal_needed = attributes[:'back_to_normal_needed']
|
291
303
|
end
|
292
304
|
|
293
|
-
if attributes.
|
294
|
-
self.chart_key = attributes[:'
|
305
|
+
if attributes.key?(:'chart_key')
|
306
|
+
self.chart_key = attributes[:'chart_key']
|
295
307
|
end
|
296
308
|
|
297
|
-
if attributes.
|
309
|
+
if attributes.key?(:'color')
|
298
310
|
self.color = attributes[:'color']
|
299
311
|
end
|
300
312
|
|
301
|
-
if attributes.
|
302
|
-
self.creator_email = attributes[:'
|
313
|
+
if attributes.key?(:'creator_email')
|
314
|
+
self.creator_email = attributes[:'creator_email']
|
303
315
|
end
|
304
316
|
|
305
|
-
if attributes.
|
306
|
-
self.default_agg_type = attributes[:'
|
317
|
+
if attributes.key?(:'default_agg_type')
|
318
|
+
self.default_agg_type = attributes[:'default_agg_type']
|
307
319
|
end
|
308
320
|
|
309
|
-
if attributes.
|
321
|
+
if attributes.key?(:'description')
|
310
322
|
self.description = attributes[:'description']
|
311
323
|
end
|
312
324
|
|
313
|
-
if attributes.
|
314
|
-
if (value = attributes[:'
|
325
|
+
if attributes.key?(:'disallowed_app_types')
|
326
|
+
if (value = attributes[:'disallowed_app_types']).is_a?(Array)
|
315
327
|
self.disallowed_app_types = value
|
316
328
|
end
|
317
329
|
end
|
318
330
|
|
319
|
-
if attributes.
|
331
|
+
if attributes.key?(:'enabled')
|
320
332
|
self.enabled = attributes[:'enabled']
|
321
333
|
end
|
322
334
|
|
323
|
-
if attributes.
|
324
|
-
self.estimate_operation = attributes[:'
|
335
|
+
if attributes.key?(:'estimate_operation')
|
336
|
+
self.estimate_operation = attributes[:'estimate_operation']
|
325
337
|
end
|
326
338
|
|
327
|
-
if attributes.
|
328
|
-
self.estimate_value = attributes[:'
|
339
|
+
if attributes.key?(:'estimate_value')
|
340
|
+
self.estimate_value = attributes[:'estimate_value']
|
329
341
|
end
|
330
342
|
|
331
|
-
if attributes.
|
332
|
-
self.filter_values = attributes[:'
|
343
|
+
if attributes.key?(:'filter_values')
|
344
|
+
self.filter_values = attributes[:'filter_values']
|
333
345
|
end
|
334
346
|
|
335
|
-
if attributes.
|
336
|
-
if (value = attributes[:'
|
347
|
+
if attributes.key?(:'filter_values_obj')
|
348
|
+
if (value = attributes[:'filter_values_obj']).is_a?(Array)
|
337
349
|
self.filter_values_obj = value
|
338
350
|
end
|
339
351
|
end
|
340
352
|
|
341
|
-
if attributes.
|
342
|
-
self.ignore_regular_events_enabled = attributes[:'
|
353
|
+
if attributes.key?(:'ignore_regular_events_enabled')
|
354
|
+
self.ignore_regular_events_enabled = attributes[:'ignore_regular_events_enabled']
|
343
355
|
end
|
344
356
|
|
345
|
-
if attributes.
|
357
|
+
if attributes.key?(:'integrations')
|
346
358
|
self.integrations = attributes[:'integrations']
|
347
359
|
end
|
348
360
|
|
349
|
-
if attributes.
|
350
|
-
self.last_data_received_date = attributes[:'
|
361
|
+
if attributes.key?(:'last_data_received_date')
|
362
|
+
self.last_data_received_date = attributes[:'last_data_received_date']
|
351
363
|
end
|
352
364
|
|
353
|
-
if attributes.
|
354
|
-
self.last_sent = attributes[:'
|
365
|
+
if attributes.key?(:'last_sent')
|
366
|
+
self.last_sent = attributes[:'last_sent']
|
355
367
|
end
|
356
368
|
|
357
|
-
if attributes.
|
358
|
-
self.last_triggered = attributes[:'
|
369
|
+
if attributes.key?(:'last_triggered')
|
370
|
+
self.last_triggered = attributes[:'last_triggered']
|
359
371
|
end
|
360
372
|
|
361
|
-
if attributes.
|
373
|
+
if attributes.key?(:'metadata')
|
362
374
|
self.metadata = attributes[:'metadata']
|
363
375
|
end
|
364
376
|
|
365
|
-
if attributes.
|
366
|
-
self.metric_key = attributes[:'
|
377
|
+
if attributes.key?(:'metric_key')
|
378
|
+
self.metric_key = attributes[:'metric_key']
|
367
379
|
end
|
368
380
|
|
369
|
-
if attributes.
|
370
|
-
self.metric_label = attributes[:'
|
381
|
+
if attributes.key?(:'metric_label')
|
382
|
+
self.metric_label = attributes[:'metric_label']
|
371
383
|
end
|
372
384
|
|
373
|
-
if attributes.
|
374
|
-
self.min_delay_between_notifications_in_minutes = attributes[:'
|
385
|
+
if attributes.key?(:'min_delay_between_notifications_in_minutes')
|
386
|
+
self.min_delay_between_notifications_in_minutes = attributes[:'min_delay_between_notifications_in_minutes']
|
375
387
|
end
|
376
388
|
|
377
|
-
if attributes.
|
389
|
+
if attributes.key?(:'name')
|
378
390
|
self.name = attributes[:'name']
|
379
391
|
end
|
380
392
|
|
381
|
-
if attributes.
|
382
|
-
if (value = attributes[:'
|
393
|
+
if attributes.key?(:'notification_emails')
|
394
|
+
if (value = attributes[:'notification_emails']).is_a?(Array)
|
383
395
|
self.notification_emails = value
|
384
396
|
end
|
385
397
|
end
|
386
398
|
|
387
|
-
if attributes.
|
388
|
-
if (value = attributes[:'
|
399
|
+
if attributes.key?(:'notification_integrations')
|
400
|
+
if (value = attributes[:'notification_integrations']).is_a?(Array)
|
389
401
|
self.notification_integrations = value
|
390
402
|
end
|
391
403
|
end
|
392
404
|
|
393
|
-
if attributes.
|
394
|
-
self.notifications_enabled = attributes[:'
|
405
|
+
if attributes.key?(:'notifications_enabled')
|
406
|
+
self.notifications_enabled = attributes[:'notifications_enabled']
|
395
407
|
end
|
396
408
|
|
397
|
-
if attributes.
|
409
|
+
if attributes.key?(:'query')
|
398
410
|
self.query = attributes[:'query']
|
399
411
|
end
|
400
412
|
|
401
|
-
if attributes.
|
402
|
-
self.report_name = attributes[:'
|
413
|
+
if attributes.key?(:'report_name')
|
414
|
+
self.report_name = attributes[:'report_name']
|
403
415
|
end
|
404
416
|
|
405
|
-
if attributes.
|
406
|
-
self.rule_key = attributes[:'
|
417
|
+
if attributes.key?(:'rule_key')
|
418
|
+
self.rule_key = attributes[:'rule_key']
|
407
419
|
end
|
408
420
|
|
409
|
-
if attributes.
|
410
|
-
self.rule_type = attributes[:'
|
421
|
+
if attributes.key?(:'rule_type')
|
422
|
+
self.rule_type = attributes[:'rule_type']
|
411
423
|
end
|
412
424
|
|
413
|
-
if attributes.
|
425
|
+
if attributes.key?(:'runbook')
|
414
426
|
self.runbook = attributes[:'runbook']
|
415
427
|
end
|
416
428
|
|
417
|
-
if attributes.
|
418
|
-
self.saved_query_id = attributes[:'
|
429
|
+
if attributes.key?(:'saved_query_id')
|
430
|
+
self.saved_query_id = attributes[:'saved_query_id']
|
419
431
|
end
|
420
432
|
|
421
|
-
if attributes.
|
433
|
+
if attributes.key?(:'schedule')
|
422
434
|
if (value = attributes[:'schedule']).is_a?(Array)
|
423
435
|
self.schedule = value
|
424
436
|
end
|
425
437
|
end
|
426
438
|
|
427
|
-
if attributes.
|
428
|
-
self.sematext_service = attributes[:'
|
439
|
+
if attributes.key?(:'sematext_service')
|
440
|
+
self.sematext_service = attributes[:'sematext_service']
|
429
441
|
end
|
430
442
|
|
431
|
-
if attributes.
|
432
|
-
self.send_to_email = attributes[:'
|
443
|
+
if attributes.key?(:'send_to_email')
|
444
|
+
self.send_to_email = attributes[:'send_to_email']
|
433
445
|
end
|
434
446
|
|
435
|
-
if attributes.
|
447
|
+
if attributes.key?(:'timezone')
|
436
448
|
self.timezone = attributes[:'timezone']
|
437
449
|
end
|
438
450
|
|
439
|
-
if attributes.
|
440
|
-
self.use_only_alert_rule_integrations = attributes[:'
|
451
|
+
if attributes.key?(:'use_only_alert_rule_integrations')
|
452
|
+
self.use_only_alert_rule_integrations = attributes[:'use_only_alert_rule_integrations']
|
441
453
|
end
|
442
454
|
|
443
|
-
if attributes.
|
444
|
-
self.user_permissions = attributes[:'
|
455
|
+
if attributes.key?(:'user_permissions')
|
456
|
+
self.user_permissions = attributes[:'user_permissions']
|
445
457
|
end
|
446
458
|
|
447
|
-
if attributes.
|
448
|
-
self.value_column_name = attributes[:'
|
459
|
+
if attributes.key?(:'value_column_name')
|
460
|
+
self.value_column_name = attributes[:'value_column_name']
|
449
461
|
end
|
450
462
|
|
451
|
-
if attributes.
|
452
|
-
self.value_name = attributes[:'
|
463
|
+
if attributes.key?(:'value_name')
|
464
|
+
self.value_name = attributes[:'value_name']
|
453
465
|
end
|
454
466
|
end
|
455
467
|
|
@@ -463,7 +475,7 @@ module SematextCloud
|
|
463
475
|
# Check to see if the all the properties in the model are valid
|
464
476
|
# @return true if the model is valid
|
465
477
|
def valid?
|
466
|
-
estimate_operation_validator = EnumAttributeValidator.new('
|
478
|
+
estimate_operation_validator = EnumAttributeValidator.new('Object', ['LESS', 'MORE', 'EQUAL', 'UN_EQUAL', 'LESS_OR_EQUAL', 'MORE_OR_EQUAL'])
|
467
479
|
return false unless estimate_operation_validator.valid?(@estimate_operation)
|
468
480
|
true
|
469
481
|
end
|
@@ -471,9 +483,9 @@ module SematextCloud
|
|
471
483
|
# Custom attribute writer method checking allowed values (enum).
|
472
484
|
# @param [Object] estimate_operation Object to be assigned
|
473
485
|
def estimate_operation=(estimate_operation)
|
474
|
-
validator = EnumAttributeValidator.new('
|
486
|
+
validator = EnumAttributeValidator.new('Object', ['LESS', 'MORE', 'EQUAL', 'UN_EQUAL', 'LESS_OR_EQUAL', 'MORE_OR_EQUAL'])
|
475
487
|
unless validator.valid?(estimate_operation)
|
476
|
-
fail ArgumentError,
|
488
|
+
fail ArgumentError, "invalid value for \"estimate_operation\", must be one of #{validator.allowable_values}."
|
477
489
|
end
|
478
490
|
@estimate_operation = estimate_operation
|
479
491
|
end
|
@@ -540,26 +552,35 @@ module SematextCloud
|
|
540
552
|
end
|
541
553
|
|
542
554
|
# Calculates hash code according to all attributes.
|
543
|
-
# @return [
|
555
|
+
# @return [Integer] Hash code
|
544
556
|
def hash
|
545
557
|
[account_email, allowed_app_types, analyzing_time, app_display_state, app_id, app_name, app_state, app_token, app_type, back_to_normal_needed, chart_key, color, creator_email, default_agg_type, description, disallowed_app_types, enabled, estimate_operation, estimate_value, filter_values, filter_values_obj, ignore_regular_events_enabled, integrations, last_data_received_date, last_sent, last_triggered, metadata, metric_key, metric_label, min_delay_between_notifications_in_minutes, name, notification_emails, notification_integrations, notifications_enabled, query, report_name, rule_key, rule_type, runbook, saved_query_id, schedule, sematext_service, send_to_email, timezone, use_only_alert_rule_integrations, user_permissions, value_column_name, value_name].hash
|
546
558
|
end
|
547
559
|
|
560
|
+
# Builds the object from hash
|
561
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
562
|
+
# @return [Object] Returns the model itself
|
563
|
+
def self.build_from_hash(attributes)
|
564
|
+
new.build_from_hash(attributes)
|
565
|
+
end
|
566
|
+
|
548
567
|
# Builds the object from hash
|
549
568
|
# @param [Hash] attributes Model attributes in the form of hash
|
550
569
|
# @return [Object] Returns the model itself
|
551
570
|
def build_from_hash(attributes)
|
552
571
|
return nil unless attributes.is_a?(Hash)
|
553
|
-
self.class.
|
572
|
+
self.class.openapi_types.each_pair do |key, type|
|
554
573
|
if type =~ /\AArray<(.*)>/i
|
555
|
-
# check to ensure the input is an array given that the
|
574
|
+
# check to ensure the input is an array given that the attribute
|
556
575
|
# is documented as an array but the input is not
|
557
576
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
558
577
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
559
578
|
end
|
560
579
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
561
580
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
562
|
-
|
581
|
+
elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
582
|
+
self.send("#{key}=", nil)
|
583
|
+
end
|
563
584
|
end
|
564
585
|
|
565
586
|
self
|
@@ -581,7 +602,7 @@ module SematextCloud
|
|
581
602
|
value.to_i
|
582
603
|
when :Float
|
583
604
|
value.to_f
|
584
|
-
when :
|
605
|
+
when :Boolean
|
585
606
|
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
586
607
|
true
|
587
608
|
else
|
@@ -602,8 +623,7 @@ module SematextCloud
|
|
602
623
|
end
|
603
624
|
end
|
604
625
|
else # model
|
605
|
-
|
606
|
-
temp_model.build_from_hash(value)
|
626
|
+
SematextCloud.const_get(type).build_from_hash(value)
|
607
627
|
end
|
608
628
|
end
|
609
629
|
|
@@ -625,7 +645,11 @@ module SematextCloud
|
|
625
645
|
hash = {}
|
626
646
|
self.class.attribute_map.each_pair do |attr, param|
|
627
647
|
value = self.send(attr)
|
628
|
-
|
648
|
+
if value.nil?
|
649
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
650
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
651
|
+
end
|
652
|
+
|
629
653
|
hash[param] = _to_hash(value)
|
630
654
|
end
|
631
655
|
hash
|
@@ -647,6 +671,5 @@ module SematextCloud
|
|
647
671
|
else
|
648
672
|
value
|
649
673
|
end
|
650
|
-
end
|
651
|
-
end
|
674
|
+
end end
|
652
675
|
end
|
@@ -6,13 +6,13 @@
|
|
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.30
|
10
10
|
=end
|
11
11
|
|
12
12
|
require 'date'
|
13
13
|
|
14
|
-
module
|
15
|
-
class
|
14
|
+
module SematextCloud
|
15
|
+
class AlertRuleResponse
|
16
16
|
attr_accessor :data
|
17
17
|
|
18
18
|
attr_accessor :errors
|
@@ -51,13 +51,13 @@ module stcloud
|
|
51
51
|
# @param [Hash] attributes Model attributes in the form of hash
|
52
52
|
def initialize(attributes = {})
|
53
53
|
if (!attributes.is_a?(Hash))
|
54
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `
|
54
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `SematextCloud::AlertRuleResponse` initialize method"
|
55
55
|
end
|
56
56
|
|
57
57
|
# check to see if the attribute exists and convert string to symbol for hash key
|
58
58
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
59
59
|
if (!self.class.attribute_map.key?(k.to_sym))
|
60
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `
|
60
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `SematextCloud::AlertRuleResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
61
61
|
end
|
62
62
|
h[k.to_sym] = v
|
63
63
|
}
|
@@ -183,7 +183,7 @@ module stcloud
|
|
183
183
|
end
|
184
184
|
end
|
185
185
|
else # model
|
186
|
-
|
186
|
+
SematextCloud.const_get(type).build_from_hash(value)
|
187
187
|
end
|
188
188
|
end
|
189
189
|
|
@@ -6,12 +6,12 @@
|
|
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.30
|
10
10
|
=end
|
11
11
|
|
12
12
|
require 'date'
|
13
13
|
|
14
|
-
module
|
14
|
+
module SematextCloud
|
15
15
|
class AlertRuleResponseEntry
|
16
16
|
attr_accessor :alert_rule
|
17
17
|
|
@@ -39,13 +39,13 @@ module stcloud
|
|
39
39
|
# @param [Hash] attributes Model attributes in the form of hash
|
40
40
|
def initialize(attributes = {})
|
41
41
|
if (!attributes.is_a?(Hash))
|
42
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `
|
42
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `SematextCloud::AlertRuleResponseEntry` initialize method"
|
43
43
|
end
|
44
44
|
|
45
45
|
# check to see if the attribute exists and convert string to symbol for hash key
|
46
46
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
47
47
|
if (!self.class.attribute_map.key?(k.to_sym))
|
48
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `
|
48
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `SematextCloud::AlertRuleResponseEntry`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
49
49
|
end
|
50
50
|
h[k.to_sym] = v
|
51
51
|
}
|
@@ -154,7 +154,7 @@ module stcloud
|
|
154
154
|
end
|
155
155
|
end
|
156
156
|
else # model
|
157
|
-
|
157
|
+
SematextCloud.const_get(type).build_from_hash(value)
|
158
158
|
end
|
159
159
|
end
|
160
160
|
|