elasticsearch-xpack 7.4.0 → 7.5.0.pre.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (157) hide show
  1. checksums.yaml +4 -4
  2. data/lib/elasticsearch/xpack/api/actions/{data_frame/delete_data_frame_transform.rb → data_frame_transform_deprecated/delete_transform.rb} +24 -16
  3. data/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/get_transform.rb +55 -0
  4. data/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/get_transform_stats.rb +53 -0
  5. data/lib/elasticsearch/xpack/api/actions/{data_frame → data_frame_transform_deprecated}/params_registry.rb +1 -2
  6. data/lib/elasticsearch/xpack/api/actions/{data_frame/preview_data_frame_transform.rb → data_frame_transform_deprecated/preview_transform.rb} +15 -9
  7. data/lib/elasticsearch/xpack/api/actions/{data_frame/put_data_frame_transform.rb → data_frame_transform_deprecated/put_transform.rb} +23 -16
  8. data/lib/elasticsearch/xpack/api/actions/{data_frame/start_data_frame_transform.rb → data_frame_transform_deprecated/start_transform.rb} +22 -13
  9. data/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/stop_transform.rb +53 -0
  10. data/lib/elasticsearch/xpack/api/actions/{data_frame/update_data_frame_transform.rb → data_frame_transform_deprecated/update_transform.rb} +23 -17
  11. data/lib/elasticsearch/xpack/api/actions/graph/explore.rb +30 -16
  12. data/lib/elasticsearch/xpack/api/actions/graph/params_registry.rb +0 -1
  13. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/delete_lifecycle.rb +36 -0
  14. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/delete_policy.rb +4 -5
  15. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/explain.rb +4 -5
  16. data/lib/elasticsearch/xpack/api/actions/{migration/upgrade.rb → index_lifecycle_management/explain_lifecycle.rb} +22 -12
  17. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/get_lifecycle.rb +38 -0
  18. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/get_policy.rb +3 -5
  19. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/get_status.rb +7 -14
  20. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/move_to_step.rb +14 -18
  21. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/params_registry.rb +0 -1
  22. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/put_lifecycle.rb +37 -0
  23. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/put_policy.rb +4 -4
  24. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/remove_policy.rb +13 -15
  25. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/retry.rb +36 -0
  26. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/retry_policy.rb +5 -5
  27. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/start.rb +7 -14
  28. data/lib/elasticsearch/xpack/api/actions/index_lifecycle_management/stop.rb +7 -14
  29. data/lib/elasticsearch/xpack/api/actions/info.rb +14 -13
  30. data/lib/elasticsearch/xpack/api/actions/license/delete.rb +8 -6
  31. data/lib/elasticsearch/xpack/api/actions/license/get.rb +14 -9
  32. data/lib/elasticsearch/xpack/api/actions/license/get_basic_status.rb +8 -7
  33. data/lib/elasticsearch/xpack/api/actions/license/get_trial_status.rb +8 -7
  34. data/lib/elasticsearch/xpack/api/actions/license/params_registry.rb +0 -1
  35. data/lib/elasticsearch/xpack/api/actions/license/post.rb +15 -11
  36. data/lib/elasticsearch/xpack/api/actions/license/post_start_basic.rb +13 -8
  37. data/lib/elasticsearch/xpack/api/actions/license/post_start_trial.rb +14 -9
  38. data/lib/elasticsearch/xpack/api/actions/machine_learning/close_job.rb +19 -10
  39. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar.rb +12 -6
  40. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar_event.rb +15 -7
  41. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_calendar_job.rb +15 -7
  42. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_data_frame_analytics.rb +36 -0
  43. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_datafeed.rb +16 -8
  44. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_expired_data.rb +10 -4
  45. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_filter.rb +15 -5
  46. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_forecast.rb +32 -14
  47. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_job.rb +18 -8
  48. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_model_snapshot.rb +15 -7
  49. data/lib/elasticsearch/xpack/api/actions/machine_learning/estimate_memory_usage.rb +7 -5
  50. data/lib/elasticsearch/xpack/api/actions/machine_learning/evaluate_data_frame.rb +32 -0
  51. data/lib/elasticsearch/xpack/api/actions/machine_learning/find_file_structure.rb +52 -8
  52. data/lib/elasticsearch/xpack/api/actions/machine_learning/flush_job.rb +22 -15
  53. data/lib/elasticsearch/xpack/api/actions/machine_learning/forecast.rb +18 -10
  54. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_buckets.rb +29 -19
  55. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_calendar_events.rb +18 -14
  56. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_calendars.rb +18 -10
  57. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_categories.rb +24 -10
  58. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_data_frame_analytics.rb +50 -0
  59. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_data_frame_analytics_stats.rb +50 -0
  60. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_datafeed_stats.rb +18 -7
  61. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_datafeeds.rb +19 -8
  62. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_filters.rb +22 -7
  63. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_influencers.rb +24 -16
  64. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_job_stats.rb +19 -8
  65. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_jobs.rb +18 -7
  66. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_model_snapshots.rb +30 -16
  67. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_overall_buckets.rb +23 -15
  68. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_records.rb +24 -16
  69. data/lib/elasticsearch/xpack/api/actions/machine_learning/info.rb +7 -6
  70. data/lib/elasticsearch/xpack/api/actions/machine_learning/open_job.rb +12 -8
  71. data/lib/elasticsearch/xpack/api/actions/machine_learning/params_registry.rb +0 -1
  72. data/lib/elasticsearch/xpack/api/actions/machine_learning/post_calendar_events.rb +13 -7
  73. data/lib/elasticsearch/xpack/api/actions/machine_learning/post_data.rb +19 -11
  74. data/lib/elasticsearch/xpack/api/actions/machine_learning/preview_datafeed.rb +12 -6
  75. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_calendar.rb +12 -6
  76. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_calendar_job.rb +15 -7
  77. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_data_frame_analytics.rb +38 -0
  78. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_datafeed.rb +13 -7
  79. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_filter.rb +16 -6
  80. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_job.rb +13 -7
  81. data/lib/elasticsearch/xpack/api/actions/machine_learning/revert_model_snapshot.rb +20 -9
  82. data/lib/elasticsearch/xpack/api/actions/machine_learning/set_upgrade_mode.rb +16 -13
  83. data/lib/elasticsearch/xpack/api/actions/machine_learning/start_data_frame_analytics.rb +45 -0
  84. data/lib/elasticsearch/xpack/api/actions/machine_learning/start_datafeed.rb +19 -11
  85. data/lib/elasticsearch/xpack/api/actions/machine_learning/stop_data_frame_analytics.rb +49 -0
  86. data/lib/elasticsearch/xpack/api/actions/machine_learning/stop_datafeed.rb +18 -10
  87. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_datafeed.rb +12 -7
  88. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_filter.rb +15 -7
  89. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_job.rb +13 -7
  90. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_model_snapshot.rb +15 -8
  91. data/lib/elasticsearch/xpack/api/actions/machine_learning/validate.rb +9 -4
  92. data/lib/elasticsearch/xpack/api/actions/machine_learning/validate_detector.rb +10 -4
  93. data/lib/elasticsearch/xpack/api/actions/migration/deprecations.rb +16 -8
  94. data/lib/elasticsearch/xpack/api/actions/migration/params_registry.rb +0 -1
  95. data/lib/elasticsearch/xpack/api/actions/params_registry.rb +0 -1
  96. data/lib/elasticsearch/xpack/api/actions/rollup/delete_job.rb +12 -6
  97. data/lib/elasticsearch/xpack/api/actions/rollup/get_jobs.rb +14 -5
  98. data/lib/elasticsearch/xpack/api/actions/rollup/get_rollup_caps.rb +16 -5
  99. data/lib/elasticsearch/xpack/api/actions/rollup/get_rollup_index_caps.rb +12 -6
  100. data/lib/elasticsearch/xpack/api/actions/rollup/params_registry.rb +0 -1
  101. data/lib/elasticsearch/xpack/api/actions/rollup/put_job.rb +13 -7
  102. data/lib/elasticsearch/xpack/api/actions/rollup/rollup_search.rb +31 -11
  103. data/lib/elasticsearch/xpack/api/actions/rollup/start_job.rb +12 -6
  104. data/lib/elasticsearch/xpack/api/actions/rollup/stop_job.rb +23 -7
  105. data/lib/elasticsearch/xpack/api/actions/security/authenticate.rb +8 -6
  106. data/lib/elasticsearch/xpack/api/actions/security/change_password.rb +20 -10
  107. data/lib/elasticsearch/xpack/api/actions/security/clear_cached_realms.rb +16 -11
  108. data/lib/elasticsearch/xpack/api/actions/security/clear_cached_roles.rb +13 -8
  109. data/lib/elasticsearch/xpack/api/actions/security/create_api_key.rb +16 -11
  110. data/lib/elasticsearch/xpack/api/actions/security/delete_privileges.rb +24 -9
  111. data/lib/elasticsearch/xpack/api/actions/security/delete_role.rb +20 -15
  112. data/lib/elasticsearch/xpack/api/actions/security/delete_role_mapping.rb +17 -12
  113. data/lib/elasticsearch/xpack/api/actions/security/delete_user.rb +19 -17
  114. data/lib/elasticsearch/xpack/api/actions/security/disable_user.rb +17 -13
  115. data/lib/elasticsearch/xpack/api/actions/security/enable_user.rb +17 -13
  116. data/lib/elasticsearch/xpack/api/actions/security/get_api_key.rb +21 -16
  117. data/lib/elasticsearch/xpack/api/actions/security/get_builtin_privileges.rb +6 -4
  118. data/lib/elasticsearch/xpack/api/actions/security/get_privileges.rb +21 -9
  119. data/lib/elasticsearch/xpack/api/actions/security/get_role.rb +15 -6
  120. data/lib/elasticsearch/xpack/api/actions/security/get_role_mapping.rb +15 -6
  121. data/lib/elasticsearch/xpack/api/actions/security/get_token.rb +9 -7
  122. data/lib/elasticsearch/xpack/api/actions/security/get_user.rb +15 -6
  123. data/lib/elasticsearch/xpack/api/actions/security/get_user_privileges.rb +10 -5
  124. data/lib/elasticsearch/xpack/api/actions/security/has_privileges.rb +17 -7
  125. data/lib/elasticsearch/xpack/api/actions/security/invalidate_api_key.rb +8 -6
  126. data/lib/elasticsearch/xpack/api/actions/security/invalidate_token.rb +9 -7
  127. data/lib/elasticsearch/xpack/api/actions/security/params_registry.rb +0 -1
  128. data/lib/elasticsearch/xpack/api/actions/security/put_privileges.rb +17 -9
  129. data/lib/elasticsearch/xpack/api/actions/security/put_role.rb +20 -11
  130. data/lib/elasticsearch/xpack/api/actions/security/put_role_mapping.rb +19 -16
  131. data/lib/elasticsearch/xpack/api/actions/security/put_user.rb +18 -12
  132. data/lib/elasticsearch/xpack/api/actions/sql/clear_cursor.rb +8 -6
  133. data/lib/elasticsearch/xpack/api/actions/sql/params_registry.rb +0 -1
  134. data/lib/elasticsearch/xpack/api/actions/sql/query.rb +14 -8
  135. data/lib/elasticsearch/xpack/api/actions/sql/translate.rb +8 -6
  136. data/lib/elasticsearch/xpack/api/actions/ssl/certificates.rb +10 -4
  137. data/lib/elasticsearch/xpack/api/actions/ssl/params_registry.rb +0 -1
  138. data/lib/elasticsearch/xpack/api/actions/usage.rb +14 -9
  139. data/lib/elasticsearch/xpack/api/actions/watcher/ack_watch.rb +18 -19
  140. data/lib/elasticsearch/xpack/api/actions/watcher/activate_watch.rb +12 -15
  141. data/lib/elasticsearch/xpack/api/actions/watcher/deactivate_watch.rb +12 -15
  142. data/lib/elasticsearch/xpack/api/actions/watcher/delete_watch.rb +14 -16
  143. data/lib/elasticsearch/xpack/api/actions/watcher/execute_watch.rb +19 -10
  144. data/lib/elasticsearch/xpack/api/actions/watcher/get_watch.rb +12 -7
  145. data/lib/elasticsearch/xpack/api/actions/watcher/params_registry.rb +0 -1
  146. data/lib/elasticsearch/xpack/api/actions/watcher/put_watch.rb +24 -16
  147. data/lib/elasticsearch/xpack/api/actions/watcher/start.rb +8 -7
  148. data/lib/elasticsearch/xpack/api/actions/watcher/stats.rb +27 -11
  149. data/lib/elasticsearch/xpack/api/actions/watcher/stop.rb +8 -7
  150. data/lib/elasticsearch/xpack/api/namespace/data_frame.rb +1 -1
  151. data/lib/elasticsearch/xpack/version.rb +1 -1
  152. metadata +25 -16
  153. data/lib/elasticsearch/xpack/api/actions/data_frame/get_data_frame_transform.rb +0 -43
  154. data/lib/elasticsearch/xpack/api/actions/data_frame/get_data_frame_transform_stats.rb +0 -42
  155. data/lib/elasticsearch/xpack/api/actions/data_frame/stop_data_frame_transform.rb +0 -46
  156. data/lib/elasticsearch/xpack/api/actions/migration/get_assistance.rb +0 -39
  157. data/lib/elasticsearch/xpack/api/actions/watcher/restart.rb +0 -27
