| 12345678910111213141516171819202122 | [[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]--------------------------------------------------
 |