Skip to content

Commit 87b7a37

Browse files
authored
Get jvm and fs metric node stats with multiple nodes. (#455)
Signed-off-by: dblock <[email protected]>
1 parent 88de8b8 commit 87b7a37

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: tests/nodes/stats.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ chapters:
5252
- jvm
5353
response:
5454
status: 200
55+
- synopsis: Get jvm and fs metric node stats with multiple nodes.
56+
path: /_nodes/{node_id}/stats/{metric}
57+
method: GET
58+
parameters:
59+
node_id:
60+
- cluster_manager:false
61+
- data:true
62+
metric:
63+
- fs
64+
- jvm
65+
response:
66+
status: 200
5567
- synopsis: Get statistics for the request_cache.
5668
path: /_nodes/stats/{metric}/{index_metric}
5769
method: GET

0 commit comments

Comments
 (0)