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
# @option arguments [String] :task_id Cancel the task with specified task id (node_id:task_number)
26
+
# @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
27
+
# @option arguments [List] :actions A comma-separated list of actions that should be cancelled. Leave empty to cancel all.
28
+
# @option arguments [String] :parent_task_id Cancel tasks with specified parent task id (node_id:task_number). Set to -1 to cancel all.
Copy file name to clipboardExpand all lines: elasticsearch-api/lib/elasticsearch/api/actions/tasks/list.rb
+9-15Lines changed: 9 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -22,19 +22,13 @@ module Actions
22
22
23
23
# Return the list of tasks
24
24
#
25
-
# @option arguments [Number] :task_id Return the task with specified id
26
-
# @option arguments [List] :node_id A comma-separated list of node IDs or names to limit the returned
27
-
# information; use `_local` to return information from the node
28
-
# you're connecting to, leave empty to get information from all nodes
29
-
# @option arguments [List] :actions A comma-separated list of actions that should be returned.
30
-
# Leave empty to return all.
25
+
# @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
26
+
# @option arguments [List] :actions A comma-separated list of actions that should be returned. Leave empty to return all.
0 commit comments