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.
Files changed (242) hide show
  1. checksums.yaml +4 -4
  2. data/lib/elasticsearch-serverless/api/async_search/delete.rb +13 -2
  3. data/lib/elasticsearch-serverless/api/async_search/get.rb +19 -4
  4. data/lib/elasticsearch-serverless/api/async_search/status.rb +12 -2
  5. data/lib/elasticsearch-serverless/api/async_search/submit.rb +20 -5
  6. data/lib/elasticsearch-serverless/api/bulk.rb +19 -5
  7. data/lib/elasticsearch-serverless/api/cat/aliases.rb +24 -6
  8. data/lib/elasticsearch-serverless/api/cat/component_templates.rb +25 -6
  9. data/lib/elasticsearch-serverless/api/cat/count.rb +27 -7
  10. data/lib/elasticsearch-serverless/api/cat/help.rb +16 -6
  11. data/lib/elasticsearch-serverless/api/cat/indices.rb +34 -7
  12. data/lib/elasticsearch-serverless/api/cat/ml_data_frame_analytics.rb +27 -7
  13. data/lib/elasticsearch-serverless/api/cat/ml_datafeeds.rb +35 -7
  14. data/lib/elasticsearch-serverless/api/cat/ml_jobs.rb +35 -7
  15. data/lib/elasticsearch-serverless/api/cat/ml_trained_models.rb +28 -7
  16. data/lib/elasticsearch-serverless/api/cat/transforms.rb +30 -8
  17. data/lib/elasticsearch-serverless/api/clear_scroll.rb +13 -4
  18. data/lib/elasticsearch-serverless/api/close_point_in_time.rb +4 -2
  19. data/lib/elasticsearch-serverless/api/cluster/delete_component_template.rb +16 -4
  20. data/lib/elasticsearch-serverless/api/cluster/exists_component_template.rb +18 -5
  21. data/lib/elasticsearch-serverless/api/cluster/get_component_template.rb +17 -5
  22. data/lib/elasticsearch-serverless/api/cluster/info.rb +11 -2
  23. data/lib/elasticsearch-serverless/api/cluster/put_component_template.rb +28 -4
  24. data/lib/elasticsearch-serverless/api/connector/check_in.rb +65 -0
  25. data/lib/elasticsearch-serverless/api/connector/delete.rb +66 -0
  26. data/lib/elasticsearch-serverless/api/connector/get.rb +65 -0
  27. data/lib/elasticsearch-serverless/api/connector/list.rb +60 -0
  28. data/lib/elasticsearch-serverless/api/connector/post.rb +55 -0
  29. data/lib/elasticsearch-serverless/api/connector/put.rb +68 -0
  30. data/lib/elasticsearch-serverless/api/connector/sync_job_cancel.rb +66 -0
  31. data/lib/elasticsearch-serverless/api/connector/sync_job_delete.rb +66 -0
  32. data/lib/elasticsearch-serverless/api/connector/sync_job_get.rb +66 -0
  33. data/lib/elasticsearch-serverless/api/connector/sync_job_list.rb +59 -0
  34. data/lib/elasticsearch-serverless/api/connector/sync_job_post.rb +57 -0
  35. data/lib/elasticsearch-serverless/api/connector/update_active_filtering.rb +65 -0
  36. data/lib/elasticsearch-serverless/api/connector/update_api_key_id.rb +67 -0
  37. data/lib/elasticsearch-serverless/api/connector/update_configuration.rb +67 -0
  38. data/lib/elasticsearch-serverless/api/connector/update_error.rb +67 -0
  39. data/lib/elasticsearch-serverless/api/connector/update_filtering.rb +67 -0
  40. data/lib/elasticsearch-serverless/api/connector/update_filtering_validation.rb +67 -0
  41. data/lib/elasticsearch-serverless/api/connector/update_index_name.rb +67 -0
  42. data/lib/elasticsearch-serverless/api/connector/update_name.rb +67 -0
  43. data/lib/elasticsearch-serverless/api/connector/update_native.rb +67 -0
  44. data/lib/elasticsearch-serverless/api/connector/update_pipeline.rb +67 -0
  45. data/lib/elasticsearch-serverless/api/connector/update_scheduling.rb +67 -0
  46. data/lib/elasticsearch-serverless/api/connector/update_service_type.rb +67 -0
  47. data/lib/elasticsearch-serverless/api/connector/update_status.rb +67 -0
  48. data/lib/elasticsearch-serverless/api/count.rb +30 -10
  49. data/lib/elasticsearch-serverless/api/create.rb +23 -8
  50. data/lib/elasticsearch-serverless/api/delete.rb +18 -6
  51. data/lib/elasticsearch-serverless/api/delete_by_query.rb +39 -12
  52. data/lib/elasticsearch-serverless/api/delete_script.rb +15 -4
  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 +13 -3
  56. data/lib/elasticsearch-serverless/api/enrich/put_policy.rb +11 -2
  57. data/lib/elasticsearch-serverless/api/enrich/stats.rb +5 -2
  58. data/lib/elasticsearch-serverless/api/eql/delete.rb +14 -3
  59. data/lib/elasticsearch-serverless/api/eql/get.rb +14 -4
  60. data/lib/elasticsearch-serverless/api/eql/get_status.rb +10 -2
  61. data/lib/elasticsearch-serverless/api/eql/search.rb +9 -1
  62. data/lib/elasticsearch-serverless/api/esql/query.rb +57 -0
  63. data/lib/elasticsearch-serverless/api/exists.rb +20 -6
  64. data/lib/elasticsearch-serverless/api/exists_source.rb +17 -5
  65. data/lib/elasticsearch-serverless/api/explain.rb +17 -5
  66. data/lib/elasticsearch-serverless/api/field_caps.rb +16 -3
  67. data/lib/elasticsearch-serverless/api/get.rb +18 -4
  68. data/lib/elasticsearch-serverless/api/get_script.rb +11 -2
  69. data/lib/elasticsearch-serverless/api/get_source.rb +10 -1
  70. data/lib/elasticsearch-serverless/api/graph/explore.rb +13 -3
  71. data/lib/elasticsearch-serverless/api/index.rb +27 -7
  72. data/lib/elasticsearch-serverless/api/indices/add_block.rb +11 -2
  73. data/lib/elasticsearch-serverless/api/indices/analyze.rb +13 -3
  74. data/lib/elasticsearch-serverless/api/indices/create.rb +17 -5
  75. data/lib/elasticsearch-serverless/api/indices/create_data_stream.rb +18 -3
  76. data/lib/elasticsearch-serverless/api/indices/data_streams_stats.rb +16 -4
  77. data/lib/elasticsearch-serverless/api/indices/delete.rb +26 -8
  78. data/lib/elasticsearch-serverless/api/indices/delete_alias.rb +19 -6
  79. data/lib/elasticsearch-serverless/api/indices/delete_data_lifecycle.rb +11 -2
  80. data/lib/elasticsearch-serverless/api/indices/delete_data_stream.rb +11 -2
  81. data/lib/elasticsearch-serverless/api/indices/delete_index_template.rb +13 -2
  82. data/lib/elasticsearch-serverless/api/indices/exists.rb +17 -4
  83. data/lib/elasticsearch-serverless/api/indices/exists_alias.rb +19 -5
  84. data/lib/elasticsearch-serverless/api/indices/exists_index_template.rb +9 -1
  85. data/lib/elasticsearch-serverless/api/indices/explain_data_lifecycle.rb +11 -2
  86. data/lib/elasticsearch-serverless/api/indices/get.rb +20 -5
  87. data/lib/elasticsearch-serverless/api/indices/get_alias.rb +23 -6
  88. data/lib/elasticsearch-serverless/api/indices/get_data_lifecycle.rb +17 -4
  89. data/lib/elasticsearch-serverless/api/indices/get_data_stream.rb +15 -4
  90. data/lib/elasticsearch-serverless/api/indices/get_index_template.rb +11 -2
  91. data/lib/elasticsearch-serverless/api/indices/get_mapping.rb +23 -6
  92. data/lib/elasticsearch-serverless/api/indices/get_settings.rb +28 -7
  93. data/lib/elasticsearch-serverless/api/indices/migrate_to_data_stream.rb +20 -2
  94. data/lib/elasticsearch-serverless/api/indices/modify_data_stream.rb +5 -2
  95. data/lib/elasticsearch-serverless/api/indices/put_alias.rb +21 -6
  96. data/lib/elasticsearch-serverless/api/indices/put_data_lifecycle.rb +22 -6
  97. data/lib/elasticsearch-serverless/api/indices/put_index_template.rb +14 -2
  98. data/lib/elasticsearch-serverless/api/indices/put_mapping.rb +23 -6
  99. data/lib/elasticsearch-serverless/api/indices/put_settings.rb +29 -7
  100. data/lib/elasticsearch-serverless/api/indices/put_template.rb +71 -0
  101. data/lib/elasticsearch-serverless/api/indices/refresh.rb +21 -5
  102. data/lib/elasticsearch-serverless/api/indices/resolve_index.rb +17 -4
  103. data/lib/elasticsearch-serverless/api/indices/rollover.rb +20 -7
  104. data/lib/elasticsearch-serverless/api/indices/simulate_index_template.rb +13 -6
  105. data/lib/elasticsearch-serverless/api/indices/simulate_template.rb +14 -4
  106. data/lib/elasticsearch-serverless/api/indices/update_aliases.rb +9 -4
  107. data/lib/elasticsearch-serverless/api/indices/validate_query.rb +24 -7
  108. data/lib/elasticsearch-serverless/api/inference/delete.rb +74 -0
  109. data/lib/elasticsearch-serverless/api/inference/get.rb +72 -0
  110. data/lib/elasticsearch-serverless/api/inference/inference.rb +74 -0
  111. data/lib/elasticsearch-serverless/api/inference/put.rb +74 -0
  112. data/lib/elasticsearch-serverless/api/info.rb +4 -1
  113. data/lib/elasticsearch-serverless/api/ingest/delete_pipeline.rb +16 -5
  114. data/lib/elasticsearch-serverless/api/ingest/get_pipeline.rb +16 -4
  115. data/lib/elasticsearch-serverless/api/ingest/processor_grok.rb +6 -2
  116. data/lib/elasticsearch-serverless/api/ingest/put_pipeline.rb +11 -2
  117. data/lib/elasticsearch-serverless/api/ingest/simulate.rb +12 -3
  118. data/lib/elasticsearch-serverless/api/license/get.rb +8 -3
  119. data/lib/elasticsearch-serverless/api/logstash/delete_pipeline.rb +10 -2
  120. data/lib/elasticsearch-serverless/api/logstash/get_pipeline.rb +10 -2
  121. data/lib/elasticsearch-serverless/api/logstash/put_pipeline.rb +10 -2
  122. data/lib/elasticsearch-serverless/api/machine_learning/close_job.rb +18 -4
  123. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar.rb +11 -2
  124. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar_event.rb +12 -3
  125. data/lib/elasticsearch-serverless/api/machine_learning/delete_calendar_job.rb +12 -3
  126. data/lib/elasticsearch-serverless/api/machine_learning/delete_data_frame_analytics.rb +10 -2
  127. data/lib/elasticsearch-serverless/api/machine_learning/delete_datafeed.rb +16 -4
  128. data/lib/elasticsearch-serverless/api/machine_learning/delete_filter.rb +12 -2
  129. data/lib/elasticsearch-serverless/api/machine_learning/delete_job.rb +23 -5
  130. data/lib/elasticsearch-serverless/api/machine_learning/delete_trained_model.rb +11 -2
  131. data/lib/elasticsearch-serverless/api/machine_learning/delete_trained_model_alias.rb +13 -2
  132. data/lib/elasticsearch-serverless/api/machine_learning/estimate_model_memory.rb +7 -2
  133. data/lib/elasticsearch-serverless/api/machine_learning/evaluate_data_frame.rb +8 -2
  134. data/lib/elasticsearch-serverless/api/machine_learning/flush_job.rb +27 -6
  135. data/lib/elasticsearch-serverless/api/machine_learning/get_calendar_events.rb +9 -1
  136. data/lib/elasticsearch-serverless/api/machine_learning/get_calendars.rb +9 -1
  137. data/lib/elasticsearch-serverless/api/machine_learning/get_data_frame_analytics.rb +27 -4
  138. data/lib/elasticsearch-serverless/api/machine_learning/get_data_frame_analytics_stats.rb +21 -3
  139. data/lib/elasticsearch-serverless/api/machine_learning/get_datafeed_stats.rb +26 -3
  140. data/lib/elasticsearch-serverless/api/machine_learning/get_datafeeds.rb +28 -4
  141. data/lib/elasticsearch-serverless/api/machine_learning/get_filters.rb +10 -1
  142. data/lib/elasticsearch-serverless/api/machine_learning/get_job_stats.rb +21 -3
  143. data/lib/elasticsearch-serverless/api/machine_learning/get_jobs.rb +27 -4
  144. data/lib/elasticsearch-serverless/api/machine_learning/get_overall_buckets.rb +46 -7
  145. data/lib/elasticsearch-serverless/api/machine_learning/get_trained_models.rb +29 -8
  146. data/lib/elasticsearch-serverless/api/machine_learning/get_trained_models_stats.rb +19 -4
  147. data/lib/elasticsearch-serverless/api/machine_learning/infer_trained_model.rb +71 -0
  148. data/lib/elasticsearch-serverless/api/machine_learning/open_job.rb +17 -2
  149. data/lib/elasticsearch-serverless/api/machine_learning/post_calendar_events.rb +10 -2
  150. data/lib/elasticsearch-serverless/api/machine_learning/preview_data_frame_analytics.rb +10 -2
  151. data/lib/elasticsearch-serverless/api/machine_learning/preview_datafeed.rb +21 -2
  152. data/lib/elasticsearch-serverless/api/machine_learning/put_calendar.rb +10 -2
  153. data/lib/elasticsearch-serverless/api/machine_learning/put_calendar_job.rb +10 -2
  154. data/lib/elasticsearch-serverless/api/machine_learning/put_data_frame_analytics.rb +14 -2
  155. data/lib/elasticsearch-serverless/api/machine_learning/put_datafeed.rb +25 -4
  156. data/lib/elasticsearch-serverless/api/machine_learning/put_filter.rb +11 -1
  157. data/lib/elasticsearch-serverless/api/machine_learning/put_job.rb +11 -2
  158. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model.rb +15 -3
  159. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_alias.rb +28 -3
  160. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_definition_part.rb +12 -3
  161. data/lib/elasticsearch-serverless/api/machine_learning/put_trained_model_vocabulary.rb +12 -2
  162. data/lib/elasticsearch-serverless/api/machine_learning/reset_job.rb +19 -4
  163. data/lib/elasticsearch-serverless/api/machine_learning/start_data_frame_analytics.rb +25 -3
  164. data/lib/elasticsearch-serverless/api/machine_learning/start_datafeed.rb +35 -4
  165. data/lib/elasticsearch-serverless/api/machine_learning/start_trained_model_deployment.rb +26 -6
  166. data/lib/elasticsearch-serverless/api/machine_learning/stop_data_frame_analytics.rb +25 -4
  167. data/lib/elasticsearch-serverless/api/machine_learning/stop_datafeed.rb +21 -3
  168. data/lib/elasticsearch-serverless/api/machine_learning/stop_trained_model_deployment.rb +16 -4
  169. data/lib/elasticsearch-serverless/api/machine_learning/update_data_frame_analytics.rb +13 -3
  170. data/lib/elasticsearch-serverless/api/machine_learning/update_datafeed.rb +26 -5
  171. data/lib/elasticsearch-serverless/api/machine_learning/update_filter.rb +10 -2
  172. data/lib/elasticsearch-serverless/api/machine_learning/update_job.rb +9 -1
  173. data/lib/elasticsearch-serverless/api/machine_learning/update_trained_model_deployment.rb +68 -0
  174. data/lib/elasticsearch-serverless/api/mget.rb +17 -3
  175. data/lib/elasticsearch-serverless/api/msearch.rb +15 -1
  176. data/lib/elasticsearch-serverless/api/msearch_template.rb +17 -5
  177. data/lib/elasticsearch-serverless/api/mtermvectors.rb +14 -8
  178. data/lib/elasticsearch-serverless/api/open_point_in_time.rb +20 -4
  179. data/lib/elasticsearch-serverless/api/ping.rb +4 -1
  180. data/lib/elasticsearch-serverless/api/put_script.rb +19 -6
  181. data/lib/elasticsearch-serverless/api/query_rules/delete_rule.rb +65 -0
  182. data/lib/elasticsearch-serverless/api/{query_ruleset/delete.rb → query_rules/delete_ruleset.rb} +11 -7
  183. data/lib/elasticsearch-serverless/api/query_rules/get_rule.rb +65 -0
  184. data/lib/elasticsearch-serverless/api/{query_ruleset/get.rb → query_rules/get_ruleset.rb} +12 -8
  185. data/lib/elasticsearch-serverless/api/{query_ruleset/list.rb → query_rules/list_rulesets.rb} +6 -8
  186. data/lib/elasticsearch-serverless/api/query_rules/put_rule.rb +67 -0
  187. data/lib/elasticsearch-serverless/api/{query_ruleset/put.rb → query_rules/put_ruleset.rb} +11 -7
  188. data/lib/elasticsearch-serverless/api/rank_eval.rb +12 -3
  189. data/lib/elasticsearch-serverless/api/reindex.rb +11 -7
  190. data/lib/elasticsearch-serverless/api/render_search_template.rb +12 -3
  191. data/lib/elasticsearch-serverless/api/scripts_painless_execute.rb +5 -2
  192. data/lib/elasticsearch-serverless/api/scroll.rb +9 -1
  193. data/lib/elasticsearch-serverless/api/search.rb +110 -30
  194. data/lib/elasticsearch-serverless/api/search_application/delete.rb +9 -1
  195. data/lib/elasticsearch-serverless/api/search_application/delete_behavioral_analytics.rb +9 -1
  196. data/lib/elasticsearch-serverless/api/search_application/get.rb +10 -2
  197. data/lib/elasticsearch-serverless/api/search_application/get_behavioral_analytics.rb +9 -1
  198. data/lib/elasticsearch-serverless/api/search_application/list.rb +3 -1
  199. data/lib/elasticsearch-serverless/api/search_application/put.rb +9 -1
  200. data/lib/elasticsearch-serverless/api/search_application/put_behavioral_analytics.rb +9 -1
  201. data/lib/elasticsearch-serverless/api/search_application/search.rb +12 -3
  202. data/lib/elasticsearch-serverless/api/search_mvt.rb +27 -7
  203. data/lib/elasticsearch-serverless/api/search_template.rb +23 -7
  204. data/lib/elasticsearch-serverless/api/security/authenticate.rb +8 -2
  205. data/lib/elasticsearch-serverless/api/security/create_api_key.rb +7 -1
  206. data/lib/elasticsearch-serverless/api/security/get_api_key.rb +23 -7
  207. data/lib/elasticsearch-serverless/api/security/has_privileges.rb +10 -1
  208. data/lib/elasticsearch-serverless/api/security/invalidate_api_key.rb +10 -1
  209. data/lib/elasticsearch-serverless/api/security/query_api_keys.rb +9 -3
  210. data/lib/elasticsearch-serverless/api/security/update_api_key.rb +75 -0
  211. data/lib/elasticsearch-serverless/api/sql/clear_cursor.rb +3 -1
  212. data/lib/elasticsearch-serverless/api/sql/delete_async.rb +9 -1
  213. data/lib/elasticsearch-serverless/api/sql/get_async.rb +15 -4
  214. data/lib/elasticsearch-serverless/api/sql/get_async_status.rb +9 -1
  215. data/lib/elasticsearch-serverless/api/sql/query.rb +3 -1
  216. data/lib/elasticsearch-serverless/api/sql/translate.rb +3 -1
  217. data/lib/elasticsearch-serverless/api/synonyms/delete_synonym.rb +9 -1
  218. data/lib/elasticsearch-serverless/api/synonyms/delete_synonym_rule.rb +9 -1
  219. data/lib/elasticsearch-serverless/api/synonyms/get_synonym.rb +9 -1
  220. data/lib/elasticsearch-serverless/api/synonyms/get_synonym_rule.rb +9 -1
  221. data/lib/elasticsearch-serverless/api/synonyms/get_synonyms_sets.rb +3 -1
  222. data/lib/elasticsearch-serverless/api/synonyms/put_synonym.rb +10 -2
  223. data/lib/elasticsearch-serverless/api/synonyms/put_synonym_rule.rb +9 -1
  224. data/lib/elasticsearch-serverless/api/tasks/get.rb +67 -0
  225. data/lib/elasticsearch-serverless/api/terms_enum.rb +9 -1
  226. data/lib/elasticsearch-serverless/api/termvectors.rb +21 -9
  227. data/lib/elasticsearch-serverless/api/transform/delete_transform.rb +15 -4
  228. data/lib/elasticsearch-serverless/api/transform/get_transform.rb +23 -4
  229. data/lib/elasticsearch-serverless/api/transform/get_transform_stats.rb +20 -3
  230. data/lib/elasticsearch-serverless/api/transform/preview_transform.rb +18 -4
  231. data/lib/elasticsearch-serverless/api/transform/put_transform.rb +34 -4
  232. data/lib/elasticsearch-serverless/api/transform/reset_transform.rb +17 -4
  233. data/lib/elasticsearch-serverless/api/transform/schedule_now_transform.rb +15 -2
  234. data/lib/elasticsearch-serverless/api/transform/start_transform.rb +24 -2
  235. data/lib/elasticsearch-serverless/api/transform/stop_transform.rb +23 -6
  236. data/lib/elasticsearch-serverless/api/transform/update_transform.rb +20 -3
  237. data/lib/elasticsearch-serverless/api/update.rb +23 -7
  238. data/lib/elasticsearch-serverless/api/update_by_query.rb +38 -11
  239. data/lib/elasticsearch-serverless/api.rb +9 -6
  240. data/lib/elasticsearch-serverless/version.rb +3 -3
  241. data/lib/elasticsearch-serverless.rb +16 -7
  242. metadata +46 -65
