File tree 2 files changed +36
-6
lines changed 2 files changed +36
-6
lines changed Original file line number Diff line number Diff line change @@ -255,16 +255,18 @@ include::cat/recovery.asciidoc[]
255
255
256
256
include::cat/repositories.asciidoc[]
257
257
258
- include::cat/tasks.asciidoc[]
259
-
260
- include::cat/thread_pool.asciidoc[]
261
-
262
- include::cat/trainedmodel.asciidoc[]
263
-
264
258
include::cat/shards.asciidoc[]
265
259
266
260
include::cat/segments.asciidoc[]
267
261
268
262
include::cat/snapshots.asciidoc[]
269
263
264
+ include::cat/tasks.asciidoc[]
265
+
270
266
include::cat/templates.asciidoc[]
267
+
268
+ include::cat/thread_pool.asciidoc[]
269
+
270
+ include::cat/trainedmodel.asciidoc[]
271
+
272
+ include::cat/transform.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[cat-transform]]
2
+ === cat transform API
3
+ ++++
4
+ <titleabbrev>cat transform</titleabbrev>
5
+ ++++
6
+
7
+ Returns configuration and usage information about {transforms}.
8
+
9
+
10
+ [[cat-transform-api-request]]
11
+ ==== {api-request-title}
12
+
13
+ `GET /_cat/transform`
14
+
15
+
16
+ //[[cat-transform-api-desc]]
17
+ //==== {api-description-title}
18
+
19
+
20
+ //[[cat-transform-api-query-params]]
21
+ //==== {api-query-parms-title}
22
+
23
+
24
+ //[[cat-transform-api-response-codes]]
25
+ //==== {api-response-codes-title}
26
+
27
+ //[[cat-transform-api-examples]]
28
+ //==== {api-examples-title}
You can’t perform that action at this time.
0 commit comments