Skip to content

Commit

Permalink
[DOCS] Add nodes and parent_task_id parms (elastic#66562) (elasti…
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Dec 30, 2020
1 parent e896ef1 commit 4e0f7bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/reference/cat/tasks.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=cat-h]

include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=help]

`nodes`::
(Optional, string)
Comma-separated list of node IDs or names used to limit the response. Supports
wildcard (`*`) expressions.

`parent_task_id`::
(Optional, string)
Parent task ID used to limit the response.

include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=cat-s]

include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=time]
Expand Down

0 comments on commit 4e0f7bb

Please sign in to comment.