You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ApiGenerator/RestSpecification/Core/nodes.info.json
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,11 @@
46
46
"transport",
47
47
"http",
48
48
"plugins",
49
-
"ingest"
49
+
"ingest",
50
+
"indices",
51
+
"aggregations"
50
52
],
51
-
"description":"A comma-separated list of metrics you wish returned. Leave empty to return all."
53
+
"description":"A comma-separated list of metrics you wish returned. Leave empty to return all metrics."
52
54
}
53
55
}
54
56
},
@@ -73,9 +75,13 @@
73
75
"transport",
74
76
"http",
75
77
"plugins",
76
-
"ingest"
78
+
"ingest",
79
+
"indices",
80
+
"aggregations",
81
+
"_all",
82
+
"_none"
77
83
],
78
-
"description":"A comma-separated list of metrics you wish returned. Leave empty to return all."
84
+
"description":"A comma-separated list of metrics you wish returned. Use `_all` to retrieve all metrics and `_none` to retrieve the node identity without any additional metrics."
Copy file name to clipboardExpand all lines: src/ApiGenerator/RestSpecification/Core/nodes.stats.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@
128
128
"store",
129
129
"warmer",
130
130
"suggest",
131
-
"shards"
131
+
"shard_stats"
132
132
],
133
133
"description":"Limit the information returned for `indices` metric to the specific index metrics. Isn't used if `indices` (or `all`) metric isn't specified."
134
134
}
@@ -177,7 +177,7 @@
177
177
"store",
178
178
"warmer",
179
179
"suggest",
180
-
"shards"
180
+
"shard_stats"
181
181
],
182
182
"description":"Limit the information returned for `indices` metric to the specific index metrics. Isn't used if `indices` (or `all`) metric isn't specified."
///<summary>GET on /_nodes/{metric} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-nodes-info.html</para></summary>
118
-
///<param name = "metric">A comma-separated list of metrics you wish returned. Leave empty to return all.</param>
118
+
///<param name = "metric">A comma-separated list of metrics you wish returned. Use `_all` to retrieve all metrics and `_none` to retrieve the node identity without any additional metrics.</param>
119
119
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>GET on /_nodes/{metric} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-nodes-info.html</para></summary>
123
-
///<param name = "metric">A comma-separated list of metrics you wish returned. Leave empty to return all.</param>
123
+
///<param name = "metric">A comma-separated list of metrics you wish returned. Use `_all` to retrieve all metrics and `_none` to retrieve the node identity without any additional metrics.</param>
124
124
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>GET on /_nodes/{node_id}/{metric} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-nodes-info.html</para></summary>
129
129
///<param name = "nodeId">A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes</param>
130
-
///<param name = "metric">A comma-separated list of metrics you wish returned. Leave empty to return all.</param>
130
+
///<param name = "metric">A comma-separated list of metrics you wish returned. Use `_all` to retrieve all metrics and `_none` to retrieve the node identity without any additional metrics.</param>
131
131
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>GET on /_nodes/{node_id}/{metric} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-nodes-info.html</para></summary>
135
135
///<param name = "nodeId">A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes</param>
136
-
///<param name = "metric">A comma-separated list of metrics you wish returned. Leave empty to return all.</param>
136
+
///<param name = "metric">A comma-separated list of metrics you wish returned. Use `_all` to retrieve all metrics and `_none` to retrieve the node identity without any additional metrics.</param>
137
137
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
0 commit comments