diff --git a/tests/nodes/stats.yaml b/tests/nodes/stats.yaml index 212a58c2..2ac313c1 100644 --- a/tests/nodes/stats.yaml +++ b/tests/nodes/stats.yaml @@ -52,6 +52,18 @@ chapters: - jvm response: status: 200 + - synopsis: Get jvm and fs metric node stats with multiple nodes. + path: /_nodes/{node_id}/stats/{metric} + method: GET + parameters: + node_id: + - cluster_manager:false + - data:true + metric: + - fs + - jvm + response: + status: 200 - synopsis: Get statistics for the request_cache. path: /_nodes/stats/{metric}/{index_metric} method: GET