Details
Description
Recently we use cluster nodes REST API and found the query parameters(state and healthy) in document both are not exist.
Now the query paramters in document is:
* state - the state of the node * healthy - true or false
The correct query parameters should be:
* states - the states of the node, specified as a comma-separated list.