OpenSearch/docs/java-rest/high-level/miscellaneous/ping.asciidoc

14 lines
422 B
Plaintext

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