@@ -22,19 +22,35 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Security
24
24
  module Actions
25
+ # Get API key information.
25
26
  # Retrieves information for one or more API keys.
27
+ # NOTE: If you have only the +manage_own_api_key+ privilege, this API returns only the API keys that you own.
28
+ # If you have +read_security+, +manage_api_key+ or greater privileges (including +manage_security+), this API returns all API keys regardless of ownership.
26
29
  #
27
- # @option arguments [String] :id An API key id. This parameter cannot be used with any of +name+, +realm_name+ or +username+.
28
- # @option arguments [String] :name An API key name. This parameter cannot be used with any of +id+, +realm_name+ or +username+. It supports prefix search with wildcard.
29
- # @option arguments [Boolean] :owner A boolean flag that can be used to query API keys owned by the currently authenticated user. The +realm_name+ or +username+ parameters cannot be specified when this parameter is set to +true+ as they are assumed to be the currently authenticated ones.
30
- # @option arguments [String] :realm_name The name of an authentication realm. This parameter cannot be used with either +id+ or +name+ or when +owner+ flag is set to +true+.
31
- # @option arguments [String] :username The username of a user. This parameter cannot be used with either +id+ or +name+ or when +owner+ flag is set to +true+.
32
- # @option arguments [Boolean] :with_limited_by Return the snapshot of the owner user's role descriptors associated with the API key. An API key's actual permission is the intersection of its assigned role descriptors and the owner user's role descriptors.
30
+ # @option arguments [String] :id An API key id.
31
+ # This parameter cannot be used with any of +name+, +realm_name+ or +username+.
32
+ # @option arguments [String] :name An API key name.
33
+ # This parameter cannot be used with any of +id+, +realm_name+ or +username+.
34
+ # It supports prefix search with wildcard.
35
+ # @option arguments [Boolean] :owner A boolean flag that can be used to query API keys owned by the currently authenticated user.
36
+ # The +realm_name+ or +username+ parameters cannot be specified when this parameter is set to +true+ as they are assumed to be the currently authenticated ones.
37
+ # @option arguments [String] :realm_name The name of an authentication realm.
38
+ # This parameter cannot be used with either +id+ or +name+ or when +owner+ flag is set to +true+.
39
+ # @option arguments [String] :username The username of a user.
40
+ # This parameter cannot be used with either +id+ or +name+ or when +owner+ flag is set to +true+.
41
+ # @option arguments [Boolean] :with_limited_by Return the snapshot of the owner user's role descriptors
42
+ # associated with the API key. An API key's actual
43
+ # permission is the intersection of its assigned role
44
+ # descriptors and the owner user's role descriptors.
45
+ # @option arguments [Boolean] :active_only A boolean flag that can be used to query API keys that are currently active. An API key is considered active if it is neither invalidated, nor expired at query time. You can specify this together with other parameters such as +owner+ or +name+. If +active_only+ is false, the response will include both active and inactive (expired or invalidated) keys.
46
+ # @option arguments [Boolean] :with_profile_uid Determines whether to also retrieve the profile uid, for the API key owner principal, if it exists.
33
47
  # @option arguments [Hash] :headers Custom HTTP headers