@@ -7,32 +7,30 @@ module Elasticsearch
7
7
  module API
8
8
  module IndexLifecycleManagement
9
9
  module Actions
10
+ # TODO: Description
10
11
 
11
- # Removes the assigned lifecycle policy from an index
12
12
  #
13
- # @option arguments [String] :index The target index (*Required*)
14
- # @option arguments [Time] :master_timeout Specifies the period of time to wait for a connection to the master node
15
- # @option arguments [Time] :timeout Specifies the period of time to wait for a response.
13
+ # @option arguments [String] :index The name of the index to remove policy on
14
+
16
15
  #
17
16
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-remove-policy.html
18
17
  #
19
- def remove_policy(arguments={})
18
+ def remove_policy(arguments = {})
20
19
  raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
20
+
21
+ arguments = arguments.clone
22
+
23
+ _index = arguments.delete(:index)
24
+
21
25
  method = Elasticsearch::API::HTTP_POST
22
- index = Elasticsearch::API::Utils.__escape(arguments.delete(:index))
23
- path = Elasticsearch::API::Utils.__pathify index, "_ilm/remove"
24
- params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
25
- body = nil
26
+ path = "#{Elasticsearch::API::Utils.__listify(_index)}/_ilm/remove"
27
+ params = {}
26
28
 
