Skip to content

Commit

Permalink
[DOCS] Remove individual task retrieval from cat/tasks API (#49550)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Nov 25, 2019
1 parent 462e4ec commit a8ac825
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions docs/reference/cat/tasks.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ similar to the <<tasks,task management>> API.
[[cat-tasks-api-request]]
==== {api-request-title}

`GET /_cat/tasks/<task_id>`

`GET /_cat/tasks`


Expand All @@ -28,12 +26,6 @@ It is a more compact view
of the JSON <<tasks,task management>> API.


[[cat-tasks-api-path-params]]
==== {api-path-parms-title}

include::{docdir}/rest-api/common-parms.asciidoc[tag=task-id]


[[cat-tasks-api-query-params]]
==== {api-query-parms-title}

Expand Down Expand Up @@ -71,32 +63,7 @@ include::{docdir}/cluster/tasks.asciidoc[tag=tasks-api-404]
[[cat-tasks-api-examples]]
==== {api-examples-title}


[[cat-tasks-api-specific-ex]]
===== Get information for a specific task

[source,js]
----
GET _cat/tasks/oTUltX4IQMOUUVeiohTt8A:124?v
----
// CONSOLE
// TEST[skip:No tasks to retrieve]

The API returns the following response:

[source,txt]
----
action task_id parent_task_id type start_time timestamp running_time ip node
cluster:monitor/tasks/lists[n] oTUltX4IQMOUUVeiohTt8A:124 oTUltX4IQMOUUVeiohTt8A:123 direct 1458585884904 01:48:24 44.1micros 127.0.0.1:9300 oTUltX4IQMOUUVeiohTt8A
----
// TESTRESPONSE[skip:No tasks to retrieve]
// TESTRESPONSE[non_json]


[[cat-tasks-api-all-ex]]
===== Get information for all tasks in a cluster

[source,js]
[source,console]
----
GET _cat/tasks?v
----
Expand Down

0 comments on commit a8ac825

Please sign in to comment.