We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d60587 commit bad2233Copy full SHA for bad2233
elastichq/api/nodes.py
@@ -17,7 +17,7 @@ def get(self, cluster_name, node_ids=None):
17
both the info and stats APIs.
18
"""
19
20
- response = NodeService().get_node_summary(cluster_name, node_ids)
+ response = NodeService().get_node_summary(cluster_name)
21
return APIResponse(response, HTTP_Status.OK, None)
22
23
0 commit comments