29
+ body = nil
27
30
  perform_request(method, path, params, body).body
28
31
  end
29
-
30
- # Register this action with its valid params when the module is loaded.
31
- #
32
- ParamsRegistry.register(:remove_policy, [ :master_timeout,
33
- :timeout ].freeze)
34
- end
35
32
  end
36
33
  end
34
+ end
37
35
  end
38
36
  end
@@ -0,0 +1,36 @@
1
+ # Licensed to Elasticsearch B.V under one or more agreements.
2
+ # Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3
+ # See the LICENSE file in the project root for more information
4
+
5
+ module Elasticsearch
6
+ module XPack
7
+ module API
8
+ module IndexLifecycleManagement
9
+ module Actions
10
+ # TODO: Description
11
+
12
+ #
13
+ # @option arguments [String] :index The name of the indices (comma-separated) whose failed lifecycle step is to be retry
14
+
15
+ #
16
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-retry-policy.html
17
+ #
18
+ def retry(arguments = {})
19
+ raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
20
+
21
+ arguments = arguments.clone
22
+
23
+ _index = arguments.delete(:index)
24
+
25
+ method = Elasticsearch::API::HTTP_POST
26
+ path = "#{Elasticsearch::API::Utils.__listify(_index)}/_ilm/retry"
27
+ params = {}
28
+
29
+ body = nil
30
+ perform_request(method, path, params, body).body
31
+ end
32
+ end
33
+ end
34
+ end
35
+ end
36
+ end
@@ -7,7 +7,6 @@ module Elasticsearch
7
7
  module API
