mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 12:56:53 +00:00
fix nodes info to accept node(s) ids as well
This commit is contained in:
parent
c7389df8e0
commit
e3af8716ed
@ -43,7 +43,7 @@ public class RestNodesInfoAction extends BaseRestHandler {
|
||||
super(settings, client);
|
||||
|
||||
controller.registerHandler(RestRequest.Method.GET, "/_cluster/nodes", this);
|
||||
controller.registerHandler(RestRequest.Method.GET, "/_cluster/nodes/${nodeId}", this);
|
||||
controller.registerHandler(RestRequest.Method.GET, "/_cluster/nodes/{nodeId}", this);
|
||||
}
|
||||
|
||||
@Override public void handleRequest(final RestRequest request, final RestChannel channel) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user