algolia 3.0.0.alpha.5 → 3.0.0.alpha.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.openapi-generator/VERSION +1 -1
- data/CHANGELOG.md +17 -0
- data/Gemfile.lock +12 -12
- data/algolia.gemspec +2 -1
- data/lib/algolia/api/abtesting_client.rb +50 -30
- data/lib/algolia/api/analytics_client.rb +132 -64
- data/lib/algolia/api/ingestion_client.rb +371 -131
- data/lib/algolia/api/insights_client.rb +18 -18
- data/lib/algolia/api/monitoring_client.rb +46 -53
- data/lib/algolia/api/personalization_client.rb +42 -26
- data/lib/algolia/api/query_suggestions_client.rb +66 -38
- data/lib/algolia/api/recommend_client.rb +57 -38
- data/lib/algolia/api/search_client.rb +625 -280
- data/lib/algolia/api_client.rb +2 -5
- data/lib/algolia/models/abtesting/ab_test.rb +14 -4
- data/lib/algolia/models/abtesting/ab_test_response.rb +7 -3
- data/lib/algolia/models/abtesting/ab_tests_variant.rb +7 -3
- data/lib/algolia/models/abtesting/ab_tests_variant_search_params.rb +7 -3
- data/lib/algolia/models/abtesting/add_ab_tests_request.rb +7 -3
- data/lib/algolia/models/abtesting/add_ab_tests_variant.rb +1 -1
- data/lib/algolia/models/abtesting/currencies_value.rb +7 -3
- data/lib/algolia/models/abtesting/custom_search_params.rb +7 -3
- data/lib/algolia/models/abtesting/error_base.rb +13 -4
- data/lib/algolia/models/abtesting/filter_effects.rb +7 -3
- data/lib/algolia/models/abtesting/filter_effects_empty_search.rb +7 -3
- data/lib/algolia/models/abtesting/filter_effects_outliers.rb +7 -3
- data/lib/algolia/models/abtesting/list_ab_tests_response.rb +10 -4
- data/lib/algolia/models/abtesting/variant.rb +46 -11
- data/lib/algolia/models/analytics/average_click_event.rb +7 -3
- data/lib/algolia/models/analytics/click_position.rb +7 -3
- data/lib/algolia/models/analytics/click_through_rate_event.rb +10 -4
- data/lib/algolia/models/analytics/conversion_rate_event.rb +10 -4
- data/lib/algolia/models/analytics/error_base.rb +13 -4
- data/lib/algolia/models/analytics/get_average_click_position_response.rb +7 -3
- data/lib/algolia/models/analytics/get_click_positions_response.rb +7 -3
- data/lib/algolia/models/analytics/get_click_through_rate_response.rb +10 -4
- data/lib/algolia/models/analytics/get_conversation_rate_response.rb +10 -4
- data/lib/algolia/models/analytics/get_no_click_rate_response.rb +7 -3
- data/lib/algolia/models/analytics/get_no_results_rate_response.rb +7 -3
- data/lib/algolia/models/analytics/get_searches_count_response.rb +7 -3
- data/lib/algolia/models/analytics/get_searches_no_clicks_response.rb +7 -3
- data/lib/algolia/models/analytics/get_searches_no_results_response.rb +7 -3
- data/lib/algolia/models/analytics/get_status_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_countries_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filter_attribute.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filter_attributes_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filter_for_attribute.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filter_for_attribute_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filters_no_results_response.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filters_no_results_value.rb +7 -3
- data/lib/algolia/models/analytics/get_top_filters_no_results_values.rb +7 -3
- data/lib/algolia/models/analytics/get_top_hits_response.rb +1 -1
- data/lib/algolia/models/analytics/get_top_searches_response.rb +1 -1
- data/lib/algolia/models/analytics/get_users_count_response.rb +7 -3
- data/lib/algolia/models/analytics/no_click_rate_event.rb +7 -3
- data/lib/algolia/models/analytics/no_results_rate_event.rb +7 -3
- data/lib/algolia/models/analytics/search_event.rb +7 -3
- data/lib/algolia/models/analytics/search_no_click_event.rb +7 -3
- data/lib/algolia/models/analytics/search_no_result_event.rb +7 -3
- data/lib/algolia/models/analytics/top_country.rb +7 -3
- data/lib/algolia/models/analytics/top_hit.rb +7 -3
- data/lib/algolia/models/analytics/top_hit_with_analytics.rb +10 -4
- data/lib/algolia/models/analytics/top_hits_response.rb +7 -3
- data/lib/algolia/models/analytics/top_hits_response_with_analytics.rb +7 -3
- data/lib/algolia/models/analytics/top_search.rb +7 -3
- data/lib/algolia/models/analytics/top_search_with_analytics.rb +10 -4
- data/lib/algolia/models/analytics/top_searches_response.rb +7 -3
- data/lib/algolia/models/analytics/top_searches_response_with_analytics.rb +7 -3
- data/lib/algolia/models/analytics/user_with_date.rb +7 -3
- data/lib/algolia/models/ingestion/auth_algolia.rb +7 -3
- data/lib/algolia/models/ingestion/auth_algolia_partial.rb +7 -3
- data/lib/algolia/models/ingestion/auth_api_key.rb +7 -3
- data/lib/algolia/models/ingestion/auth_api_key_partial.rb +7 -3
- data/lib/algolia/models/ingestion/auth_basic.rb +7 -3
- data/lib/algolia/models/ingestion/auth_basic_partial.rb +7 -3
- data/lib/algolia/models/ingestion/auth_google_service_account.rb +7 -3
- data/lib/algolia/models/ingestion/auth_google_service_account_partial.rb +7 -3
- data/lib/algolia/models/ingestion/auth_input.rb +1 -1
- data/lib/algolia/models/ingestion/auth_input_partial.rb +1 -1
- data/lib/algolia/models/ingestion/auth_o_auth.rb +7 -3
- data/lib/algolia/models/ingestion/auth_o_auth_partial.rb +7 -3
- data/lib/algolia/models/ingestion/authentication.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_create.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_create_response.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_search.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_update.rb +7 -3
- data/lib/algolia/models/ingestion/authentication_update_response.rb +7 -3
- data/lib/algolia/models/ingestion/big_commerce_channel.rb +7 -3
- data/lib/algolia/models/ingestion/big_commerce_metafield.rb +7 -3
- data/lib/algolia/models/ingestion/delete_response.rb +7 -3
- data/lib/algolia/models/ingestion/destination.rb +7 -3
- data/lib/algolia/models/ingestion/destination_create.rb +7 -3
- data/lib/algolia/models/ingestion/destination_create_response.rb +7 -3
- data/lib/algolia/models/ingestion/destination_index_name.rb +7 -3
- data/lib/algolia/models/ingestion/destination_index_prefix.rb +7 -3
- data/lib/algolia/models/ingestion/destination_input.rb +1 -1
- data/lib/algolia/models/ingestion/destination_search.rb +7 -3
- data/lib/algolia/models/ingestion/destination_update.rb +7 -3
- data/lib/algolia/models/ingestion/destination_update_response.rb +7 -3
- data/lib/algolia/models/ingestion/docker_source_discover.rb +7 -3
- data/lib/algolia/models/ingestion/docker_source_streams.rb +7 -3
- data/lib/algolia/models/ingestion/error_base.rb +13 -4
- data/lib/algolia/models/ingestion/event.rb +7 -3
- data/lib/algolia/models/ingestion/list_authentications_response.rb +7 -3
- data/lib/algolia/models/ingestion/list_destinations_response.rb +7 -3
- data/lib/algolia/models/ingestion/list_events_response.rb +7 -3
- data/lib/algolia/models/ingestion/list_sources_response.rb +7 -3
- data/lib/algolia/models/ingestion/list_tasks_response.rb +7 -3
- data/lib/algolia/models/ingestion/on_demand_date_utils_input.rb +7 -3
- data/lib/algolia/models/ingestion/on_demand_trigger.rb +7 -3
- data/lib/algolia/models/ingestion/on_demand_trigger_input.rb +7 -3
- data/lib/algolia/models/ingestion/pagination.rb +7 -3
- data/lib/algolia/models/ingestion/platform_with_none.rb +1 -1
- data/lib/algolia/models/ingestion/run.rb +7 -3
- data/lib/algolia/models/ingestion/run_list_response.rb +7 -3
- data/lib/algolia/models/ingestion/run_progress.rb +7 -3
- data/lib/algolia/models/ingestion/run_response.rb +7 -3
- data/lib/algolia/models/ingestion/schedule_date_utils_input.rb +7 -3
- data/lib/algolia/models/ingestion/schedule_trigger.rb +7 -3
- data/lib/algolia/models/ingestion/schedule_trigger_input.rb +7 -3
- data/lib/algolia/models/ingestion/source.rb +7 -3
- data/lib/algolia/models/ingestion/source_big_commerce.rb +7 -3
- data/lib/algolia/models/ingestion/source_big_query.rb +7 -3
- data/lib/algolia/models/ingestion/source_commercetools.rb +7 -3
- data/lib/algolia/models/ingestion/source_create.rb +7 -3
- data/lib/algolia/models/ingestion/source_create_response.rb +7 -3
- data/lib/algolia/models/ingestion/source_csv.rb +7 -3
- data/lib/algolia/models/ingestion/source_docker.rb +7 -3
- data/lib/algolia/models/ingestion/source_input.rb +1 -1
- data/lib/algolia/models/ingestion/source_json.rb +7 -3
- data/lib/algolia/models/ingestion/source_search.rb +7 -3
- data/lib/algolia/models/ingestion/source_update.rb +7 -3
- data/lib/algolia/models/ingestion/source_update_commercetools.rb +7 -3
- data/lib/algolia/models/ingestion/source_update_docker.rb +7 -3
- data/lib/algolia/models/ingestion/source_update_input.rb +1 -1
- data/lib/algolia/models/ingestion/source_update_response.rb +7 -3
- data/lib/algolia/models/ingestion/subscription_trigger.rb +7 -3
- data/lib/algolia/models/ingestion/task.rb +7 -3
- data/lib/algolia/models/ingestion/task_create.rb +7 -3
- data/lib/algolia/models/ingestion/task_create_response.rb +7 -3
- data/lib/algolia/models/ingestion/task_create_trigger.rb +1 -1
- data/lib/algolia/models/ingestion/task_input.rb +1 -1
- data/lib/algolia/models/ingestion/task_search.rb +7 -3
- data/lib/algolia/models/ingestion/task_update.rb +7 -3
- data/lib/algolia/models/ingestion/task_update_response.rb +7 -3
- data/lib/algolia/models/ingestion/trigger.rb +1 -1
- data/lib/algolia/models/ingestion/trigger_update_input.rb +7 -3
- data/lib/algolia/models/ingestion/window.rb +7 -3
- data/lib/algolia/models/insights/added_to_cart_object_ids.rb +7 -3
- data/lib/algolia/models/insights/added_to_cart_object_ids_after_search.rb +7 -3
- data/lib/algolia/models/insights/clicked_filters.rb +7 -3
- data/lib/algolia/models/insights/clicked_object_ids.rb +7 -3
- data/lib/algolia/models/insights/clicked_object_ids_after_search.rb +7 -3
- data/lib/algolia/models/insights/converted_filters.rb +7 -3
- data/lib/algolia/models/insights/converted_object_ids.rb +7 -3
- data/lib/algolia/models/insights/converted_object_ids_after_search.rb +7 -3
- data/lib/algolia/models/insights/discount.rb +1 -1
- data/lib/algolia/models/insights/error_base.rb +13 -4
- data/lib/algolia/models/insights/events_items.rb +1 -1
- data/lib/algolia/models/insights/events_response.rb +7 -3
- data/lib/algolia/models/insights/insights_events.rb +7 -3
- data/lib/algolia/models/insights/object_data.rb +7 -3
- data/lib/algolia/models/insights/object_data_after_search.rb +7 -3
- data/lib/algolia/models/insights/price.rb +1 -1
- data/lib/algolia/models/insights/purchased_object_ids.rb +7 -3
- data/lib/algolia/models/insights/purchased_object_ids_after_search.rb +7 -3
- data/lib/algolia/models/insights/value.rb +1 -1
- data/lib/algolia/models/insights/viewed_filters.rb +7 -3
- data/lib/algolia/models/insights/viewed_object_ids.rb +7 -3
- data/lib/algolia/models/monitoring/error_base.rb +13 -4
- data/lib/algolia/models/monitoring/get_inventory403_response.rb +7 -3
- data/lib/algolia/models/monitoring/incident.rb +7 -3
- data/lib/algolia/models/monitoring/incidents_inner.rb +7 -3
- data/lib/algolia/models/monitoring/incidents_response.rb +7 -3
- data/lib/algolia/models/monitoring/indexing_time_response.rb +7 -3
- data/lib/algolia/models/monitoring/indexing_time_response_metrics.rb +7 -3
- data/lib/algolia/models/monitoring/infrastructure_response.rb +7 -3
- data/lib/algolia/models/monitoring/infrastructure_response_metrics.rb +7 -3
- data/lib/algolia/models/monitoring/inventory_response.rb +7 -3
- data/lib/algolia/models/monitoring/latency_response.rb +7 -3
- data/lib/algolia/models/monitoring/latency_response_metrics.rb +7 -3
- data/lib/algolia/models/monitoring/probes_metric.rb +7 -3
- data/lib/algolia/models/monitoring/server.rb +7 -3
- data/lib/algolia/models/monitoring/status_response.rb +7 -3
- data/lib/algolia/models/monitoring/time_inner.rb +7 -3
- data/lib/algolia/models/personalization/delete_user_profile_response.rb +7 -3
- data/lib/algolia/models/personalization/error_base.rb +13 -4
- data/lib/algolia/models/personalization/event_scoring.rb +7 -3
- data/lib/algolia/models/personalization/facet_scoring.rb +7 -3
- data/lib/algolia/models/personalization/get_user_token_response.rb +7 -3
- data/lib/algolia/models/personalization/personalization_strategy_params.rb +7 -3
- data/lib/algolia/models/personalization/set_personalization_strategy_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/base_query_suggestions_configuration_response.rb +8 -14
- data/lib/algolia/models/query-suggestions/base_query_suggestions_configuration_with_index.rb +7 -3
- data/lib/algolia/models/query-suggestions/base_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/error_base.rb +13 -4
- data/lib/algolia/models/query-suggestions/facet.rb +7 -3
- data/lib/algolia/models/query-suggestions/get_config_status200_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/get_log_file200_response.rb +7 -3
- data/lib/algolia/models/query-suggestions/languages.rb +1 -1
- data/lib/algolia/models/query-suggestions/query_suggestions_configuration.rb +7 -3
- data/lib/algolia/models/query-suggestions/query_suggestions_configuration_response.rb +8 -14
- data/lib/algolia/models/query-suggestions/query_suggestions_configuration_with_index.rb +7 -3
- data/lib/algolia/models/query-suggestions/source_index.rb +7 -3
- data/lib/algolia/models/recommend/around_precision.rb +1 -1
- data/lib/algolia/models/recommend/around_precision_from_value_inner.rb +7 -3
- data/lib/algolia/models/recommend/around_radius.rb +1 -1
- data/lib/algolia/models/recommend/automatic_facet_filter.rb +7 -3
- data/lib/algolia/models/recommend/automatic_facet_filters.rb +1 -1
- data/lib/algolia/models/recommend/base_recommend_request.rb +7 -3
- data/lib/algolia/models/recommend/base_recommendations_query.rb +7 -3
- data/lib/algolia/models/recommend/base_recommended_for_you_query.rb +7 -3
- data/lib/algolia/models/recommend/base_recommended_for_you_query_parameters.rb +7 -3
- data/lib/algolia/models/recommend/base_search_params.rb +7 -3
- data/lib/algolia/models/recommend/base_search_params_without_query.rb +7 -3
- data/lib/algolia/models/recommend/base_search_response.rb +13 -4
- data/lib/algolia/models/recommend/base_trending_facets_query.rb +7 -3
- data/lib/algolia/models/recommend/base_trending_items_query.rb +7 -3
- data/lib/algolia/models/recommend/condition.rb +7 -3
- data/lib/algolia/models/recommend/consequence.rb +7 -3
- data/lib/algolia/models/recommend/consequence_hide.rb +7 -3
- data/lib/algolia/models/recommend/consequence_params.rb +7 -3
- data/lib/algolia/models/recommend/consequence_query.rb +1 -1
- data/lib/algolia/models/recommend/consequence_query_object.rb +7 -3
- data/lib/algolia/models/recommend/deleted_at_response.rb +7 -3
- data/lib/algolia/models/recommend/distinct.rb +1 -1
- data/lib/algolia/models/recommend/edit.rb +7 -3
- data/lib/algolia/models/recommend/error_base.rb +13 -4
- data/lib/algolia/models/recommend/exhaustive.rb +7 -3
- data/lib/algolia/models/recommend/facet_filters.rb +1 -1
- data/lib/algolia/models/recommend/facet_ordering.rb +7 -3
- data/lib/algolia/models/recommend/facets.rb +7 -3
- data/lib/algolia/models/recommend/facets_stats.rb +7 -3
- data/lib/algolia/models/recommend/get_recommend_task_response.rb +7 -3
- data/lib/algolia/models/recommend/get_recommendations_params.rb +7 -3
- data/lib/algolia/models/recommend/get_recommendations_response.rb +7 -3
- data/lib/algolia/models/recommend/highlight_result.rb +2 -1
- data/lib/algolia/models/recommend/highlight_result_option.rb +7 -3
- data/lib/algolia/models/recommend/ignore_plurals.rb +1 -1
- data/lib/algolia/models/recommend/index_settings_as_search_params.rb +7 -3
- data/lib/algolia/models/recommend/matched_geo_location.rb +7 -3
- data/lib/algolia/models/recommend/mixed_search_filters.rb +1 -1
- data/lib/algolia/models/recommend/numeric_filters.rb +1 -1
- data/lib/algolia/models/recommend/optional_filters.rb +1 -1
- data/lib/algolia/models/recommend/params.rb +7 -3
- data/lib/algolia/models/recommend/personalization.rb +7 -3
- data/lib/algolia/models/recommend/promote.rb +1 -1
- data/lib/algolia/models/recommend/promote_object_id.rb +7 -3
- data/lib/algolia/models/recommend/promote_object_ids.rb +7 -3
- data/lib/algolia/models/recommend/ranking_info.rb +7 -3
- data/lib/algolia/models/recommend/re_ranking_apply_filter.rb +1 -1
- data/lib/algolia/models/recommend/recommend_hit.rb +13 -4
- data/lib/algolia/models/recommend/recommendations_hit.rb +1 -1
- data/lib/algolia/models/recommend/recommendations_hits.rb +7 -3
- data/lib/algolia/models/recommend/recommendations_query.rb +7 -3
- data/lib/algolia/models/recommend/recommendations_request.rb +1 -1
- data/lib/algolia/models/recommend/recommendations_results.rb +7 -3
- data/lib/algolia/models/recommend/recommended_for_you_query.rb +7 -3
- data/lib/algolia/models/recommend/recommended_for_you_query_parameters.rb +7 -3
- data/lib/algolia/models/recommend/redirect.rb +7 -3
- data/lib/algolia/models/recommend/redirect_rule_index_metadata.rb +7 -3
- data/lib/algolia/models/recommend/redirect_rule_index_metadata_data.rb +7 -3
- data/lib/algolia/models/recommend/remove_stop_words.rb +1 -1
- data/lib/algolia/models/recommend/rendering_content.rb +7 -3
- data/lib/algolia/models/recommend/rule_response.rb +7 -3
- data/lib/algolia/models/recommend/rule_response_metadata.rb +7 -3
- data/lib/algolia/models/recommend/search_params_object.rb +7 -3
- data/lib/algolia/models/recommend/search_params_query.rb +7 -3
- data/lib/algolia/models/recommend/search_recommend_rules_params.rb +7 -3
- data/lib/algolia/models/recommend/search_recommend_rules_response.rb +7 -3
- data/lib/algolia/models/recommend/semantic_search.rb +7 -3
- data/lib/algolia/models/recommend/snippet_result.rb +2 -1
- data/lib/algolia/models/recommend/snippet_result_option.rb +7 -3
- data/lib/algolia/models/recommend/tag_filters.rb +1 -1
- data/lib/algolia/models/recommend/trending_facet_hit.rb +7 -3
- data/lib/algolia/models/recommend/trending_facets_query.rb +7 -3
- data/lib/algolia/models/recommend/trending_items_query.rb +7 -3
- data/lib/algolia/models/recommend/typo_tolerance.rb +1 -1
- data/lib/algolia/models/recommend/value.rb +7 -3
- data/lib/algolia/models/search/add_api_key_response.rb +7 -3
- data/lib/algolia/models/search/api_key.rb +7 -3
- data/lib/algolia/models/search/around_precision.rb +1 -1
- data/lib/algolia/models/search/around_precision_from_value_inner.rb +7 -3
- data/lib/algolia/models/search/around_radius.rb +1 -1
- data/lib/algolia/models/search/assign_user_id_params.rb +7 -3
- data/lib/algolia/models/search/attribute_to_update.rb +1 -1
- data/lib/algolia/models/search/automatic_facet_filter.rb +7 -3
- data/lib/algolia/models/search/automatic_facet_filters.rb +1 -1
- data/lib/algolia/models/search/base_get_api_key_response.rb +7 -3
- data/lib/algolia/models/search/base_index_settings.rb +7 -3
- data/lib/algolia/models/search/base_search_params.rb +7 -3
- data/lib/algolia/models/search/base_search_params_without_query.rb +7 -3
- data/lib/algolia/models/search/base_search_response.rb +13 -4
- data/lib/algolia/models/search/batch_assign_user_ids_params.rb +7 -3
- data/lib/algolia/models/search/batch_dictionary_entries_params.rb +7 -3
- data/lib/algolia/models/search/batch_dictionary_entries_request.rb +7 -3
- data/lib/algolia/models/search/batch_params.rb +7 -3
- data/lib/algolia/models/search/batch_request.rb +7 -3
- data/lib/algolia/models/search/batch_response.rb +7 -3
- data/lib/algolia/models/search/batch_write_params.rb +7 -3
- data/lib/algolia/models/search/browse_params.rb +1 -1
- data/lib/algolia/models/search/browse_params_object.rb +7 -3
- data/lib/algolia/models/search/browse_response.rb +7 -3
- data/lib/algolia/models/search/built_in_operation.rb +7 -3
- data/lib/algolia/models/search/condition.rb +7 -3
- data/lib/algolia/models/search/consequence.rb +7 -3
- data/lib/algolia/models/search/consequence_hide.rb +7 -3
- data/lib/algolia/models/search/consequence_params.rb +7 -3
- data/lib/algolia/models/search/consequence_query.rb +1 -1
- data/lib/algolia/models/search/consequence_query_object.rb +7 -3
- data/lib/algolia/models/search/created_at_response.rb +7 -3
- data/lib/algolia/models/search/cursor.rb +7 -3
- data/lib/algolia/models/search/delete_api_key_response.rb +7 -3
- data/lib/algolia/models/search/delete_by_params.rb +7 -3
- data/lib/algolia/models/search/delete_source_response.rb +7 -3
- data/lib/algolia/models/search/deleted_at_response.rb +7 -3
- data/lib/algolia/models/search/dictionary_entry.rb +13 -4
- data/lib/algolia/models/search/dictionary_language.rb +7 -3
- data/lib/algolia/models/search/dictionary_settings_params.rb +7 -3
- data/lib/algolia/models/search/distinct.rb +1 -1
- data/lib/algolia/models/search/edit.rb +7 -3
- data/lib/algolia/models/search/error_base.rb +13 -4
- data/lib/algolia/models/search/exhaustive.rb +7 -3
- data/lib/algolia/models/search/facet_filters.rb +1 -1
- data/lib/algolia/models/search/facet_hits.rb +7 -3
- data/lib/algolia/models/search/facet_ordering.rb +7 -3
- data/lib/algolia/models/search/facets.rb +7 -3
- data/lib/algolia/models/search/facets_stats.rb +7 -3
- data/lib/algolia/models/search/fetched_index.rb +7 -3
- data/lib/algolia/models/search/get_api_key_response.rb +7 -3
- data/lib/algolia/models/search/get_dictionary_settings_response.rb +7 -3
- data/lib/algolia/models/search/get_logs_response.rb +7 -3
- data/lib/algolia/models/search/get_objects_params.rb +7 -3
- data/lib/algolia/models/search/get_objects_request.rb +7 -3
- data/lib/algolia/models/search/get_objects_response.rb +7 -3
- data/lib/algolia/models/search/get_task_response.rb +7 -3
- data/lib/algolia/models/search/get_top_user_ids_response.rb +7 -3
- data/lib/algolia/models/search/has_pending_mappings_response.rb +7 -3
- data/lib/algolia/models/search/highlight_result.rb +2 -1
- data/lib/algolia/models/search/highlight_result_option.rb +7 -3
- data/lib/algolia/models/search/hit.rb +13 -4
- data/lib/algolia/models/search/ignore_plurals.rb +1 -1
- data/lib/algolia/models/search/index_settings.rb +7 -3
- data/lib/algolia/models/search/index_settings_as_search_params.rb +7 -3
- data/lib/algolia/models/search/languages.rb +7 -3
- data/lib/algolia/models/search/list_api_keys_response.rb +7 -3
- data/lib/algolia/models/search/list_clusters_response.rb +7 -3
- data/lib/algolia/models/search/list_indices_response.rb +7 -3
- data/lib/algolia/models/search/list_user_ids_response.rb +7 -3
- data/lib/algolia/models/search/log.rb +7 -3
- data/lib/algolia/models/search/log_query.rb +7 -3
- data/lib/algolia/models/search/matched_geo_location.rb +7 -3
- data/lib/algolia/models/search/mixed_search_filters.rb +1 -1
- data/lib/algolia/models/search/multiple_batch_request.rb +7 -3
- data/lib/algolia/models/search/multiple_batch_response.rb +7 -3
- data/lib/algolia/models/search/numeric_filters.rb +1 -1
- data/lib/algolia/models/search/operation_index_params.rb +7 -3
- data/lib/algolia/models/search/optional_filters.rb +1 -1
- data/lib/algolia/models/search/params.rb +7 -3
- data/lib/algolia/models/search/personalization.rb +7 -3
- data/lib/algolia/models/search/promote.rb +1 -1
- data/lib/algolia/models/search/promote_object_id.rb +7 -3
- data/lib/algolia/models/search/promote_object_ids.rb +7 -3
- data/lib/algolia/models/search/ranking_info.rb +7 -3
- data/lib/algolia/models/search/re_ranking_apply_filter.rb +1 -1
- data/lib/algolia/models/search/redirect.rb +7 -3
- data/lib/algolia/models/search/redirect_rule_index_metadata.rb +7 -3
- data/lib/algolia/models/search/redirect_rule_index_metadata_data.rb +7 -3
- data/lib/algolia/models/search/remove_stop_words.rb +1 -1
- data/lib/algolia/models/search/remove_user_id_response.rb +7 -3
- data/lib/algolia/models/search/rendering_content.rb +7 -3
- data/lib/algolia/models/search/replace_source_response.rb +7 -3
- data/lib/algolia/models/search/rule.rb +7 -3
- data/lib/algolia/models/search/save_object_response.rb +7 -3
- data/lib/algolia/models/search/save_synonym_response.rb +7 -3
- data/lib/algolia/models/search/search_dictionary_entries_params.rb +7 -3
- data/lib/algolia/models/search/search_for_facet_values_request.rb +7 -3
- data/lib/algolia/models/search/search_for_facet_values_response.rb +7 -3
- data/lib/algolia/models/search/search_for_facets.rb +7 -3
- data/lib/algolia/models/search/search_for_facets_options.rb +7 -3
- data/lib/algolia/models/search/search_for_hits.rb +7 -3
- data/lib/algolia/models/search/search_for_hits_options.rb +7 -3
- data/lib/algolia/models/search/search_hits.rb +13 -4
- data/lib/algolia/models/search/search_method_params.rb +7 -3
- data/lib/algolia/models/search/search_params.rb +1 -1
- data/lib/algolia/models/search/search_params_object.rb +7 -3
- data/lib/algolia/models/search/search_params_query.rb +7 -3
- data/lib/algolia/models/search/search_params_string.rb +7 -3
- data/lib/algolia/models/search/search_query.rb +1 -1
- data/lib/algolia/models/search/search_response.rb +13 -4
- data/lib/algolia/models/search/search_responses.rb +7 -3
- data/lib/algolia/models/search/search_result.rb +1 -1
- data/lib/algolia/models/search/search_rules_params.rb +7 -3
- data/lib/algolia/models/search/search_rules_response.rb +7 -3
- data/lib/algolia/models/search/search_synonyms_params.rb +80 -7
- data/lib/algolia/models/search/search_synonyms_response.rb +13 -4
- data/lib/algolia/models/search/search_user_ids_params.rb +7 -3
- data/lib/algolia/models/search/search_user_ids_response.rb +7 -3
- data/lib/algolia/models/search/semantic_search.rb +7 -3
- data/lib/algolia/models/search/snippet_result.rb +2 -1
- data/lib/algolia/models/search/snippet_result_option.rb +7 -3
- data/lib/algolia/models/search/source.rb +7 -3
- data/lib/algolia/models/search/standard_entries.rb +7 -3
- data/lib/algolia/models/search/synonym_hit.rb +7 -3
- data/lib/algolia/models/search/tag_filters.rb +1 -1
- data/lib/algolia/models/search/time_range.rb +7 -3
- data/lib/algolia/models/search/typo_tolerance.rb +1 -1
- data/lib/algolia/models/search/update_api_key_response.rb +7 -3
- data/lib/algolia/models/search/updated_at_response.rb +7 -3
- data/lib/algolia/models/search/updated_at_with_object_id_response.rb +7 -3
- data/lib/algolia/models/search/updated_rule_response.rb +7 -3
- data/lib/algolia/models/search/user_highlight_result.rb +7 -3
- data/lib/algolia/models/search/user_hit.rb +7 -3
- data/lib/algolia/models/search/user_id.rb +7 -3
- data/lib/algolia/models/search/value.rb +7 -3
- data/lib/algolia/transport/http/http_requester.rb +2 -2
- data/lib/algolia/transport/stateful_host.rb +2 -1
- data/lib/algolia/transport/transport.rb +9 -6
- data/lib/algolia/version.rb +1 -1
- metadata +2 -2
@@ -33,8 +33,8 @@ module Algolia
|
|
33
33
|
new(config)
|
34
34
|
end
|
35
35
|
|
36
|
-
# Send requests to the Algolia REST API.
|
37
36
|
# This method allow you to send requests to the Algolia REST API.
|
37
|
+
|
38
38
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
39
39
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
40
40
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
@@ -65,19 +65,19 @@ module Algolia
|
|
65
65
|
@api_client.call_api(:DELETE, path, new_options)
|
66
66
|
end
|
67
67
|
|
68
|
-
# Send requests to the Algolia REST API.
|
69
68
|
# This method allow you to send requests to the Algolia REST API.
|
69
|
+
|
70
70
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
71
71
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
72
72
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
73
73
|
# @return [Object]
|
74
74
|
def custom_delete(path, parameters = nil, request_options = {})
|
75
75
|
response = custom_delete_with_http_info(path, parameters, request_options)
|
76
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
76
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
77
77
|
end
|
78
78
|
|
79
|
-
# Send requests to the Algolia REST API.
|
80
79
|
# This method allow you to send requests to the Algolia REST API.
|
80
|
+
|
81
81
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
82
82
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
83
83
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
@@ -108,19 +108,19 @@ module Algolia
|
|
108
108
|
@api_client.call_api(:GET, path, new_options)
|
109
109
|
end
|
110
110
|
|
111
|
-
# Send requests to the Algolia REST API.
|
112
111
|
# This method allow you to send requests to the Algolia REST API.
|
112
|
+
|
113
113
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
114
114
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
115
115
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
116
116
|
# @return [Object]
|
117
117
|
def custom_get(path, parameters = nil, request_options = {})
|
118
118
|
response = custom_get_with_http_info(path, parameters, request_options)
|
119
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
119
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
120
120
|
end
|
121
121
|
|
122
|
-
# Send requests to the Algolia REST API.
|
123
122
|
# This method allow you to send requests to the Algolia REST API.
|
123
|
+
|
124
124
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
125
125
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
126
126
|
# @param body [Object] Parameters to send with the custom request.
|
@@ -152,8 +152,8 @@ module Algolia
|
|
152
152
|
@api_client.call_api(:POST, path, new_options)
|
153
153
|
end
|
154
154
|
|
155
|
-
# Send requests to the Algolia REST API.
|
156
155
|
# This method allow you to send requests to the Algolia REST API.
|
156
|
+
|
157
157
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
158
158
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
159
159
|
# @param body [Object] Parameters to send with the custom request.
|
@@ -161,11 +161,11 @@ module Algolia
|
|
161
161
|
# @return [Object]
|
162
162
|
def custom_post(path, parameters = nil, body = nil, request_options = {})
|
163
163
|
response = custom_post_with_http_info(path, parameters, body, request_options)
|
164
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
164
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
165
165
|
end
|
166
166
|
|
167
|
-
# Send requests to the Algolia REST API.
|
168
167
|
# This method allow you to send requests to the Algolia REST API.
|
168
|
+
|
169
169
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
170
170
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
171
171
|
# @param body [Object] Parameters to send with the custom request.
|
@@ -197,8 +197,8 @@ module Algolia
|
|
197
197
|
@api_client.call_api(:PUT, path, new_options)
|
198
198
|
end
|
199
199
|
|
200
|
-
# Send requests to the Algolia REST API.
|
201
200
|
# This method allow you to send requests to the Algolia REST API.
|
201
|
+
|
202
202
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
203
203
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
204
204
|
# @param body [Object] Parameters to send with the custom request.
|
@@ -206,11 +206,11 @@ module Algolia
|
|
206
206
|
# @return [Object]
|
207
207
|
def custom_put(path, parameters = nil, body = nil, request_options = {})
|
208
208
|
response = custom_put_with_http_info(path, parameters, body, request_options)
|
209
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
209
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
210
210
|
end
|
211
211
|
|
212
|
-
# Delete user token.
|
213
212
|
# Delete all events related to a certain user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](https://www.algolia.com/doc/rest-api/personalization/#delete-a-user-profile).
|
213
|
+
|
214
214
|
# @param user_token [String] The user token for which to delete all associated events. (required)
|
215
215
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
216
216
|
# @return [Http::Response] the response
|
@@ -232,7 +232,7 @@ module Algolia
|
|
232
232
|
raise ArgumentError, "invalid value for 'user_token' when calling InsightsClient.delete_user_token, must conform to the pattern #{pattern}."
|
233
233
|
end
|
234
234
|
|
235
|
-
path = '/1/usertokens/{userToken}'.sub('{' + 'userToken' + '}',
|
235
|
+
path = '/1/usertokens/{userToken}'.sub('{' + 'userToken' + '}', Transport.encode_uri(user_token.to_s))
|
236
236
|
query_params = {}
|
237
237
|
query_params = query_params.merge(request_options[:query_params]) unless request_options[:query_params].nil?
|
238
238
|
header_params = {}
|
@@ -251,8 +251,8 @@ module Algolia
|
|
251
251
|
@api_client.call_api(:DELETE, path, new_options)
|
252
252
|
end
|
253
253
|
|
254
|
-
# Delete user token.
|
255
254
|
# Delete all events related to a certain user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](https://www.algolia.com/doc/rest-api/personalization/#delete-a-user-profile).
|
255
|
+
|
256
256
|
# @param user_token [String] The user token for which to delete all associated events. (required)
|
257
257
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
258
258
|
# @return [nil]
|
@@ -261,8 +261,8 @@ module Algolia
|
|
261
261
|
nil
|
262
262
|
end
|
263
263
|
|
264
|
-
# Send events.
|
265
264
|
# Send a list of events to the Insights API. You can include up to 1,000 events in a single request, but the request body must be smaller than 2&nbsp;MB.
|
265
|
+
|
266
266
|
# @param insights_events [InsightsEvents] (required)
|
267
267
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
268
268
|
# @return [Http::Response] the response
|
@@ -291,14 +291,14 @@ module Algolia
|
|
291
291
|
@api_client.call_api(:POST, path, new_options)
|
292
292
|
end
|
293
293
|
|
294
|
-
# Send events.
|
295
294
|
# Send a list of events to the Insights API. You can include up to 1,000 events in a single request, but the request body must be smaller than 2 MB.
|
295
|
+
|
296
296
|
# @param insights_events [InsightsEvents] (required)
|
297
297
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
298
298
|
# @return [EventsResponse]
|
299
299
|
def push_events(insights_events, request_options = {})
|
300
300
|
response = push_events_with_http_info(insights_events, request_options)
|
301
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Insights::EventsResponse')
|
301
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Insights::EventsResponse')
|
302
302
|
end
|
303
303
|
end
|
304
304
|
end
|
@@ -14,13 +14,7 @@ module Algolia
|
|
14
14
|
|
15
15
|
def self.create(app_id, api_key, opts = {})
|
16
16
|
hosts = []
|
17
|
-
|
18
|
-
hosts << Transport::StatefulHost.new("#{app_id}-dsn.algolia.net", accept: CallType::READ)
|
19
|
-
hosts << Transport::StatefulHost.new("#{app_id}.algolia.net", accept: CallType::WRITE)
|
20
|
-
|
21
|
-
hosts += 1.upto(3).map do |i|
|
22
|
-
Transport::StatefulHost.new("#{app_id}-#{i}.algolianet.com", accept: CallType::READ | CallType::WRITE)
|
23
|
-
end.shuffle
|
17
|
+
hosts << Transport::StatefulHost.new('status.algolia.com', accept: CallType::READ | CallType::WRITE)
|
24
18
|
|
25
19
|
config = Algolia::Configuration.new(app_id, api_key, hosts, 'Monitoring', opts)
|
26
20
|
create_with_config(config)
|
@@ -30,8 +24,8 @@ module Algolia
|
|
30
24
|
new(config)
|
31
25
|
end
|
32
26
|
|
33
|
-
# Send requests to the Algolia REST API.
|
34
27
|
# This method allow you to send requests to the Algolia REST API.
|
28
|
+
|
35
29
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
36
30
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
37
31
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
@@ -62,19 +56,19 @@ module Algolia
|
|
62
56
|
@api_client.call_api(:DELETE, path, new_options)
|
63
57
|
end
|
64
58
|
|
65
|
-
# Send requests to the Algolia REST API.
|
66
59
|
# This method allow you to send requests to the Algolia REST API.
|
60
|
+
|
67
61
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
68
62
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
69
63
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
70
64
|
# @return [Object]
|
71
65
|
def custom_delete(path, parameters = nil, request_options = {})
|
72
66
|
response = custom_delete_with_http_info(path, parameters, request_options)
|
73
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
67
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
74
68
|
end
|
75
69
|
|
76
|
-
# Send requests to the Algolia REST API.
|
77
70
|
# This method allow you to send requests to the Algolia REST API.
|
71
|
+
|
78
72
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
79
73
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
80
74
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
@@ -105,19 +99,19 @@ module Algolia
|
|
105
99
|
@api_client.call_api(:GET, path, new_options)
|
106
100
|
end
|
107
101
|
|
108
|
-
# Send requests to the Algolia REST API.
|
109
102
|
# This method allow you to send requests to the Algolia REST API.
|
103
|
+
|
110
104
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
111
105
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
112
106
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
113
107
|
# @return [Object]
|
114
108
|
def custom_get(path, parameters = nil, request_options = {})
|
115
109
|
response = custom_get_with_http_info(path, parameters, request_options)
|
116
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
110
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
117
111
|
end
|
118
112
|
|
119
|
-
# Send requests to the Algolia REST API.
|
120
113
|
# This method allow you to send requests to the Algolia REST API.
|
114
|
+
|
121
115
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
122
116
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
123
117
|
# @param body [Object] Parameters to send with the custom request.
|
@@ -149,8 +143,8 @@ module Algolia
|
|
149
143
|
@api_client.call_api(:POST, path, new_options)
|
150
144
|
end
|
151
145
|
|
152
|
-
# Send requests to the Algolia REST API.
|
153
146
|
# This method allow you to send requests to the Algolia REST API.
|
147
|
+
|
154
148
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
155
149
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
156
150
|
# @param body [Object] Parameters to send with the custom request.
|
@@ -158,11 +152,11 @@ module Algolia
|
|
158
152
|
# @return [Object]
|
159
153
|
def custom_post(path, parameters = nil, body = nil, request_options = {})
|
160
154
|
response = custom_post_with_http_info(path, parameters, body, request_options)
|
161
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
155
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
162
156
|
end
|
163
157
|
|
164
|
-
# Send requests to the Algolia REST API.
|
165
158
|
# This method allow you to send requests to the Algolia REST API.
|
159
|
+
|
166
160
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
167
161
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
168
162
|
# @param body [Object] Parameters to send with the custom request.
|
@@ -194,8 +188,8 @@ module Algolia
|
|
194
188
|
@api_client.call_api(:PUT, path, new_options)
|
195
189
|
end
|
196
190
|
|
197
|
-
# Send requests to the Algolia REST API.
|
198
191
|
# This method allow you to send requests to the Algolia REST API.
|
192
|
+
|
199
193
|
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
|
200
194
|
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
|
201
195
|
# @param body [Object] Parameters to send with the custom request.
|
@@ -203,11 +197,11 @@ module Algolia
|
|
203
197
|
# @return [Object]
|
204
198
|
def custom_put(path, parameters = nil, body = nil, request_options = {})
|
205
199
|
response = custom_put_with_http_info(path, parameters, body, request_options)
|
206
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
200
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Object')
|
207
201
|
end
|
208
202
|
|
209
|
-
# List incidents for selected clusters.
|
210
203
|
# List known incidents for selected clusters.
|
204
|
+
|
211
205
|
# @param clusters [String] Subset of clusters, separated by comma. (required)
|
212
206
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
213
207
|
# @return [Http::Response] the response
|
@@ -217,7 +211,7 @@ module Algolia
|
|
217
211
|
raise ArgumentError, "Parameter `clusters` is required when calling `get_cluster_incidents`."
|
218
212
|
end
|
219
213
|
|
220
|
-
path = '/1/incidents/{clusters}'.sub('{' + 'clusters' + '}',
|
214
|
+
path = '/1/incidents/{clusters}'.sub('{' + 'clusters' + '}', Transport.encode_uri(clusters.to_s))
|
221
215
|
query_params = {}
|
222
216
|
query_params = query_params.merge(request_options[:query_params]) unless request_options[:query_params].nil?
|
223
217
|
header_params = {}
|
@@ -236,18 +230,18 @@ module Algolia
|
|
236
230
|
@api_client.call_api(:GET, path, new_options)
|
237
231
|
end
|
238
232
|
|
239
|
-
# List incidents for selected clusters.
|
240
233
|
# List known incidents for selected clusters.
|
234
|
+
|
241
235
|
# @param clusters [String] Subset of clusters, separated by comma. (required)
|
242
236
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
243
237
|
# @return [IncidentsResponse]
|
244
238
|
def get_cluster_incidents(clusters, request_options = {})
|
245
239
|
response = get_cluster_incidents_with_http_info(clusters, request_options)
|
246
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::IncidentsResponse')
|
240
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::IncidentsResponse')
|
247
241
|
end
|
248
242
|
|
249
|
-
# List statuses of selected clusters.
|
250
243
|
# Report whether a cluster is operational.
|
244
|
+
|
251
245
|
# @param clusters [String] Subset of clusters, separated by comma. (required)
|
252
246
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
253
247
|
# @return [Http::Response] the response
|
@@ -257,7 +251,7 @@ module Algolia
|
|
257
251
|
raise ArgumentError, "Parameter `clusters` is required when calling `get_cluster_status`."
|
258
252
|
end
|
259
253
|
|
260
|
-
path = '/1/status/{clusters}'.sub('{' + 'clusters' + '}',
|
254
|
+
path = '/1/status/{clusters}'.sub('{' + 'clusters' + '}', Transport.encode_uri(clusters.to_s))
|
261
255
|
query_params = {}
|
262
256
|
query_params = query_params.merge(request_options[:query_params]) unless request_options[:query_params].nil?
|
263
257
|
header_params = {}
|
@@ -276,18 +270,18 @@ module Algolia
|
|
276
270
|
@api_client.call_api(:GET, path, new_options)
|
277
271
|
end
|
278
272
|
|
279
|
-
# List statuses of selected clusters.
|
280
273
|
# Report whether a cluster is operational.
|
274
|
+
|
281
275
|
# @param clusters [String] Subset of clusters, separated by comma. (required)
|
282
276
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
283
277
|
# @return [StatusResponse]
|
284
278
|
def get_cluster_status(clusters, request_options = {})
|
285
279
|
response = get_cluster_status_with_http_info(clusters, request_options)
|
286
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::StatusResponse')
|
280
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::StatusResponse')
|
287
281
|
end
|
288
282
|
|
289
|
-
# List incidents.
|
290
283
|
# List known incidents for all clusters.
|
284
|
+
|
291
285
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
292
286
|
# @return [Http::Response] the response
|
293
287
|
def get_incidents_with_http_info(request_options = {})
|
@@ -310,17 +304,17 @@ module Algolia
|
|
310
304
|
@api_client.call_api(:GET, path, new_options)
|
311
305
|
end
|
312
306
|
|
313
|
-
# List incidents.
|
314
307
|
# List known incidents for all clusters.
|
308
|
+
|
315
309
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
316
310
|
# @return [IncidentsResponse]
|
317
311
|
def get_incidents(request_options = {})
|
318
312
|
response = get_incidents_with_http_info(request_options)
|
319
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::IncidentsResponse')
|
313
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::IncidentsResponse')
|
320
314
|
end
|
321
315
|
|
322
|
-
# Get indexing times.
|
323
316
|
# List the average times for indexing operations for selected clusters.
|
317
|
+
|
324
318
|
# @param clusters [String] Subset of clusters, separated by comma. (required)
|
325
319
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
326
320
|
# @return [Http::Response] the response
|
@@ -330,7 +324,7 @@ module Algolia
|
|
330
324
|
raise ArgumentError, "Parameter `clusters` is required when calling `get_indexing_time`."
|
331
325
|
end
|
332
326
|
|
333
|
-
path = '/1/indexing/{clusters}'.sub('{' + 'clusters' + '}',
|
327
|
+
path = '/1/indexing/{clusters}'.sub('{' + 'clusters' + '}', Transport.encode_uri(clusters.to_s))
|
334
328
|
query_params = {}
|
335
329
|
query_params = query_params.merge(request_options[:query_params]) unless request_options[:query_params].nil?
|
336
330
|
header_params = {}
|
@@ -349,18 +343,18 @@ module Algolia
|
|
349
343
|
@api_client.call_api(:GET, path, new_options)
|
350
344
|
end
|
351
345
|
|
352
|
-
# Get indexing times.
|
353
346
|
# List the average times for indexing operations for selected clusters.
|
347
|
+
|
354
348
|
# @param clusters [String] Subset of clusters, separated by comma. (required)
|
355
349
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
356
350
|
# @return [IndexingTimeResponse]
|
357
351
|
def get_indexing_time(clusters, request_options = {})
|
358
352
|
response = get_indexing_time_with_http_info(clusters, request_options)
|
359
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::IndexingTimeResponse')
|
353
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::IndexingTimeResponse')
|
360
354
|
end
|
361
355
|
|
362
|
-
# List servers.
|
363
356
|
# List the servers belonging to clusters. The response depends on whether you authenticate your API request: - With authentication, the response lists the servers assigned to your Algolia application's cluster. - Without authentication, the response lists the servers for all Algolia clusters.
|
357
|
+
|
364
358
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
365
359
|
# @return [Http::Response] the response
|
366
360
|
def get_inventory_with_http_info(request_options = {})
|
@@ -383,17 +377,17 @@ module Algolia
|
|
383
377
|
@api_client.call_api(:GET, path, new_options)
|
384
378
|
end
|
385
379
|
|
386
|
-
# List servers.
|
387
380
|
# List the servers belonging to clusters. The response depends on whether you authenticate your API request: - With authentication, the response lists the servers assigned to your Algolia application's cluster. - Without authentication, the response lists the servers for all Algolia clusters.
|
381
|
+
|
388
382
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
389
383
|
# @return [InventoryResponse]
|
390
384
|
def get_inventory(request_options = {})
|
391
385
|
response = get_inventory_with_http_info(request_options)
|
392
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::InventoryResponse')
|
386
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::InventoryResponse')
|
393
387
|
end
|
394
388
|
|
395
|
-
# Get search latency times.
|
396
389
|
# List the average latency for search requests for selected clusters.
|
390
|
+
|
397
391
|
# @param clusters [String] Subset of clusters, separated by comma. (required)
|
398
392
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
399
393
|
# @return [Http::Response] the response
|
@@ -403,7 +397,7 @@ module Algolia
|
|
403
397
|
raise ArgumentError, "Parameter `clusters` is required when calling `get_latency`."
|
404
398
|
end
|
405
399
|
|
406
|
-
path = '/1/latency/{clusters}'.sub('{' + 'clusters' + '}',
|
400
|
+
path = '/1/latency/{clusters}'.sub('{' + 'clusters' + '}', Transport.encode_uri(clusters.to_s))
|
407
401
|
query_params = {}
|
408
402
|
query_params = query_params.merge(request_options[:query_params]) unless request_options[:query_params].nil?
|
409
403
|
header_params = {}
|
@@ -422,18 +416,18 @@ module Algolia
|
|
422
416
|
@api_client.call_api(:GET, path, new_options)
|
423
417
|
end
|
424
418
|
|
425
|
-
# Get search latency times.
|
426
419
|
# List the average latency for search requests for selected clusters.
|
420
|
+
|
427
421
|
# @param clusters [String] Subset of clusters, separated by comma. (required)
|
428
422
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
429
423
|
# @return [LatencyResponse]
|
430
424
|
def get_latency(clusters, request_options = {})
|
431
425
|
response = get_latency_with_http_info(clusters, request_options)
|
432
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::LatencyResponse')
|
426
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::LatencyResponse')
|
433
427
|
end
|
434
428
|
|
435
|
-
# Get metrics for a given period.
|
436
429
|
# Report the aggregate value of a metric for a selected period of time.
|
430
|
+
|
437
431
|
# @param metric [Metric] Metric to report. For more information about the individual metrics, see the response. To include all metrics, use `*` as the parameter. (required)
|
438
432
|
# @param period [Period] Period over which to aggregate the metrics: - `minute`. Aggregate the last minute. 1 data point per 10 seconds. - `hour`. Aggregate the last hour. 1 data point per minute. - `day`. Aggregate the last day. 1 data point per 10 minutes. - `week`. Aggregate the last week. 1 data point per hour. - `month`. Aggregate the last month. 1 data point per day. (required)
|
439
433
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
@@ -448,8 +442,7 @@ module Algolia
|
|
448
442
|
raise ArgumentError, "Parameter `period` is required when calling `get_metrics`."
|
449
443
|
end
|
450
444
|
|
451
|
-
path = '/1/infrastructure/{metric}/period/{period}'.sub('{' + 'metric' + '}',
|
452
|
-
@api_client.encode_uri(period.to_s))
|
445
|
+
path = '/1/infrastructure/{metric}/period/{period}'.sub('{' + 'metric' + '}', Transport.encode_uri(metric.to_s)).sub('{' + 'period' + '}', Transport.encode_uri(period.to_s))
|
453
446
|
query_params = {}
|
454
447
|
query_params = query_params.merge(request_options[:query_params]) unless request_options[:query_params].nil?
|
455
448
|
header_params = {}
|
@@ -468,19 +461,19 @@ module Algolia
|
|
468
461
|
@api_client.call_api(:GET, path, new_options)
|
469
462
|
end
|
470
463
|
|
471
|
-
# Get metrics for a given period.
|
472
464
|
# Report the aggregate value of a metric for a selected period of time.
|
465
|
+
|
473
466
|
# @param metric [Metric] Metric to report. For more information about the individual metrics, see the response. To include all metrics, use `*` as the parameter. (required)
|
474
467
|
# @param period [Period] Period over which to aggregate the metrics: - `minute`. Aggregate the last minute. 1 data point per 10 seconds. - `hour`. Aggregate the last hour. 1 data point per minute. - `day`. Aggregate the last day. 1 data point per 10 minutes. - `week`. Aggregate the last week. 1 data point per hour. - `month`. Aggregate the last month. 1 data point per day. (required)
|
475
468
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
476
469
|
# @return [InfrastructureResponse]
|
477
470
|
def get_metrics(metric, period, request_options = {})
|
478
471
|
response = get_metrics_with_http_info(metric, period, request_options)
|
479
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::InfrastructureResponse')
|
472
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::InfrastructureResponse')
|
480
473
|
end
|
481
474
|
|
482
|
-
# Test the reachability of clusters.
|
483
475
|
# Test whether clusters are reachable or not.
|
476
|
+
|
484
477
|
# @param clusters [String] Subset of clusters, separated by comma. (required)
|
485
478
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
486
479
|
# @return [Http::Response] the response
|
@@ -490,7 +483,7 @@ module Algolia
|
|
490
483
|
raise ArgumentError, "Parameter `clusters` is required when calling `get_reachability`."
|
491
484
|
end
|
492
485
|
|
493
|
-
path = '/1/reachability/{clusters}/probes'.sub('{' + 'clusters' + '}',
|
486
|
+
path = '/1/reachability/{clusters}/probes'.sub('{' + 'clusters' + '}', Transport.encode_uri(clusters.to_s))
|
494
487
|
query_params = {}
|
495
488
|
query_params = query_params.merge(request_options[:query_params]) unless request_options[:query_params].nil?
|
496
489
|
header_params = {}
|
@@ -509,18 +502,18 @@ module Algolia
|
|
509
502
|
@api_client.call_api(:GET, path, new_options)
|
510
503
|
end
|
511
504
|
|
512
|
-
# Test the reachability of clusters.
|
513
505
|
# Test whether clusters are reachable or not.
|
506
|
+
|
514
507
|
# @param clusters [String] Subset of clusters, separated by comma. (required)
|
515
508
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
516
509
|
# @return [Hash<String, Hash>]
|
517
510
|
def get_reachability(clusters, request_options = {})
|
518
511
|
response = get_reachability_with_http_info(clusters, request_options)
|
519
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::Hash<String, Hash>')
|
512
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::Hash<String, Hash>')
|
520
513
|
end
|
521
514
|
|
522
|
-
# List cluster statuses.
|
523
515
|
# Report whether clusters are operational. The response depends on whether you authenticate your API request. - With authentication, the response includes the status of the cluster assigned to your Algolia application. - Without authentication, the response lists the statuses of all public Algolia clusters.
|
516
|
+
|
524
517
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
525
518
|
# @return [Http::Response] the response
|
526
519
|
def get_status_with_http_info(request_options = {})
|
@@ -543,13 +536,13 @@ module Algolia
|
|
543
536
|
@api_client.call_api(:GET, path, new_options)
|
544
537
|
end
|
545
538
|
|
546
|
-
# List cluster statuses.
|
547
539
|
# Report whether clusters are operational. The response depends on whether you authenticate your API request. - With authentication, the response includes the status of the cluster assigned to your Algolia application. - Without authentication, the response lists the statuses of all public Algolia clusters.
|
540
|
+
|
548
541
|
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
|
549
542
|
# @return [StatusResponse]
|
550
543
|
def get_status(request_options = {})
|
551
544
|
response = get_status_with_http_info(request_options)
|
552
|
-
deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::StatusResponse')
|
545
|
+
@api_client.deserialize(response.body, request_options[:debug_return_type] || 'Monitoring::StatusResponse')
|
553
546
|
end
|
554
547
|
end
|
555
548
|
end
|