8
8
  module IndexLifecycleManagement
9
9
  module Actions
10
-
11
10
  # Retry executing the policy for an index that is in the ERROR step
12
11
  #
13
12
  # @option arguments [String] :index The target index (*Required*)
@@ -16,11 +15,12 @@ module Elasticsearch
16
15
  #
17
16
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-move-to-step.html
18
17
  #
19
- def retry_policy(arguments={})
18
+ def retry_policy(arguments = {})
20
19
  raise ArgumentError, "Required argument 'index' missing" unless arguments[:index]
20
+
21
21
  method = Elasticsearch::API::HTTP_POST
22
22
  index = Elasticsearch::API::Utils.__escape(arguments.delete(:index))
23
- path = Elasticsearch::API::Utils.__pathify index, "_ilm/retry"
23
+ path = Elasticsearch::API::Utils.__pathify index, "_ilm/retry"
24
24
  params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
25
25
  body = nil
26
26
 
@@ -29,8 +29,8 @@ module Elasticsearch
29
29
 
30
30
  # Register this action with its valid params when the module is loaded.
31
31
  #
32
- ParamsRegistry.register(:retry_policy, [ :master_timeout,
33
- :timeout ].freeze)
32
+ ParamsRegistry.register(:retry_policy, [:master_timeout,
33
+ :timeout].freeze)
34
34
  end
