elasticsearch-serverless 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (242) hide show
  1. checksums.yaml +4 -4
  2. data/lib/elasticsearch-serverless/api/async_search/delete.rb +9 -1
  3. data/lib/elasticsearch-serverless/api/async_search/get.rb +17 -3
  4. data/lib/elasticsearch-serverless/api/async_search/status.rb +9 -1
  5. data/lib/elasticsearch-serverless/api/async_search/submit.rb +15 -4
  6. data/lib/elasticsearch-serverless/api/bulk.rb +17 -4
  7. data/lib/elasticsearch-serverless/api/cat/aliases.rb +22 -6
  8. data/lib/elasticsearch-serverless/api/cat/component_templates.rb +22 -6
  9. data/lib/elasticsearch-serverless/api/cat/count.rb +25 -8
  10. data/lib/elasticsearch-serverless/api/cat/help.rb +16 -6
  11. data/lib/elasticsearch-serverless/api/cat/indices.rb +31 -9
  12. data/lib/elasticsearch-serverless/api/cat/ml_data_frame_analytics.rb +24 -8
  13. data/lib/elasticsearch-serverless/api/cat/ml_datafeeds.rb +29 -8
  14. data/lib/elasticsearch-serverless/api/cat/ml_jobs.rb +29 -8
  15. data/lib/elasticsearch-serverless/api/cat/ml_trained_models.rb +25 -8
  16. data/lib/elasticsearch-serverless/api/cat/transforms.rb +27 -9
  17. data/lib/elasticsearch-serverless/api/clear_scroll.rb +12 -3
  18. data/lib/elasticsearch-serverless/api/close_point_in_time.rb +3 -1
  19. data/lib/elasticsearch-serverless/api/cluster/delete_component_template.rb +14 -3
  20. data/lib/elasticsearch-serverless/api/cluster/exists_component_template.rb +18 -5
  21. data/lib/elasticsearch-serverless/api/cluster/get_component_template.rb +16 -4
  22. data/lib/elasticsearch-serverless/api/cluster/info.rb +11 -2
  23. data/lib/elasticsearch-serverless/api/cluster/put_component_template.rb +17 -7
  24. data/lib/elasticsearch-serverless/api/connector/check_in.rb +9 -1
  25. data/lib/elasticsearch-serverless/api/connector/delete.rb +14 -6
  26. data/lib/elasticsearch-serverless/api/connector/get.rb +13 -5
  27. data/lib/elasticsearch-serverless/api/connector/list.rb +7 -5
  28. data/lib/elasticsearch-serverless/api/connector/post.rb +7 -5
  29. data/lib/elasticsearch-serverless/api/connector/put.rb +14 -6
  30. data/lib/elasticsearch-serverless/api/connector/sync_job_cancel.rb +13 -5
  31. data/lib/elasticsearch-serverless/api/connector/sync_job_delete.rb +13 -5
  32. data/lib/elasticsearch-serverless/api/connector/sync_job_get.rb +13 -5
  33. data/lib/elasticsearch-serverless/api/connector/sync_job_list.rb +8 -6
  34. data/lib/elasticsearch-serverless/api/connector/sync_job_post.rb +7 -5
  35. data/lib/elasticsearch-serverless/api/connector/update_active_filtering.rb +9 -1
  36. data/lib/elasticsearch-serverless/api/connector/update_api_key_id.rb +13 -5
  37. data/lib/elasticsearch-serverless/api/connector/update_configuration.rb +13 -5
  38. data/lib/elasticsearch-serverless/api/connector/update_error.rb +9 -1
  39. data/lib/elasticsearch-serverless/api/connector/update_filtering.rb +13 -5
  40. data/lib/elasticsearch-serverless/api/connector/update_filtering_validation.rb +9 -1
  41. data/lib/elasticsearch-serverless/api/connector/update_index_name.rb +13 -5
  42. data/lib/elasticsearch-serverless/api/connector/update_name.rb +13 -5
  43. data/lib/elasticsearch-serverless/api/connector/update_native.rb +13 -5
  44. data/lib/elasticsearch-serverless/api/connector/update_pipeline.rb +13 -5
  45. data/lib/elasticsearch-serverless/api/connector/update_scheduling.rb +13 -5
  46. data/lib/elasticsearch-serverless/api/connector/update_service_type.rb +13 -5
  47. data/lib/elasticsearch-serverless/api/connector/update_status.rb +9 -1
  48. data/lib/elasticsearch-serverless/api/count.rb +30 -10
  49. data/lib/elasticsearch-serverless/api/create.rb +21 -5
  50. data/lib/elasticsearch-serverless/api/delete.rb +17 -5
  51. data/lib/elasticsearch-serverless/api/delete_by_query.rb +38 -11
  52. data/lib/elasticsearch-serverless/api/delete_script.rb +14 -3
  53. data/lib/elasticsearch-serverless/api/enrich/delete_policy.rb +10 -1
  54. data/lib/elasticsearch-serverless/api/enrich/execute_policy.rb +9 -1
  55. data/lib/elasticsearch-serverless/api/enrich/get_policy.rb +12 -2
  56. data/lib/elasticsearch-serverless/api/enrich/put_policy.rb +10 -1
  57. data/lib/elasticsearch-serverless/api/enrich/stats.rb +4 -1
  58. data/lib/elasticsearch-serverless/api/eql/delete.rb +12 -2
  59. data/lib/elasticsearch-serverless/api/eql/get.rb +13 -3
  60. data/lib/elasticsearch-serverless/api/eql/get_status.rb +9 -1
  61. data/lib/elasticsearch-serverless/api/eql/search.rb +9 -1
  62. data/lib/elasticsearch-serverless/api/exists.rb +20 -6
  63. data/lib/elasticsearch-serverless/api/exists_source.rb +16 -4
  64. data/lib/elasticsearch-serverless/api/explain.rb +17 -5
  65. data/lib/elasticsearch-serverless/api/field_caps.rb +12 -2
  66. data/lib/elasticsearch-serverless/api/get.rb +18 -5
  67. data/lib/elasticsearch-serverless/api/get_script.rb +10 -1
  68. data/lib/elasticsearch-serverless/api/get_source.rb +10 -1
  69. data/lib/elasticsearch-serverless/api/graph/explore.rb +12 -2
  70. data/lib/elasticsearch-serverless/api/index.rb +25 -6
  71. data/lib/elasticsearch-serverless/api/indices/add_block.rb +11 -2
  72. data/lib/elasticsearch-serverless/api/indices/analyze.rb +12 -2
  73. data/lib/elasticsearch-serverless/api/indices/create.rb +16 -4
  74. data/lib/elasticsearch-serverless/api/indices/create_data_stream.rb +16 -2
  75. data/lib/elasticsearch-serverless/api/indices/data_streams_stats.rb +15 -3
  76. data/lib/elasticsearch-serverless/api/indices/delete.rb +25 -7
  77. data/lib/elasticsearch-serverless/api/indices/delete_alias.rb +18 -5
  78. data/lib/elasticsearch-serverless/api/indices/delete_data_lifecycle.rb +11 -2
  79. data/lib/elasticsearch-serverless/api/indices/delete_data_stream.rb +10 -1
  80. data/lib/elasticsearch-serverless/api/indices/delete_index_template.rb +9 -1
  81. data/lib/elasticsearch-serverless/api/indices/exists.rb +17 -4
  82. data/lib/elasticsearch-serverless/api/indices/exists_alias.rb +19 -5
  83. data/lib/elasticsearch-serverless/api/indices/exists_index_template.rb +9 -1
  84. data/lib/elasticsearch-serverless/api/indices/explain_data_lifecycle.rb +11 -2
  85. data/lib/elasticsearch-serverless/api/indices/get.rb +18 -4
  86. data/lib/elasticsearch-serverless/api/indices/get_alias.rb +23 -6
  87. data/lib/elasticsearch-serverless/api/indices/get_data_lifecycle.rb +16 -3
  88. data/lib/elasticsearch-serverless/api/indices/get_data_stream.rb +14 -3
  89. data/lib/elasticsearch-serverless/api/indices/get_index_template.rb +9 -1
  90. data/lib/elasticsearch-serverless/api/indices/get_mapping.rb +21 -5
  91. data/lib/elasticsearch-serverless/api/indices/get_settings.rb +26 -6
  92. data/lib/elasticsearch-serverless/api/indices/migrate_to_data_stream.rb +10 -1
  93. data/lib/elasticsearch-serverless/api/indices/modify_data_stream.rb +4 -1
  94. data/lib/elasticsearch-serverless/api/indices/put_alias.rb +20 -5
  95. data/lib/elasticsearch-serverless/api/indices/put_data_lifecycle.rb +22 -6
  96. data/lib/elasticsearch-serverless/api/indices/put_index_template.rb +11 -2
  97. data/lib/elasticsearch-serverless/api/indices/put_mapping.rb +20 -5
  98. data/lib/elasticsearch-serverless/api/indices/put_settings.rb +28 -7
  99. data/lib/elasticsearch-serverless/api/indices/put_template.rb +14 -3
  100. data/lib/elasticsearch-serverless/api/indices/refresh.rb +19 -4
  101. data/lib/elasticsearch-serverless/api/indices/resolve_index.rb +15 -3
  102. data/lib/elasticsearch-serverless/api/indices/rollover.rb +19 -5
  103. data/lib/elasticsearch-serverless/api/indices/simulate_index_template.rb +9 -1
  104. data/lib/elasticsearch-serverless/api/indices/simulate_template.rb +11 -2
  105. data/lib/elasticsearch-serverless/api/indices/update_aliases.rb +8 -3
  106. data/lib/elasticsearch-serverless/api/indices/validate_query.rb +24 -7
  107. data/lib/elasticsearch-serverless/api/inference/delete.rb +9 -1
  108. data/lib/elasticsearch-serverless/api/inference/get.rb +9 -1
  109. data/lib/elasticsearch-serverless/api/inference/inference.rb +9 -1
  110. data/lib/elasticsearch-serverless/api/inference/put.rb +9 -1
  111. data/lib/elasticsearch-serverless/api/info.rb +4 -1
  112. data/lib/elasticsearch-serverless/api/ingest/delete_pipeline.rb +15 -4
  113. data/lib/elasticsearch-serverless/api/ingest/get_pipeline.rb +14 -3
  114. data/lib/elasticsearch-serverless/api/ingest/processor_grok.rb +3 -1
  115. data/lib/elasticsearch-serverless/api/ingest/put_pipeline.rb +9 -1
  116. data/lib/elasticsearch-serverless/api/ingest/simulate.rb +11 -2
  117. data/lib/elasticsearch-serverless/api/license/get.rb +8 -4
  118. data/lib/elasticsearch-serverless/api/logstash/delete_pipeline.rb +9 -1
  119. data/lib/elasticsearch-serverless/api/logstash/get_pipeline.rb +9 -1
  120. data/lib/elasticsearch-serverless/api/logstash/put_pipeline.rb +9 -1
  121. data/lib/elasticsearch-serverless/api/machine_learning/close_job.rb +14 -4
  122. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar.rb +10 -1
  123. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar_event.rb +12 -3
  124. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar_job.rb +12 -3
  125. data/lib/elasticsearch-serverless/api/machine_learning/delete_data_frame_analytics.rb +10 -2
  126. data/lib/elasticsearch-serverless/api/machine_learning/delete_datafeed.rb +16 -4
  127. data/lib/elasticsearch-serverless/api/machine_learning/delete_filter.rb +10 -2
  128. data/lib/elasticsearch-serverless/api/machine_learning/delete_job.rb +17 -6
  129. data/lib/elasticsearch-serverless/api/machine_learning/delete_trained_model.rb +11 -3
  130. data/lib/elasticsearch-serverless/api/machine_learning/delete_trained_model_alias.rb +10 -2
  131. data/lib/elasticsearch-serverless/api/machine_learning/estimate_model_memory.rb +4 -1
  132. data/lib/elasticsearch-serverless/api/machine_learning/evaluate_data_frame.rb +4 -2
  133. data/lib/elasticsearch-serverless/api/machine_learning/flush_job.rb +19 -6
  134. data/lib/elasticsearch-serverless/api/machine_learning/get_calendar_events.rb +9 -1
  135. data/lib/elasticsearch-serverless/api/machine_learning/get_calendars.rb +9 -1
  136. data/lib/elasticsearch-serverless/api/machine_learning/get_data_frame_analytics.rb +24 -4
  137. data/lib/elasticsearch-serverless/api/machine_learning/get_data_frame_analytics_stats.rb +21 -3
  138. data/lib/elasticsearch-serverless/api/machine_learning/get_datafeed_stats.rb +20 -3
  139. data/lib/elasticsearch-serverless/api/machine_learning/get_datafeeds.rb +23 -4
  140. data/lib/elasticsearch-serverless/api/machine_learning/get_filters.rb +9 -1
  141. data/lib/elasticsearch-serverless/api/machine_learning/get_job_stats.rb +21 -3
  142. data/lib/elasticsearch-serverless/api/machine_learning/get_jobs.rb +23 -4
  143. data/lib/elasticsearch-serverless/api/machine_learning/get_overall_buckets.rb +30 -7
  144. data/lib/elasticsearch-serverless/api/machine_learning/get_trained_models.rb +28 -7
  145. data/lib/elasticsearch-serverless/api/machine_learning/get_trained_models_stats.rb +17 -3
  146. data/lib/elasticsearch-serverless/api/machine_learning/infer_trained_model.rb +9 -1
  147. data/lib/elasticsearch-serverless/api/machine_learning/open_job.rb +10 -2
  148. data/lib/elasticsearch-serverless/api/machine_learning/post_calendar_events.rb +9 -1
  149. data/lib/elasticsearch-serverless/api/machine_learning/preview_data_frame_analytics.rb +9 -1
  150. data/lib/elasticsearch-serverless/api/machine_learning/preview_datafeed.rb +13 -2
  151. data/lib/elasticsearch-serverless/api/machine_learning/put_calendar.rb +9 -1
  152. data/lib/elasticsearch-serverless/api/machine_learning/put_calendar_job.rb +9 -1
  153. data/lib/elasticsearch-serverless/api/machine_learning/put_data_frame_analytics.rb +12 -2
  154. data/lib/elasticsearch-serverless/api/machine_learning/put_datafeed.rb +17 -5
  155. data/lib/elasticsearch-serverless/api/machine_learning/put_filter.rb +9 -1
  156. data/lib/elasticsearch-serverless/api/machine_learning/put_job.rb +11 -2
  157. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model.rb +14 -3
  158. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_alias.rb +12 -2
  159. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_definition_part.rb +11 -2
  160. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_vocabulary.rb +9 -1
  161. data/lib/elasticsearch-serverless/api/machine_learning/reset_job.rb +14 -3
  162. data/lib/elasticsearch-serverless/api/machine_learning/start_data_frame_analytics.rb +14 -3
  163. data/lib/elasticsearch-serverless/api/machine_learning/start_datafeed.rb +27 -8
  164. data/lib/elasticsearch-serverless/api/machine_learning/start_trained_model_deployment.rb +25 -5
  165. data/lib/elasticsearch-serverless/api/machine_learning/stop_data_frame_analytics.rb +23 -4
  166. data/lib/elasticsearch-serverless/api/machine_learning/stop_datafeed.rb +19 -3
  167. data/lib/elasticsearch-serverless/api/machine_learning/stop_trained_model_deployment.rb +15 -3
  168. data/lib/elasticsearch-serverless/api/machine_learning/update_data_frame_analytics.rb +12 -2
  169. data/lib/elasticsearch-serverless/api/machine_learning/update_datafeed.rb +21 -4
  170. data/lib/elasticsearch-serverless/api/machine_learning/update_filter.rb +9 -1
  171. data/lib/elasticsearch-serverless/api/machine_learning/update_job.rb +9 -1
  172. data/lib/elasticsearch-serverless/api/machine_learning/update_trained_model_deployment.rb +15 -2
  173. data/lib/elasticsearch-serverless/api/mget.rb +17 -4
  174. data/lib/elasticsearch-serverless/api/msearch.rb +15 -1
  175. data/lib/elasticsearch-serverless/api/msearch_template.rb +16 -4
  176. data/lib/elasticsearch-serverless/api/mtermvectors.rb +14 -8
  177. data/lib/elasticsearch-serverless/api/open_point_in_time.rb +14 -3
  178. data/lib/elasticsearch-serverless/api/ping.rb +4 -1
  179. data/lib/elasticsearch-serverless/api/put_script.rb +18 -5
  180. data/lib/elasticsearch-serverless/api/query_rules/delete_rule.rb +9 -1
  181. data/lib/elasticsearch-serverless/api/query_rules/delete_ruleset.rb +9 -1
  182. data/lib/elasticsearch-serverless/api/query_rules/get_rule.rb +9 -1
  183. data/lib/elasticsearch-serverless/api/query_rules/get_ruleset.rb +9 -1
  184. data/lib/elasticsearch-serverless/api/query_rules/list_rulesets.rb +3 -1
  185. data/lib/elasticsearch-serverless/api/query_rules/put_rule.rb +9 -1
  186. data/lib/elasticsearch-serverless/api/query_rules/put_ruleset.rb +9 -1
  187. data/lib/elasticsearch-serverless/api/rank_eval.rb +11 -2
  188. data/lib/elasticsearch-serverless/api/reindex.rb +11 -7
  189. data/lib/elasticsearch-serverless/api/render_search_template.rb +11 -2
  190. data/lib/elasticsearch-serverless/api/scripts_painless_execute.rb +4 -1
  191. data/lib/elasticsearch-serverless/api/scroll.rb +9 -1
  192. data/lib/elasticsearch-serverless/api/search.rb +107 -30
  193. data/lib/elasticsearch-serverless/api/search_application/delete.rb +9 -1
  194. data/lib/elasticsearch-serverless/api/search_application/delete_behavioral_analytics.rb +9 -1
  195. data/lib/elasticsearch-serverless/api/search_application/get.rb +9 -1
  196. data/lib/elasticsearch-serverless/api/search_application/get_behavioral_analytics.rb +9 -1
  197. data/lib/elasticsearch-serverless/api/search_application/list.rb +3 -1
  198. data/lib/elasticsearch-serverless/api/search_application/put.rb +9 -1
  199. data/lib/elasticsearch-serverless/api/search_application/put_behavioral_analytics.rb +9 -1
  200. data/lib/elasticsearch-serverless/api/search_application/search.rb +9 -1
  201. data/lib/elasticsearch-serverless/api/search_mvt.rb +27 -7
  202. data/lib/elasticsearch-serverless/api/search_template.rb +22 -6
  203. data/lib/elasticsearch-serverless/api/security/authenticate.rb +6 -2
  204. data/lib/elasticsearch-serverless/api/security/create_api_key.rb +4 -1
  205. data/lib/elasticsearch-serverless/api/security/get_api_key.rb +19 -7
  206. data/lib/elasticsearch-serverless/api/security/has_privileges.rb +10 -1
  207. data/lib/elasticsearch-serverless/api/security/invalidate_api_key.rb +4 -1
  208. data/lib/elasticsearch-serverless/api/security/query_api_keys.rb +7 -3
  209. data/lib/elasticsearch-serverless/api/security/update_api_key.rb +10 -1
  210. data/lib/elasticsearch-serverless/api/sql/clear_cursor.rb +3 -1
  211. data/lib/elasticsearch-serverless/api/sql/delete_async.rb +9 -1
  212. data/lib/elasticsearch-serverless/api/sql/get_async.rb +15 -4
  213. data/lib/elasticsearch-serverless/api/sql/get_async_status.rb +9 -1
  214. data/lib/elasticsearch-serverless/api/sql/query.rb +3 -1
  215. data/lib/elasticsearch-serverless/api/sql/translate.rb +3 -1
  216. data/lib/elasticsearch-serverless/api/synonyms/delete_synonym.rb +9 -1
  217. data/lib/elasticsearch-serverless/api/synonyms/delete_synonym_rule.rb +9 -1
  218. data/lib/elasticsearch-serverless/api/synonyms/get_synonym.rb +9 -1
  219. data/lib/elasticsearch-serverless/api/synonyms/get_synonym_rule.rb +9 -1
  220. data/lib/elasticsearch-serverless/api/synonyms/get_synonyms_sets.rb +3 -1
  221. data/lib/elasticsearch-serverless/api/synonyms/put_synonym.rb +9 -1
  222. data/lib/elasticsearch-serverless/api/synonyms/put_synonym_rule.rb +9 -1
  223. data/lib/elasticsearch-serverless/api/tasks/get.rb +13 -3
  224. data/lib/elasticsearch-serverless/api/terms_enum.rb +9 -1
  225. data/lib/elasticsearch-serverless/api/termvectors.rb +21 -9
  226. data/lib/elasticsearch-serverless/api/transform/delete_transform.rb +14 -3
  227. data/lib/elasticsearch-serverless/api/transform/get_transform.rb +23 -4
  228. data/lib/elasticsearch-serverless/api/transform/get_transform_stats.rb +20 -3
  229. data/lib/elasticsearch-serverless/api/transform/preview_transform.rb +15 -5
  230. data/lib/elasticsearch-serverless/api/transform/put_transform.rb +17 -7
  231. data/lib/elasticsearch-serverless/api/transform/reset_transform.rb +14 -3
  232. data/lib/elasticsearch-serverless/api/transform/schedule_now_transform.rb +11 -3
  233. data/lib/elasticsearch-serverless/api/transform/start_transform.rb +10 -3
  234. data/lib/elasticsearch-serverless/api/transform/stop_transform.rb +23 -6
  235. data/lib/elasticsearch-serverless/api/transform/update_transform.rb +15 -4
  236. data/lib/elasticsearch-serverless/api/update.rb +23 -7
  237. data/lib/elasticsearch-serverless/api/update_by_query.rb +36 -9
  238. data/lib/elasticsearch-serverless/api.rb +3 -2
  239. data/lib/elasticsearch-serverless/version.rb +1 -1
  240. data/lib/elasticsearch-serverless.rb +4 -3
  241. metadata +5 -76
  242. data/lib/elasticsearch-serverless/api/connector/last_sync.rb +0 -59
