Interface RemoteDataNodeStatusResource


public interface RemoteDataNodeStatusResource
  • Method Details

    • status

      @GET("/") retrofit2.Call<com.fasterxml.jackson.databind.JsonNode> status()
    • opensearchStdOut

      @GET("/logs/stdout") retrofit2.Call<List<String>> opensearchStdOut()
    • opensearchStdErr

      @GET("/logs/stderr") retrofit2.Call<List<String>> opensearchStdErr()