35
35
  end
36
36
  end
@@ -7,30 +7,23 @@ module Elasticsearch
7
7
  module API
8
8
  module IndexLifecycleManagement
9
9
  module Actions
10
+ # TODO: Description
10
11
 
11
- # Start the index lifecycle management (ILM) plugin
12
- #
13
- # @option arguments [Time] :master_timeout Specifies the period of time to wait for a connection to the master node
14
- # @option arguments [Time] :timeout Specifies the period of time to wait for a response.
15
12
  #
16
13
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-start.html
17
14
  #
18
- def start(arguments={})
15
+ def start(arguments = {})
16
+ arguments = arguments.clone
17
+
19
18
  method = Elasticsearch::API::HTTP_POST
20
19
  path = "_ilm/start"
21
- params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
22
- body = nil
20
+ params = {}
23
21
 
22
+ body = nil
24
23
  perform_request(method, path, params, body).body
25
24
  end
26
-
27
- # Register this action with its valid params when the module is loaded.
28
- #
29
- ParamsRegistry.register(:start, [ :master_timeout,
30
- :timeout ].freeze)
31
-
32
- end
33
25
  end
34
26
  end
27
+ end
35
28
  end
36
29
  end
@@ -7,30 +7,23 @@ module Elasticsearch
7
7
  module API
8
8
  module IndexLifecycleManagement
9
9
  module Actions
10
+ # TODO: Description
10
11
 
11
- # Stop the index lifecycle management (ILM) plugin
12
- #
13
- # @option arguments [Time] :master_timeout Specifies the period of time to wait for a connection to the master node
14
- # @option arguments [Time] :timeout Specifies the period of time to wait for a response.
15
12
  #
16
13
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-stop.html
17
14
  #
18
- def stop(arguments={})
15
+ def stop(arguments = {})
16
+ arguments = arguments.clone
17
+
19
18
  method = Elasticsearch::API::HTTP_POST
20
19
  path = "_ilm/stop"
21
- params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
22
- body = nil
20
+ params = {}
23
21
 
22
+ body = nil
24
23
  perform_request(method, path, params, body).body
25
24
  end
26
-
27
- # Register this action with its valid params when the module is loaded.
28
- #
29
- ParamsRegistry.register(:stop, [ :master_timeout,
30
- :timeout ].freeze)
31
-
32
- end
33
25
  end
34
26
  end
27
+ end
35
28
  end
36
29
  end
@@ -6,31 +6,32 @@ module Elasticsearch
6
6
  module XPack
7
7
  module API
8
8
  module Actions
9
+ # TODO: Description
9
10
 
10
- # Retrieve information about xpack, including build number/timestamp and license status
11
11
  #
