Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nodes Info API: Allow to specify which info to get back, simpler URI paths #1596

Closed
kimchy opened this issue Jan 9, 2012 · 0 comments
Closed

Comments

@kimchy
Copy link
Member

kimchy commented Jan 9, 2012

The nodes info API to allow for simpler usage and specifying which part of the info to get back. By default, it just returns the attributes and core settings of the node (breaking change!).

Also, allow also for /_nodes and /_nodes/{nodeId} endpoints (with the smart nodeId resolution, can be name, hostname, IP, with simple wildcards).

The flags: settings, os, process, jvm, network, transport and http, can be set to true to return the relevant info. For example: /_nodes?os=true&process=true.

Specific endpoints to further simplify it are provided, for example: /_nodes/process, or /_nodes/192.*/process.

@kimchy kimchy closed this as completed in f1f2fb2 Jan 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant