@@ -13,8 +13,6 @@ similar to the <<tasks,task management>> API.
13
13
[[cat-tasks-api-request]]
14
14
==== {api-request-title}
15
15
16
- `GET /_cat/tasks/<task_id>`
17
-
18
16
`GET /_cat/tasks`
19
17
20
18
@@ -28,12 +26,6 @@ It is a more compact view
28
26
of the JSON <<tasks,task management>> API.
29
27
30
28
31
- [[cat-tasks-api-path-params]]
32
- ==== {api-path-parms-title}
33
-
34
- include::{docdir}/rest-api/common-parms.asciidoc[tag=task-id]
35
-
36
-
37
29
[[cat-tasks-api-query-params]]
38
30
==== {api-query-parms-title}
39
31
@@ -71,30 +63,6 @@ include::{docdir}/cluster/tasks.asciidoc[tag=tasks-api-404]
71
63
[[cat-tasks-api-examples]]
72
64
==== {api-examples-title}
73
65
74
-
75
- [[cat-tasks-api-specific-ex]]
76
- ===== Get information for a specific task
77
-
78
- [source,console]
79
- ----
80
- GET _cat/tasks/oTUltX4IQMOUUVeiohTt8A:124?v
81
- ----
82
- // TEST[skip:No tasks to retrieve]
83
-
84
- The API returns the following response:
85
-
86
- [source,txt]
87
- ----
88
- action task_id parent_task_id type start_time timestamp running_time ip node
89
- cluster:monitor/tasks/lists[n] oTUltX4IQMOUUVeiohTt8A:124 oTUltX4IQMOUUVeiohTt8A:123 direct 1458585884904 01:48:24 44.1micros 127.0.0.1:9300 oTUltX4IQMOUUVeiohTt8A
90
- ----
91
- // TESTRESPONSE[skip:No tasks to retrieve]
92
- // TESTRESPONSE[non_json]
93
-
94
-
95
- [[cat-tasks-api-all-ex]]
96
- ===== Get information for all tasks in a cluster
97
-
98
66
[source,console]
99
67
----
100
68
GET _cat/tasks?v
0 commit comments