12
- # @option arguments [Boolean] :human Presents additional info for humans
13
- # (feature descriptions and X-Pack tagline)
14
- # @option arguments [List] :categories Comma-separated list of info categories.
15
- # (Options: build, license, features)
12
+ # @option arguments [List] :categories Comma-separated list of info categories. Can be any of: build, license, features
13
+
16
14
  #
17
- # @see https://www.elastic.co/guide/en/x-pack/current/info-api.html
15
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/info-api.html
18
16
  #
19
- def info(arguments={})
17
+ def info(arguments = {})
18
+ arguments = arguments.clone
19
+
20
20
  method = Elasticsearch::API::HTTP_GET
21
21
  path = "_xpack"
22
22
  params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
23
- body = nil
24
23
 
24
+ body = nil
25
25
  perform_request(method, path, params, body).body
26
26
  end
27
27
 
28
28
  # Register this action with its valid params when the module is loaded.
29
29
  #
30
- # @since 7.4.0
31
- ParamsRegistry.register(:info, [ :human,
32
- :categories ].freeze)
33
- end
34
- end
30
+ # @since 6.2.0
31
+ ParamsRegistry.register(:info, [
32
+ :categories
33
+ ].freeze)
35
34
  end
35
+ end
36
+ end
36
37
  end
@@ -7,21 +7,23 @@ module Elasticsearch
7
7
  module API
8
8
  module License
9
9
  module Actions
10
+ # TODO: Description
10
11
 
11
- # Delete a license
12
12
  #
13
- # @see https://www.elastic.co/guide/en/x-pack/current/license-management.html
13
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-license.html
14
14
  #
15
- def delete(arguments={})
15
+ def delete(arguments = {})
16
+ arguments = arguments.clone
17
+
16
18
  method = Elasticsearch::API::HTTP_DELETE
17
- path = "_xpack/license"
19
+ path = "_license"
18
20
  params = {}
19
- body = nil
20
21
 
22
+ body = nil
21
23
  perform_request(method, path, params, body).body
22
24
  end
23
- end
24
25
  end
25
26
  end
27
+ end
26
28
  end
27
29
  end
@@ -7,28 +7,33 @@ module Elasticsearch
7
7
  module API
8
8
  module License
9
9
  module Actions
10
+ # TODO: Description
10
11
 
11
- # Get a license
12
12
  #
13
- # @option arguments [Boolean] :local Return local information (default: false)
13
+ # @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
14
+
14
15
  #
15
- # @see https://www.elastic.co/guide/en/x-pack/current/license-management.html
16
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/get-license.html
16
17
  #
17
- def get(arguments={})
18
+ def get(arguments = {})
19
+ arguments = arguments.clone
20
+
18
21
  method = Elasticsearch::API::HTTP_GET
19
- path = "_xpack/license"
22
+ path = "_license"
20
23
  params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
21
- body = nil
22
24
 
25
+ body = nil
23
26
  perform_request(method, path, params, body).body
24
27
  end
25
28
 
26
29
  # Register this action with its valid params when the module is loaded.
27
30
  #
28
- # @since 7.4.0
29
- ParamsRegistry.register(:get, [ :local ].freeze)
30
- end
31
+ # @since 6.2.0
32
+ ParamsRegistry.register(:get, [
33
+ :local
34
+ ].freeze)
31
35
  end
32
36
  end
37
+ end
33
38
  end
34
39
  end
@@ -7,22 +7,23 @@ module Elasticsearch
7
7
  module API
8
8
  module License
9
9
  module Actions
10
-
11
10
  # TODO: Description
11
+
12
12
  #
13
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/get-basic-status.html
13
14
  #
14
- # @see https://www.elastic.co/guide/en/x-pack/current/license-management.html
15
- #
16
- def get_basic_status(arguments={})
15
+ def get_basic_status(arguments = {})
16
+ arguments = arguments.clone
17
+
17
18
  method = Elasticsearch::API::HTTP_GET
18
- path = "_xpack/license/basic_status"
19
+ path = "_license/basic_status"
19
20
  params = {}
20
- body = nil
21
21
 
22
+ body = nil
22
23
  perform_request(method, path, params, body).body
23
24
  end
24
- end
25
25
  end
26
26
  end
27
+ end
27
28
  end
28
29
  end
