We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88de8b8 commit 87b7a37Copy full SHA for 87b7a37
tests/nodes/stats.yaml
@@ -52,6 +52,18 @@ chapters:
52
- jvm
53
response:
54
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
67
- synopsis: Get statistics for the request_cache.
68
path: /_nodes/stats/{metric}/{index_metric}
69
method: GET
0 commit comments