34
48
  #
35
49
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-api-key.html
36
50
  #
37
51
  def get_api_key(arguments = {})
52
+ request_opts = { endpoint: arguments[:endpoint] || "security.get_api_key" }
53
+
38
54
  arguments = arguments.clone
39
55
  headers = arguments.delete(:headers) || {}
40
56
 
@@ -45,7 +61,7 @@ module ElasticsearchServerless
45
61
  params = Utils.process_params(arguments)
46
62
 
47
63
  ElasticsearchServerless::API::Response.new(
48
- perform_request(method, path, params, body, headers)
64
+ perform_request(method, path, params, body, headers, request_opts)
49
65
  )
50
66
  end
51
67
  end
@@ -22,6 +22,7 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Security
24
24
  module Actions
25
+ # Check user privileges.
25
26
  # Determines whether the specified user has a specified list of privileges.
26
27
  #
27
28
  # @option arguments [String] :user Username
@@ -31,6 +32,14 @@ module ElasticsearchServerless
31
32
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-has-privileges.html
32
33
  #
33
34
  def has_privileges(arguments = {})
35
+ request_opts = { endpoint: arguments[:endpoint] || "security.has_privileges" }
36
+
37
+ defined_params = [:user].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 'body' missing" unless arguments[:body]
35
44
 