@@ -7,22 +7,23 @@ module Elasticsearch
7
7
  module API
8
8
  module License
9
9
  module Actions
10
-
11
10
  # TODO: Description
11
+
12
12
  #
13
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/get-trial-status.html
13
14
  #
14
- # @see https://www.elastic.co/guide/en/x-pack/current/license-management.html
15
- #
16
- def get_trial_status(arguments={})
15
+ def get_trial_status(arguments = {})
16
+ arguments = arguments.clone
17
+
17
18
  method = Elasticsearch::API::HTTP_GET
18
- path = "_xpack/license/trial_status"
19
+ path = "_license/trial_status"
19
20
  params = {}
20
- body = nil
21
21
 
22
+ body = nil
22
23
  perform_request(method, path, params, body).body
23
24
  end
24
- end
25
25
  end
26
26
  end
27
+ end
27
28
  end
28
29
  end
@@ -8,7 +8,6 @@ module Elasticsearch
8
8
  module License
9
9
  module Actions
10
10
  module ParamsRegistry
11
-
12
11
  extend self
13
12
 
14
13
  # A Mapping of all the actions to their list of valid params.
@@ -7,30 +7,34 @@ module Elasticsearch
7
7
  module API
8
8
  module License
9
9
  module Actions
10
+ # TODO: Description
10
11
 
11
- # Install a license
12
12
  #
13
- # @option arguments [Hash] :body Licenses to be installed
14
- # @option arguments [Boolean] :acknowledge Whether the user has acknowledged acknowledge messages
15
- # (default: false)
13
+ # @option arguments [Boolean] :acknowledge whether the user has acknowledged acknowledge messages (default: false)
14
+
15
+ # @option arguments [Hash] :body licenses to be installed
16
16
  #
17
- # @see https://www.elastic.co/guide/en/x-pack/current/license-management.html
17
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/update-license.html
18
18
  #
19
- def post(arguments={})
19
+ def post(arguments = {})
20
+ arguments = arguments.clone
21
+
20
22
  method = Elasticsearch::API::HTTP_PUT
21
- path = "_xpack/license"
23
+ path = "_license"
22
24
  params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
23
- body = arguments[:body]
24
25
 
26
+ body = arguments[:body]
25
27
  perform_request(method, path, params, body).body
26
28
  end
27
29
 
28
30
  # Register this action with its valid params when the module is loaded.
29
31
  #
30
- # @since 7.4.0
31
- ParamsRegistry.register(:post, [ :acknowledge ].freeze)
32
- end
32
+ # @since 6.2.0
33
+ ParamsRegistry.register(:post, [
34
+ :acknowledge
35
+ ].freeze)
33
36
  end
34
37
  end
38
+ end
35
39
  end
36
40
  end
@@ -7,28 +7,33 @@ module Elasticsearch
7
7
  module API
8
8
  module License
9
9
  module Actions
10
-
11
10
  # TODO: Description
11
+
12
12
  #
13
13
  # @option arguments [Boolean] :acknowledge whether the user has acknowledged acknowledge messages (default: false)
14
+
14
15
  #
15
- # @see https://www.elastic.co/guide/en/x-pack/current/license-management.html
16
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/start-basic.html
16
17
  #
17
- def post_start_basic(arguments={})
18
+ def post_start_basic(arguments = {})
19
+ arguments = arguments.clone
20
+
18
21
  method = Elasticsearch::API::HTTP_POST
19
- path = "_xpack/license/start_basic"
22
+ path = "_license/start_basic"
20
23
  params = Elasticsearch::API::Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
21
- body = nil
22
24
 
25
+ body = nil
23
26
  perform_request(method, path, params, body).body
24
27
  end
25
28
 
26
29
  # Register this action with its valid params when the module is loaded.
27
30
  #
28
- # @since 7.4.0
29
- ParamsRegistry.register(:post_start_basic, [ :acknowledge ].freeze)
30
- end
31
+ # @since 6.2.0
32
+ ParamsRegistry.register(:post_start_basic, [
33
+ :acknowledge
34
+ ].freeze)
31
35
  end
32
36
  end
37
+ end
33
38
  end
34
39
  end