@@ -22,18 +22,30 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Create an index.
25
26
  # Creates a new index.
26
27
  #
27
28
  # @option arguments [String] :index Name of the index you wish to create. (*Required*)
28
- # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
29
- # @option arguments [Time] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
30
- # @option arguments [Integer, String] :wait_for_active_shards The number of shard copies that must be active before proceeding with the operation. Set to +all+ or any positive integer up to the total number of shards in the index (+number_of_replicas+1+). Server default: 1.
29
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node.
30
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
31
+ # @option arguments [Time] :timeout Period to wait for a response.
32
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
33
+ # @option arguments [Integer, String] :wait_for_active_shards The number of shard copies that must be active before proceeding with the operation.
34
+ # Set to +all+ or any positive integer up to the total number of shards in the index (+number_of_replicas+1+). Server default: 1.
31
35
  # @option arguments [Hash] :headers Custom HTTP headers
32
36
  # @option arguments [Hash] :body request body
33
37
  #
34
38
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html
35
39
  #
36
40
  def create(arguments = {})
41
+ request_opts = { endpoint: arguments[:endpoint] || "indices.create" }
42
+
43
+ defined_params = [:index].inject({}) do |set_variables, variable|
44
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
45
+ set_variables
46
+ end
47
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
48
+
37
49
  raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
