elasticsearch-api 8.10.0 → 8.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/api-spec-testing/rspec_matchers.rb +2 -0
- data/api-spec-testing/test_file/action.rb +76 -64
- data/api-spec-testing/test_file/task_group.rb +5 -2
- data/api-spec-testing/test_file.rb +8 -3
- data/api-spec-testing/wipe_cluster.rb +9 -4
- data/elasticsearch-api.gemspec +2 -2
- data/lib/elasticsearch/api/actions/async_search/delete.rb +10 -2
- data/lib/elasticsearch/api/actions/async_search/get.rb +10 -2
- data/lib/elasticsearch/api/actions/async_search/status.rb +10 -2
- data/lib/elasticsearch/api/actions/async_search/submit.rb +10 -2
- data/lib/elasticsearch/api/actions/autoscaling/delete_autoscaling_policy.rb +10 -2
- data/lib/elasticsearch/api/actions/autoscaling/get_autoscaling_capacity.rb +4 -2
- data/lib/elasticsearch/api/actions/autoscaling/get_autoscaling_policy.rb +10 -2
- data/lib/elasticsearch/api/actions/autoscaling/put_autoscaling_policy.rb +10 -2
- data/lib/elasticsearch/api/actions/bulk.rb +11 -2
- data/lib/elasticsearch/api/actions/cat/aliases.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/allocation.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/component_templates.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/count.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/fielddata.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/health.rb +4 -2
- data/lib/elasticsearch/api/actions/cat/help.rb +4 -2
- data/lib/elasticsearch/api/actions/cat/indices.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/master.rb +4 -2
- data/lib/elasticsearch/api/actions/cat/ml_data_frame_analytics.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/ml_datafeeds.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/ml_jobs.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/ml_trained_models.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +4 -2
- data/lib/elasticsearch/api/actions/cat/nodes.rb +4 -2
- data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +4 -2
- data/lib/elasticsearch/api/actions/cat/plugins.rb +4 -2
- data/lib/elasticsearch/api/actions/cat/recovery.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/repositories.rb +4 -2
- data/lib/elasticsearch/api/actions/cat/segments.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/shards.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/snapshots.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/tasks.rb +4 -2
- data/lib/elasticsearch/api/actions/cat/templates.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/thread_pool.rb +10 -2
- data/lib/elasticsearch/api/actions/cat/transforms.rb +10 -2
- data/lib/elasticsearch/api/actions/clear_scroll.rb +11 -3
- data/lib/elasticsearch/api/actions/close_point_in_time.rb +4 -2
- data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +4 -2
- data/lib/elasticsearch/api/actions/cluster/delete_component_template.rb +10 -2
- data/lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb +4 -2
- data/lib/elasticsearch/api/actions/cluster/exists_component_template.rb +10 -2
- data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +10 -2
- data/lib/elasticsearch/api/actions/cluster/get_settings.rb +4 -2
- data/lib/elasticsearch/api/actions/cluster/health.rb +10 -2
- data/lib/elasticsearch/api/actions/cluster/info.rb +10 -2
- data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +4 -2
- data/lib/elasticsearch/api/actions/cluster/post_voting_config_exclusions.rb +4 -2
- data/lib/elasticsearch/api/actions/cluster/put_component_template.rb +10 -2
- data/lib/elasticsearch/api/actions/cluster/put_settings.rb +4 -2
- data/lib/elasticsearch/api/actions/cluster/remote_info.rb +4 -2
- data/lib/elasticsearch/api/actions/cluster/reroute.rb +4 -2
- data/lib/elasticsearch/api/actions/cluster/state.rb +10 -2
- data/lib/elasticsearch/api/actions/cluster/stats.rb +10 -2
- data/lib/elasticsearch/api/actions/connector/check_in.rb +65 -0
- data/lib/elasticsearch/api/actions/connector/delete.rb +65 -0
- data/lib/elasticsearch/api/actions/connector/get.rb +65 -0
- data/lib/elasticsearch/api/actions/connector/last_sync.rb +67 -0
- data/lib/elasticsearch/api/actions/connector/list.rb +56 -0
- data/lib/elasticsearch/api/actions/connector/post.rb +57 -0
- data/lib/elasticsearch/api/actions/connector/put.rb +67 -0
- data/lib/elasticsearch/api/actions/connector/update_configuration.rb +67 -0
- data/lib/elasticsearch/api/actions/connector/update_error.rb +67 -0
- data/lib/elasticsearch/api/actions/connector/update_filtering.rb +67 -0
- data/lib/elasticsearch/api/actions/connector/update_name.rb +67 -0
- data/lib/elasticsearch/api/actions/connector/update_pipeline.rb +67 -0
- data/lib/elasticsearch/api/actions/connector/update_scheduling.rb +67 -0
- data/lib/elasticsearch/api/actions/connector_sync_job/cancel.rb +66 -0
- data/lib/elasticsearch/api/actions/connector_sync_job/check_in.rb +66 -0
- data/lib/elasticsearch/api/actions/connector_sync_job/delete.rb +66 -0
- data/lib/elasticsearch/api/actions/connector_sync_job/error.rb +69 -0
- data/lib/elasticsearch/api/actions/connector_sync_job/get.rb +66 -0
- data/lib/elasticsearch/api/actions/connector_sync_job/list.rb +58 -0
- data/lib/elasticsearch/api/actions/connector_sync_job/post.rb +57 -0
- data/lib/elasticsearch/api/actions/connector_sync_job/update_stats.rb +69 -0
- data/lib/elasticsearch/api/actions/count.rb +10 -2
- data/lib/elasticsearch/api/actions/create.rb +9 -1
- data/lib/elasticsearch/api/actions/cross_cluster_replication/delete_auto_follow_pattern.rb +10 -2
- data/lib/elasticsearch/api/actions/cross_cluster_replication/follow.rb +10 -2
- data/lib/elasticsearch/api/actions/cross_cluster_replication/follow_info.rb +10 -2
- data/lib/elasticsearch/api/actions/cross_cluster_replication/follow_stats.rb +10 -2
- data/lib/elasticsearch/api/actions/cross_cluster_replication/forget_follower.rb +10 -2
- data/lib/elasticsearch/api/actions/cross_cluster_replication/get_auto_follow_pattern.rb +10 -2
- data/lib/elasticsearch/api/actions/cross_cluster_replication/pause_auto_follow_pattern.rb +10 -2
- data/lib/elasticsearch/api/actions/cross_cluster_replication/pause_follow.rb +10 -2
- data/lib/elasticsearch/api/actions/cross_cluster_replication/put_auto_follow_pattern.rb +10 -2
- data/lib/elasticsearch/api/actions/cross_cluster_replication/resume_auto_follow_pattern.rb +10 -2
- data/lib/elasticsearch/api/actions/cross_cluster_replication/resume_follow.rb +10 -2
- data/lib/elasticsearch/api/actions/cross_cluster_replication/stats.rb +4 -2
- data/lib/elasticsearch/api/actions/cross_cluster_replication/unfollow.rb +10 -2
- data/lib/elasticsearch/api/actions/dangling_indices/delete_dangling_index.rb +10 -2
- data/lib/elasticsearch/api/actions/dangling_indices/import_dangling_index.rb +10 -2
- data/lib/elasticsearch/api/actions/dangling_indices/list_dangling_indices.rb +4 -2
- data/lib/elasticsearch/api/actions/delete.rb +11 -3
- data/lib/elasticsearch/api/actions/delete_by_query.rb +10 -2
- data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +10 -2
- data/lib/elasticsearch/api/actions/delete_script.rb +10 -2
- data/lib/elasticsearch/api/actions/enrich/delete_policy.rb +10 -2
- data/lib/elasticsearch/api/actions/enrich/execute_policy.rb +10 -2
- data/lib/elasticsearch/api/actions/enrich/get_policy.rb +10 -2
- data/lib/elasticsearch/api/actions/enrich/put_policy.rb +10 -2
- data/lib/elasticsearch/api/actions/enrich/stats.rb +4 -2
- data/lib/elasticsearch/api/actions/eql/delete.rb +10 -2
- data/lib/elasticsearch/api/actions/eql/get.rb +10 -2
- data/lib/elasticsearch/api/actions/eql/get_status.rb +10 -2
- data/lib/elasticsearch/api/actions/eql/search.rb +10 -2
- data/lib/elasticsearch/api/actions/esql/query.rb +59 -0
- data/lib/elasticsearch/api/actions/exists.rb +10 -2
- data/lib/elasticsearch/api/actions/exists_source.rb +10 -2
- data/lib/elasticsearch/api/actions/explain.rb +10 -2
- data/lib/elasticsearch/api/actions/features/get_features.rb +4 -2
- data/lib/elasticsearch/api/actions/features/reset_features.rb +4 -2
- data/lib/elasticsearch/api/actions/field_caps.rb +10 -2
- data/lib/elasticsearch/api/actions/fleet/delete_secret.rb +9 -1
- data/lib/elasticsearch/api/actions/fleet/get_secret.rb +9 -1
- data/lib/elasticsearch/api/actions/fleet/global_checkpoints.rb +10 -2
- data/lib/elasticsearch/api/actions/fleet/msearch.rb +9 -1
- data/lib/elasticsearch/api/actions/fleet/post_secret.rb +3 -1
- data/lib/elasticsearch/api/actions/fleet/search.rb +9 -1
- data/lib/elasticsearch/api/actions/get.rb +11 -3
- data/lib/elasticsearch/api/actions/get_script.rb +10 -2
- data/lib/elasticsearch/api/actions/get_script_context.rb +4 -2
- data/lib/elasticsearch/api/actions/get_script_languages.rb +4 -2
- data/lib/elasticsearch/api/actions/get_source.rb +10 -2
- data/lib/elasticsearch/api/actions/graph/explore.rb +10 -2
- data/lib/elasticsearch/api/actions/health_report.rb +10 -2
- data/lib/elasticsearch/api/actions/index.rb +10 -2
- data/lib/elasticsearch/api/actions/index_lifecycle_management/delete_lifecycle.rb +10 -2
- data/lib/elasticsearch/api/actions/index_lifecycle_management/explain_lifecycle.rb +10 -2
- data/lib/elasticsearch/api/actions/index_lifecycle_management/get_lifecycle.rb +10 -2
- data/lib/elasticsearch/api/actions/index_lifecycle_management/get_status.rb +4 -2
- data/lib/elasticsearch/api/actions/index_lifecycle_management/migrate_to_data_tiers.rb +4 -2
- data/lib/elasticsearch/api/actions/index_lifecycle_management/move_to_step.rb +10 -2
- data/lib/elasticsearch/api/actions/index_lifecycle_management/put_lifecycle.rb +10 -2
- data/lib/elasticsearch/api/actions/index_lifecycle_management/remove_policy.rb +10 -2
- data/lib/elasticsearch/api/actions/index_lifecycle_management/retry.rb +10 -2
- data/lib/elasticsearch/api/actions/index_lifecycle_management/start.rb +4 -2
- data/lib/elasticsearch/api/actions/index_lifecycle_management/stop.rb +4 -2
- data/lib/elasticsearch/api/actions/indices/add_block.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/analyze.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/clear_cache.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/clone.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/close.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/create.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/create_data_stream.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/data_streams_stats.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/delete.rb +11 -3
- data/lib/elasticsearch/api/actions/indices/delete_alias.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/delete_data_lifecycle.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/delete_data_stream.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/delete_index_template.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/delete_template.rb +11 -3
- data/lib/elasticsearch/api/actions/indices/disk_usage.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/downsample.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/exists.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/exists_alias.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/exists_index_template.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/exists_template.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/explain_data_lifecycle.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/field_usage_stats.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/flush.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/forcemerge.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/get.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/get_alias.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/get_data_lifecycle.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/get_data_stream.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/get_index_template.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/get_mapping.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/get_settings.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/get_template.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/migrate_to_data_stream.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/modify_data_stream.rb +4 -2
- data/lib/elasticsearch/api/actions/indices/open.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/promote_data_stream.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/put_alias.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/put_data_lifecycle.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/put_index_template.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/put_mapping.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/put_settings.rb +11 -2
- data/lib/elasticsearch/api/actions/indices/put_template.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/recovery.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/refresh.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/reload_search_analyzers.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/resolve_index.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/rollover.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/segments.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/shard_stores.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/shrink.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/simulate_index_template.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/simulate_template.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/split.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/stats.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/unfreeze.rb +10 -2
- data/lib/elasticsearch/api/actions/indices/update_aliases.rb +4 -2
- data/lib/elasticsearch/api/actions/indices/validate_query.rb +10 -2
- data/lib/elasticsearch/api/actions/inference/delete_model.rb +69 -0
- data/lib/elasticsearch/api/actions/inference/get_model.rb +69 -0
- data/lib/elasticsearch/api/actions/inference/inference.rb +70 -0
- data/lib/elasticsearch/api/actions/inference/put_model.rb +70 -0
- data/lib/elasticsearch/api/actions/info.rb +4 -2
- data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +10 -2
- data/lib/elasticsearch/api/actions/ingest/geo_ip_stats.rb +4 -2
- data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +10 -2
- data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +4 -2
- data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +10 -2
- data/lib/elasticsearch/api/actions/ingest/simulate.rb +10 -2
- data/lib/elasticsearch/api/actions/knn_search.rb +10 -2
- data/lib/elasticsearch/api/actions/license/delete.rb +4 -2
- data/lib/elasticsearch/api/actions/license/get.rb +4 -2
- data/lib/elasticsearch/api/actions/license/get_basic_status.rb +4 -2
- data/lib/elasticsearch/api/actions/license/get_trial_status.rb +4 -2
- data/lib/elasticsearch/api/actions/license/post.rb +4 -2
- data/lib/elasticsearch/api/actions/license/post_start_basic.rb +4 -2
- data/lib/elasticsearch/api/actions/license/post_start_trial.rb +4 -2
- data/lib/elasticsearch/api/actions/logstash/delete_pipeline.rb +10 -2
- data/lib/elasticsearch/api/actions/logstash/get_pipeline.rb +10 -2
- data/lib/elasticsearch/api/actions/logstash/put_pipeline.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/clear_trained_model_deployment_cache.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/close_job.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/delete_calendar.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/delete_calendar_event.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/delete_calendar_job.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/delete_data_frame_analytics.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/delete_datafeed.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/delete_expired_data.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/delete_filter.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/delete_forecast.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/delete_job.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/delete_model_snapshot.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/delete_trained_model.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/delete_trained_model_alias.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/estimate_model_memory.rb +4 -2
- data/lib/elasticsearch/api/actions/machine_learning/evaluate_data_frame.rb +4 -2
- data/lib/elasticsearch/api/actions/machine_learning/explain_data_frame_analytics.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/flush_job.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/forecast.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_buckets.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_calendar_events.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_calendars.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_categories.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_data_frame_analytics.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_data_frame_analytics_stats.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_datafeed_stats.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_datafeeds.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_filters.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_influencers.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_job_stats.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_jobs.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_memory_stats.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_model_snapshot_upgrade_stats.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_model_snapshots.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_overall_buckets.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_records.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_trained_models.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/get_trained_models_stats.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/infer_trained_model.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/info.rb +4 -2
- data/lib/elasticsearch/api/actions/machine_learning/open_job.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/post_calendar_events.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/post_data.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/preview_data_frame_analytics.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/preview_datafeed.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/put_calendar.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/put_calendar_job.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/put_data_frame_analytics.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/put_datafeed.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/put_filter.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/put_job.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/put_trained_model.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/put_trained_model_alias.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/put_trained_model_definition_part.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/put_trained_model_vocabulary.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/reset_job.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/revert_model_snapshot.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/set_upgrade_mode.rb +4 -2
- data/lib/elasticsearch/api/actions/machine_learning/start_data_frame_analytics.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/start_datafeed.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/start_trained_model_deployment.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/stop_data_frame_analytics.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/stop_datafeed.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/stop_trained_model_deployment.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/update_data_frame_analytics.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/update_datafeed.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/update_filter.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/update_job.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/update_model_snapshot.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/update_trained_model_deployment.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/upgrade_job_snapshot.rb +10 -2
- data/lib/elasticsearch/api/actions/machine_learning/validate.rb +4 -2
- data/lib/elasticsearch/api/actions/machine_learning/validate_detector.rb +4 -2
- data/lib/elasticsearch/api/actions/mget.rb +10 -2
- data/lib/elasticsearch/api/actions/migration/deprecations.rb +10 -2
- data/lib/elasticsearch/api/actions/migration/get_feature_upgrade_status.rb +4 -2
- data/lib/elasticsearch/api/actions/migration/post_feature_upgrade.rb +4 -2
- data/lib/elasticsearch/api/actions/monitoring/bulk.rb +10 -2
- data/lib/elasticsearch/api/actions/msearch.rb +10 -2
- data/lib/elasticsearch/api/actions/msearch_template.rb +10 -2
- data/lib/elasticsearch/api/actions/mtermvectors.rb +10 -2
- data/lib/elasticsearch/api/actions/nodes/clear_repositories_metering_archive.rb +10 -2
- data/lib/elasticsearch/api/actions/nodes/get_repositories_metering_info.rb +10 -2
- data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +10 -2
- data/lib/elasticsearch/api/actions/nodes/info.rb +10 -2
- data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +10 -2
- data/lib/elasticsearch/api/actions/nodes/stats.rb +10 -2
- data/lib/elasticsearch/api/actions/nodes/usage.rb +10 -2
- data/lib/elasticsearch/api/actions/open_point_in_time.rb +12 -3
- data/lib/elasticsearch/api/actions/ping.rb +4 -2
- data/lib/elasticsearch/api/actions/profiling/status.rb +53 -0
- data/lib/elasticsearch/api/actions/put_script.rb +10 -2
- data/lib/elasticsearch/api/actions/query_ruleset/delete.rb +10 -2
- data/lib/elasticsearch/api/actions/query_ruleset/get.rb +10 -2
- data/lib/elasticsearch/api/actions/query_ruleset/list.rb +4 -2
- data/lib/elasticsearch/api/actions/query_ruleset/put.rb +10 -2
- data/lib/elasticsearch/api/actions/rank_eval.rb +10 -2
- data/lib/elasticsearch/api/actions/reindex.rb +4 -2
- data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +10 -2
- data/lib/elasticsearch/api/actions/render_search_template.rb +10 -2
- data/lib/elasticsearch/api/actions/rollup/delete_job.rb +10 -2
- data/lib/elasticsearch/api/actions/rollup/get_jobs.rb +10 -2
- data/lib/elasticsearch/api/actions/rollup/get_rollup_caps.rb +10 -2
- data/lib/elasticsearch/api/actions/rollup/get_rollup_index_caps.rb +10 -2
- data/lib/elasticsearch/api/actions/rollup/put_job.rb +10 -2
- data/lib/elasticsearch/api/actions/rollup/rollup_search.rb +10 -2
- data/lib/elasticsearch/api/actions/rollup/start_job.rb +10 -2
- data/lib/elasticsearch/api/actions/rollup/stop_job.rb +10 -2
- data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +4 -2
- data/lib/elasticsearch/api/actions/scroll.rb +10 -2
- data/lib/elasticsearch/api/actions/search.rb +10 -2
- data/lib/elasticsearch/api/actions/search_application/delete.rb +10 -2
- data/lib/elasticsearch/api/actions/search_application/delete_behavioral_analytics.rb +10 -2
- data/lib/elasticsearch/api/actions/search_application/get.rb +10 -2
- data/lib/elasticsearch/api/actions/search_application/get_behavioral_analytics.rb +10 -2
- data/lib/elasticsearch/api/actions/search_application/list.rb +4 -2
- data/lib/elasticsearch/api/actions/search_application/post_behavioral_analytics_event.rb +9 -1
- data/lib/elasticsearch/api/actions/search_application/put.rb +10 -2
- data/lib/elasticsearch/api/actions/search_application/put_behavioral_analytics.rb +10 -2
- data/lib/elasticsearch/api/actions/search_application/render_query.rb +10 -2
- data/lib/elasticsearch/api/actions/search_application/search.rb +10 -2
- data/lib/elasticsearch/api/actions/search_mvt.rb +10 -2
- data/lib/elasticsearch/api/actions/search_shards.rb +10 -2
- data/lib/elasticsearch/api/actions/search_template.rb +10 -2
- data/lib/elasticsearch/api/actions/searchable_snapshots/cache_stats.rb +10 -2
- data/lib/elasticsearch/api/actions/searchable_snapshots/clear_cache.rb +10 -2
- data/lib/elasticsearch/api/actions/searchable_snapshots/mount.rb +10 -2
- data/lib/elasticsearch/api/actions/searchable_snapshots/stats.rb +10 -2
- data/lib/elasticsearch/api/actions/security/activate_user_profile.rb +4 -2
- data/lib/elasticsearch/api/actions/security/authenticate.rb +4 -2
- data/lib/elasticsearch/api/actions/security/bulk_update_api_keys.rb +4 -2
- data/lib/elasticsearch/api/actions/security/change_password.rb +10 -2
- data/lib/elasticsearch/api/actions/security/clear_api_key_cache.rb +10 -2
- data/lib/elasticsearch/api/actions/security/clear_cached_privileges.rb +10 -2
- data/lib/elasticsearch/api/actions/security/clear_cached_realms.rb +10 -2
- data/lib/elasticsearch/api/actions/security/clear_cached_roles.rb +10 -2
- data/lib/elasticsearch/api/actions/security/clear_cached_service_tokens.rb +10 -2
- data/lib/elasticsearch/api/actions/security/create_api_key.rb +4 -2
- data/lib/elasticsearch/api/actions/security/create_cross_cluster_api_key.rb +4 -2
- data/lib/elasticsearch/api/actions/security/create_service_token.rb +10 -2
- data/lib/elasticsearch/api/actions/security/delete_privileges.rb +10 -2
- data/lib/elasticsearch/api/actions/security/delete_role.rb +10 -2
- data/lib/elasticsearch/api/actions/security/delete_role_mapping.rb +10 -2
- data/lib/elasticsearch/api/actions/security/delete_service_token.rb +10 -2
- data/lib/elasticsearch/api/actions/security/delete_user.rb +10 -2
- data/lib/elasticsearch/api/actions/security/disable_user.rb +10 -2
- data/lib/elasticsearch/api/actions/security/disable_user_profile.rb +10 -2
- data/lib/elasticsearch/api/actions/security/enable_user.rb +10 -2
- data/lib/elasticsearch/api/actions/security/enable_user_profile.rb +10 -2
- data/lib/elasticsearch/api/actions/security/enroll_kibana.rb +4 -2
- data/lib/elasticsearch/api/actions/security/enroll_node.rb +4 -2
- data/lib/elasticsearch/api/actions/security/get_api_key.rb +5 -2
- data/lib/elasticsearch/api/actions/security/get_builtin_privileges.rb +4 -2
- data/lib/elasticsearch/api/actions/security/get_privileges.rb +10 -2
- data/lib/elasticsearch/api/actions/security/get_role.rb +11 -3
- data/lib/elasticsearch/api/actions/security/get_role_mapping.rb +10 -2
- data/lib/elasticsearch/api/actions/security/get_service_accounts.rb +10 -2
- data/lib/elasticsearch/api/actions/security/get_service_credentials.rb +10 -2
- data/lib/elasticsearch/api/actions/security/get_settings.rb +4 -2
- data/lib/elasticsearch/api/actions/security/get_token.rb +4 -2
- data/lib/elasticsearch/api/actions/security/get_user.rb +11 -3
- data/lib/elasticsearch/api/actions/security/get_user_privileges.rb +4 -2
- data/lib/elasticsearch/api/actions/security/get_user_profile.rb +10 -2
- data/lib/elasticsearch/api/actions/security/grant_api_key.rb +4 -2
- data/lib/elasticsearch/api/actions/security/has_privileges.rb +10 -2
- data/lib/elasticsearch/api/actions/security/has_privileges_user_profile.rb +4 -2
- data/lib/elasticsearch/api/actions/security/invalidate_api_key.rb +4 -2
- data/lib/elasticsearch/api/actions/security/invalidate_token.rb +4 -2
- data/lib/elasticsearch/api/actions/security/oidc_authenticate.rb +4 -2
- data/lib/elasticsearch/api/actions/security/oidc_logout.rb +4 -2
- data/lib/elasticsearch/api/actions/security/oidc_prepare_authentication.rb +4 -2
- data/lib/elasticsearch/api/actions/security/put_privileges.rb +4 -2
- data/lib/elasticsearch/api/actions/security/put_role.rb +10 -2
- data/lib/elasticsearch/api/actions/security/put_role_mapping.rb +10 -2
- data/lib/elasticsearch/api/actions/security/put_user.rb +10 -2
- data/lib/elasticsearch/api/actions/security/query_api_keys.rb +4 -2
- data/lib/elasticsearch/api/actions/security/saml_authenticate.rb +4 -2
- data/lib/elasticsearch/api/actions/security/saml_complete_logout.rb +4 -2
- data/lib/elasticsearch/api/actions/security/saml_invalidate.rb +4 -2
- data/lib/elasticsearch/api/actions/security/saml_logout.rb +4 -2
- data/lib/elasticsearch/api/actions/security/saml_prepare_authentication.rb +4 -2
- data/lib/elasticsearch/api/actions/security/saml_service_provider_metadata.rb +10 -2
- data/lib/elasticsearch/api/actions/security/suggest_user_profiles.rb +4 -2
- data/lib/elasticsearch/api/actions/security/update_api_key.rb +10 -2
- data/lib/elasticsearch/api/actions/security/update_cross_cluster_api_key.rb +10 -2
- data/lib/elasticsearch/api/actions/security/update_settings.rb +4 -2
- data/lib/elasticsearch/api/actions/security/update_user_profile_data.rb +10 -2
- data/lib/elasticsearch/api/actions/shutdown/delete_node.rb +9 -1
- data/lib/elasticsearch/api/actions/shutdown/get_node.rb +9 -1
- data/lib/elasticsearch/api/actions/shutdown/put_node.rb +9 -1
- data/lib/elasticsearch/api/actions/simulate/ingest.rb +71 -0
- data/lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb +10 -2
- data/lib/elasticsearch/api/actions/snapshot/clone.rb +10 -2
- data/lib/elasticsearch/api/actions/snapshot/create.rb +10 -2
- data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +10 -2
- data/lib/elasticsearch/api/actions/snapshot/delete.rb +11 -3
- data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +11 -3
- data/lib/elasticsearch/api/actions/snapshot/get.rb +11 -3
- data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +11 -3
- data/lib/elasticsearch/api/actions/snapshot/repository_analyze.rb +10 -2
- data/lib/elasticsearch/api/actions/snapshot/restore.rb +10 -2
- data/lib/elasticsearch/api/actions/snapshot/status.rb +11 -3
- data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +10 -2
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/delete_lifecycle.rb +10 -2
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/execute_lifecycle.rb +10 -2
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/execute_retention.rb +4 -2
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/get_lifecycle.rb +10 -2
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/get_stats.rb +4 -2
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/get_status.rb +4 -2
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/put_lifecycle.rb +10 -2
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/start.rb +4 -2
- data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/stop.rb +4 -2
- data/lib/elasticsearch/api/actions/sql/clear_cursor.rb +4 -2
- data/lib/elasticsearch/api/actions/sql/delete_async.rb +10 -2
- data/lib/elasticsearch/api/actions/sql/get_async.rb +10 -2
- data/lib/elasticsearch/api/actions/sql/get_async_status.rb +10 -2
- data/lib/elasticsearch/api/actions/sql/query.rb +4 -2
- data/lib/elasticsearch/api/actions/sql/translate.rb +4 -2
- data/lib/elasticsearch/api/actions/ssl/certificates.rb +4 -2
- data/lib/elasticsearch/api/actions/synonyms/delete_synonym.rb +10 -2
- data/lib/elasticsearch/api/actions/synonyms/delete_synonym_rule.rb +10 -2
- data/lib/elasticsearch/api/actions/synonyms/get_synonym.rb +10 -2
- data/lib/elasticsearch/api/actions/synonyms/get_synonym_rule.rb +10 -2
- data/lib/elasticsearch/api/actions/synonyms/get_synonyms_sets.rb +4 -2
- data/lib/elasticsearch/api/actions/synonyms/put_synonym.rb +10 -2
- data/lib/elasticsearch/api/actions/synonyms/put_synonym_rule.rb +10 -2
- data/lib/elasticsearch/api/actions/tasks/cancel.rb +10 -2
- data/lib/elasticsearch/api/actions/tasks/get.rb +10 -2
- data/lib/elasticsearch/api/actions/tasks/list.rb +4 -2
- data/lib/elasticsearch/api/actions/terms_enum.rb +10 -2
- data/lib/elasticsearch/api/actions/termvectors.rb +10 -2
- data/lib/elasticsearch/api/actions/text_structure/find_structure.rb +4 -2
- data/lib/elasticsearch/api/actions/transform/delete_transform.rb +10 -2
- data/lib/elasticsearch/api/actions/transform/get_transform.rb +10 -2
- data/lib/elasticsearch/api/actions/transform/get_transform_stats.rb +10 -2
- data/lib/elasticsearch/api/actions/transform/preview_transform.rb +10 -2
- data/lib/elasticsearch/api/actions/transform/put_transform.rb +10 -2
- data/lib/elasticsearch/api/actions/transform/reset_transform.rb +10 -2
- data/lib/elasticsearch/api/actions/transform/schedule_now_transform.rb +10 -2
- data/lib/elasticsearch/api/actions/transform/start_transform.rb +10 -2
- data/lib/elasticsearch/api/actions/transform/stop_transform.rb +10 -2
- data/lib/elasticsearch/api/actions/transform/update_transform.rb +10 -2
- data/lib/elasticsearch/api/actions/transform/upgrade_transforms.rb +4 -2
- data/lib/elasticsearch/api/actions/update.rb +11 -3
- data/lib/elasticsearch/api/actions/update_by_query.rb +10 -2
- data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +10 -2
- data/lib/elasticsearch/api/actions/watcher/ack_watch.rb +10 -2
- data/lib/elasticsearch/api/actions/watcher/activate_watch.rb +10 -2
- data/lib/elasticsearch/api/actions/watcher/deactivate_watch.rb +10 -2
- data/lib/elasticsearch/api/actions/watcher/delete_watch.rb +11 -3
- data/lib/elasticsearch/api/actions/watcher/execute_watch.rb +10 -2
- data/lib/elasticsearch/api/actions/watcher/get_settings.rb +4 -2
- data/lib/elasticsearch/api/actions/watcher/get_watch.rb +10 -2
- data/lib/elasticsearch/api/actions/watcher/put_watch.rb +10 -2
- data/lib/elasticsearch/api/actions/watcher/query_watches.rb +4 -2
- data/lib/elasticsearch/api/actions/watcher/start.rb +4 -2
- data/lib/elasticsearch/api/actions/watcher/stats.rb +10 -2
- data/lib/elasticsearch/api/actions/watcher/stop.rb +4 -2
- data/lib/elasticsearch/api/actions/watcher/update_settings.rb +4 -2
- data/lib/elasticsearch/api/actions/xpack/info.rb +4 -2
- data/lib/elasticsearch/api/actions/xpack/usage.rb +4 -2
- data/lib/elasticsearch/api/namespace/common.rb +2 -2
- data/lib/elasticsearch/api/namespace/{synonym_rule.rb → connector.rb} +7 -7
- data/{spec/rspec_formatter.rb → lib/elasticsearch/api/namespace/connector_sync_job.rb} +14 -9
- data/lib/elasticsearch/api/namespace/{synonyms_sets.rb → esql.rb} +7 -7
- data/lib/elasticsearch/api/namespace/inference.rb +36 -0
- data/lib/elasticsearch/api/namespace/profiling.rb +36 -0
- data/lib/elasticsearch/api/namespace/simulate.rb +36 -0
- data/lib/elasticsearch/api/version.rb +1 -1
- data/lib/elasticsearch/api.rb +6 -2
- data/spec/elasticsearch/api/actions/bulk_spec.rb +24 -1
- data/spec/elasticsearch/api/actions/cat/aliases_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/allocation_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/component_templates_spec.rb +22 -10
- data/spec/elasticsearch/api/actions/cat/count_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/fielddata_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/cat/health_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/help_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/indices_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/master_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/nodeattrs_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/nodes_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/pending_tasks_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/plugins_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/recovery_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/repositories_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/segments_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/cat/shards_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/snapshot_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/tasks_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/templates_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cat/thread_pool_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/clear_scroll_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/close_point_in_time_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cluster/allocation_explain_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cluster/get_settings_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cluster/health_spec.rb +6 -3
- data/spec/elasticsearch/api/actions/cluster/info_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cluster/pending_tasks_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cluster/put_settings_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cluster/remote_info_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/cluster/reroute_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/cluster/state_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/cluster/stats_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/connector/check_in_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/{synonyms/delete_synonym_rule_spec.rb → connector/delete_spec.rb} +8 -4
- data/spec/elasticsearch/api/actions/{synonyms/delete_synonym_spec.rb → connector/get_spec.rb} +9 -5
- data/spec/elasticsearch/api/actions/connector/last_sync_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/{query_ruleset → connector}/list_spec.rb +5 -4
- data/spec/elasticsearch/api/actions/{security/update_settings_spec.rb → connector/post_spec.rb} +6 -5
- data/spec/elasticsearch/api/actions/connector/put_spec.rb +43 -0
- data/spec/elasticsearch/api/actions/connector/update_configuration_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/connector/update_error_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/connector/update_filtering_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/connector/update_name_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/connector/update_pipeline_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/connector/update_scheduling_spec.rb +42 -0
- data/spec/elasticsearch/api/actions/connector_sync_job/cancel_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/connector_sync_job/check_in_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/connector_sync_job/delete_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/connector_sync_job/error_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/connector_sync_job/get_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/{synonyms/get_synonym_rule_spec.rb → connector_sync_job/list_spec.rb} +5 -4
- data/spec/elasticsearch/api/actions/{synonyms/put_synonym_rule_spec.rb → connector_sync_job/post_spec.rb} +6 -5
- data/spec/elasticsearch/api/actions/connector_sync_job/update_stats_spec.rb +38 -0
- data/spec/elasticsearch/api/actions/count_spec.rb +6 -3
- data/spec/elasticsearch/api/actions/create_document_spec.rb +35 -1
- data/spec/elasticsearch/api/actions/dangling_indices/delete_dangling_indices_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/dangling_indices/import_dangling_indices_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/dangling_indices/list_dangling_indices_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/data_frame/update_data_frame_transform_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/delete_by_query_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/delete_document_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/delete_script_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/{synonyms/update_spec.rb → esql/query_spec.rb} +6 -5
- data/spec/elasticsearch/api/actions/exists_document_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/explain_document_spec.rb +35 -1
- data/spec/elasticsearch/api/actions/features/get_features_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/features/reset_features_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/field_caps_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/fleet/global_checkpoints_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/fleet/msearch_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/fleet/search_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/get_document_source_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/get_document_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/get_script_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/health_report_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/index_document_spec.rb +24 -1
- data/spec/elasticsearch/api/actions/index_lifecycle_management/migrate_to_data_tiers_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/indices/add_block_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/indices/analyze_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/indices/clear_cache_spec.rb +24 -1
- data/spec/elasticsearch/api/actions/indices/clone_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/indices/close_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/indices/create_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/indices/data_streams_stats_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/indices/delete_alias_spec.rb +15 -1
- data/spec/elasticsearch/api/actions/indices/delete_data_lifecycle_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/indices/delete_spec.rb +24 -1
- data/spec/elasticsearch/api/actions/indices/delete_template_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/indices/disk_usage_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/indices/exists_alias_spec.rb +26 -1
- data/spec/elasticsearch/api/actions/indices/exists_spec.rb +24 -1
- data/spec/elasticsearch/api/actions/indices/exists_template_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/indices/explain_data_lifecycle_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/indices/field_usage_stats_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/indices/flush_spec.rb +46 -1
- data/spec/elasticsearch/api/actions/indices/forcemerge_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/indices/get_alias_spec.rb +25 -1
- data/spec/elasticsearch/api/actions/indices/get_data_lifecycle_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/indices/get_field_mapping_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/indices/get_mapping_spec.rb +35 -1
- data/spec/elasticsearch/api/actions/indices/get_settings_spec.rb +35 -1
- data/spec/elasticsearch/api/actions/indices/get_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/indices/open_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/indices/put_alias_spec.rb +27 -1
- data/spec/elasticsearch/api/actions/indices/put_data_lifecycle_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/indices/put_mapping_spec.rb +24 -1
- data/spec/elasticsearch/api/actions/indices/put_settings_spec.rb +46 -1
- data/spec/elasticsearch/api/actions/indices/put_template_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/indices/recovery_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/indices/refresh_spec.rb +46 -1
- data/spec/elasticsearch/api/actions/indices/rollover_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/indices/segments_spec.rb +46 -1
- data/spec/elasticsearch/api/actions/indices/shard_stores_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/indices/shrink_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/indices/split_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/indices/stats_spec.rb +68 -1
- data/spec/elasticsearch/api/actions/indices/unfreeze_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/indices/update_aliases_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/indices/validate_query_spec.rb +69 -1
- data/spec/elasticsearch/api/actions/inference/delete_model_spec.rb +36 -0
- data/spec/elasticsearch/api/actions/inference/get_model_spec.rb +36 -0
- data/spec/elasticsearch/api/actions/inference/inference_spec.rb +36 -0
- data/spec/elasticsearch/api/actions/inference/put_model_spec.rb +36 -0
- data/spec/elasticsearch/api/actions/info_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/ingest/delete_pipeline_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/ingest/geo_ip_stats_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/ingest/get_pipeline_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/ingest/put_pipeline_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/ingest/simulate_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/json_builders_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/machine_learning/get_memory_stats_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/machine_learning/get_model_snapshot_upgrade_stats_spec.rb +5 -1
- data/spec/elasticsearch/api/actions/machine_learning/infer_trained_model_deployment_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/machine_learning/put_trained_model_definition_part_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/machine_learning/put_trained_model_vocabulary_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/machine_learning/reset_job_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/machine_learning/set_upgrade_mode_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/machine_learning/start_trained_model_deployment_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/machine_learning/stop_trained_model_deployment_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/machine_learning/update_trained_model_deployment_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/mget_spec.rb +24 -1
- data/spec/elasticsearch/api/actions/migration/get_feature_upgrade_status_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/migration/post_feature_upgrade_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/msearch_spec.rb +35 -1
- data/spec/elasticsearch/api/actions/msearch_template_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/mtermvectors_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/nodes/clear_repositories_metering_archive_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/nodes/get_repositories_metering_info_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/nodes/hot_threads_spec.rb +24 -1
- data/spec/elasticsearch/api/actions/nodes/info_spec.rb +46 -1
- data/spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb +35 -1
- data/spec/elasticsearch/api/actions/nodes/stats_spec.rb +35 -1
- data/spec/elasticsearch/api/actions/open_point_in_time_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/ping_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/{synonyms/get_synonym_spec.rb → profiling/status_spec.rb} +6 -4
- data/spec/elasticsearch/api/actions/put_script_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/query_ruleset/delete_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/query_ruleset/get_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/query_ruleset/put_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/rank_eval_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/reindex_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/render_search_template_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/scroll_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/search_application/delete_behavioral_analytics_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/search_application/delete_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/search_application/get_behavioral_analytics_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/search_application/get_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/search_application/list_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/search_application/post_behavioral_analytics_event_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/search_application/put_behavioral_analytics_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/search_application/put_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/search_application/render_query_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/search_application/search_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/search_mvt_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/search_shards_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/search_spec.rb +24 -1
- data/spec/elasticsearch/api/actions/search_template_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/searchable_snapshots/cache_stats_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/searchable_snapshots/clear_cache_spec.rb +14 -1
- data/spec/elasticsearch/api/actions/searchable_snapshots/mount_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/searchable_snapshots/stats_spec.rb +15 -1
- data/spec/elasticsearch/api/actions/security/clear_cached_service_tokens_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/security/create_api_key_spec.rb +4 -2
- data/spec/elasticsearch/api/actions/security/create_cross_cluster_api_key_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/create_service_token_spec.rb +15 -1
- data/spec/elasticsearch/api/actions/security/delete_service_token_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/security/disable_user_profile_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/enable_user_profile_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/enroll_kibana_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/get_api_key_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/get_builtin_privileges_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/get_service_accounts_spec.rb +26 -1
- data/spec/elasticsearch/api/actions/security/get_service_credentials_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/security/has_privileges_user_profile_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/invalidate_api_key_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/query_api_keys_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/saml_authenticate_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/saml_complete_logout_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/saml_invalidate_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/saml_logout_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/saml_prepare_authentication_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/saml_service_provider_metadata_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/security/suggest_user_profiles_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/update_api_key_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/security/update_cross_cluster_api_key_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/shutdown/delete_node_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/shutdown/get_node_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/shutdown/put_node_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/{security/get_settings_spec.rb → simulate/ingest_spec.rb} +7 -6
- data/spec/elasticsearch/api/actions/snapshot/clone_spec.rb +4 -1
- data/spec/elasticsearch/api/actions/snapshot/create_repository_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/snapshot/create_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb +15 -1
- data/spec/elasticsearch/api/actions/snapshot/delete_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/snapshot/get_repository_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/snapshot/get_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/snapshot/repository_analize_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/snapshot/restore_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/snapshot/status_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/snapshot/verify_repository_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/sql/delete_async_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/sql/get_async_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/sql/get_async_stats_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/tasks/cancel_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/tasks/get_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/tasks/list_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/terms_enum_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/termvectors_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/transform/schedule_now_transform_spec.rb +3 -1
- data/spec/elasticsearch/api/actions/update_by_query_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/update_document_spec.rb +13 -1
- data/spec/elasticsearch/api/actions/watcher/get_settings_spec.rb +2 -1
- data/spec/elasticsearch/api/actions/watcher/update_settings_spec.rb +3 -2
- data/spec/elasticsearch/api/perform_request_spec.rb +86 -0
- data/spec/rest_api/rest_api_tests_helper.rb +1 -1
- data/spec/rest_api/rest_api_yaml_spec.rb +2 -0
- data/spec/rest_api/skipped_tests_free.yml +5 -3
- data/spec/rest_api/skipped_tests_platinum.yml +3 -0
- data/spec/spec_helper.rb +0 -4
- data/utils/endpoint_spec.rb +194 -0
- data/utils/{thor/generator/endpoint_specifics.rb → endpoint_specifics.rb} +4 -4
- data/utils/thor/generate_source.rb +14 -141
- data/utils/thor/templates/_body.erb +2 -2
- data/utils/thor/templates/_documentation_top.erb +22 -22
- data/utils/thor/templates/_method_setup.erb +10 -10
- data/utils/thor/templates/_perform_request.erb +11 -11
- data/utils/thor/templates/method.erb +28 -19
- metadata +99 -32
- data/spec/elasticsearch/api/actions/synonyms/get_synonyms_sets_spec.rb +0 -34
@@ -26,9 +26,11 @@ module Elasticsearch
|
|
26
26
|
# @option arguments [Hash] :headers Custom HTTP headers
|
27
27
|
# @option arguments [Hash] :body a point-in-time id to close
|
28
28
|
#
|
29
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
29
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/point-in-time-api.html
|
30
30
|
#
|
31
31
|
def close_point_in_time(arguments = {})
|
32
|
+
request_opts = { endpoint: arguments[:endpoint] || "close_point_in_time" }
|
33
|
+
|
32
34
|
arguments = arguments.clone
|
33
35
|
headers = arguments.delete(:headers) || {}
|
34
36
|
|
@@ -39,7 +41,7 @@ module Elasticsearch
|
|
39
41
|
params = {}
|
40
42
|
|
41
43
|
Elasticsearch::API::Response.new(
|
42
|
-
perform_request(method, path, params, body, headers)
|
44
|
+
perform_request(method, path, params, body, headers, request_opts)
|
43
45
|
)
|
44
46
|
end
|
45
47
|
end
|
@@ -29,9 +29,11 @@ module Elasticsearch
|
|
29
29
|
# @option arguments [Hash] :headers Custom HTTP headers
|
30
30
|
# @option arguments [Hash] :body The index, shard, and primary flag to explain. Empty means 'explain a randomly-chosen unassigned shard'
|
31
31
|
#
|
32
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
32
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/cluster-allocation-explain.html
|
33
33
|
#
|
34
34
|
def allocation_explain(arguments = {})
|
35
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.allocation_explain" }
|
36
|
+
|
35
37
|
arguments = arguments.clone
|
36
38
|
headers = arguments.delete(:headers) || {}
|
37
39
|
|
@@ -47,7 +49,7 @@ module Elasticsearch
|
|
47
49
|
params = Utils.process_params(arguments)
|
48
50
|
|
49
51
|
Elasticsearch::API::Response.new(
|
50
|
-
perform_request(method, path, params, body, headers)
|
52
|
+
perform_request(method, path, params, body, headers, request_opts)
|
51
53
|
)
|
52
54
|
end
|
53
55
|
end
|
@@ -29,9 +29,17 @@ module Elasticsearch
|
|
29
29
|
# @option arguments [Time] :master_timeout Specify timeout for connection to master
|
30
30
|
# @option arguments [Hash] :headers Custom HTTP headers
|
31
31
|
#
|
32
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
32
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/indices-component-template.html
|
33
33
|
#
|
34
34
|
def delete_component_template(arguments = {})
|
35
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.delete_component_template" }
|
36
|
+
|
37
|
+
defined_params = [:name].inject({}) do |set_variables, variable|
|
38
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
39
|
+
set_variables
|
40
|
+
end
|
41
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
42
|
+
|
35
43
|
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
|
36
44
|
|
37
45
|
arguments = arguments.clone
|
@@ -46,7 +54,7 @@ module Elasticsearch
|
|
46
54
|
params = Utils.process_params(arguments)
|
47
55
|
|
48
56
|
Elasticsearch::API::Response.new(
|
49
|
-
perform_request(method, path, params, body, headers)
|
57
|
+
perform_request(method, path, params, body, headers, request_opts)
|
50
58
|
)
|
51
59
|
end
|
52
60
|
end
|
@@ -28,9 +28,11 @@ module Elasticsearch
|
|
28
28
|
# @option arguments [Time] :master_timeout Timeout for submitting request to master
|
29
29
|
# @option arguments [Hash] :headers Custom HTTP headers
|
30
30
|
#
|
31
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
31
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/voting-config-exclusions.html
|
32
32
|
#
|
33
33
|
def delete_voting_config_exclusions(arguments = {})
|
34
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.delete_voting_config_exclusions" }
|
35
|
+
|
34
36
|
arguments = arguments.clone
|
35
37
|
headers = arguments.delete(:headers) || {}
|
36
38
|
|
@@ -41,7 +43,7 @@ module Elasticsearch
|
|
41
43
|
params = Utils.process_params(arguments)
|
42
44
|
|
43
45
|
Elasticsearch::API::Response.new(
|
44
|
-
perform_request(method, path, params, body, headers)
|
46
|
+
perform_request(method, path, params, body, headers, request_opts)
|
45
47
|
)
|
46
48
|
end
|
47
49
|
end
|
@@ -29,9 +29,17 @@ module Elasticsearch
|
|
29
29
|
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
|
30
30
|
# @option arguments [Hash] :headers Custom HTTP headers
|
31
31
|
#
|
32
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
32
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/indices-component-template.html
|
33
33
|
#
|
34
34
|
def exists_component_template(arguments = {})
|
35
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.exists_component_template" }
|
36
|
+
|
37
|
+
defined_params = [:name].inject({}) do |set_variables, variable|
|
38
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
39
|
+
set_variables
|
40
|
+
end
|
41
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
42
|
+
|
35
43
|
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
|
36
44
|
|
37
45
|
arguments = arguments.clone
|
@@ -46,7 +54,7 @@ module Elasticsearch
|
|
46
54
|
params = Utils.process_params(arguments)
|
47
55
|
|
48
56
|
Elasticsearch::API::Response.new(
|
49
|
-
perform_request(method, path, params, body, headers)
|
57
|
+
perform_request(method, path, params, body, headers, request_opts)
|
50
58
|
)
|
51
59
|
end
|
52
60
|
|
@@ -30,9 +30,17 @@ module Elasticsearch
|
|
30
30
|
# @option arguments [Boolean] :include_defaults Return all default configurations for the component template (default: false)
|
31
31
|
# @option arguments [Hash] :headers Custom HTTP headers
|
32
32
|
#
|
33
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
33
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/indices-component-template.html
|
34
34
|
#
|
35
35
|
def get_component_template(arguments = {})
|
36
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.get_component_template" }
|
37
|
+
|
38
|
+
defined_params = [:name].inject({}) do |set_variables, variable|
|
39
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
40
|
+
set_variables
|
41
|
+
end
|
42
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
43
|
+
|
36
44
|
arguments = arguments.clone
|
37
45
|
headers = arguments.delete(:headers) || {}
|
38
46
|
|
@@ -49,7 +57,7 @@ module Elasticsearch
|
|
49
57
|
params = Utils.process_params(arguments)
|
50
58
|
|
51
59
|
Elasticsearch::API::Response.new(
|
52
|
-
perform_request(method, path, params, body, headers)
|
60
|
+
perform_request(method, path, params, body, headers, request_opts)
|
53
61
|
)
|
54
62
|
end
|
55
63
|
end
|
@@ -30,9 +30,11 @@ module Elasticsearch
|
|
30
30
|
# @option arguments [Boolean] :include_defaults Whether to return all default clusters setting.
|
31
31
|
# @option arguments [Hash] :headers Custom HTTP headers
|
32
32
|
#
|
33
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
33
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/cluster-get-settings.html
|
34
34
|
#
|
35
35
|
def get_settings(arguments = {})
|
36
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.get_settings" }
|
37
|
+
|
36
38
|
arguments = arguments.clone
|
37
39
|
headers = arguments.delete(:headers) || {}
|
38
40
|
|
@@ -43,7 +45,7 @@ module Elasticsearch
|
|
43
45
|
params = Utils.process_params(arguments)
|
44
46
|
|
45
47
|
Elasticsearch::API::Response.new(
|
46
|
-
perform_request(method, path, params, body, headers)
|
48
|
+
perform_request(method, path, params, body, headers, request_opts)
|
47
49
|
)
|
48
50
|
end
|
49
51
|
end
|
@@ -38,9 +38,17 @@ module Elasticsearch
|
|
38
38
|
# @option arguments [String] :wait_for_status Wait until cluster is in a specific state (options: green, yellow, red)
|
39
39
|
# @option arguments [Hash] :headers Custom HTTP headers
|
40
40
|
#
|
41
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
41
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/cluster-health.html
|
42
42
|
#
|
43
43
|
def health(arguments = {})
|
44
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.health" }
|
45
|
+
|
46
|
+
defined_params = [:index].inject({}) do |set_variables, variable|
|
47
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
48
|
+
set_variables
|
49
|
+
end
|
50
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
51
|
+
|
44
52
|
arguments = arguments.clone
|
45
53
|
headers = arguments.delete(:headers) || {}
|
46
54
|
|
@@ -57,7 +65,7 @@ module Elasticsearch
|
|
57
65
|
params = Utils.process_params(arguments)
|
58
66
|
|
59
67
|
Elasticsearch::API::Response.new(
|
60
|
-
perform_request(method, path, params, body, headers)
|
68
|
+
perform_request(method, path, params, body, headers, request_opts)
|
61
69
|
)
|
62
70
|
end
|
63
71
|
end
|
@@ -27,9 +27,17 @@ module Elasticsearch
|
|
27
27
|
# @option arguments [List] :target Limit the information returned to the specified target. (options: _all, http, ingest, thread_pool, script)
|
28
28
|
# @option arguments [Hash] :headers Custom HTTP headers
|
29
29
|
#
|
30
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
30
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/cluster-info.html
|
31
31
|
#
|
32
32
|
def info(arguments = {})
|
33
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.info" }
|
34
|
+
|
35
|
+
defined_params = [:target].inject({}) do |set_variables, variable|
|
36
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
37
|
+
set_variables
|
38
|
+
end
|
39
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
40
|
+
|
33
41
|
raise ArgumentError, "Required argument 'target' missing" unless arguments[:target]
|
34
42
|
|
35
43
|
arguments = arguments.clone
|
@@ -44,7 +52,7 @@ module Elasticsearch
|
|
44
52
|
params = {}
|
45
53
|
|
46
54
|
Elasticsearch::API::Response.new(
|
47
|
-
perform_request(method, path, params, body, headers)
|
55
|
+
perform_request(method, path, params, body, headers, request_opts)
|
48
56
|
)
|
49
57
|
end
|
50
58
|
end
|
@@ -29,9 +29,11 @@ module Elasticsearch
|
|
29
29
|
# @option arguments [Time] :master_timeout Specify timeout for connection to master
|
30
30
|
# @option arguments [Hash] :headers Custom HTTP headers
|
31
31
|
#
|
32
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
32
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/cluster-pending.html
|
33
33
|
#
|
34
34
|
def pending_tasks(arguments = {})
|
35
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.pending_tasks" }
|
36
|
+
|
35
37
|
arguments = arguments.clone
|
36
38
|
headers = arguments.delete(:headers) || {}
|
37
39
|
|
@@ -42,7 +44,7 @@ module Elasticsearch
|
|
42
44
|
params = Utils.process_params(arguments)
|
43
45
|
|
44
46
|
Elasticsearch::API::Response.new(
|
45
|
-
perform_request(method, path, params, body, headers)
|
47
|
+
perform_request(method, path, params, body, headers, request_opts)
|
46
48
|
)
|
47
49
|
end
|
48
50
|
end
|
@@ -30,9 +30,11 @@ module Elasticsearch
|
|
30
30
|
# @option arguments [Time] :master_timeout Timeout for submitting request to master
|
31
31
|
# @option arguments [Hash] :headers Custom HTTP headers
|
32
32
|
#
|
33
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
33
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/voting-config-exclusions.html
|
34
34
|
#
|
35
35
|
def post_voting_config_exclusions(arguments = {})
|
36
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.post_voting_config_exclusions" }
|
37
|
+
|
36
38
|
arguments = arguments.clone
|
37
39
|
headers = arguments.delete(:headers) || {}
|
38
40
|
|
@@ -43,7 +45,7 @@ module Elasticsearch
|
|
43
45
|
params = Utils.process_params(arguments)
|
44
46
|
|
45
47
|
Elasticsearch::API::Response.new(
|
46
|
-
perform_request(method, path, params, body, headers)
|
48
|
+
perform_request(method, path, params, body, headers, request_opts)
|
47
49
|
)
|
48
50
|
end
|
49
51
|
end
|
@@ -31,9 +31,17 @@ module Elasticsearch
|
|
31
31
|
# @option arguments [Hash] :headers Custom HTTP headers
|
32
32
|
# @option arguments [Hash] :body The template definition (*Required*)
|
33
33
|
#
|
34
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
34
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/indices-component-template.html
|
35
35
|
#
|
36
36
|
def put_component_template(arguments = {})
|
37
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.put_component_template" }
|
38
|
+
|
39
|
+
defined_params = [:name].inject({}) do |set_variables, variable|
|
40
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
41
|
+
set_variables
|
42
|
+
end
|
43
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
44
|
+
|
37
45
|
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
|
38
46
|
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
|
39
47
|
|
@@ -49,7 +57,7 @@ module Elasticsearch
|
|
49
57
|
params = Utils.process_params(arguments)
|
50
58
|
|
51
59
|
Elasticsearch::API::Response.new(
|
52
|
-
perform_request(method, path, params, body, headers)
|
60
|
+
perform_request(method, path, params, body, headers, request_opts)
|
53
61
|
)
|
54
62
|
end
|
55
63
|
end
|
@@ -30,9 +30,11 @@ module Elasticsearch
|
|
30
30
|
# @option arguments [Hash] :headers Custom HTTP headers
|
31
31
|
# @option arguments [Hash] :body The settings to be updated. Can be either `transient` or `persistent` (survives cluster restart). (*Required*)
|
32
32
|
#
|
33
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
33
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/cluster-update-settings.html
|
34
34
|
#
|
35
35
|
def put_settings(arguments = {})
|
36
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.put_settings" }
|
37
|
+
|
36
38
|
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
|
37
39
|
|
38
40
|
arguments = arguments.clone
|
@@ -45,7 +47,7 @@ module Elasticsearch
|
|
45
47
|
params = Utils.process_params(arguments)
|
46
48
|
|
47
49
|
Elasticsearch::API::Response.new(
|
48
|
-
perform_request(method, path, params, body, headers)
|
50
|
+
perform_request(method, path, params, body, headers, request_opts)
|
49
51
|
)
|
50
52
|
end
|
51
53
|
end
|
@@ -26,9 +26,11 @@ module Elasticsearch
|
|
26
26
|
#
|
27
27
|
# @option arguments [Hash] :headers Custom HTTP headers
|
28
28
|
#
|
29
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
29
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/cluster-remote-info.html
|
30
30
|
#
|
31
31
|
def remote_info(arguments = {})
|
32
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.remote_info" }
|
33
|
+
|
32
34
|
arguments = arguments.clone
|
33
35
|
headers = arguments.delete(:headers) || {}
|
34
36
|
|
@@ -39,7 +41,7 @@ module Elasticsearch
|
|
39
41
|
params = {}
|
40
42
|
|
41
43
|
Elasticsearch::API::Response.new(
|
42
|
-
perform_request(method, path, params, body, headers)
|
44
|
+
perform_request(method, path, params, body, headers, request_opts)
|
43
45
|
)
|
44
46
|
end
|
45
47
|
end
|
@@ -33,9 +33,11 @@ module Elasticsearch
|
|
33
33
|
# @option arguments [Hash] :headers Custom HTTP headers
|
34
34
|
# @option arguments [Hash] :body The definition of `commands` to perform (`move`, `cancel`, `allocate`)
|
35
35
|
#
|
36
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
36
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/cluster-reroute.html
|
37
37
|
#
|
38
38
|
def reroute(arguments = {})
|
39
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.reroute" }
|
40
|
+
|
39
41
|
arguments = arguments.clone
|
40
42
|
headers = arguments.delete(:headers) || {}
|
41
43
|
|
@@ -46,7 +48,7 @@ module Elasticsearch
|
|
46
48
|
params = Utils.process_params(arguments)
|
47
49
|
|
48
50
|
Elasticsearch::API::Response.new(
|
49
|
-
perform_request(method, path, params, body, headers)
|
51
|
+
perform_request(method, path, params, body, headers, request_opts)
|
50
52
|
)
|
51
53
|
end
|
52
54
|
end
|
@@ -36,9 +36,17 @@ module Elasticsearch
|
|
36
36
|
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
|
37
37
|
# @option arguments [Hash] :headers Custom HTTP headers
|
38
38
|
#
|
39
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
39
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/cluster-state.html
|
40
40
|
#
|
41
41
|
def state(arguments = {})
|
42
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.state" }
|
43
|
+
|
44
|
+
defined_params = [:metric, :index].inject({}) do |set_variables, variable|
|
45
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
46
|
+
set_variables
|
47
|
+
end
|
48
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
49
|
+
|
42
50
|
arguments = arguments.clone
|
43
51
|
headers = arguments.delete(:headers) || {}
|
44
52
|
|
@@ -59,7 +67,7 @@ module Elasticsearch
|
|
59
67
|
params = Utils.process_params(arguments)
|
60
68
|
|
61
69
|
Elasticsearch::API::Response.new(
|
62
|
-
perform_request(method, path, params, body, headers)
|
70
|
+
perform_request(method, path, params, body, headers, request_opts)
|
63
71
|
)
|
64
72
|
end
|
65
73
|
end
|
@@ -29,9 +29,17 @@ module Elasticsearch
|
|
29
29
|
# @option arguments [Time] :timeout Explicit operation timeout
|
30
30
|
# @option arguments [Hash] :headers Custom HTTP headers
|
31
31
|
#
|
32
|
-
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.
|
32
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/cluster-stats.html
|
33
33
|
#
|
34
34
|
def stats(arguments = {})
|
35
|
+
request_opts = { endpoint: arguments[:endpoint] || "cluster.stats" }
|
36
|
+
|
37
|
+
defined_params = [:node_id].inject({}) do |set_variables, variable|
|
38
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
39
|
+
set_variables
|
40
|
+
end
|
41
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
42
|
+
|
35
43
|
arguments = arguments.clone
|
36
44
|
headers = arguments.delete(:headers) || {}
|
37
45
|
|
@@ -48,7 +56,7 @@ module Elasticsearch
|
|
48
56
|
params = Utils.process_params(arguments)
|
49
57
|
|
50
58
|
Elasticsearch::API::Response.new(
|
51
|
-
perform_request(method, path, params, body, headers)
|
59
|
+
perform_request(method, path, params, body, headers, request_opts)
|
52
60
|
)
|
53
61
|
end
|
54
62
|
end
|
@@ -0,0 +1,65 @@
|
|
1
|
+
# Licensed to Elasticsearch B.V. under one or more contributor
|
2
|
+
# license agreements. See the NOTICE file distributed with
|
3
|
+
# this work for additional information regarding copyright
|
4
|
+
# ownership. Elasticsearch B.V. licenses this file to you under
|
5
|
+
# the Apache License, Version 2.0 (the "License"); you may
|
6
|
+
# not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
12
|
+
# software distributed under the License is distributed on an
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
14
|
+
# KIND, either express or implied. See the License for the
|
15
|
+
# specific language governing permissions and limitations
|
16
|
+
# under the License.
|
17
|
+
#
|
18
|
+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
|
20
|
+
#
|
21
|
+
module Elasticsearch
|
22
|
+
module API
|
23
|
+
module Connector
|
24
|
+
module Actions
|
25
|
+
# Updates the last_seen timestamp in the connector document.
|
26
|
+
# This functionality is Experimental and may be changed or removed
|
27
|
+
# completely in a future release. Elastic will take a best effort approach
|
28
|
+
# to fix any issues, but experimental features are not subject to the
|
29
|
+
# support SLA of official GA features.
|
30
|
+
#
|
31
|
+
# @option arguments [String] :connector_id The unique identifier of the connector to be updated.
|
32
|
+
# @option arguments [Hash] :headers Custom HTTP headers
|
33
|
+
#
|
34
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/check-in-connector-api.html
|
35
|
+
#
|
36
|
+
def check_in(arguments = {})
|
37
|
+
request_opts = { endpoint: arguments[:endpoint] || "connector.check_in" }
|
38
|
+
|
39
|
+
defined_params = [:connector_id].inject({}) do |set_variables, variable|
|
40
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
41
|
+
set_variables
|
42
|
+
end
|
43
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
44
|
+
|
45
|
+
raise ArgumentError, "Required argument 'connector_id' missing" unless arguments[:connector_id]
|
46
|
+
|
47
|
+
arguments = arguments.clone
|
48
|
+
headers = arguments.delete(:headers) || {}
|
49
|
+
|
50
|
+
body = nil
|
51
|
+
|
52
|
+
_connector_id = arguments.delete(:connector_id)
|
53
|
+
|
54
|
+
method = Elasticsearch::API::HTTP_PUT
|
55
|
+
path = "_connector/#{Utils.__listify(_connector_id)}/_check_in"
|
56
|
+
params = {}
|
57
|
+
|
58
|
+
Elasticsearch::API::Response.new(
|
59
|
+
perform_request(method, path, params, body, headers, request_opts)
|
60
|
+
)
|
61
|
+
end
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
65
|
+
end
|
@@ -0,0 +1,65 @@
|
|
1
|
+
# Licensed to Elasticsearch B.V. under one or more contributor
|
2
|
+
# license agreements. See the NOTICE file distributed with
|
3
|
+
# this work for additional information regarding copyright
|
4
|
+
# ownership. Elasticsearch B.V. licenses this file to you under
|
5
|
+
# the Apache License, Version 2.0 (the "License"); you may
|
6
|
+
# not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
12
|
+
# software distributed under the License is distributed on an
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
14
|
+
# KIND, either express or implied. See the License for the
|
15
|
+
# specific language governing permissions and limitations
|
16
|
+
# under the License.
|
17
|
+
#
|
18
|
+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
|
20
|
+
#
|
21
|
+
module Elasticsearch
|
22
|
+
module API
|
23
|
+
module Connector
|
24
|
+
module Actions
|
25
|
+
# Deletes a connector.
|
26
|
+
# This functionality is Experimental and may be changed or removed
|
27
|
+
# completely in a future release. Elastic will take a best effort approach
|
28
|
+
# to fix any issues, but experimental features are not subject to the
|
29
|
+
# support SLA of official GA features.
|
30
|
+
#
|
31
|
+
# @option arguments [String] :connector_id The unique identifier of the connector to be deleted.
|
32
|
+
# @option arguments [Hash] :headers Custom HTTP headers
|
33
|
+
#
|
34
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/delete-connector-api.html
|
35
|
+
#
|
36
|
+
def delete(arguments = {})
|
37
|
+
request_opts = { endpoint: arguments[:endpoint] || "connector.delete" }
|
38
|
+
|
39
|
+
defined_params = [:connector_id].inject({}) do |set_variables, variable|
|
40
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
41
|
+
set_variables
|
42
|
+
end
|
43
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
44
|
+
|
45
|
+
raise ArgumentError, "Required argument 'connector_id' missing" unless arguments[:connector_id]
|
46
|
+
|
47
|
+
arguments = arguments.clone
|
48
|
+
headers = arguments.delete(:headers) || {}
|
49
|
+
|
50
|
+
body = nil
|
51
|
+
|
52
|
+
_connector_id = arguments.delete(:connector_id)
|
53
|
+
|
54
|
+
method = Elasticsearch::API::HTTP_DELETE
|
55
|
+
path = "_connector/#{Utils.__listify(_connector_id)}"
|
56
|
+
params = {}
|
57
|
+
|
58
|
+
Elasticsearch::API::Response.new(
|
59
|
+
perform_request(method, path, params, body, headers, request_opts)
|
60
|
+
)
|
61
|
+
end
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
65
|
+
end
|
@@ -0,0 +1,65 @@
|
|
1
|
+
# Licensed to Elasticsearch B.V. under one or more contributor
|
2
|
+
# license agreements. See the NOTICE file distributed with
|
3
|
+
# this work for additional information regarding copyright
|
4
|
+
# ownership. Elasticsearch B.V. licenses this file to you under
|
5
|
+
# the Apache License, Version 2.0 (the "License"); you may
|
6
|
+
# not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
12
|
+
# software distributed under the License is distributed on an
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
14
|
+
# KIND, either express or implied. See the License for the
|
15
|
+
# specific language governing permissions and limitations
|
16
|
+
# under the License.
|
17
|
+
#
|
18
|
+
# Auto generated from build hash f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch/tree/main/rest-api-spec
|
20
|
+
#
|
21
|
+
module Elasticsearch
|
22
|
+
module API
|
23
|
+
module Connector
|
24
|
+
module Actions
|
25
|
+
# Returns the details about a connector.
|
26
|
+
# This functionality is Experimental and may be changed or removed
|
27
|
+
# completely in a future release. Elastic will take a best effort approach
|
28
|
+
# to fix any issues, but experimental features are not subject to the
|
29
|
+
# support SLA of official GA features.
|
30
|
+
#
|
31
|
+
# @option arguments [String] :connector_id The unique identifier of the connector to be returned.
|
32
|
+
# @option arguments [Hash] :headers Custom HTTP headers
|
33
|
+
#
|
34
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/get-connector-api.html
|
35
|
+
#
|
36
|
+
def get(arguments = {})
|
37
|
+
request_opts = { endpoint: arguments[:endpoint] || "connector.get" }
|
38
|
+
|
39
|
+
defined_params = [:connector_id].inject({}) do |set_variables, variable|
|
40
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
41
|
+
set_variables
|
42
|
+
end
|
43
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
44
|
+
|
45
|
+
raise ArgumentError, "Required argument 'connector_id' missing" unless arguments[:connector_id]
|
46
|
+
|
47
|
+
arguments = arguments.clone
|
48
|
+
headers = arguments.delete(:headers) || {}
|
49
|
+
|
50
|
+
body = nil
|
51
|
+
|
52
|
+
_connector_id = arguments.delete(:connector_id)
|
53
|
+
|
54
|
+
method = Elasticsearch::API::HTTP_GET
|
55
|
+
path = "_connector/#{Utils.__listify(_connector_id)}"
|
56
|
+
params = {}
|
57
|
+
|
58
|
+
Elasticsearch::API::Response.new(
|
59
|
+
perform_request(method, path, params, body, headers, request_opts)
|
60
|
+
)
|
61
|
+
end
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
65
|
+
end
|