36
45
  arguments = arguments.clone
@@ -49,7 +58,7 @@ module ElasticsearchServerless
49
58
  params = {}
50
59
 
51
60
  ElasticsearchServerless::API::Response.new(
52
- perform_request(method, path, params, body, headers)
61
+ perform_request(method, path, params, body, headers, request_opts)
53
62
  )
54
63
  end
55
64
  end
@@ -22,7 +22,14 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Security
24
24
  module Actions
25
+ # Invalidate API keys.
25
26
  # Invalidates one or more API keys.
27
+ # The +manage_api_key+ privilege allows deleting any API keys.
28
+ # The +manage_own_api_key+ only allows deleting API keys that are owned by the user.
29
+ # In addition, with the +manage_own_api_key+ privilege, an invalidation request must be issued in one of the three formats:
30
+ # - Set the parameter +owner=true+.
31
+ # - Or, set both +username+ and +realm_name+ to match the user’s identity.
32
+ # - Or, if the request is issued by an API key, i.e. an API key invalidates itself, specify its ID in the +ids+ field.
26
33
  #
27
34
  # @option arguments [Hash] :headers Custom HTTP headers
28
35
  # @option arguments [Hash] :body request body
@@ -30,6 +37,8 @@ module ElasticsearchServerless
30
37
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-invalidate-api-key.html
31
38
  #