38
50
 
39
51
  arguments = arguments.clone
@@ -48,7 +60,7 @@ module ElasticsearchServerless
48
60
  params = Utils.process_params(arguments)
49
61
 
50
62
  ElasticsearchServerless::API::Response.new(
51
- perform_request(method, path, params, body, headers)
63
+ perform_request(method, path, params, body, headers, request_opts)
52
64
  )
53
65
  end
54
66
  end
@@ -22,15 +22,29 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Create a data stream.
25
26
  # Creates a data stream.
26
27
  # You must have a matching index template with data stream enabled.
27
28
  #
28
- # @option arguments [String] :name Name of the data stream, which must meet the following criteria: Lowercase only; Cannot include +\+, +/+, +*+, +?+, +"+, +<+, +>+, +|+, +,+, +#+, +:+, or a space character; Cannot start with +-+, +_+, +++, or +.ds-+; Cannot be +.+ or +..+; Cannot be longer than 255 bytes. Multi-byte characters count towards this limit faster. (*Required*)
29
+ # @option arguments [String] :name Name of the data stream, which must meet the following criteria:
30
+ # Lowercase only;
31
+ # Cannot include +\+, +/+, +*+, +?+, +"+, +<+, +>+, +|+, +,+, +#+, +:+, or a space character;
32
+ # Cannot start with +-+, +_+, +++, or +.ds-+;
33
+ # Cannot be +.+ or +..+;
34
+ # Cannot be longer than 255 bytes. Multi-byte characters count towards this limit faster. (*Required*)
29
35
  # @option arguments [Hash] :headers Custom HTTP headers
