elasticsearch-serverless 0.1.0.20231031.pre → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/elasticsearch-serverless/api/async_search/delete.rb +13 -2
- data/lib/elasticsearch-serverless/api/async_search/get.rb +19 -4
- data/lib/elasticsearch-serverless/api/async_search/status.rb +12 -2
- data/lib/elasticsearch-serverless/api/async_search/submit.rb +20 -5
- data/lib/elasticsearch-serverless/api/bulk.rb +19 -5
- data/lib/elasticsearch-serverless/api/cat/aliases.rb +24 -6
- data/lib/elasticsearch-serverless/api/cat/component_templates.rb +25 -6
- data/lib/elasticsearch-serverless/api/cat/count.rb +27 -7
- data/lib/elasticsearch-serverless/api/cat/help.rb +16 -6
- data/lib/elasticsearch-serverless/api/cat/indices.rb +34 -7
- data/lib/elasticsearch-serverless/api/cat/ml_data_frame_analytics.rb +27 -7
- data/lib/elasticsearch-serverless/api/cat/ml_datafeeds.rb +35 -7
- data/lib/elasticsearch-serverless/api/cat/ml_jobs.rb +35 -7
- data/lib/elasticsearch-serverless/api/cat/ml_trained_models.rb +28 -7
- data/lib/elasticsearch-serverless/api/cat/transforms.rb +30 -8
- data/lib/elasticsearch-serverless/api/clear_scroll.rb +13 -4
- data/lib/elasticsearch-serverless/api/close_point_in_time.rb +4 -2
- data/lib/elasticsearch-serverless/api/cluster/delete_component_template.rb +16 -4
- data/lib/elasticsearch-serverless/api/cluster/exists_component_template.rb +18 -5
- data/lib/elasticsearch-serverless/api/cluster/get_component_template.rb +17 -5
- data/lib/elasticsearch-serverless/api/cluster/info.rb +11 -2
- data/lib/elasticsearch-serverless/api/cluster/put_component_template.rb +28 -4
- data/lib/elasticsearch-serverless/api/connector/check_in.rb +65 -0
- data/lib/elasticsearch-serverless/api/connector/delete.rb +66 -0
- data/lib/elasticsearch-serverless/api/connector/get.rb +65 -0
- data/lib/elasticsearch-serverless/api/connector/list.rb +60 -0
- data/lib/elasticsearch-serverless/api/connector/post.rb +55 -0
- data/lib/elasticsearch-serverless/api/connector/put.rb +68 -0
- data/lib/elasticsearch-serverless/api/connector/sync_job_cancel.rb +66 -0
- data/lib/elasticsearch-serverless/api/connector/sync_job_delete.rb +66 -0
- data/lib/elasticsearch-serverless/api/connector/sync_job_get.rb +66 -0
- data/lib/elasticsearch-serverless/api/connector/sync_job_list.rb +59 -0
- data/lib/elasticsearch-serverless/api/connector/sync_job_post.rb +57 -0
- data/lib/elasticsearch-serverless/api/connector/update_active_filtering.rb +65 -0
- data/lib/elasticsearch-serverless/api/connector/update_api_key_id.rb +67 -0
- data/lib/elasticsearch-serverless/api/connector/update_configuration.rb +67 -0
- data/lib/elasticsearch-serverless/api/connector/update_error.rb +67 -0
- data/lib/elasticsearch-serverless/api/connector/update_filtering.rb +67 -0
- data/lib/elasticsearch-serverless/api/connector/update_filtering_validation.rb +67 -0
- data/lib/elasticsearch-serverless/api/connector/update_index_name.rb +67 -0
- data/lib/elasticsearch-serverless/api/connector/update_name.rb +67 -0
- data/lib/elasticsearch-serverless/api/connector/update_native.rb +67 -0
- data/lib/elasticsearch-serverless/api/connector/update_pipeline.rb +67 -0
- data/lib/elasticsearch-serverless/api/connector/update_scheduling.rb +67 -0
- data/lib/elasticsearch-serverless/api/connector/update_service_type.rb +67 -0
- data/lib/elasticsearch-serverless/api/connector/update_status.rb +67 -0
- data/lib/elasticsearch-serverless/api/count.rb +30 -10
- data/lib/elasticsearch-serverless/api/create.rb +23 -8
- data/lib/elasticsearch-serverless/api/delete.rb +18 -6
- data/lib/elasticsearch-serverless/api/delete_by_query.rb +39 -12
- data/lib/elasticsearch-serverless/api/delete_script.rb +15 -4
- data/lib/elasticsearch-serverless/api/enrich/delete_policy.rb +10 -1
- data/lib/elasticsearch-serverless/api/enrich/execute_policy.rb +9 -1
- data/lib/elasticsearch-serverless/api/enrich/get_policy.rb +13 -3
- data/lib/elasticsearch-serverless/api/enrich/put_policy.rb +11 -2
- data/lib/elasticsearch-serverless/api/enrich/stats.rb +5 -2
- data/lib/elasticsearch-serverless/api/eql/delete.rb +14 -3
- data/lib/elasticsearch-serverless/api/eql/get.rb +14 -4
- data/lib/elasticsearch-serverless/api/eql/get_status.rb +10 -2
- data/lib/elasticsearch-serverless/api/eql/search.rb +9 -1
- data/lib/elasticsearch-serverless/api/esql/query.rb +57 -0
- data/lib/elasticsearch-serverless/api/exists.rb +20 -6
- data/lib/elasticsearch-serverless/api/exists_source.rb +17 -5
- data/lib/elasticsearch-serverless/api/explain.rb +17 -5
- data/lib/elasticsearch-serverless/api/field_caps.rb +16 -3
- data/lib/elasticsearch-serverless/api/get.rb +18 -4
- data/lib/elasticsearch-serverless/api/get_script.rb +11 -2
- data/lib/elasticsearch-serverless/api/get_source.rb +10 -1
- data/lib/elasticsearch-serverless/api/graph/explore.rb +13 -3
- data/lib/elasticsearch-serverless/api/index.rb +27 -7
- data/lib/elasticsearch-serverless/api/indices/add_block.rb +11 -2
- data/lib/elasticsearch-serverless/api/indices/analyze.rb +13 -3
- data/lib/elasticsearch-serverless/api/indices/create.rb +17 -5
- data/lib/elasticsearch-serverless/api/indices/create_data_stream.rb +18 -3
- data/lib/elasticsearch-serverless/api/indices/data_streams_stats.rb +16 -4
- data/lib/elasticsearch-serverless/api/indices/delete.rb +26 -8
- data/lib/elasticsearch-serverless/api/indices/delete_alias.rb +19 -6
- data/lib/elasticsearch-serverless/api/indices/delete_data_lifecycle.rb +11 -2
- data/lib/elasticsearch-serverless/api/indices/delete_data_stream.rb +11 -2
- data/lib/elasticsearch-serverless/api/indices/delete_index_template.rb +13 -2
- data/lib/elasticsearch-serverless/api/indices/exists.rb +17 -4
- data/lib/elasticsearch-serverless/api/indices/exists_alias.rb +19 -5
- data/lib/elasticsearch-serverless/api/indices/exists_index_template.rb +9 -1
- data/lib/elasticsearch-serverless/api/indices/explain_data_lifecycle.rb +11 -2
- data/lib/elasticsearch-serverless/api/indices/get.rb +20 -5
- data/lib/elasticsearch-serverless/api/indices/get_alias.rb +23 -6
- data/lib/elasticsearch-serverless/api/indices/get_data_lifecycle.rb +17 -4
- data/lib/elasticsearch-serverless/api/indices/get_data_stream.rb +15 -4
- data/lib/elasticsearch-serverless/api/indices/get_index_template.rb +11 -2
- data/lib/elasticsearch-serverless/api/indices/get_mapping.rb +23 -6
- data/lib/elasticsearch-serverless/api/indices/get_settings.rb +28 -7
- data/lib/elasticsearch-serverless/api/indices/migrate_to_data_stream.rb +20 -2
- data/lib/elasticsearch-serverless/api/indices/modify_data_stream.rb +5 -2
- data/lib/elasticsearch-serverless/api/indices/put_alias.rb +21 -6
- data/lib/elasticsearch-serverless/api/indices/put_data_lifecycle.rb +22 -6
- data/lib/elasticsearch-serverless/api/indices/put_index_template.rb +14 -2
- data/lib/elasticsearch-serverless/api/indices/put_mapping.rb +23 -6
- data/lib/elasticsearch-serverless/api/indices/put_settings.rb +29 -7
- data/lib/elasticsearch-serverless/api/indices/put_template.rb +71 -0
- data/lib/elasticsearch-serverless/api/indices/refresh.rb +21 -5
- data/lib/elasticsearch-serverless/api/indices/resolve_index.rb +17 -4
- data/lib/elasticsearch-serverless/api/indices/rollover.rb +20 -7
- data/lib/elasticsearch-serverless/api/indices/simulate_index_template.rb +13 -6
- data/lib/elasticsearch-serverless/api/indices/simulate_template.rb +14 -4
- data/lib/elasticsearch-serverless/api/indices/update_aliases.rb +9 -4
- data/lib/elasticsearch-serverless/api/indices/validate_query.rb +24 -7
- data/lib/elasticsearch-serverless/api/inference/delete.rb +74 -0
- data/lib/elasticsearch-serverless/api/inference/get.rb +72 -0
- data/lib/elasticsearch-serverless/api/inference/inference.rb +74 -0
- data/lib/elasticsearch-serverless/api/inference/put.rb +74 -0
- data/lib/elasticsearch-serverless/api/info.rb +4 -1
- data/lib/elasticsearch-serverless/api/ingest/delete_pipeline.rb +16 -5
- data/lib/elasticsearch-serverless/api/ingest/get_pipeline.rb +16 -4
- data/lib/elasticsearch-serverless/api/ingest/processor_grok.rb +6 -2
- data/lib/elasticsearch-serverless/api/ingest/put_pipeline.rb +11 -2
- data/lib/elasticsearch-serverless/api/ingest/simulate.rb +12 -3
- data/lib/elasticsearch-serverless/api/license/get.rb +8 -3
- data/lib/elasticsearch-serverless/api/logstash/delete_pipeline.rb +10 -2
- data/lib/elasticsearch-serverless/api/logstash/get_pipeline.rb +10 -2
- data/lib/elasticsearch-serverless/api/logstash/put_pipeline.rb +10 -2
- data/lib/elasticsearch-serverless/api/machine_learning/close_job.rb +18 -4
- data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar.rb +11 -2
- data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar_event.rb +12 -3
- data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar_job.rb +12 -3
- data/lib/elasticsearch-serverless/api/machine_learning/delete_data_frame_analytics.rb +10 -2
- data/lib/elasticsearch-serverless/api/machine_learning/delete_datafeed.rb +16 -4
- data/lib/elasticsearch-serverless/api/machine_learning/delete_filter.rb +12 -2
- data/lib/elasticsearch-serverless/api/machine_learning/delete_job.rb +23 -5
- data/lib/elasticsearch-serverless/api/machine_learning/delete_trained_model.rb +11 -2
- data/lib/elasticsearch-serverless/api/machine_learning/delete_trained_model_alias.rb +13 -2
- data/lib/elasticsearch-serverless/api/machine_learning/estimate_model_memory.rb +7 -2
- data/lib/elasticsearch-serverless/api/machine_learning/evaluate_data_frame.rb +8 -2
- data/lib/elasticsearch-serverless/api/machine_learning/flush_job.rb +27 -6
- data/lib/elasticsearch-serverless/api/machine_learning/get_calendar_events.rb +9 -1
- data/lib/elasticsearch-serverless/api/machine_learning/get_calendars.rb +9 -1
- data/lib/elasticsearch-serverless/api/machine_learning/get_data_frame_analytics.rb +27 -4
- data/lib/elasticsearch-serverless/api/machine_learning/get_data_frame_analytics_stats.rb +21 -3
- data/lib/elasticsearch-serverless/api/machine_learning/get_datafeed_stats.rb +26 -3
- data/lib/elasticsearch-serverless/api/machine_learning/get_datafeeds.rb +28 -4
- data/lib/elasticsearch-serverless/api/machine_learning/get_filters.rb +10 -1
- data/lib/elasticsearch-serverless/api/machine_learning/get_job_stats.rb +21 -3
- data/lib/elasticsearch-serverless/api/machine_learning/get_jobs.rb +27 -4
- data/lib/elasticsearch-serverless/api/machine_learning/get_overall_buckets.rb +46 -7
- data/lib/elasticsearch-serverless/api/machine_learning/get_trained_models.rb +29 -8
- data/lib/elasticsearch-serverless/api/machine_learning/get_trained_models_stats.rb +19 -4
- data/lib/elasticsearch-serverless/api/machine_learning/infer_trained_model.rb +71 -0
- data/lib/elasticsearch-serverless/api/machine_learning/open_job.rb +17 -2
- data/lib/elasticsearch-serverless/api/machine_learning/post_calendar_events.rb +10 -2
- data/lib/elasticsearch-serverless/api/machine_learning/preview_data_frame_analytics.rb +10 -2
- data/lib/elasticsearch-serverless/api/machine_learning/preview_datafeed.rb +21 -2
- data/lib/elasticsearch-serverless/api/machine_learning/put_calendar.rb +10 -2
- data/lib/elasticsearch-serverless/api/machine_learning/put_calendar_job.rb +10 -2
- data/lib/elasticsearch-serverless/api/machine_learning/put_data_frame_analytics.rb +14 -2
- data/lib/elasticsearch-serverless/api/machine_learning/put_datafeed.rb +25 -4
- data/lib/elasticsearch-serverless/api/machine_learning/put_filter.rb +11 -1
- data/lib/elasticsearch-serverless/api/machine_learning/put_job.rb +11 -2
- data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model.rb +15 -3
- data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_alias.rb +28 -3
- data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_definition_part.rb +12 -3
- data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_vocabulary.rb +12 -2
- data/lib/elasticsearch-serverless/api/machine_learning/reset_job.rb +19 -4
- data/lib/elasticsearch-serverless/api/machine_learning/start_data_frame_analytics.rb +25 -3
- data/lib/elasticsearch-serverless/api/machine_learning/start_datafeed.rb +35 -4
- data/lib/elasticsearch-serverless/api/machine_learning/start_trained_model_deployment.rb +26 -6
- data/lib/elasticsearch-serverless/api/machine_learning/stop_data_frame_analytics.rb +25 -4
- data/lib/elasticsearch-serverless/api/machine_learning/stop_datafeed.rb +21 -3
- data/lib/elasticsearch-serverless/api/machine_learning/stop_trained_model_deployment.rb +16 -4
- data/lib/elasticsearch-serverless/api/machine_learning/update_data_frame_analytics.rb +13 -3
- data/lib/elasticsearch-serverless/api/machine_learning/update_datafeed.rb +26 -5
- data/lib/elasticsearch-serverless/api/machine_learning/update_filter.rb +10 -2
- data/lib/elasticsearch-serverless/api/machine_learning/update_job.rb +9 -1
- data/lib/elasticsearch-serverless/api/machine_learning/update_trained_model_deployment.rb +68 -0
- data/lib/elasticsearch-serverless/api/mget.rb +17 -3
- data/lib/elasticsearch-serverless/api/msearch.rb +15 -1
- data/lib/elasticsearch-serverless/api/msearch_template.rb +17 -5
- data/lib/elasticsearch-serverless/api/mtermvectors.rb +14 -8
- data/lib/elasticsearch-serverless/api/open_point_in_time.rb +20 -4
- data/lib/elasticsearch-serverless/api/ping.rb +4 -1
- data/lib/elasticsearch-serverless/api/put_script.rb +19 -6
- data/lib/elasticsearch-serverless/api/query_rules/delete_rule.rb +65 -0
- data/lib/elasticsearch-serverless/api/{query_ruleset/delete.rb → query_rules/delete_ruleset.rb} +11 -7
- data/lib/elasticsearch-serverless/api/query_rules/get_rule.rb +65 -0
- data/lib/elasticsearch-serverless/api/{query_ruleset/get.rb → query_rules/get_ruleset.rb} +12 -8
- data/lib/elasticsearch-serverless/api/{query_ruleset/list.rb → query_rules/list_rulesets.rb} +6 -8
- data/lib/elasticsearch-serverless/api/query_rules/put_rule.rb +67 -0
- data/lib/elasticsearch-serverless/api/{query_ruleset/put.rb → query_rules/put_ruleset.rb} +11 -7
- data/lib/elasticsearch-serverless/api/rank_eval.rb +12 -3
- data/lib/elasticsearch-serverless/api/reindex.rb +11 -7
- data/lib/elasticsearch-serverless/api/render_search_template.rb +12 -3
- data/lib/elasticsearch-serverless/api/scripts_painless_execute.rb +5 -2
- data/lib/elasticsearch-serverless/api/scroll.rb +9 -1
- data/lib/elasticsearch-serverless/api/search.rb +110 -30
- data/lib/elasticsearch-serverless/api/search_application/delete.rb +9 -1
- data/lib/elasticsearch-serverless/api/search_application/delete_behavioral_analytics.rb +9 -1
- data/lib/elasticsearch-serverless/api/search_application/get.rb +10 -2
- data/lib/elasticsearch-serverless/api/search_application/get_behavioral_analytics.rb +9 -1
- data/lib/elasticsearch-serverless/api/search_application/list.rb +3 -1
- data/lib/elasticsearch-serverless/api/search_application/put.rb +9 -1
- data/lib/elasticsearch-serverless/api/search_application/put_behavioral_analytics.rb +9 -1
- data/lib/elasticsearch-serverless/api/search_application/search.rb +12 -3
- data/lib/elasticsearch-serverless/api/search_mvt.rb +27 -7
- data/lib/elasticsearch-serverless/api/search_template.rb +23 -7
- data/lib/elasticsearch-serverless/api/security/authenticate.rb +8 -2
- data/lib/elasticsearch-serverless/api/security/create_api_key.rb +7 -1
- data/lib/elasticsearch-serverless/api/security/get_api_key.rb +23 -7
- data/lib/elasticsearch-serverless/api/security/has_privileges.rb +10 -1
- data/lib/elasticsearch-serverless/api/security/invalidate_api_key.rb +10 -1
- data/lib/elasticsearch-serverless/api/security/query_api_keys.rb +9 -3
- data/lib/elasticsearch-serverless/api/security/update_api_key.rb +75 -0
- data/lib/elasticsearch-serverless/api/sql/clear_cursor.rb +3 -1
- data/lib/elasticsearch-serverless/api/sql/delete_async.rb +9 -1
- data/lib/elasticsearch-serverless/api/sql/get_async.rb +15 -4
- data/lib/elasticsearch-serverless/api/sql/get_async_status.rb +9 -1
- data/lib/elasticsearch-serverless/api/sql/query.rb +3 -1
- data/lib/elasticsearch-serverless/api/sql/translate.rb +3 -1
- data/lib/elasticsearch-serverless/api/synonyms/delete_synonym.rb +9 -1
- data/lib/elasticsearch-serverless/api/synonyms/delete_synonym_rule.rb +9 -1
- data/lib/elasticsearch-serverless/api/synonyms/get_synonym.rb +9 -1
- data/lib/elasticsearch-serverless/api/synonyms/get_synonym_rule.rb +9 -1
- data/lib/elasticsearch-serverless/api/synonyms/get_synonyms_sets.rb +3 -1
- data/lib/elasticsearch-serverless/api/synonyms/put_synonym.rb +10 -2
- data/lib/elasticsearch-serverless/api/synonyms/put_synonym_rule.rb +9 -1
- data/lib/elasticsearch-serverless/api/tasks/get.rb +67 -0
- data/lib/elasticsearch-serverless/api/terms_enum.rb +9 -1
- data/lib/elasticsearch-serverless/api/termvectors.rb +21 -9
- data/lib/elasticsearch-serverless/api/transform/delete_transform.rb +15 -4
- data/lib/elasticsearch-serverless/api/transform/get_transform.rb +23 -4
- data/lib/elasticsearch-serverless/api/transform/get_transform_stats.rb +20 -3
- data/lib/elasticsearch-serverless/api/transform/preview_transform.rb +18 -4
- data/lib/elasticsearch-serverless/api/transform/put_transform.rb +34 -4
- data/lib/elasticsearch-serverless/api/transform/reset_transform.rb +17 -4
- data/lib/elasticsearch-serverless/api/transform/schedule_now_transform.rb +15 -2
- data/lib/elasticsearch-serverless/api/transform/start_transform.rb +24 -2
- data/lib/elasticsearch-serverless/api/transform/stop_transform.rb +23 -6
- data/lib/elasticsearch-serverless/api/transform/update_transform.rb +20 -3
- data/lib/elasticsearch-serverless/api/update.rb +23 -7
- data/lib/elasticsearch-serverless/api/update_by_query.rb +38 -11
- data/lib/elasticsearch-serverless/api.rb +9 -6
- data/lib/elasticsearch-serverless/version.rb +3 -3
- data/lib/elasticsearch-serverless.rb +16 -7
- metadata +46 -65
data/lib/elasticsearch-serverless/api/{query_ruleset/delete.rb → query_rules/delete_ruleset.rb}
RENAMED
@@ -20,20 +20,24 @@
|
|
20
20
|
#
|
21
21
|
module ElasticsearchServerless
|
22
22
|
module API
|
23
|
-
module
|
23
|
+
module QueryRules
|
24
24
|
module Actions
|
25
25
|
# Deletes a query ruleset.
|
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
26
|
#
|
31
27
|
# @option arguments [String] :ruleset_id The unique identifier of the query ruleset to delete (*Required*)
|
32
28
|
# @option arguments [Hash] :headers Custom HTTP headers
|
33
29
|
#
|
34
30
|
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-query-ruleset.html
|
35
31
|
#
|
36
|
-
def
|
32
|
+
def delete_ruleset(arguments = {})
|
33
|
+
request_opts = { endpoint: arguments[:endpoint] || "query_rules.delete_ruleset" }
|
34
|
+
|
35
|
+
defined_params = [:ruleset_id].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
|
+
|
37
41
|
raise ArgumentError, "Required argument 'ruleset_id' missing" unless arguments[:ruleset_id]
|
38
42
|
|
39
43
|
arguments = arguments.clone
|
@@ -48,7 +52,7 @@ module ElasticsearchServerless
|
|
48
52
|
params = {}
|
49
53
|
|
50
54
|
ElasticsearchServerless::API::Response.new(
|
51
|
-
perform_request(method, path, params, body, headers)
|
55
|
+
perform_request(method, path, params, body, headers, request_opts)
|
52
56
|
)
|
53
57
|
end
|
54
58
|
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 commit f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch-specification
|
20
|
+
#
|
21
|
+
module ElasticsearchServerless
|
22
|
+
module API
|
23
|
+
module QueryRules
|
24
|
+
module Actions
|
25
|
+
# Returns the details about a query rule within a query ruleset
|
26
|
+
#
|
27
|
+
# @option arguments [String] :ruleset_id The unique identifier of the query ruleset containing the rule to retrieve (*Required*)
|
28
|
+
# @option arguments [String] :rule_id The unique identifier of the query rule within the specified ruleset to retrieve (*Required*)
|
29
|
+
# @option arguments [Hash] :headers Custom HTTP headers
|
30
|
+
#
|
31
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/get-query-rule.html
|
32
|
+
#
|
33
|
+
def get_rule(arguments = {})
|
34
|
+
request_opts = { endpoint: arguments[:endpoint] || "query_rules.get_rule" }
|
35
|
+
|
36
|
+
defined_params = [:ruleset_id, :rule_id].inject({}) do |set_variables, variable|
|
37
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
38
|
+
set_variables
|
39
|
+
end
|
40
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
41
|
+
|
42
|
+
raise ArgumentError, "Required argument 'ruleset_id' missing" unless arguments[:ruleset_id]
|
43
|
+
raise ArgumentError, "Required argument 'rule_id' missing" unless arguments[:rule_id]
|
44
|
+
|
45
|
+
arguments = arguments.clone
|
46
|
+
headers = arguments.delete(:headers) || {}
|
47
|
+
|
48
|
+
body = nil
|
49
|
+
|
50
|
+
_ruleset_id = arguments.delete(:ruleset_id)
|
51
|
+
|
52
|
+
_rule_id = arguments.delete(:rule_id)
|
53
|
+
|
54
|
+
method = ElasticsearchServerless::API::HTTP_GET
|
55
|
+
path = "_query_rules/#{Utils.listify(_ruleset_id)}/_rule/#{Utils.listify(_rule_id)}"
|
56
|
+
params = {}
|
57
|
+
|
58
|
+
ElasticsearchServerless::API::Response.new(
|
59
|
+
perform_request(method, path, params, body, headers, request_opts)
|
60
|
+
)
|
61
|
+
end
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
65
|
+
end
|
@@ -20,20 +20,24 @@
|
|
20
20
|
#
|
21
21
|
module ElasticsearchServerless
|
22
22
|
module API
|
23
|
-
module
|
23
|
+
module QueryRules
|
24
24
|
module Actions
|
25
|
-
# Returns the details about a query ruleset
|
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.
|
25
|
+
# Returns the details about a query ruleset
|
30
26
|
#
|
31
27
|
# @option arguments [String] :ruleset_id The unique identifier of the query ruleset (*Required*)
|
32
28
|
# @option arguments [Hash] :headers Custom HTTP headers
|
33
29
|
#
|
34
30
|
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/get-query-ruleset.html
|
35
31
|
#
|
36
|
-
def
|
32
|
+
def get_ruleset(arguments = {})
|
33
|
+
request_opts = { endpoint: arguments[:endpoint] || "query_rules.get_ruleset" }
|
34
|
+
|
35
|
+
defined_params = [:ruleset_id].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
|
+
|
37
41
|
raise ArgumentError, "Required argument 'ruleset_id' missing" unless arguments[:ruleset_id]
|
38
42
|
|
39
43
|
arguments = arguments.clone
|
@@ -48,7 +52,7 @@ module ElasticsearchServerless
|
|
48
52
|
params = {}
|
49
53
|
|
50
54
|
ElasticsearchServerless::API::Response.new(
|
51
|
-
perform_request(method, path, params, body, headers)
|
55
|
+
perform_request(method, path, params, body, headers, request_opts)
|
52
56
|
)
|
53
57
|
end
|
54
58
|
end
|
data/lib/elasticsearch-serverless/api/{query_ruleset/list.rb → query_rules/list_rulesets.rb}
RENAMED
@@ -20,13 +20,9 @@
|
|
20
20
|
#
|
21
21
|
module ElasticsearchServerless
|
22
22
|
module API
|
23
|
-
module
|
23
|
+
module QueryRules
|
24
24
|
module Actions
|
25
|
-
#
|
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.
|
25
|
+
# Returns summarized information about existing query rulesets.
|
30
26
|
#
|
31
27
|
# @option arguments [Integer] :from Starting offset (default: 0)
|
32
28
|
# @option arguments [Integer] :size specifies a max number of results to get
|
@@ -34,7 +30,9 @@ module ElasticsearchServerless
|
|
34
30
|
#
|
35
31
|
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/list-query-rulesets.html
|
36
32
|
#
|
37
|
-
def
|
33
|
+
def list_rulesets(arguments = {})
|
34
|
+
request_opts = { endpoint: arguments[:endpoint] || "query_rules.list_rulesets" }
|
35
|
+
|
38
36
|
arguments = arguments.clone
|
39
37
|
headers = arguments.delete(:headers) || {}
|
40
38
|
|
@@ -45,7 +43,7 @@ module ElasticsearchServerless
|
|
45
43
|
params = Utils.process_params(arguments)
|
46
44
|
|
47
45
|
ElasticsearchServerless::API::Response.new(
|
48
|
-
perform_request(method, path, params, body, headers)
|
46
|
+
perform_request(method, path, params, body, headers, request_opts)
|
49
47
|
)
|
50
48
|
end
|
51
49
|
end
|
@@ -0,0 +1,67 @@
|
|
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 commit f284cc16f4d4b4289bc679aa1529bb504190fe80
|
19
|
+
# @see https://github.com/elastic/elasticsearch-specification
|
20
|
+
#
|
21
|
+
module ElasticsearchServerless
|
22
|
+
module API
|
23
|
+
module QueryRules
|
24
|
+
module Actions
|
25
|
+
# Creates or updates a query rule within a query ruleset.
|
26
|
+
#
|
27
|
+
# @option arguments [String] :ruleset_id The unique identifier of the query ruleset containing the rule to be created or updated (*Required*)
|
28
|
+
# @option arguments [String] :rule_id The unique identifier of the query rule within the specified ruleset to be created or updated (*Required*)
|
29
|
+
# @option arguments [Hash] :headers Custom HTTP headers
|
30
|
+
# @option arguments [Hash] :body request body
|
31
|
+
#
|
32
|
+
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/put-query-rule.html
|
33
|
+
#
|
34
|
+
def put_rule(arguments = {})
|
35
|
+
request_opts = { endpoint: arguments[:endpoint] || "query_rules.put_rule" }
|
36
|
+
|
37
|
+
defined_params = [:ruleset_id, :rule_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
|
+
|
43
|
+
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
|
44
|
+
raise ArgumentError, "Required argument 'ruleset_id' missing" unless arguments[:ruleset_id]
|
45
|
+
raise ArgumentError, "Required argument 'rule_id' missing" unless arguments[:rule_id]
|
46
|
+
|
47
|
+
arguments = arguments.clone
|
48
|
+
headers = arguments.delete(:headers) || {}
|
49
|
+
|
50
|
+
body = arguments.delete(:body)
|
51
|
+
|
52
|
+
_ruleset_id = arguments.delete(:ruleset_id)
|
53
|
+
|
54
|
+
_rule_id = arguments.delete(:rule_id)
|
55
|
+
|
56
|
+
method = ElasticsearchServerless::API::HTTP_PUT
|
57
|
+
path = "_query_rules/#{Utils.listify(_ruleset_id)}/_rule/#{Utils.listify(_rule_id)}"
|
58
|
+
params = {}
|
59
|
+
|
60
|
+
ElasticsearchServerless::API::Response.new(
|
61
|
+
perform_request(method, path, params, body, headers, request_opts)
|
62
|
+
)
|
63
|
+
end
|
64
|
+
end
|
65
|
+
end
|
66
|
+
end
|
67
|
+
end
|
@@ -20,13 +20,9 @@
|
|
20
20
|
#
|
21
21
|
module ElasticsearchServerless
|
22
22
|
module API
|
23
|
-
module
|
23
|
+
module QueryRules
|
24
24
|
module Actions
|
25
25
|
# Creates or updates a query ruleset.
|
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
26
|
#
|
31
27
|
# @option arguments [String] :ruleset_id The unique identifier of the query ruleset to be created or updated (*Required*)
|
32
28
|
# @option arguments [Hash] :headers Custom HTTP headers
|
@@ -34,7 +30,15 @@ module ElasticsearchServerless
|
|
34
30
|
#
|
35
31
|
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/put-query-ruleset.html
|
36
32
|
#
|
37
|
-
def
|
33
|
+
def put_ruleset(arguments = {})
|
34
|
+
request_opts = { endpoint: arguments[:endpoint] || "query_rules.put_ruleset" }
|
35
|
+
|
36
|
+
defined_params = [:ruleset_id].inject({}) do |set_variables, variable|
|
37
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
38
|
+
set_variables
|
39
|
+
end
|
40
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
41
|
+
|
38
42
|
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
|
39
43
|
raise ArgumentError, "Required argument 'ruleset_id' missing" unless arguments[:ruleset_id]
|
40
44
|
|
@@ -50,7 +54,7 @@ module ElasticsearchServerless
|
|
50
54
|
params = {}
|
51
55
|
|
52
56
|
ElasticsearchServerless::API::Response.new(
|
53
|
-
perform_request(method, path, params, body, headers)
|
57
|
+
perform_request(method, path, params, body, headers, request_opts)
|
54
58
|
)
|
55
59
|
end
|
56
60
|
end
|
@@ -21,9 +21,10 @@
|
|
21
21
|
module ElasticsearchServerless
|
22
22
|
module API
|
23
23
|
module Actions
|
24
|
-
#
|
24
|
+
# Enables you to evaluate the quality of ranked search results over a set of typical search queries.
|
25
25
|
#
|
26
|
-
# @option arguments [String, Array] :index Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard (+*+) expressions are supported.
|
26
|
+
# @option arguments [String, Array] :index Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard (+*+) expressions are supported.
|
27
|
+
# To target all data streams and indices in a cluster, omit this parameter or use +_all+ or +*+.
|
27
28
|
# @option arguments [Boolean] :allow_no_indices If +false+, the request returns an error if any wildcard expression, index alias, or +_all+ value targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targeting +foo*,bar*+ returns an error if an index starts with +foo+ but no index starts with +bar+. Server default: true.
|
28
29
|
# @option arguments [String, Array<String>] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
|
29
30
|
# @option arguments [Boolean] :ignore_unavailable If +true+, missing or closed indices are not included in the response.
|
@@ -34,6 +35,14 @@ module ElasticsearchServerless
|
|
34
35
|
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-rank-eval.html
|
35
36
|
#
|
36
37
|
def rank_eval(arguments = {})
|
38
|
+
request_opts = { endpoint: arguments[:endpoint] || "rank_eval" }
|
39
|
+
|
40
|
+
defined_params = [:index].inject({}) do |set_variables, variable|
|
41
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
42
|
+
set_variables
|
43
|
+
end
|
44
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
45
|
+
|
37
46
|
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
|
38
47
|
|
39
48
|
arguments = arguments.clone
|
@@ -52,7 +61,7 @@ module ElasticsearchServerless
|
|
52
61
|
params = Utils.process_params(arguments)
|
53
62
|
|
54
63
|
ElasticsearchServerless::API::Response.new(
|
55
|
-
perform_request(method, path, params, body, headers)
|
64
|
+
perform_request(method, path, params, body, headers, request_opts)
|
56
65
|
)
|
57
66
|
end
|
58
67
|
end
|
@@ -21,16 +21,18 @@
|
|
21
21
|
module ElasticsearchServerless
|
22
22
|
module API
|
23
23
|
module Actions
|
24
|
-
#
|
25
|
-
# documents
|
26
|
-
# documents from a remote cluster.
|
24
|
+
# Reindex documents.
|
25
|
+
# Copies documents from a source to a destination. The source can be any existing index, alias, or data stream. The destination must differ from the source. For example, you cannot reindex a data stream into itself.
|
27
26
|
#
|
28
27
|
# @option arguments [Boolean] :refresh If +true+, the request refreshes affected shards to make this operation visible to search.
|
29
|
-
# @option arguments [Float] :requests_per_second The throttle for this request in sub-requests per second.
|
28
|
+
# @option arguments [Float] :requests_per_second The throttle for this request in sub-requests per second.
|
29
|
+
# Defaults to no throttle. Server default: -1.
|
30
30
|
# @option arguments [Time] :scroll Specifies how long a consistent view of the index should be maintained for scrolled search.
|
31
|
-
# @option arguments [Integer, String] :slices The number of slices this task should be divided into.
|
31
|
+
# @option arguments [Integer, String] :slices The number of slices this task should be divided into.
|
32
|
+
# Defaults to 1 slice, meaning the task isn’t sliced into subtasks. Server default: 1.
|
32
33
|
# @option arguments [Time] :timeout Period each indexing waits for automatic index creation, dynamic mapping updates, and waiting for active shards. Server default: 1m.
|
33
|
-
# @option arguments [Integer, String] :wait_for_active_shards The number of shard copies that must be active before proceeding with the operation.
|
34
|
+
# @option arguments [Integer, String] :wait_for_active_shards The number of shard copies that must be active before proceeding with the operation.
|
35
|
+
# Set to +all+ or any positive integer up to the total number of shards in the index (+number_of_replicas+1+). Server default: 1.
|
34
36
|
# @option arguments [Boolean] :wait_for_completion If +true+, the request blocks until the operation is complete. Server default: true.
|
35
37
|
# @option arguments [Boolean] :require_alias If +true+, the destination must be an index alias.
|
36
38
|
# @option arguments [Hash] :headers Custom HTTP headers
|
@@ -39,6 +41,8 @@ module ElasticsearchServerless
|
|
39
41
|
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-reindex.html
|
40
42
|
#
|
41
43
|
def reindex(arguments = {})
|
44
|
+
request_opts = { endpoint: arguments[:endpoint] || "reindex" }
|
45
|
+
|
42
46
|
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
|
43
47
|
|
44
48
|
arguments = arguments.clone
|
@@ -51,7 +55,7 @@ module ElasticsearchServerless
|
|
51
55
|
params = Utils.process_params(arguments)
|
52
56
|
|
53
57
|
ElasticsearchServerless::API::Response.new(
|
54
|
-
perform_request(method, path, params, body, headers)
|
58
|
+
perform_request(method, path, params, body, headers, request_opts)
|
55
59
|
)
|
56
60
|
end
|
57
61
|
end
|
@@ -21,15 +21,24 @@
|
|
21
21
|
module ElasticsearchServerless
|
22
22
|
module API
|
23
23
|
module Actions
|
24
|
-
#
|
24
|
+
# Renders a search template as a search request body.
|
25
25
|
#
|
26
|
-
# @option arguments [String] :id ID of the search template to render.
|
26
|
+
# @option arguments [String] :id ID of the search template to render.
|
27
|
+
# If no +source+ is specified, this or the +id+ request body parameter is required.
|
27
28
|
# @option arguments [Hash] :headers Custom HTTP headers
|
28
29
|
# @option arguments [Hash] :body request body
|
29
30
|
#
|
30
31
|
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/render-search-template-api.html
|
31
32
|
#
|
32
33
|
def render_search_template(arguments = {})
|
34
|
+
request_opts = { endpoint: arguments[:endpoint] || "render_search_template" }
|
35
|
+
|
36
|
+
defined_params = [:id].inject({}) do |set_variables, variable|
|
37
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
38
|
+
set_variables
|
39
|
+
end
|
40
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
41
|
+
|
33
42
|
arguments = arguments.clone
|
34
43
|
headers = arguments.delete(:headers) || {}
|
35
44
|
|
@@ -51,7 +60,7 @@ module ElasticsearchServerless
|
|
51
60
|
params = {}
|
52
61
|
|
53
62
|
ElasticsearchServerless::API::Response.new(
|
54
|
-
perform_request(method, path, params, body, headers)
|
63
|
+
perform_request(method, path, params, body, headers, request_opts)
|
55
64
|
)
|
56
65
|
end
|
57
66
|
end
|
@@ -21,7 +21,8 @@
|
|
21
21
|
module ElasticsearchServerless
|
22
22
|
module API
|
23
23
|
module Actions
|
24
|
-
#
|
24
|
+
# Run a script.
|
25
|
+
# Runs a script and returns a result.
|
25
26
|
# This functionality is Experimental and may be changed or removed
|
26
27
|
# completely in a future release. Elastic will take a best effort approach
|
27
28
|
# to fix any issues, but experimental features are not subject to the
|
@@ -33,6 +34,8 @@ module ElasticsearchServerless
|
|
33
34
|
# @see https://www.elastic.co/guide/en/elasticsearch/painless/master/painless-execute-api.html
|
34
35
|
#
|
35
36
|
def scripts_painless_execute(arguments = {})
|
37
|
+
request_opts = { endpoint: arguments[:endpoint] || "scripts_painless_execute" }
|
38
|
+
|
36
39
|
arguments = arguments.clone
|
37
40
|
headers = arguments.delete(:headers) || {}
|
38
41
|
|
@@ -48,7 +51,7 @@ module ElasticsearchServerless
|
|
48
51
|
params = {}
|
49
52
|
|
50
53
|
ElasticsearchServerless::API::Response.new(
|
51
|
-
perform_request(method, path, params, body, headers)
|
54
|
+
perform_request(method, path, params, body, headers, request_opts)
|
52
55
|
)
|
53
56
|
end
|
54
57
|
end
|
@@ -37,6 +37,14 @@ module ElasticsearchServerless
|
|
37
37
|
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-body.html#request-body-search-scroll
|
38
38
|
#
|
39
39
|
def scroll(arguments = {})
|
40
|
+
request_opts = { endpoint: arguments[:endpoint] || "scroll" }
|
41
|
+
|
42
|
+
defined_params = [:scroll_id].inject({}) do |set_variables, variable|
|
43
|
+
set_variables[variable] = arguments[variable] if arguments.key?(variable)
|
44
|
+
set_variables
|
45
|
+
end
|
46
|
+
request_opts[:defined_params] = defined_params unless defined_params.empty?
|
47
|
+
|
40
48
|
arguments = arguments.clone
|
41
49
|
headers = arguments.delete(:headers) || {}
|
42
50
|
|
@@ -58,7 +66,7 @@ module ElasticsearchServerless
|
|
58
66
|
params = Utils.process_params(arguments)
|
59
67
|
|
60
68
|
ElasticsearchServerless::API::Response.new(
|
61
|
-
perform_request(method, path, params, body, headers)
|
69
|
+
perform_request(method, path, params, body, headers, request_opts)
|
62
70
|
)
|
63
71
|
end
|
64
72
|
end
|