32
39
  def invalidate_api_key(arguments = {})
40
+ request_opts = { endpoint: arguments[:endpoint] || "security.invalidate_api_key" }
41
+
33
42
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
34
43
 
35
44
  arguments = arguments.clone
@@ -42,7 +51,7 @@ module ElasticsearchServerless
42
51
  params = {}
43
52
 
44
53
  ElasticsearchServerless::API::Response.new(
45
- perform_request(method, path, params, body, headers)
54
+ perform_request(method, path, params, body, headers, request_opts)
46
55
  )
47
56
  end
48
57
  end
@@ -22,15 +22,21 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Security
24
24
  module Actions
25
- # Retrieves information for API keys using a subset of query DSL
25
+ # Query API keys.
26
+ # Retrieves a paginated list of API keys and their information. You can optionally filter the results with a query.
26
27
  #
27
- # @option arguments [Boolean] :with_limited_by Return the snapshot of the owner user's role descriptors associated with the API key. An API key's actual permission is the intersection of its assigned role descriptors and the owner user's role descriptors.
28
+ # @option arguments [Boolean] :with_limited_by Return the snapshot of the owner user's role descriptors associated with the API key.
29
+ # An API key's actual permission is the intersection of its assigned role descriptors and the owner user's role descriptors.
30
+ # @option arguments [Boolean] :with_profile_uid Determines whether to also retrieve the profile uid, for the API key owner principal, if it exists.
31
+ # @option arguments [Boolean] :typed_keys Determines whether aggregation names are prefixed by their respective types in the response.
28
32
  # @option arguments [Hash] :headers Custom HTTP headers