30
36
  #
31
37
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html
32
38
  #
33
39
  def create_data_stream(arguments = {})
40
+ request_opts = { endpoint: arguments[:endpoint] || "indices.create_data_stream" }
41
+
42
+ defined_params = [:name].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
+
34
48
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
35
49
 
36
50
  arguments = arguments.clone
@@ -45,7 +59,7 @@ module ElasticsearchServerless
45
59
  params = {}
46
60
 
47
61
  ElasticsearchServerless::API::Response.new(
48
- perform_request(method, path, params, body, headers)
62
+ perform_request(method, path, params, body, headers, request_opts)
49
63
  )
50
64
  end
51
65
  end
@@ -22,15 +22,27 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Get data stream stats.
25
26
  # Retrieves statistics for one or more data streams.
26
27
  #
27
- # @option arguments [String] :name Comma-separated list of data streams used to limit the request. Wildcard expressions (+*+) are supported. To target all data streams in a cluster, omit this parameter or use +*+.
28
- # @option arguments [String, Array<String>] :expand_wildcards Type of data stream that wildcard patterns can match. Supports comma-separated values, such as +open,hidden+. Server default: open.
28
+ # @option arguments [String] :name Comma-separated list of data streams used to limit the request.
29
+ # Wildcard expressions (+*+) are supported.
30
+ # To target all data streams in a cluster, omit this parameter or use +*+.
31
+ # @option arguments [String, Array<String>] :expand_wildcards Type of data stream that wildcard patterns can match.
32
+ # Supports comma-separated values, such as +open,hidden+. Server default: open.
29
33
  # @option arguments [Hash] :headers Custom HTTP headers
