Jest Client / Cluster informations

Hello,
i'm using jest client in a java application to connect to an ElasticSearch cluster and now i want to find informations on how to get cluster informations like this with jest api:
{
"name" : "",
"cluster_name" : "",
"version" : {
"number" : "2.3.2",
"build_hash" : "",
"build_timestamp" : "",
"build_snapshot" : ,
"lucene_version" : "
},
"tagline" : "You Know, for Search"
}

Thank youu :slight_smile:

The integration tests for Jest are probably the best place to look, e.g. the tests for health API

1 Like

thanks for your answer @polyfractal but this test doesn't give the informations that i need