| 123456789101112131415161718192021222324252627 | [[java-rest-high-main]]=== Info API[[java-rest-high-main-request]]==== ExecutionCluster information can be retrieved using the `info()` method:["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests}/MiscellaneousDocumentationIT.java[main-execute]--------------------------------------------------[[java-rest-high-main-response]]==== ResponseThe returned `MainResponse` provides various kinds of information about the cluster:["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests}/MiscellaneousDocumentationIT.java[main-response]--------------------------------------------------<1> Retrieve the name of the cluster as a `ClusterName`<2> Retrieve the unique identifier of the cluster<3> Retrieve the name of the node the request has been executed on<4> Retrieve the version of the node the request has been executed on<5> Retrieve the build information of the node the request has been executed on
 |