30
34
  #
31
35
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html
32
36
  #
33
37
  def data_streams_stats(arguments = {})
38
+ request_opts = { endpoint: arguments[:endpoint] || "indices.data_streams_stats" }
39
+
40
+ defined_params = [:name].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
+
34
46
  arguments = arguments.clone
35
47
  headers = arguments.delete(:headers) || {}
36
48
 
@@ -47,7 +59,7 @@ module ElasticsearchServerless
47
59
  params = Utils.process_params(arguments)
48
60
 
49
61
  ElasticsearchServerless::API::Response.new(
50
- perform_request(method, path, params, body, headers)
62
+ perform_request(method, path, params, body, headers, request_opts)
51
63
  )
52
64
  end
53
65
  end
@@ -22,19 +22,37 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Delete indices.
25
26
  # Deletes one or more indices.
26
27
  #
27
- # @option arguments [String, Array] :index Comma-separated list of indices to delete. You cannot specify index aliases. By default, this parameter does not support wildcards (+*+) or +_all+. To use wildcards or +_all+, set the +action.destructive_requires_name+ cluster setting to +false+. (*Required*)
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. Server default: true.
29
- # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as +open,hidden+. Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
28
+ # @option arguments [String, Array] :index Comma-separated list of indices to delete.
29
+ # You cannot specify index aliases.
30
+ # By default, this parameter does not support wildcards (+*+) or +_all+.
31
+ # To use wildcards or +_all+, set the +action.destructive_requires_name+ cluster setting to +false+. (*Required*)
32
+ # @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.
33
+ # This behavior applies even if the request targets other open indices. Server default: true.
34
+ # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match.
35
+ # If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
36
+ # Supports comma-separated values, such as +open,hidden+.
37
+ # Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
30
38
  # @option arguments [Boolean] :ignore_unavailable If +false+, the request returns an error if it targets a missing or closed index.
31
- # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
32
- # @option arguments [Time] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
39
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node.
40
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
41
+ # @option arguments [Time] :timeout Period to wait for a response.
42
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
33
43
  # @option arguments [Hash] :headers Custom HTTP headers
34
44
  #
35
45
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-index.html
36
46
  #
37
47
  def delete(arguments = {})
48
+ request_opts = { endpoint: arguments[:endpoint] || "indices.delete" }
49
+
50
+ defined_params = [:index].inject({}) do |set_variables, variable|
51
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
52
+ set_variables
53
+ end
54
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
55
+
38
56
  raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
39
57
 
40
58
  arguments = arguments.clone
@@ -51,12 +69,12 @@ module ElasticsearchServerless
51
69
  if Array(arguments[:ignore]).include?(404)