29
33
  # @option arguments [Hash] :body request body
30
34
  #
31
35
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-query-api-key.html
32
36
  #
33
37
  def query_api_keys(arguments = {})
38
+ request_opts = { endpoint: arguments[:endpoint] || "security.query_api_keys" }
39
+
34
40
  arguments = arguments.clone
35
41
  headers = arguments.delete(:headers) || {}
36
42
 
@@ -46,7 +52,7 @@ module ElasticsearchServerless
46
52
  params = Utils.process_params(arguments)
47
53
 
48
54
  ElasticsearchServerless::API::Response.new(
49
- perform_request(method, path, params, body, headers)
55
+ perform_request(method, path, params, body, headers, request_opts)
50
56
  )
51
57
  end
52
58
  end
@@ -0,0 +1,75 @@
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 Security
24
+ module Actions
25
+ # Update an API key.
26
+ # Updates attributes of an existing API key.
27
+ # Users can only update API keys that they created or that were granted to them.
28
+ # Use this API to update API keys created by the create API Key or grant API Key APIs.
29
+ # If you need to apply the same update to many API keys, you can use bulk update API Keys to reduce overhead.
30
+ # It’s not possible to update expired API keys, or API keys that have been invalidated by invalidate API Key.
31
+ # This API supports updates to an API key’s access scope and metadata.
32
+ # The access scope of an API key is derived from the +role_descriptors+ you specify in the request, and a snapshot of the owner user’s permissions at the time of the request.
33
+ # The snapshot of the owner’s permissions is updated automatically on every call.
34
+ # If you don’t specify +role_descriptors+ in the request, a call to this API might still change the API key’s access scope.
35
+ # This change can occur if the owner user’s permissions have changed since the API key was created or last modified.
36
+ # To update another user’s API key, use the +run_as+ feature to submit a request on behalf of another user.
37
+ # IMPORTANT: It’s not possible to use an API key as the authentication credential for this API.
38
+ # To update an API key, the owner user’s credentials are required.
39
+ #
40
+ # @option arguments [String] :id The ID of the API key to update. (*Required*)
41
+ # @option arguments [Hash] :headers Custom HTTP headers
42
+ # @option arguments [Hash] :body request body
43
+ #
44
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-update-api-key.html
45
+ #
46
+ def update_api_key(arguments = {})
47
+ request_opts = { endpoint: arguments[:endpoint] || "security.update_api_key" }
48
+
49
+ defined_params = [:id].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
+
55
+ raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
56
+
57
+ arguments = arguments.clone
58
+ headers = arguments.delete(:headers) || {}
59
+
60
+ body = arguments.delete(:body)
61
+
62
+ _id = arguments.delete(:id)
63
+
64
+ method = ElasticsearchServerless::API::HTTP_PUT
65
+ path = "_security/api_key/#{Utils.listify(_id)}"
66
+ params = {}
67
+
68
+ ElasticsearchServerless::API::Response.new(
69
+ perform_request(method, path, params, body, headers, request_opts)
70
+ )
71
+ end
72
+ end
73
+ end
74
+ end
75
+ end
@@ -30,6 +30,8 @@ module ElasticsearchServerless
30
30
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/clear-sql-cursor-api.html
31
31
  #
32
32
  def clear_cursor(arguments = {})
33
+ request_opts = { endpoint: arguments[:endpoint] || "sql.clear_cursor" }
34
+
33
35
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
34
36
 
35
37
  arguments = arguments.clone
@@ -42,7 +44,7 @@ module ElasticsearchServerless
42
44
  params = {}
43
45
 
44
46
  ElasticsearchServerless::API::Response.new(
45
- perform_request(method, path, params, body, headers)
47
+ perform_request(method, path, params, body, headers, request_opts)
46
48
  )
47
49
  end
48
50
  end
@@ -30,6 +30,14 @@ module ElasticsearchServerless
30
30
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-async-sql-search-api.html
31
31
  #
32
32
  def delete_async(arguments = {})
