lib/elasticsearch/api/actions/tasks/get.rb in elasticsearch-api-7.10.0 vs lib/elasticsearch/api/actions/tasks/get.rb in elasticsearch-api-7.10.1
- old
+ new
@@ -18,9 +18,13 @@
module Elasticsearch
module API
module Tasks
module Actions
# Returns information about a task.
+ # This functionality is Experimental and may be changed or removed
+ # completely in a future release. Elastic will take a best effort approach
+ # to fix any issues, but experimental features are not subject to the
+ # support SLA of official GA features.
#
# @option arguments [String] :task_id Return the task with specified id (node_id:task_number)
# @option arguments [Boolean] :wait_for_completion Wait for the matching tasks to complete (default: false)
# @option arguments [Time] :timeout Explicit operation timeout
# @option arguments [Hash] :headers Custom HTTP headers