52
70
  Utils.rescue_from_not_found {
53
71
  ElasticsearchServerless::API::Response.new(
54
- perform_request(method, path, params, body, headers)
72
+ perform_request(method, path, params, body, headers, request_opts)
55
73
  )
56
74
  }
57
75
  else
58
76
  ElasticsearchServerless::API::Response.new(
59
- perform_request(method, path, params, body, headers)
77
+ perform_request(method, path, params, body, headers, request_opts)
60
78
  )
61
79
  end
62
80
  end
@@ -22,17 +22,30 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Delete an alias.
25
26
  # Removes a data stream or index from an alias.
26
27
  #
27
- # @option arguments [String, Array] :index Comma-separated list of data streams or indices used to limit the request. Supports wildcards (+*+). (*Required*)
28
- # @option arguments [String, Array<String>] :name Comma-separated list of aliases to remove. Supports wildcards (+*+). To remove all aliases, use +*+ or +_all+. (*Required*)
29
- # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
30
- # @option arguments [Time] :timeout Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
28
+ # @option arguments [String, Array] :index Comma-separated list of data streams or indices used to limit the request.
29
+ # Supports wildcards (+*+). (*Required*)
30
+ # @option arguments [String, Array<String>] :name Comma-separated list of aliases to remove.
31
+ # Supports wildcards (+*+). To remove all aliases, use +*+ or +_all+. (*Required*)
32
+ # @option arguments [Time] :master_timeout Period to wait for a connection to the master node.
33
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
34
+ # @option arguments [Time] :timeout Period to wait for a response.
35
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
31
36
  # @option arguments [Hash] :headers Custom HTTP headers
32
37
  #
33
38
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html
34
39
  #
35
40
  def delete_alias(arguments = {})
41
+ request_opts = { endpoint: arguments[:endpoint] || "indices.delete_alias" }
42
+
43
+ defined_params = [:index, :name].inject({}) do |set_variables, variable|
44
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
45
+ set_variables
46
+ end
47
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
48
+
36
49
  raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
37
50
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
38
51
 
@@ -52,7 +65,7 @@ module ElasticsearchServerless
52
65
  params = Utils.process_params(arguments)
53
66
 
54
67
  ElasticsearchServerless::API::Response.new(
55
- perform_request(method, path, params, body, headers)
68
+ perform_request(method, path, params, body, headers, request_opts)
56
69
  )
57
70
  end
58
71
  end
@@ -22,7 +22,8 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
- # Removes the data lifecycle from a data stream rendering it not managed by the data stream lifecycle
25
+ # Delete data stream lifecycles.
26
+ # Removes the data stream lifecycle from a data stream, rendering it not managed by the data stream lifecycle.
26
27
  #
27
28
  # @option arguments [String, Array<String>] :name A comma-separated list of data streams of which the data stream lifecycle will be deleted; use +*+ to get all data streams (*Required*)
28
29
  # @option arguments [String, Array<String>] :expand_wildcards Whether wildcard expressions should get expanded to open or closed indices (default: open)
@@ -33,6 +34,14 @@ module ElasticsearchServerless
33
34
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-delete-lifecycle.html
34
35
  #
35
36
  def delete_data_lifecycle(arguments = {})
37
+ request_opts = { endpoint: arguments[:endpoint] || "indices.delete_data_lifecycle" }
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
+
36
45
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
37
46
 
38
47
  arguments = arguments.clone
@@ -47,7 +56,7 @@ module ElasticsearchServerless
47
56
  params = Utils.process_params(arguments)
48
57
 
49
58
  ElasticsearchServerless::API::Response.new(
50
- perform_request(method, path, params, body, headers)
59
+ perform_request(method, path, params, body, headers, request_opts)
51
60
  )
52
61
  end
53
62
  end
@@ -22,6 +22,7 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Delete data streams.
25
26
  # Deletes one or more data streams and their backing indices.
26
27
  #
27
28
  # @option arguments [String, Array<String>] :name Comma-separated list of data streams to delete. Wildcard (+*+) expressions are supported. (*Required*)
@@ -31,6 +32,14 @@ module ElasticsearchServerless
31
32
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html
32
33
  #
33
34
  def delete_data_stream(arguments = {})
35
+ request_opts = { endpoint: arguments[:endpoint] || "indices.delete_data_stream" }
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
+
34
43
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
35
44
 
36
45
  arguments = arguments.clone
@@ -45,7 +54,7 @@ module ElasticsearchServerless
45
54
  params = Utils.process_params(arguments)
46
55
 
47
56
  ElasticsearchServerless::API::Response.new(
48
- perform_request(method, path, params, body, headers)
57
+ perform_request(method, path, params, body, headers, request_opts)
49
58
  )
50
59
  end
51
60
  end
@@ -35,6 +35,14 @@ module ElasticsearchServerless
35
35
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-template.html
36
36
  #
37
37
  def delete_index_template(arguments = {})
38
+ request_opts = { endpoint: arguments[:endpoint] || "indices.delete_index_template" }
39
+
40
+ defined_params = [:name].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
+
38
46
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
39
47
 
40
48
  arguments = arguments.clone
@@ -49,7 +57,7 @@ module ElasticsearchServerless
49
57
  params = Utils.process_params(arguments)
50
58
 
51
59
  ElasticsearchServerless::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
@@ -22,11 +22,16 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
- # Checks if a data stream, index, or alias exists.
25
+ # Check indices.
26
+ # Checks if one or more indices, index aliases, or data streams exist.
26
27
  #
27
28
  # @option arguments [String, Array] :index Comma-separated list of data streams, indices, and aliases. Supports wildcards (+*+). (*Required*)
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. Server default: true.
29
- # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as +open,hidden+. Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
29
+ # @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.
30
+ # This behavior applies even if the request targets other open indices. Server default: true.
31
+ # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match.
32
+ # If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
33
+ # Supports comma-separated values, such as +open,hidden+.
34
+ # Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
30
35
  # @option arguments [Boolean] :flat_settings If +true+, returns settings in flat format.
31
36
  # @option arguments [Boolean] :ignore_unavailable If +false+, the request returns an error if it targets a missing or closed index.
32
37
  # @option arguments [Boolean] :include_defaults If +true+, return all default settings in the response.
@@ -36,6 +41,14 @@ module ElasticsearchServerless
36
41
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-exists.html
37
42
  #
38
43
  def exists(arguments = {})
44
+ request_opts = { endpoint: arguments[:endpoint] || "indices.exists" }
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
+
39
52
  raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
40
53
 
41
54
  arguments = arguments.clone
@@ -50,7 +63,7 @@ module ElasticsearchServerless
50
63
  params = Utils.process_params(arguments)
51
64
 
52
65
  Utils.rescue_from_not_found do
53
- perform_request(method, path, params, body, headers).status == 200 ? true : false
66
+ perform_request(method, path, params, body, headers, request_opts).status == 200 ? true : false
54
67
  end
55
68
  end
56
69
 
@@ -22,12 +22,18 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
- # Checks if an alias exists.
25
+ # Check aliases.
26
+ # Checks if one or more data stream or index aliases exist.
26
27
  #
27
28
  # @option arguments [String, Array<String>] :name Comma-separated list of aliases to check. Supports wildcards (+*+). (*Required*)
28
- # @option arguments [String, Array] :index Comma-separated list of data streams or indices used to limit the request. Supports wildcards (+*+). To target all data streams and indices, omit this parameter or use +*+ or +_all+.
29
- # @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. Server default: true.
30
- # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as +open,hidden+. Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
29
+ # @option arguments [String, Array] :index Comma-separated list of data streams or indices used to limit the request. Supports wildcards (+*+).
30
+ # To target all data streams and indices, omit this parameter or use +*+ or +_all+.
31
+ # @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.
32
+ # This behavior applies even if the request targets other open indices. Server default: true.
33
+ # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match.
34
+ # If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
35
+ # Supports comma-separated values, such as +open,hidden+.
36
+ # Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
31
37
  # @option arguments [Boolean] :ignore_unavailable If +false+, requests that include a missing data stream or index in the target indices or data streams return an error.
32
38
  # @option arguments [Boolean] :local If +true+, the request retrieves information from the local node only.
33
39
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -35,6 +41,14 @@ module ElasticsearchServerless
35
41
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html
36
42
  #
37
43
  def exists_alias(arguments = {})
