From 87b7a37720daebcb999859ff037b35295ce00058 Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Wed, 31 Jul 2024 12:59:08 -0400 Subject: [PATCH] Get jvm and fs metric node stats with multiple nodes. (#455) Signed-off-by: dblock --- tests/nodes/stats.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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