Howdy, everyone! I've spent a while searching through the API endpoint documentation, but I haven't really gotten anywhere, so figured I'd ask the experts.
Basically, I'm trying to programmatically get a list of all nodes configured in our hot cluster. I can parse this out of "/_nodes/settings" since "attributes" contains "box_type" but this is a bit clunky due to the sheer size of the JSON response. Seems like searching for nodes via an attribute presence or value is likely something someone else has wanted to do before, so thought I'd check here before I spend more time hacking together my own solution.
Thanks in advance!