44
+ request_opts = { endpoint: arguments[:endpoint] || "indices.exists_alias" }
45
+
46
+ defined_params = [:name, :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
+
38
52
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
39
53
 
40
54
  arguments = arguments.clone
@@ -55,7 +69,7 @@ module ElasticsearchServerless
55
69
  params = Utils.process_params(arguments)
56
70
 
57
71
  Utils.rescue_from_not_found do
58
- perform_request(method, path, params, body, headers).status == 200 ? true : false
72
+ perform_request(method, path, params, body, headers, request_opts).status == 200 ? true : false
59
73
  end
60
74
  end
61
75
 
@@ -31,6 +31,14 @@ module ElasticsearchServerless
31
31
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/index-templates.html
32
32
  #
33
33
  def exists_index_template(arguments = {})
34
+ request_opts = { endpoint: arguments[:endpoint] || "indices.exists_index_template" }
35
+
36
+ defined_params = [:name].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
+
34
42
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
35
43
 
36
44
  arguments = arguments.clone
@@ -45,7 +53,7 @@ module ElasticsearchServerless
45
53
  params = Utils.process_params(arguments)
46
54
 
47
55
  ElasticsearchServerless::API::Response.new(
48
- perform_request(method, path, params, body, headers)
56
+ perform_request(method, path, params, body, headers, request_opts)
49
57
  )
50
58
  end
51
59
 
@@ -22,7 +22,8 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
- # Retrieves information about the index's current data stream lifecycle, such as any potential encountered error, time since creation etc.
25
+ # Get the status for a data stream lifecycle.
26
+ # Retrieves information about an index or data stream’s current data stream lifecycle status, such as time since index creation, time since rollover, the lifecycle configuration managing the index, or any errors encountered during lifecycle execution.
26
27
  #
27
28
  # @option arguments [String, Array] :index The name of the index to explain (*Required*)
28
29
  # @option arguments [Boolean] :include_defaults indicates if the API should return the default values the system uses for the index's lifecycle
@@ -32,6 +33,14 @@ module ElasticsearchServerless
32
33
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/data-streams-explain-lifecycle.html
33
34
  #
34
35
  def explain_data_lifecycle(arguments = {})
36
+ request_opts = { endpoint: arguments[:endpoint] || "indices.explain_data_lifecycle" }
37
+
38
+ defined_params = [:index].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
+
35
44
  raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
36
45
 
37
46
  arguments = arguments.clone
@@ -46,7 +55,7 @@ module ElasticsearchServerless
46
55
  params = Utils.process_params(arguments)
47
56
 
48
57
  ElasticsearchServerless::API::Response.new(
49
- perform_request(method, path, params, body, headers)
58
+ perform_request(method, path, params, body, headers, request_opts)
50
59
  )
51
60
  end
52
61
  end
@@ -22,12 +22,18 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Get index information.
25
26
  # Returns information about one or more indices. For data streams, the API returns information about the
26
27
  # stream’s backing indices.
27
28
  #
28
- # @option arguments [String, Array] :index Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard expressions (*) are supported. (*Required*)
29
- # @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.
30
- # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard expressions can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as open,hidden. Server default: open.
29
+ # @option arguments [String, Array] :index Comma-separated list of data streams, indices, and index aliases used to limit the request.
30
+ # Wildcard expressions (*) are supported. (*Required*)
31
+ # @option arguments [Boolean] :allow_no_indices If false, the request returns an error if any wildcard expression, index alias, or _all value targets only
32
+ # missing or closed indices. This behavior applies even if the request targets other open indices. For example,
33
+ # a request targeting foo*,bar* returns an error if an index starts with foo but no index starts with bar. Server default: true.
34
+ # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard expressions can match. If the request can target data streams, this argument
35
+ # determines whether wildcard expressions match hidden data streams. Supports comma-separated values,
36
+ # such as open,hidden. Server default: open.
31
37
  # @option arguments [Boolean] :flat_settings If true, returns settings in flat format.
32
38
  # @option arguments [Boolean] :ignore_unavailable If false, requests that target a missing index return an error.
33
39
  # @option arguments [Boolean] :include_defaults If true, return all default settings in the response.
@@ -39,6 +45,14 @@ module ElasticsearchServerless
39
45
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-index.html
40
46
  #
41
47
  def get(arguments = {})
48
+ request_opts = { endpoint: arguments[:endpoint] || "indices.get" }
49
+
50
+ defined_params = [:index].inject({}) do |set_variables, variable|
51
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
52
+ set_variables
53
+ end
54
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
55
+
42
56
  raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
43
57
 
44
58
  arguments = arguments.clone
@@ -53,7 +67,7 @@ module ElasticsearchServerless
53
67
  params = Utils.process_params(arguments)
54
68
 
55
69
  ElasticsearchServerless::API::Response.new(
56
- perform_request(method, path, params, body, headers)
70
+ perform_request(method, path, params, body, headers, request_opts)
57
71
  )
58
72
  end
59
73
  end
@@ -22,12 +22,21 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
- # Retrieves information for one or more aliases.
25
+ # Get aliases.
26
+ # Retrieves information for one or more data stream or index aliases.
26
27
  #
27
- # @option arguments [String, Array<String>] :name Comma-separated list of aliases to retrieve. Supports wildcards (+*+). To retrieve all aliases, omit this parameter or use +*+ or +_all+.
28
- # @option arguments [String, Array] :index Comma-separated list of data streams or indices used to limit the request. Supports wildcards (+*+). To target all data streams and indices, omit this parameter or use +*+ or +_all+.
29
- # @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. Server default: true.
30
- # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as +open,hidden+. Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
28
+ # @option arguments [String, Array<String>] :name Comma-separated list of aliases to retrieve.
29
+ # Supports wildcards (+*+).
30
+ # To retrieve all aliases, omit this parameter or use +*+ or +_all+.
31
+ # @option arguments [String, Array] :index Comma-separated list of data streams or indices used to limit the request.
32
+ # Supports wildcards (+*+).
33
+ # To target all data streams and indices, omit this parameter or use +*+ or +_all+.
34
+ # @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.
35
+ # This behavior applies even if the request targets other open indices. Server default: true.
36
+ # @option arguments [String, Array<String>] :expand_wildcards Type of index that wildcard patterns can match.
37
+ # If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
38
+ # Supports comma-separated values, such as +open,hidden+.
39
+ # Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
31
40
  # @option arguments [Boolean] :ignore_unavailable If +false+, the request returns an error if it targets a missing or closed index.
32
41
  # @option arguments [Boolean] :local If +true+, the request retrieves information from the local node only.
33
42
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -35,6 +44,14 @@ module ElasticsearchServerless
35
44
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html
36
45
  #
37
46
  def get_alias(arguments = {})
47
+ request_opts = { endpoint: arguments[:endpoint] || "indices.get_alias" }
48
+
49
+ defined_params = [:name, :index].inject({}) do |set_variables, variable|
50
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
51
+ set_variables
52
+ end
53
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
54
+
38
55
  arguments = arguments.clone
39
56
  headers = arguments.delete(:headers) || {}
40
57
 
@@ -57,7 +74,7 @@ module ElasticsearchServerless
57
74
  params = Utils.process_params(arguments)
58
75
 
59
76
  ElasticsearchServerless::API::Response.new(
60
- perform_request(method, path, params, body, headers)
77
+ perform_request(method, path, params, body, headers, request_opts)
61
78
  )
62
79
  end
63
80
  end
@@ -22,16 +22,29 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Indices
24
24
  module Actions
25
+ # Get data stream lifecycles.
25
26
  # Retrieves the data stream lifecycle configuration of one or more data streams.
26
27
  #
27
- # @option arguments [String, Array<String>] :name Comma-separated list of data streams to limit the request. Supports wildcards (+*+). To target all data streams, omit this parameter or use +*+ or +_all+. (*Required*)
28
- # @option arguments [String, Array<String>] :expand_wildcards Type of data stream that wildcard patterns can match. Supports comma-separated values, such as +open,hidden+. Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
28
+ # @option arguments [String, Array<String>] :name Comma-separated list of data streams to limit the request.
29
+ # Supports wildcards (+*+).
30
+ # To target all data streams, omit this parameter or use +*+ or +_all+. (*Required*)
31
+ # @option arguments [String, Array<String>] :expand_wildcards Type of data stream that wildcard patterns can match.
32
+ # Supports comma-separated values, such as +open,hidden+.
33
+ # Valid values are: +all+, +open+, +closed+, +hidden+, +none+. Server default: open.
29
34
  # @option arguments [Boolean] :include_defaults If +true+, return all default settings in the response.
30
35
  # @option arguments [Hash] :headers Custom HTTP headers
31
36
  #
32
37
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-get-lifecycle.html
33
38
  #
34
39
  def get_data_lifecycle(arguments = {})
40
+ request_opts = { endpoint: arguments[:endpoint] || "indices.get_data_lifecycle" }
41
+
42
+ defined_params = [:name].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
+
35
48
  raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
36
49
 
37
50
  arguments = arguments.clone
@@ -46,7 +59,7 @@ module ElasticsearchServerless
46
59
  params = Utils.process_params(arguments)
47
60
 
48
61
  ElasticsearchServerless::API::Response.new(
49
- perform_request(method, path, params, body, headers)
62
+ perform_request(method, path, params, body, headers, request_opts)
50
63
  )
51
64
  end
52
65
  end