33
+ request_opts = { endpoint: arguments[:endpoint] || "sql.delete_async" }
34
+
35
+ defined_params = [: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
+
33
41
  raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
34
42
 
35
43
  arguments = arguments.clone
@@ -44,7 +52,7 @@ module ElasticsearchServerless
44
52
  params = {}
45
53
 
46
54
  ElasticsearchServerless::API::Response.new(
47
- perform_request(method, path, params, body, headers)
55
+ perform_request(method, path, params, body, headers, request_opts)
48
56
  )
49
57
  end
50
58
  end
@@ -26,14 +26,25 @@ module ElasticsearchServerless
26
26
  #
27
27
  # @option arguments [String] :id Identifier for the search. (*Required*)
28
28
  # @option arguments [String] :delimiter Separator for CSV results. The API only supports this parameter for CSV responses. Server default: ,.
29
- # @option arguments [String] :format Format for the response. You must specify a format using this parameter or the Accept HTTP header. If you specify both, the API uses this parameter.
30
- # @option arguments [Time] :keep_alive Retention period for the search and its results. Defaults to the +keep_alive+ period for the original SQL search.
31
- # @option arguments [Time] :wait_for_completion_timeout Period to wait for complete results. Defaults to no timeout, meaning the request waits for complete search results.
29
+ # @option arguments [String] :format Format for the response. You must specify a format using this parameter or the
30
+ # Accept HTTP header. If you specify both, the API uses this parameter.
31
+ # @option arguments [Time] :keep_alive Retention period for the search and its results. Defaults
32
+ # to the +keep_alive+ period for the original SQL search.
33
+ # @option arguments [Time] :wait_for_completion_timeout Period to wait for complete results. Defaults to no timeout,
34
+ # meaning the request waits for complete search results.
32
35
  # @option arguments [Hash] :headers Custom HTTP headers
33
36
  #
34
37
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/get-async-sql-search-api.html
35
38
  #
36
39
  def get_async(arguments = {})
40
+ request_opts = { endpoint: arguments[:endpoint] || "sql.get_async" }
41
+
42
+ defined_params = [: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
+
37
48
  raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
38
49
 
39
50
  arguments = arguments.clone
@@ -48,7 +59,7 @@ module ElasticsearchServerless
48
59
  params = Utils.process_params(arguments)
49
60
 
50
61
  ElasticsearchServerless::API::Response.new(
51
- perform_request(method, path, params, body, headers)
62
+ perform_request(method, path, params, body, headers, request_opts)
52
63
  )
53
64
  end
54
65
  end
@@ -30,6 +30,14 @@ module ElasticsearchServerless
30
30
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/get-async-sql-search-status-api.html
31
31
  #
32
32
  def get_async_status(arguments = {})
33
+ request_opts = { endpoint: arguments[:endpoint] || "sql.get_async_status" }
34
+
35
+ defined_params = [: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
+
33
41
  raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
34
42
 
35
43
  arguments = arguments.clone
@@ -44,7 +52,7 @@ module ElasticsearchServerless
44
52
  params = {}
45
53
 
46
54
  ElasticsearchServerless::API::Response.new(
47
- perform_request(method, path, params, body, headers)
55
+ perform_request(method, path, params, body, headers, request_opts)
48
56
  )
49
57
  end
50
58
  end
@@ -31,6 +31,8 @@ module ElasticsearchServerless
31
31
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-search-api.html
32
32
  #
33
33
  def query(arguments = {})
34
+ request_opts = { endpoint: arguments[:endpoint] || "sql.query" }
35
+
34
36
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
35
37
 
36
38
  arguments = arguments.clone
@@ -43,7 +45,7 @@ module ElasticsearchServerless
43
45
  params = Utils.process_params(arguments)
44
46
 
45
47
  ElasticsearchServerless::API::Response.new(
46
- perform_request(method, path, params, body, headers)
48
+ perform_request(method, path, params, body, headers, request_opts)
47
49
  )
48
50
  end
49
51
  end
@@ -30,6 +30,8 @@ module ElasticsearchServerless
30
30
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-translate-api.html
31
31
  #
32
32
  def translate(arguments = {})
33
+ request_opts = { endpoint: arguments[:endpoint] || "sql.translate" }
34
+
33
35
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
34
36
 
35
37
  arguments = arguments.clone
@@ -42,7 +44,7 @@ module ElasticsearchServerless
42
44
  params = {}
43
45
 
44
46
  ElasticsearchServerless::API::Response.new(
45
- perform_request(method, path, params, body, headers)
47
+ perform_request(method, path, params, body, headers, request_opts)
46
48
  )
47
49
  end
48
50
  end
@@ -30,6 +30,14 @@ module ElasticsearchServerless
30
30
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-synonyms-set.html
31
31
  #
32
32
  def delete_synonym(arguments = {})
33
+ request_opts = { endpoint: arguments[:endpoint] || "synonyms.delete_synonym" }
34
+
35
+ defined_params = [: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
+
33
41
  raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
34
42
 
35
43
  arguments = arguments.clone
@@ -44,7 +52,7 @@ module ElasticsearchServerless
44
52
  params = {}
45
53
 
46
54
  ElasticsearchServerless::API::Response.new(
47
- perform_request(method, path, params, body, headers)
55
+ perform_request(method, path, params, body, headers, request_opts)
48
56
  )
49
57
  end
50
58
  end
@@ -31,6 +31,14 @@ module ElasticsearchServerless
31
31
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-synonym-rule.html
32
32
  #
33
33
  def delete_synonym_rule(arguments = {})
34
+ request_opts = { endpoint: arguments[:endpoint] || "synonyms.delete_synonym_rule" }
35
+
36
+ defined_params = [:set_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
+
34
42
  raise ArgumentError, "Required argument 'set_id' missing" unless arguments[:set_id]
35
43
  raise ArgumentError, "Required argument 'rule_id' missing" unless arguments[:rule_id]
36
44
 
@@ -48,7 +56,7 @@ module ElasticsearchServerless
48
56
  params = {}
49
57
 
50
58
  ElasticsearchServerless::API::Response.new(
51
- perform_request(method, path, params, body, headers)
59
+ perform_request(method, path, params, body, headers, request_opts)
52
60
  )
53
61
  end
54
62
  end
@@ -32,6 +32,14 @@ module ElasticsearchServerless
32
32
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/get-synonyms-set.html
33
33
  #
34
34
  def get_synonym(arguments = {})
35
+ request_opts = { endpoint: arguments[:endpoint] || "synonyms.get_synonym" }
36
+
37
+ defined_params = [:id].inject({}) do |set_variables, variable|
38
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
39
+ set_variables
40
+ end
41
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
42
+
35
43
  raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
36
44
 
37
45
  arguments = arguments.clone
@@ -46,7 +54,7 @@ module ElasticsearchServerless
46
54
  params = Utils.process_params(arguments)
47
55
 
48
56
  ElasticsearchServerless::API::Response.new(
49
- perform_request(method, path, params, body, headers)
57
+ perform_request(method, path, params, body, headers, request_opts)
50
58
  )
51
59
  end
52
60
  end
@@ -31,6 +31,14 @@ module ElasticsearchServerless
31
31
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/get-synonym-rule.html
32
32
  #
33
33
  def get_synonym_rule(arguments = {})
34
+ request_opts = { endpoint: arguments[:endpoint] || "synonyms.get_synonym_rule" }
35
+
36
+ defined_params = [:set_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
+
34
42
  raise ArgumentError, "Required argument 'set_id' missing" unless arguments[:set_id]
35
43
  raise ArgumentError, "Required argument 'rule_id' missing" unless arguments[:rule_id]
36
44
 
@@ -48,7 +56,7 @@ module ElasticsearchServerless
48
56
  params = {}
49
57
 
50
58
  ElasticsearchServerless::API::Response.new(
51
- perform_request(method, path, params, body, headers)
59
+ perform_request(method, path, params, body, headers, request_opts)
52
60
  )
53
61
  end
54
62
  end
@@ -31,6 +31,8 @@ module ElasticsearchServerless
31
31
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/list-synonyms-sets.html
32
32
  #
33
33
  def get_synonyms_sets(arguments = {})
34
+ request_opts = { endpoint: arguments[:endpoint] || "synonyms.get_synonyms_sets" }
35
+
34
36
  arguments = arguments.clone
35
37
  headers = arguments.delete(:headers) || {}
36
38
 
@@ -41,7 +43,7 @@ module ElasticsearchServerless
41
43
  params = Utils.process_params(arguments)
42
44
 
43
45
  ElasticsearchServerless::API::Response.new(
44
- perform_request(method, path, params, body, headers)
46
+ perform_request(method, path, params, body, headers, request_opts)
45
47
  )
46
48
  end
47
49
  end
@@ -22,7 +22,7 @@ module ElasticsearchServerless
22
22
  module API
23
23
  module Synonyms
24
24
  module Actions
25
- # Creates or updates a synonyms set
25
+ # Creates or updates a synonym set.
26
26
  #
27
27
  # @option arguments [String] :id The id of the synonyms set to be created or updated (*Required*)
28
28
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -31,6 +31,14 @@ module ElasticsearchServerless
31
31
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/put-synonyms-set.html
32
32
  #
33
33
  def put_synonym(arguments = {})
34
+ request_opts = { endpoint: arguments[:endpoint] || "synonyms.put_synonym" }
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
+
34
42
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
35
43
  raise ArgumentError, "Required argument 'id' missing" unless arguments[:id]
36
44
 
@@ -46,7 +54,7 @@ module ElasticsearchServerless
46
54
  params = {}
47
55
 
48
56
  ElasticsearchServerless::API::Response.new(
49
- perform_request(method, path, params, body, headers)
57
+ perform_request(method, path, params, body, headers, request_opts)
50
58
  )
51
59
  end
52
60
  end
@@ -32,6 +32,14 @@ module ElasticsearchServerless
32
32
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/put-synonym-rule.html
33
33
  #
34
34
  def put_synonym_rule(arguments = {})
35
+ request_opts = { endpoint: arguments[:endpoint] || "synonyms.put_synonym_rule" }
36
+
37
+ defined_params = [:set_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
+
35
43
  raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
36
44
  raise ArgumentError, "Required argument 'set_id' missing" unless arguments[:set_id]
37
45
  raise ArgumentError, "Required argument 'rule_id' missing" unless arguments[:rule_id]
@@ -50,7 +58,7 @@ module ElasticsearchServerless
50
58
  params = {}
51
59
 
52
60
  ElasticsearchServerless::API::Response.new(
53
- perform_request(method, path, params, body, headers)
61
+ perform_request(method, path, params, body, headers, request_opts)
54
62
  )
55
63
  end
56
64
  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 Tasks
24
+ module Actions
25
+ # Get task information.
26
+ # Returns information about the tasks currently executing in the cluster.
27
+ # This functionality is Experimental and may be changed or removed
28
+ # completely in a future release. Elastic will take a best effort approach
29
+ # to fix any issues, but experimental features are not subject to the
30
+ # support SLA of official GA features.
31
+ #
32
+ # @option arguments [String] :task_id ID of the task. (*Required*)
33
+ # @option arguments [Time] :timeout Period to wait for a response.
34
+ # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
35
+ # @option arguments [Boolean] :wait_for_completion If +true+, the request blocks until the task has completed.
36
+ # @option arguments [Hash] :headers Custom HTTP headers
37
+ #
38
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/tasks.html
39
+ #
40
+ def get(arguments = {})
41
+ request_opts = { endpoint: arguments[:endpoint] || "tasks.get" }
42
+
43
+ defined_params = [:task_id].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
+
49
+ arguments = arguments.clone
50
+ headers = arguments.delete(:headers) || {}
51
+
52
+ body = nil
53
+
54
+ _task_id = arguments.delete(:task_id)
55
+
56
+ method = ElasticsearchServerless::API::HTTP_GET
57
+ path = "_tasks/#{Utils.listify(_task_id)}"
58
+ params = Utils.process_params(arguments)
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
@@ -30,6 +30,14 @@ module ElasticsearchServerless
30
30
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-terms-enum.html
31
31
  #
32
32
  def terms_enum(arguments = {})
33
+ request_opts = { endpoint: arguments[:endpoint] || "terms_enum" }
34
+
35
+ defined_params = [:index].inject({}) do |set_variables, variable|
36
+ set_variables[variable] = arguments[variable] if arguments.key?(variable)
37
+ set_variables
38
+ end
39
+ request_opts[:defined_params] = defined_params unless defined_params.empty?
40
+
33
41
  raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
34
42
 
35
43
  arguments = arguments.clone
@@ -49,7 +57,7 @@ module ElasticsearchServerless
49
57
  params = {}
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