mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
ef6fc1e9fd
Add documentation for `HighLevelRestClient#ping`. Relates to #28389
14 lines
422 B
Plaintext
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]
|
|
--------------------------------------------------
|