SematextCloud 0.4.0 → 0.5.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/docs/AlertNotificationsApi.md +12 -12
- data/docs/AlertRule.md +1 -0
- data/docs/AlertsApi.md +15 -15
- data/docs/AppsApi.md +20 -20
- data/docs/AwsSettingsControllerApi.md +7 -7
- data/docs/BillingApi.md +10 -10
- data/docs/MonitoringAppApi.md +7 -7
- data/docs/PlansResponseEntry.md +1 -1
- data/docs/ServiceIntegration.md +14 -14
- data/docs/SubscriptionsApi.md +40 -40
- data/docs/TagApiControllerApi.md +72 -5
- data/docs/TagsGrouped.md +8 -0
- data/docs/TagsGroupedResponse.md +7 -0
- data/docs/TokensApiControllerApi.md +15 -15
- data/docs/UserPermissions.md +5 -5
- data/docs/UserRole.md +5 -5
- data/lib/SematextCloud/api/alert_notifications_api.rb +14 -14
- data/lib/SematextCloud/api/alerts_api.rb +13 -13
- data/lib/SematextCloud/api/apps_api.rb +25 -25
- data/lib/SematextCloud/api/aws_settings_controller_api.rb +8 -8
- data/lib/SematextCloud/api/billing_api.rb +16 -16
- data/lib/SematextCloud/api/logs_app_api.rb +1 -1
- data/lib/SematextCloud/api/logs_usage_api_controller_api.rb +1 -1
- data/lib/SematextCloud/api/monitoring_app_api.rb +7 -7
- data/lib/SematextCloud/api/reset_password_api.rb +1 -1
- data/lib/SematextCloud/api/subscriptions_api.rb +48 -48
- data/lib/SematextCloud/api/tag_api_controller_api.rb +80 -1
- data/lib/SematextCloud/api/tokens_api_controller_api.rb +14 -14
- data/lib/SematextCloud/api_client.rb +1 -1
- data/lib/SematextCloud/api_error.rb +1 -1
- data/lib/SematextCloud/configuration.rb +1 -1
- data/lib/SematextCloud/models/alert_notification.rb +1 -1
- data/lib/SematextCloud/models/alert_notification_request.rb +1 -1
- data/lib/SematextCloud/models/alert_rule.rb +23 -2
- data/lib/SematextCloud/models/alert_rule_response.rb +1 -1
- data/lib/SematextCloud/models/alert_rule_response_entry.rb +1 -1
- data/lib/SematextCloud/models/alert_rule_schedule_time_range_dto.rb +1 -1
- data/lib/SematextCloud/models/alert_rule_schedule_weekday_dto.rb +1 -1
- data/lib/SematextCloud/models/alert_rules_response.rb +1 -1
- data/lib/SematextCloud/models/alert_rules_response_entry.rb +1 -1
- data/lib/SematextCloud/models/app.rb +1 -1
- data/lib/SematextCloud/models/app_description.rb +1 -1
- data/lib/SematextCloud/models/app_metadata.rb +1 -1
- data/lib/SematextCloud/models/app_response.rb +1 -1
- data/lib/SematextCloud/models/app_response_entry.rb +1 -1
- data/lib/SematextCloud/models/app_types_response.rb +1 -1
- data/lib/SematextCloud/models/app_types_response_entry.rb +1 -1
- data/lib/SematextCloud/models/apps_response.rb +1 -1
- data/lib/SematextCloud/models/apps_response_entry.rb +1 -1
- data/lib/SematextCloud/models/basic_auth_method_dto.rb +1 -1
- data/lib/SematextCloud/models/basic_organization_dto.rb +1 -1
- data/lib/SematextCloud/models/billing_info.rb +1 -1
- data/lib/SematextCloud/models/charges_details_response_dto.rb +1 -1
- data/lib/SematextCloud/models/cloud_watch_settings.rb +1 -1
- data/lib/SematextCloud/models/cloud_watch_settings_response.rb +1 -1
- data/lib/SematextCloud/models/cloud_watch_settings_response_entry.rb +1 -1
- data/lib/SematextCloud/models/create_app_info.rb +1 -1
- data/lib/SematextCloud/models/create_token_dto.rb +1 -1
- data/lib/SematextCloud/models/daily_dto.rb +1 -1
- data/lib/SematextCloud/models/day_usage_data.rb +1 -1
- data/lib/SematextCloud/models/dimension.rb +1 -1
- data/lib/SematextCloud/models/error.rb +1 -1
- data/lib/SematextCloud/models/event_dto.rb +1 -1
- data/lib/SematextCloud/models/filter_value.rb +1 -1
- data/lib/SematextCloud/models/generic_api_response.rb +1 -1
- data/lib/SematextCloud/models/generic_map_based_api_response.rb +1 -1
- data/lib/SematextCloud/models/invitation.rb +1 -1
- data/lib/SematextCloud/models/invoice.rb +1 -1
- data/lib/SematextCloud/models/invoice_response.rb +1 -1
- data/lib/SematextCloud/models/invoice_response_entry.rb +1 -1
- data/lib/SematextCloud/models/limit_change_event_dto.rb +1 -1
- data/lib/SematextCloud/models/mail_report_response.rb +1 -1
- data/lib/SematextCloud/models/mail_report_response_response_entry.rb +1 -1
- data/lib/SematextCloud/models/min_period_fee_period.rb +1 -1
- data/lib/SematextCloud/models/notification_integration.rb +1 -1
- data/lib/SematextCloud/models/notifications_response.rb +1 -1
- data/lib/SematextCloud/models/notifications_response_entry.rb +1 -1
- data/lib/SematextCloud/models/plan.rb +1 -1
- data/lib/SematextCloud/models/plans_response.rb +1 -1
- data/lib/SematextCloud/models/plans_response_entry.rb +1 -1
- data/lib/SematextCloud/models/report_info.rb +1 -1
- data/lib/SematextCloud/models/service_integration.rb +1 -1
- data/lib/SematextCloud/models/subscription.rb +1 -1
- data/lib/SematextCloud/models/subscription_dashboard_dto.rb +1 -1
- data/lib/SematextCloud/models/subscription_dto.rb +1 -1
- data/lib/SematextCloud/models/subscription_response.rb +1 -1
- data/lib/SematextCloud/models/subscription_response_entry.rb +1 -1
- data/lib/SematextCloud/models/subscriptions_response.rb +1 -1
- data/lib/SematextCloud/models/subscriptions_response_entry.rb +1 -1
- data/lib/SematextCloud/models/tag_names_response.rb +1 -1
- data/lib/SematextCloud/models/tags_grouped.rb +227 -0
- data/lib/SematextCloud/models/tags_grouped_response.rb +213 -0
- data/lib/SematextCloud/models/token_dto.rb +1 -1
- data/lib/SematextCloud/models/token_response.rb +1 -1
- data/lib/SematextCloud/models/token_response_entry.rb +1 -1
- data/lib/SematextCloud/models/tokens_response.rb +1 -1
- data/lib/SematextCloud/models/tokens_response_entry.rb +1 -1
- data/lib/SematextCloud/models/update_app_info.rb +1 -1
- data/lib/SematextCloud/models/update_plan_response.rb +1 -1
- data/lib/SematextCloud/models/update_plan_response_dto.rb +1 -1
- data/lib/SematextCloud/models/update_plan_response_entry.rb +1 -1
- data/lib/SematextCloud/models/update_subscription_dto.rb +1 -1
- data/lib/SematextCloud/models/update_token_dto.rb +1 -1
- data/lib/SematextCloud/models/usage_dto.rb +1 -1
- data/lib/SematextCloud/models/usage_multi_response.rb +1 -1
- data/lib/SematextCloud/models/usage_multi_response_entry.rb +1 -1
- data/lib/SematextCloud/models/usage_response.rb +1 -1
- data/lib/SematextCloud/models/usage_response_entry.rb +1 -1
- data/lib/SematextCloud/models/user_info.rb +1 -1
- data/lib/SematextCloud/models/user_permissions.rb +1 -1
- data/lib/SematextCloud/models/user_role.rb +1 -1
- data/lib/SematextCloud/version.rb +2 -2
- data/lib/SematextCloud.rb +3 -1
- data/spec/api/alert_notifications_api_spec.rb +5 -5
- data/spec/api/alerts_api_spec.rb +5 -5
- data/spec/api/apps_api_spec.rb +9 -9
- data/spec/api/aws_settings_controller_api_spec.rb +3 -3
- data/spec/api/billing_api_spec.rb +5 -5
- data/spec/api/logs_app_api_spec.rb +1 -1
- data/spec/api/logs_usage_api_controller_api_spec.rb +1 -1
- data/spec/api/monitoring_app_api_spec.rb +3 -3
- data/spec/api/reset_password_api_spec.rb +1 -1
- data/spec/api/subscriptions_api_spec.rb +15 -15
- data/spec/api/tag_api_controller_api_spec.rb +19 -1
- data/spec/api/tokens_api_controller_api_spec.rb +5 -5
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/alert_notification_request_spec.rb +1 -1
- data/spec/models/alert_notification_spec.rb +1 -1
- data/spec/models/alert_rule_response_entry_spec.rb +1 -1
- data/spec/models/alert_rule_response_spec.rb +1 -1
- data/spec/models/alert_rule_schedule_time_range_dto_spec.rb +1 -1
- data/spec/models/alert_rule_schedule_weekday_dto_spec.rb +1 -1
- data/spec/models/alert_rule_spec.rb +11 -1
- data/spec/models/alert_rules_response_entry_spec.rb +1 -1
- data/spec/models/alert_rules_response_spec.rb +1 -1
- data/spec/models/app_description_spec.rb +1 -1
- data/spec/models/app_metadata_spec.rb +1 -1
- data/spec/models/app_response_entry_spec.rb +1 -1
- data/spec/models/app_response_spec.rb +1 -1
- data/spec/models/app_spec.rb +1 -1
- data/spec/models/app_types_response_entry_spec.rb +1 -1
- data/spec/models/app_types_response_spec.rb +1 -1
- data/spec/models/apps_response_entry_spec.rb +1 -1
- data/spec/models/apps_response_spec.rb +1 -1
- data/spec/models/basic_auth_method_dto_spec.rb +1 -1
- data/spec/models/basic_organization_dto_spec.rb +1 -1
- data/spec/models/billing_info_spec.rb +1 -1
- data/spec/models/charges_details_response_dto_spec.rb +1 -1
- data/spec/models/cloud_watch_settings_response_entry_spec.rb +1 -1
- data/spec/models/cloud_watch_settings_response_spec.rb +1 -1
- data/spec/models/cloud_watch_settings_spec.rb +1 -1
- data/spec/models/create_app_info_spec.rb +1 -1
- data/spec/models/create_token_dto_spec.rb +1 -1
- data/spec/models/daily_dto_spec.rb +1 -1
- data/spec/models/day_usage_data_spec.rb +1 -1
- data/spec/models/dimension_spec.rb +1 -1
- data/spec/models/error_spec.rb +1 -1
- data/spec/models/event_dto_spec.rb +1 -1
- data/spec/models/filter_value_spec.rb +1 -1
- data/spec/models/generic_api_response_spec.rb +1 -1
- data/spec/models/generic_map_based_api_response_spec.rb +1 -1
- data/spec/models/invitation_spec.rb +1 -1
- data/spec/models/invoice_response_entry_spec.rb +1 -1
- data/spec/models/invoice_response_spec.rb +1 -1
- data/spec/models/invoice_spec.rb +1 -1
- data/spec/models/limit_change_event_dto_spec.rb +1 -1
- data/spec/models/mail_report_response_response_entry_spec.rb +1 -1
- data/spec/models/mail_report_response_spec.rb +1 -1
- data/spec/models/min_period_fee_period_spec.rb +1 -1
- data/spec/models/notification_integration_spec.rb +1 -1
- data/spec/models/notifications_response_entry_spec.rb +1 -1
- data/spec/models/notifications_response_spec.rb +1 -1
- data/spec/models/plan_spec.rb +1 -1
- data/spec/models/plans_response_entry_spec.rb +1 -1
- data/spec/models/plans_response_spec.rb +1 -1
- data/spec/models/report_info_spec.rb +1 -1
- data/spec/models/service_integration_spec.rb +1 -1
- data/spec/models/subscription_dashboard_dto_spec.rb +1 -1
- data/spec/models/subscription_dto_spec.rb +1 -1
- data/spec/models/subscription_response_entry_spec.rb +1 -1
- data/spec/models/subscription_response_spec.rb +1 -1
- data/spec/models/subscription_spec.rb +1 -1
- data/spec/models/subscriptions_response_entry_spec.rb +1 -1
- data/spec/models/subscriptions_response_spec.rb +1 -1
- data/spec/models/tag_names_response_spec.rb +1 -1
- data/spec/models/tags_grouped_response_spec.rb +40 -0
- data/spec/models/tags_grouped_spec.rb +46 -0
- data/spec/models/token_dto_spec.rb +1 -1
- data/spec/models/token_response_entry_spec.rb +1 -1
- data/spec/models/token_response_spec.rb +1 -1
- data/spec/models/tokens_response_entry_spec.rb +1 -1
- data/spec/models/tokens_response_spec.rb +1 -1
- data/spec/models/update_app_info_spec.rb +1 -1
- data/spec/models/update_plan_response_dto_spec.rb +1 -1
- data/spec/models/update_plan_response_entry_spec.rb +1 -1
- data/spec/models/update_plan_response_spec.rb +1 -1
- data/spec/models/update_subscription_dto_spec.rb +1 -1
- data/spec/models/update_token_dto_spec.rb +1 -1
- data/spec/models/usage_dto_spec.rb +1 -1
- data/spec/models/usage_multi_response_entry_spec.rb +1 -1
- data/spec/models/usage_multi_response_spec.rb +1 -1
- data/spec/models/usage_response_entry_spec.rb +1 -1
- data/spec/models/usage_response_spec.rb +1 -1
- data/spec/models/user_info_spec.rb +1 -1
- data/spec/models/user_permissions_spec.rb +1 -1
- data/spec/models/user_role_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +83 -75
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d64100566f317a1dfa9590008c3d52eecde71a085ded81674b03dca16119707f
|
|
4
|
+
data.tar.gz: 56328a4246bca860842169d200af7737cfdb5906ec94b4c7f4081929575bb3c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e60bfbab10eca1e9978bcffa3cee9d0c5c4193fc90478f8782076a3afd4ba3a529d587efb0f79e27fc87a09088f91c3e83ca92e509260a43da726da1f92f8bc
|
|
7
|
+
data.tar.gz: 8f874bed8f97e6e0c52dd406266442b25d974ed3baf45265cb2d69bcdb6851470a2cc1ee3ae7fb81c398e22d4a665add9e6d171d855c24b047ea9e803be77ee4
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All URIs are relative to */*
|
|
4
4
|
|
|
5
|
-
| Method
|
|
6
|
-
|
|
|
7
|
-
| [**
|
|
8
|
-
| [**
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ | ---------------------------------- |
|
|
7
|
+
| [**get_alert_notifications_for_app_using_post1**](AlertNotificationsApi.md#get_alert_notifications_for_app_using_post1) | **POST** /users-web/api/v3/apps/{appId}/notifications/alerts | Get alert notifications for an app |
|
|
8
|
+
| [**get_alert_notifications_for_user_using_post1**](AlertNotificationsApi.md#get_alert_notifications_for_user_using_post1) | **POST** /users-web/api/v3/notifications/alerts | Get alert notifications for a user |
|
|
9
9
|
|
|
10
|
-
# **
|
|
10
|
+
# **get_alert_notifications_for_app_using_post1**
|
|
11
11
|
|
|
12
|
-
> NotificationsResponse
|
|
12
|
+
> NotificationsResponse get_alert_notifications_for_app_using_post1(bodyapp_id)
|
|
13
13
|
|
|
14
14
|
Get alert notifications for an app
|
|
15
15
|
|
|
@@ -35,10 +35,10 @@ app_id = 789 # Integer | appId
|
|
|
35
35
|
|
|
36
36
|
begin
|
|
37
37
|
#Get alert notifications for an app
|
|
38
|
-
result = api_instance.
|
|
38
|
+
result = api_instance.get_alert_notifications_for_app_using_post1(bodyapp_id)
|
|
39
39
|
p result
|
|
40
40
|
rescue SematextCloud::ApiError => e
|
|
41
|
-
puts "Exception when calling AlertNotificationsApi->
|
|
41
|
+
puts "Exception when calling AlertNotificationsApi->get_alert_notifications_for_app_using_post1: #{e}"
|
|
42
42
|
end
|
|
43
43
|
```
|
|
44
44
|
|
|
@@ -62,9 +62,9 @@ end
|
|
|
62
62
|
- **Content-Type**: application/json
|
|
63
63
|
- **Accept**: application/json
|
|
64
64
|
|
|
65
|
-
# **
|
|
65
|
+
# **get_alert_notifications_for_user_using_post1**
|
|
66
66
|
|
|
67
|
-
> NotificationsResponse
|
|
67
|
+
> NotificationsResponse get_alert_notifications_for_user_using_post1(body)
|
|
68
68
|
|
|
69
69
|
Get alert notifications for a user
|
|
70
70
|
|
|
@@ -89,10 +89,10 @@ body = SematextCloud::AlertNotificationRequest.new # AlertNotificationRequest |
|
|
|
89
89
|
|
|
90
90
|
begin
|
|
91
91
|
#Get alert notifications for a user
|
|
92
|
-
result = api_instance.
|
|
92
|
+
result = api_instance.get_alert_notifications_for_user_using_post1(body)
|
|
93
93
|
p result
|
|
94
94
|
rescue SematextCloud::ApiError => e
|
|
95
|
-
puts "Exception when calling AlertNotificationsApi->
|
|
95
|
+
puts "Exception when calling AlertNotificationsApi->get_alert_notifications_for_user_using_post1: #{e}"
|
|
96
96
|
end
|
|
97
97
|
```
|
|
98
98
|
|
data/docs/AlertRule.md
CHANGED
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
| **notification_emails** | **Array<String>** | | [optional] |
|
|
39
39
|
| **notification_integrations** | [**Array<NotificationIntegration>**](NotificationIntegration.md) | | [optional] |
|
|
40
40
|
| **notifications_enabled** | **BOOLEAN** | | [optional] |
|
|
41
|
+
| **priority** | **String** | | [optional] |
|
|
41
42
|
| **query** | **String** | | [optional] |
|
|
42
43
|
| **report_name** | **String** | | [optional] |
|
|
43
44
|
| **rule_key** | **Integer** | | [optional] |
|
data/docs/AlertsApi.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All URIs are relative to */*
|
|
4
4
|
|
|
5
|
-
| Method
|
|
6
|
-
|
|
|
7
|
-
| [**create_alert_using_post**](AlertsApi.md#create_alert_using_post)
|
|
8
|
-
| [**
|
|
9
|
-
| [**disable_alert_rule_using_put**](AlertsApi.md#disable_alert_rule_using_put)
|
|
10
|
-
| [**enable_alert_rule_using_put**](AlertsApi.md#enable_alert_rule_using_put)
|
|
11
|
-
| [**
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| --------------------------------------------------------------------------------------- | ------------------------------------------------------------ | -------------------------- |
|
|
7
|
+
| [**create_alert_using_post**](AlertsApi.md#create_alert_using_post) | **POST** /users-web/api/v3/alerts | Create alert rule |
|
|
8
|
+
| [**delete_alert_rule_using_delete**](AlertsApi.md#delete_alert_rule_using_delete) | **DELETE** /users-web/api/v3/alerts/{updateableAlertId} | Delete alert rule |
|
|
9
|
+
| [**disable_alert_rule_using_put**](AlertsApi.md#disable_alert_rule_using_put) | **PUT** /users-web/api/v3/alerts/{updateableAlertId}/disable | Disable alert rule |
|
|
10
|
+
| [**enable_alert_rule_using_put**](AlertsApi.md#enable_alert_rule_using_put) | **PUT** /users-web/api/v3/alerts/{updateableAlertId}/enable | Enable alert rule |
|
|
11
|
+
| [**get_alert_rules_for_app_using_get**](AlertsApi.md#get_alert_rules_for_app_using_get) | **GET** /users-web/api/v3/apps/{appId}/alerts | Get alert rules for an app |
|
|
12
12
|
|
|
13
13
|
# **create_alert_using_post**
|
|
14
14
|
|
|
@@ -61,9 +61,9 @@ end
|
|
|
61
61
|
- **Content-Type**: application/json
|
|
62
62
|
- **Accept**: application/json
|
|
63
63
|
|
|
64
|
-
# **
|
|
64
|
+
# **delete_alert_rule_using_delete**
|
|
65
65
|
|
|
66
|
-
> GenericMapBasedApiResponse
|
|
66
|
+
> GenericMapBasedApiResponse delete_alert_rule_using_delete(updateable_alert_id)
|
|
67
67
|
|
|
68
68
|
Delete alert rule
|
|
69
69
|
|
|
@@ -86,10 +86,10 @@ updateable_alert_id = 789 # Integer | updateableAlertId
|
|
|
86
86
|
|
|
87
87
|
begin
|
|
88
88
|
#Delete alert rule
|
|
89
|
-
result = api_instance.
|
|
89
|
+
result = api_instance.delete_alert_rule_using_delete(updateable_alert_id)
|
|
90
90
|
p result
|
|
91
91
|
rescue SematextCloud::ApiError => e
|
|
92
|
-
puts "Exception when calling AlertsApi->
|
|
92
|
+
puts "Exception when calling AlertsApi->delete_alert_rule_using_delete: #{e}"
|
|
93
93
|
end
|
|
94
94
|
```
|
|
95
95
|
|
|
@@ -214,9 +214,9 @@ end
|
|
|
214
214
|
- **Content-Type**: Not defined
|
|
215
215
|
- **Accept**: application/json
|
|
216
216
|
|
|
217
|
-
# **
|
|
217
|
+
# **get_alert_rules_for_app_using_get**
|
|
218
218
|
|
|
219
|
-
> AlertRulesResponse
|
|
219
|
+
> AlertRulesResponse get_alert_rules_for_app_using_get(app_id)
|
|
220
220
|
|
|
221
221
|
Get alert rules for an app
|
|
222
222
|
|
|
@@ -239,10 +239,10 @@ app_id = 789 # Integer | appId
|
|
|
239
239
|
|
|
240
240
|
begin
|
|
241
241
|
#Get alert rules for an app
|
|
242
|
-
result = api_instance.
|
|
242
|
+
result = api_instance.get_alert_rules_for_app_using_get(app_id)
|
|
243
243
|
p result
|
|
244
244
|
rescue SematextCloud::ApiError => e
|
|
245
|
-
puts "Exception when calling AlertsApi->
|
|
245
|
+
puts "Exception when calling AlertsApi->get_alert_rules_for_app_using_get: #{e}"
|
|
246
246
|
end
|
|
247
247
|
```
|
|
248
248
|
|
data/docs/AppsApi.md
CHANGED
|
@@ -6,12 +6,12 @@ All URIs are relative to */*
|
|
|
6
6
|
| ----------------------------------------------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------------------ |
|
|
7
7
|
| [**delete_using_delete**](AppsApi.md#delete_using_delete) | **DELETE** /users-web/api/v3/apps/{anyStateAppId} | delete |
|
|
8
8
|
| [**get_app_types_using_get**](AppsApi.md#get_app_types_using_get) | **GET** /users-web/api/v3/apps/types | Get all App types supported for the account identified with apiKey |
|
|
9
|
-
| [**
|
|
10
|
-
| [**
|
|
9
|
+
| [**get_using_get1**](AppsApi.md#get_using_get1) | **GET** /users-web/api/v3/apps/{anyStateAppId} | Gets defails for one particular App |
|
|
10
|
+
| [**invite_app_guests_using_post1**](AppsApi.md#invite_app_guests_using_post1) | **POST** /users-web/api/v3/apps/guests | Invite guests to an app |
|
|
11
11
|
| [**list_apps_users_using_get**](AppsApi.md#list_apps_users_using_get) | **GET** /users-web/api/v3/apps/users | Get all users of apps accessible to this account |
|
|
12
|
-
| [**
|
|
12
|
+
| [**list_using_get1**](AppsApi.md#list_using_get1) | **GET** /users-web/api/v3/apps | Get all apps accessible by account identified with apiKey |
|
|
13
13
|
| [**update_description_using_put1**](AppsApi.md#update_description_using_put1) | **PUT** /users-web/api/v3/apps/{anyStateAppId}/description | Update description of the app |
|
|
14
|
-
| [**
|
|
14
|
+
| [**update_using_put3**](AppsApi.md#update_using_put3) | **PUT** /users-web/api/v3/apps/{anyStateAppId} | Update app |
|
|
15
15
|
|
|
16
16
|
# **delete_using_delete**
|
|
17
17
|
|
|
@@ -111,9 +111,9 @@ This endpoint does not need any parameter.
|
|
|
111
111
|
- **Content-Type**: Not defined
|
|
112
112
|
- **Accept**: application/json
|
|
113
113
|
|
|
114
|
-
# **
|
|
114
|
+
# **get_using_get1**
|
|
115
115
|
|
|
116
|
-
> AppResponse
|
|
116
|
+
> AppResponse get_using_get1(any_state_app_id)
|
|
117
117
|
|
|
118
118
|
Gets defails for one particular App
|
|
119
119
|
|
|
@@ -136,10 +136,10 @@ any_state_app_id = 789 # Integer | anyStateAppId
|
|
|
136
136
|
|
|
137
137
|
begin
|
|
138
138
|
#Gets defails for one particular App
|
|
139
|
-
result = api_instance.
|
|
139
|
+
result = api_instance.get_using_get1(any_state_app_id)
|
|
140
140
|
p result
|
|
141
141
|
rescue SematextCloud::ApiError => e
|
|
142
|
-
puts "Exception when calling AppsApi->
|
|
142
|
+
puts "Exception when calling AppsApi->get_using_get1: #{e}"
|
|
143
143
|
end
|
|
144
144
|
```
|
|
145
145
|
|
|
@@ -162,9 +162,9 @@ end
|
|
|
162
162
|
- **Content-Type**: Not defined
|
|
163
163
|
- **Accept**: application/json
|
|
164
164
|
|
|
165
|
-
# **
|
|
165
|
+
# **invite_app_guests_using_post1**
|
|
166
166
|
|
|
167
|
-
> GenericMapBasedApiResponse
|
|
167
|
+
> GenericMapBasedApiResponse invite_app_guests_using_post1(body)
|
|
168
168
|
|
|
169
169
|
Invite guests to an app
|
|
170
170
|
|
|
@@ -187,10 +187,10 @@ body = SematextCloud::Invitation.new # Invitation | For `app` and `apps` fields
|
|
|
187
187
|
|
|
188
188
|
begin
|
|
189
189
|
#Invite guests to an app
|
|
190
|
-
result = api_instance.
|
|
190
|
+
result = api_instance.invite_app_guests_using_post1(body)
|
|
191
191
|
p result
|
|
192
192
|
rescue SematextCloud::ApiError => e
|
|
193
|
-
puts "Exception when calling AppsApi->
|
|
193
|
+
puts "Exception when calling AppsApi->invite_app_guests_using_post1: #{e}"
|
|
194
194
|
end
|
|
195
195
|
```
|
|
196
196
|
|
|
@@ -260,9 +260,9 @@ This endpoint does not need any parameter.
|
|
|
260
260
|
- **Content-Type**: Not defined
|
|
261
261
|
- **Accept**: application/json
|
|
262
262
|
|
|
263
|
-
# **
|
|
263
|
+
# **list_using_get1**
|
|
264
264
|
|
|
265
|
-
> AppsResponse
|
|
265
|
+
> AppsResponse list_using_get1
|
|
266
266
|
|
|
267
267
|
Get all apps accessible by account identified with apiKey
|
|
268
268
|
|
|
@@ -283,10 +283,10 @@ api_instance = SematextCloud::AppsApi.new
|
|
|
283
283
|
|
|
284
284
|
begin
|
|
285
285
|
#Get all apps accessible by account identified with apiKey
|
|
286
|
-
result = api_instance.
|
|
286
|
+
result = api_instance.list_using_get1
|
|
287
287
|
p result
|
|
288
288
|
rescue SematextCloud::ApiError => e
|
|
289
|
-
puts "Exception when calling AppsApi->
|
|
289
|
+
puts "Exception when calling AppsApi->list_using_get1: #{e}"
|
|
290
290
|
end
|
|
291
291
|
```
|
|
292
292
|
|
|
@@ -363,9 +363,9 @@ end
|
|
|
363
363
|
- **Content-Type**: application/json
|
|
364
364
|
- **Accept**: application/json
|
|
365
365
|
|
|
366
|
-
# **
|
|
366
|
+
# **update_using_put3**
|
|
367
367
|
|
|
368
|
-
> AppResponse
|
|
368
|
+
> AppResponse update_using_put3(bodyany_state_app_id)
|
|
369
369
|
|
|
370
370
|
Update app
|
|
371
371
|
|
|
@@ -391,10 +391,10 @@ any_state_app_id = 789 # Integer | App Id
|
|
|
391
391
|
|
|
392
392
|
begin
|
|
393
393
|
#Update app
|
|
394
|
-
result = api_instance.
|
|
394
|
+
result = api_instance.update_using_put3(bodyany_state_app_id)
|
|
395
395
|
p result
|
|
396
396
|
rescue SematextCloud::ApiError => e
|
|
397
|
-
puts "Exception when calling AppsApi->
|
|
397
|
+
puts "Exception when calling AppsApi->update_using_put3: #{e}"
|
|
398
398
|
end
|
|
399
399
|
```
|
|
400
400
|
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All URIs are relative to */*
|
|
4
4
|
|
|
5
|
-
| Method
|
|
6
|
-
|
|
|
7
|
-
| [**
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| -------------------------------------------------------------------- | ------------------------------------------ | ----------------------------------------- |
|
|
7
|
+
| [**update_using_put**](AwsSettingsControllerApi.md#update_using_put) | **PUT** /users-web/api/v3/apps/{appId}/aws | Update App's AWS CloudWatch settings |
|
|
8
8
|
|
|
9
|
-
# **
|
|
9
|
+
# **update_using_put**
|
|
10
10
|
|
|
11
|
-
> CloudWatchSettingsResponse
|
|
11
|
+
> CloudWatchSettingsResponse update_using_put(bodyapp_id)
|
|
12
12
|
|
|
13
13
|
Update App's AWS CloudWatch settings
|
|
14
14
|
|
|
@@ -34,10 +34,10 @@ app_id = 789 # Integer | appId
|
|
|
34
34
|
|
|
35
35
|
begin
|
|
36
36
|
#Update App's AWS CloudWatch settings
|
|
37
|
-
result = api_instance.
|
|
37
|
+
result = api_instance.update_using_put(bodyapp_id)
|
|
38
38
|
p result
|
|
39
39
|
rescue SematextCloud::ApiError => e
|
|
40
|
-
puts "Exception when calling AwsSettingsControllerApi->
|
|
40
|
+
puts "Exception when calling AwsSettingsControllerApi->update_using_put: #{e}"
|
|
41
41
|
end
|
|
42
42
|
```
|
|
43
43
|
|
data/docs/BillingApi.md
CHANGED
|
@@ -4,13 +4,13 @@ All URIs are relative to */*
|
|
|
4
4
|
|
|
5
5
|
| Method | HTTP request | Description |
|
|
6
6
|
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------ | ---------------------- |
|
|
7
|
-
| [**
|
|
7
|
+
| [**get_detailed_invoice_using_get1**](BillingApi.md#get_detailed_invoice_using_get1) | **GET** /users-web/api/v3/billing/invoice/{service}/{year}/{month} | Get invoice details |
|
|
8
8
|
| [**list_available_plans_using_get1**](BillingApi.md#list_available_plans_using_get1) | **GET** /users-web/api/v3/billing/availablePlans | Get available plans |
|
|
9
|
-
| [**
|
|
9
|
+
| [**update_plan_using_put1**](BillingApi.md#update_plan_using_put1) | **PUT** /users-web/api/v3/billing/info/{appId} | Update plan for an app |
|
|
10
10
|
|
|
11
|
-
# **
|
|
11
|
+
# **get_detailed_invoice_using_get1**
|
|
12
12
|
|
|
13
|
-
> InvoiceResponse
|
|
13
|
+
> InvoiceResponse get_detailed_invoice_using_get1(service, year, month)
|
|
14
14
|
|
|
15
15
|
Get invoice details
|
|
16
16
|
|
|
@@ -35,10 +35,10 @@ month = 56 # Integer | month
|
|
|
35
35
|
|
|
36
36
|
begin
|
|
37
37
|
#Get invoice details
|
|
38
|
-
result = api_instance.
|
|
38
|
+
result = api_instance.get_detailed_invoice_using_get1(service, year, month)
|
|
39
39
|
p result
|
|
40
40
|
rescue SematextCloud::ApiError => e
|
|
41
|
-
puts "Exception when calling BillingApi->
|
|
41
|
+
puts "Exception when calling BillingApi->get_detailed_invoice_using_get1: #{e}"
|
|
42
42
|
end
|
|
43
43
|
```
|
|
44
44
|
|
|
@@ -117,9 +117,9 @@ end
|
|
|
117
117
|
- **Content-Type**: Not defined
|
|
118
118
|
- **Accept**: application/json
|
|
119
119
|
|
|
120
|
-
# **
|
|
120
|
+
# **update_plan_using_put1**
|
|
121
121
|
|
|
122
|
-
> UpdatePlanResponse
|
|
122
|
+
> UpdatePlanResponse update_plan_using_put1(bodyapp_id)
|
|
123
123
|
|
|
124
124
|
Update plan for an app
|
|
125
125
|
|
|
@@ -143,10 +143,10 @@ app_id = 789 # Integer | appId
|
|
|
143
143
|
|
|
144
144
|
begin
|
|
145
145
|
#Update plan for an app
|
|
146
|
-
result = api_instance.
|
|
146
|
+
result = api_instance.update_plan_using_put1(bodyapp_id)
|
|
147
147
|
p result
|
|
148
148
|
rescue SematextCloud::ApiError => e
|
|
149
|
-
puts "Exception when calling BillingApi->
|
|
149
|
+
puts "Exception when calling BillingApi->update_plan_using_put1: #{e}"
|
|
150
150
|
end
|
|
151
151
|
```
|
|
152
152
|
|
data/docs/MonitoringAppApi.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All URIs are relative to */*
|
|
4
4
|
|
|
5
|
-
| Method
|
|
6
|
-
|
|
|
7
|
-
| [**
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| -------------------------------------------------------------------------- | --------------------------------- | --------------------- |
|
|
7
|
+
| [**create_spm_application1**](MonitoringAppApi.md#create_spm_application1) | **POST** /spm-reports/api/v3/apps | Create Monitoring App |
|
|
8
8
|
|
|
9
|
-
# **
|
|
9
|
+
# **create_spm_application1**
|
|
10
10
|
|
|
11
|
-
> AppsResponse
|
|
11
|
+
> AppsResponse create_spm_application1(body)
|
|
12
12
|
|
|
13
13
|
Create Monitoring App
|
|
14
14
|
|
|
@@ -31,10 +31,10 @@ body = SematextCloud::CreateAppInfo.new # CreateAppInfo | Details of the applica
|
|
|
31
31
|
|
|
32
32
|
begin
|
|
33
33
|
#Create Monitoring App
|
|
34
|
-
result = api_instance.
|
|
34
|
+
result = api_instance.create_spm_application1(body)
|
|
35
35
|
p result
|
|
36
36
|
rescue SematextCloud::ApiError => e
|
|
37
|
-
puts "Exception when calling MonitoringAppApi->
|
|
37
|
+
puts "Exception when calling MonitoringAppApi->create_spm_application1: #{e}"
|
|
38
38
|
end
|
|
39
39
|
```
|
|
40
40
|
|
data/docs/PlansResponseEntry.md
CHANGED
data/docs/ServiceIntegration.md
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## Properties
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
5
|
+
Name | Type | Description | Notes
|
|
6
|
+
------------ | ------------- | ------------- | -------------
|
|
7
|
+
**app_type_id** | **Integer** | | [optional]
|
|
8
|
+
**app_type_name** | **String** | | [optional]
|
|
9
|
+
**display_name** | **String** | | [optional]
|
|
10
|
+
**enabled** | **BOOLEAN** | | [optional]
|
|
11
|
+
**external_product_id** | **Integer** | | [optional]
|
|
12
|
+
**external_product_name** | **String** | | [optional]
|
|
13
|
+
**id** | **Integer** | | [optional]
|
|
14
|
+
**integration_type** | **String** | | [optional]
|
|
15
|
+
**ordinal** | **Integer** | | [optional]
|
|
16
|
+
**parent_integration_id** | **Integer** | | [optional]
|
|
17
|
+
**sematext_service** | **String** | | [optional]
|
|
18
|
+
**visible** | **BOOLEAN** | | [optional]
|
data/docs/SubscriptionsApi.md
CHANGED
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All URIs are relative to */*
|
|
4
4
|
|
|
5
|
-
| Method
|
|
6
|
-
|
|
|
7
|
-
| [**create_for_app_using_post**](SubscriptionsApi.md#create_for_app_using_post)
|
|
8
|
-
| [**create_for_dash_using_post1**](SubscriptionsApi.md#create_for_dash_using_post1)
|
|
9
|
-
| [**
|
|
10
|
-
| [**
|
|
11
|
-
| [**list_using_get5**](SubscriptionsApi.md#list_using_get5)
|
|
12
|
-
| [**
|
|
13
|
-
| [**
|
|
14
|
-
| [**
|
|
15
|
-
| [**
|
|
16
|
-
| [**
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
| ------------------------------------------------------------------------------------ | --------------------------------------------------------------------- | ---------------------------------------- |
|
|
7
|
+
| [**create_for_app_using_post**](SubscriptionsApi.md#create_for_app_using_post) | **POST** /users-web/api/v3/apps/{appId}/subscription | Create App subscription |
|
|
8
|
+
| [**create_for_dash_using_post1**](SubscriptionsApi.md#create_for_dash_using_post1) | **POST** /users-web/api/v3/dashboards/{dashId}/subscription | Create dashboard subscription |
|
|
9
|
+
| [**delete_using_delete3**](SubscriptionsApi.md#delete_using_delete3) | **DELETE** /users-web/api/v3/subscriptions/{updateableSubscriptionId} | Delete subscription |
|
|
10
|
+
| [**list_using_get2**](SubscriptionsApi.md#list_using_get2) | **GET** /users-web/api/v3/apps/{appId}/subscriptions | Get subscriptions for an App |
|
|
11
|
+
| [**list_using_get5**](SubscriptionsApi.md#list_using_get5) | **GET** /users-web/api/v3/subscriptions | Get current account's subscriptions |
|
|
12
|
+
| [**send_app_report_using_post1**](SubscriptionsApi.md#send_app_report_using_post1) | **POST** /users-web/api/v3/apps/{appId}/report/send | Email an App report |
|
|
13
|
+
| [**send_dash_report_using_post1**](SubscriptionsApi.md#send_dash_report_using_post1) | **POST** /users-web/api/v3/dashboards/{dashId}/report/send | Email a dashboard report |
|
|
14
|
+
| [**toggle_enabled_using_put**](SubscriptionsApi.md#toggle_enabled_using_put) | **PUT** /users-web/api/v3/subscriptions/{updateableSubscriptionId} | Toggle subscription status |
|
|
15
|
+
| [**update_for_app_using_put1**](SubscriptionsApi.md#update_for_app_using_put1) | **PUT** /users-web/api/v3/apps/{appId}/subscription | Update App subscription |
|
|
16
|
+
| [**update_for_dash_using_put**](SubscriptionsApi.md#update_for_dash_using_put) | **PUT** /users-web/api/v3/dashboards/{dashId}/subscription | Update dashboard subscription |
|
|
17
17
|
|
|
18
18
|
# **create_for_app_using_post**
|
|
19
19
|
|
|
@@ -121,9 +121,9 @@ end
|
|
|
121
121
|
- **Content-Type**: application/json
|
|
122
122
|
- **Accept**: application/json
|
|
123
123
|
|
|
124
|
-
# **
|
|
124
|
+
# **delete_using_delete3**
|
|
125
125
|
|
|
126
|
-
> GenericMapBasedApiResponse
|
|
126
|
+
> GenericMapBasedApiResponse delete_using_delete3(updateable_subscription_id)
|
|
127
127
|
|
|
128
128
|
Delete subscription
|
|
129
129
|
|
|
@@ -146,10 +146,10 @@ updateable_subscription_id = 789 # Integer | updateableSubscriptionId
|
|
|
146
146
|
|
|
147
147
|
begin
|
|
148
148
|
#Delete subscription
|
|
149
|
-
result = api_instance.
|
|
149
|
+
result = api_instance.delete_using_delete3(updateable_subscription_id)
|
|
150
150
|
p result
|
|
151
151
|
rescue SematextCloud::ApiError => e
|
|
152
|
-
puts "Exception when calling SubscriptionsApi->
|
|
152
|
+
puts "Exception when calling SubscriptionsApi->delete_using_delete3: #{e}"
|
|
153
153
|
end
|
|
154
154
|
```
|
|
155
155
|
|
|
@@ -172,9 +172,9 @@ end
|
|
|
172
172
|
- **Content-Type**: Not defined
|
|
173
173
|
- **Accept**: application/json
|
|
174
174
|
|
|
175
|
-
# **
|
|
175
|
+
# **list_using_get2**
|
|
176
176
|
|
|
177
|
-
> SubscriptionsResponse
|
|
177
|
+
> SubscriptionsResponse list_using_get2(app_id)
|
|
178
178
|
|
|
179
179
|
Get subscriptions for an App
|
|
180
180
|
|
|
@@ -197,10 +197,10 @@ app_id = 789 # Integer | appId
|
|
|
197
197
|
|
|
198
198
|
begin
|
|
199
199
|
#Get subscriptions for an App
|
|
200
|
-
result = api_instance.
|
|
200
|
+
result = api_instance.list_using_get2(app_id)
|
|
201
201
|
p result
|
|
202
202
|
rescue SematextCloud::ApiError => e
|
|
203
|
-
puts "Exception when calling SubscriptionsApi->
|
|
203
|
+
puts "Exception when calling SubscriptionsApi->list_using_get2: #{e}"
|
|
204
204
|
end
|
|
205
205
|
```
|
|
206
206
|
|
|
@@ -270,9 +270,9 @@ This endpoint does not need any parameter.
|
|
|
270
270
|
- **Content-Type**: Not defined
|
|
271
271
|
- **Accept**: application/json
|
|
272
272
|
|
|
273
|
-
# **
|
|
273
|
+
# **send_app_report_using_post1**
|
|
274
274
|
|
|
275
|
-
> MailReportResponse
|
|
275
|
+
> MailReportResponse send_app_report_using_post1(bodyapp_id)
|
|
276
276
|
|
|
277
277
|
Email an App report
|
|
278
278
|
|
|
@@ -296,10 +296,10 @@ app_id = 789 # Integer | appId
|
|
|
296
296
|
|
|
297
297
|
begin
|
|
298
298
|
#Email an App report
|
|
299
|
-
result = api_instance.
|
|
299
|
+
result = api_instance.send_app_report_using_post1(bodyapp_id)
|
|
300
300
|
p result
|
|
301
301
|
rescue SematextCloud::ApiError => e
|
|
302
|
-
puts "Exception when calling SubscriptionsApi->
|
|
302
|
+
puts "Exception when calling SubscriptionsApi->send_app_report_using_post1: #{e}"
|
|
303
303
|
end
|
|
304
304
|
```
|
|
305
305
|
|
|
@@ -323,9 +323,9 @@ end
|
|
|
323
323
|
- **Content-Type**: application/json
|
|
324
324
|
- **Accept**: application/json
|
|
325
325
|
|
|
326
|
-
# **
|
|
326
|
+
# **send_dash_report_using_post1**
|
|
327
327
|
|
|
328
|
-
> MailReportResponse
|
|
328
|
+
> MailReportResponse send_dash_report_using_post1(bodydash_id)
|
|
329
329
|
|
|
330
330
|
Email a dashboard report
|
|
331
331
|
|
|
@@ -349,10 +349,10 @@ dash_id = 789 # Integer | dashId
|
|
|
349
349
|
|
|
350
350
|
begin
|
|
351
351
|
#Email a dashboard report
|
|
352
|
-
result = api_instance.
|
|
352
|
+
result = api_instance.send_dash_report_using_post1(bodydash_id)
|
|
353
353
|
p result
|
|
354
354
|
rescue SematextCloud::ApiError => e
|
|
355
|
-
puts "Exception when calling SubscriptionsApi->
|
|
355
|
+
puts "Exception when calling SubscriptionsApi->send_dash_report_using_post1: #{e}"
|
|
356
356
|
end
|
|
357
357
|
```
|
|
358
358
|
|
|
@@ -376,9 +376,9 @@ end
|
|
|
376
376
|
- **Content-Type**: application/json
|
|
377
377
|
- **Accept**: application/json
|
|
378
378
|
|
|
379
|
-
# **
|
|
379
|
+
# **toggle_enabled_using_put**
|
|
380
380
|
|
|
381
|
-
> SubscriptionResponse
|
|
381
|
+
> SubscriptionResponse toggle_enabled_using_put(bodyupdateable_subscription_id)
|
|
382
382
|
|
|
383
383
|
Toggle subscription status
|
|
384
384
|
|
|
@@ -402,10 +402,10 @@ updateable_subscription_id = 789 # Integer | updateableSubscriptionId
|
|
|
402
402
|
|
|
403
403
|
begin
|
|
404
404
|
#Toggle subscription status
|
|
405
|
-
result = api_instance.
|
|
405
|
+
result = api_instance.toggle_enabled_using_put(bodyupdateable_subscription_id)
|
|
406
406
|
p result
|
|
407
407
|
rescue SematextCloud::ApiError => e
|
|
408
|
-
puts "Exception when calling SubscriptionsApi->
|
|
408
|
+
puts "Exception when calling SubscriptionsApi->toggle_enabled_using_put: #{e}"
|
|
409
409
|
end
|
|
410
410
|
```
|
|
411
411
|
|
|
@@ -429,9 +429,9 @@ end
|
|
|
429
429
|
- **Content-Type**: application/json
|
|
430
430
|
- **Accept**: application/json
|
|
431
431
|
|
|
432
|
-
# **
|
|
432
|
+
# **update_for_app_using_put1**
|
|
433
433
|
|
|
434
|
-
> SubscriptionResponse
|
|
434
|
+
> SubscriptionResponse update_for_app_using_put1(bodyapp_id)
|
|
435
435
|
|
|
436
436
|
Update App subscription
|
|
437
437
|
|
|
@@ -455,10 +455,10 @@ app_id = 789 # Integer | appId
|
|
|
455
455
|
|
|
456
456
|
begin
|
|
457
457
|
#Update App subscription
|
|
458
|
-
result = api_instance.
|
|
458
|
+
result = api_instance.update_for_app_using_put1(bodyapp_id)
|
|
459
459
|
p result
|
|
460
460
|
rescue SematextCloud::ApiError => e
|
|
461
|
-
puts "Exception when calling SubscriptionsApi->
|
|
461
|
+
puts "Exception when calling SubscriptionsApi->update_for_app_using_put1: #{e}"
|
|
462
462
|
end
|
|
463
463
|
```
|
|
464
464
|
|
|
@@ -482,9 +482,9 @@ end
|
|
|
482
482
|
- **Content-Type**: application/json
|
|
483
483
|
- **Accept**: application/json
|
|
484
484
|
|
|
485
|
-
# **
|
|
485
|
+
# **update_for_dash_using_put**
|
|
486
486
|
|
|
487
|
-
> SubscriptionResponse
|
|
487
|
+
> SubscriptionResponse update_for_dash_using_put(bodydash_id)
|
|
488
488
|
|
|
489
489
|
Update dashboard subscription
|
|
490
490
|
|
|
@@ -508,10 +508,10 @@ dash_id = 789 # Integer | dashId
|
|
|
508
508
|
|
|
509
509
|
begin
|
|
510
510
|
#Update dashboard subscription
|
|
511
|
-
result = api_instance.
|
|
511
|
+
result = api_instance.update_for_dash_using_put(bodydash_id)
|
|
512
512
|
p result
|
|
513
513
|
rescue SematextCloud::ApiError => e
|
|
514
|
-
puts "Exception when calling SubscriptionsApi->
|
|
514
|
+
puts "Exception when calling SubscriptionsApi->update_for_dash_using_put: #{e}"
|
|
515
515
|
end
|
|
516
516
|
```
|
|
517
517
|
|