You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticsearch-api/lib/elasticsearch/api/actions/tasks/cancel.rb
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ module API
20
20
moduleTasks
21
21
moduleActions
22
22
# Cancels a task, if it can be cancelled through an API.
23
+
# This functionality is Experimental and may be changed or removed
24
+
# completely in a future release. Elastic will take a best effort approach
25
+
# to fix any issues, but experimental features are not subject to the
26
+
# support SLA of official GA features.
23
27
#
24
28
# @option arguments [String] :task_id Cancel the task with specified task id (node_id:task_number)
25
29
# @option arguments [List] :nodes A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
Copy file name to clipboardExpand all lines: elasticsearch-api/lib/elasticsearch/api/actions/tasks/list.rb
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ module API
20
20
moduleTasks
21
21
moduleActions
22
22
# Returns a list of tasks.
23
+
# This functionality is Experimental and may be changed or removed
24
+
# completely in a future release. Elastic will take a best effort approach
25
+
# to fix any issues, but experimental features are not subject to the
26
+
# support SLA of official GA features.
23
27
#
24
28
# @option arguments [List] :nodes A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
25
29
# @option arguments [List] :actions A comma-separated list of actions that should be returned. Leave empty to return all.
0 commit comments