ping.asciidoc 422 B

12345678910111213
  1. [[java-rest-high-ping]]
  2. === Ping API
  3. [[java-rest-high-ping-request]]
  4. ==== Execution
  5. The `ping()` method checks if the cluster is up and available to
  6. process requests and returns a boolean:
  7. ["source","java",subs="attributes,callouts,macros"]
  8. --------------------------------------------------
  9. include-tagged::{doc-tests}/MiscellaneousDocumentationIT.java[ping-execute]
  10. --------------------------------------------------