nodes.infoedit

client.nodes.info([params, [callback]])

Check the API Conventions and the elasticsearch docs for more information pertaining to this method.

Params

flatSettings

Boolean — Return settings in flat format (default: false)

timeout

DurationString — Explicit operation timeout

nodeId

String, String[], Boolean — 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

metric

String, String[], Boolean — A comma-separated list of metrics you wish returned. Leave empty to return all.

back to top