|
4 | 4 | :response: GetDataFrameTransformStatsResponse
|
5 | 5 | --
|
6 | 6 | [id="{upid}-{api}"]
|
7 |
| -=== Get Data Frame Transform Stats API |
| 7 | +=== Get {dataframe-transform} stats API |
8 | 8 |
|
9 |
| -The Get Data Frame Transform Stats API is used read the operational statistics |
10 |
| -of one or more {dataframe-transform}s. |
| 9 | +Retrieves the operational statistics of one or more {dataframe-transforms}. |
11 | 10 | The API accepts a +{request}+ object and returns a +{response}+.
|
12 | 11 |
|
13 | 12 | [id="{upid}-{api}-request"]
|
14 |
| -==== Get Data Frame Transform Stats Request |
| 13 | +==== Get {dataframe-transform} stats request |
15 | 14 |
|
16 | 15 | A +{request}+ requires a data frame transform id or the special wildcard `_all`
|
17 |
| -to get the statistics for all {dataframe-transform}s |
| 16 | +to get the statistics for all {dataframe-transforms}. |
18 | 17 |
|
19 | 18 | ["source","java",subs="attributes,callouts,macros"]
|
20 | 19 | --------------------------------------------------
|
21 | 20 | include-tagged::{doc-tests-file}[{api}-request]
|
22 | 21 | --------------------------------------------------
|
23 | 22 | <1> Constructing a new GET Stats request referencing an existing {dataframe-transform}
|
24 | 23 |
|
25 |
| -==== Optional Arguments |
| 24 | +==== Optional arguments |
26 | 25 |
|
27 | 26 | The following arguments are optional.
|
28 | 27 |
|
29 | 28 | ["source","java",subs="attributes,callouts,macros"]
|
30 | 29 | --------------------------------------------------
|
31 | 30 | include-tagged::{doc-tests-file}[{api}-request-options]
|
32 | 31 | --------------------------------------------------
|
33 |
| -<1> The page parameters `from` and `size`. `from` specifies the number of data frame transform stats to skip. |
34 |
| -`size` specifies the maximum number of data frame transform stats to get. |
| 32 | +<1> The page parameters `from` and `size`. `from` specifies the number of |
| 33 | +{dataframe-transform} stats to skip. |
| 34 | +`size` specifies the maximum number of {dataframe-transform} stats to get. |
35 | 35 | Defaults to `0` and `100` respectively.
|
36 | 36 | <2> Whether to ignore if a wildcard expression matches no transforms.
|
37 | 37 |
|
|
0 commit comments