public interface Ping
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<PingV3> |
ping() |
retrofit2.Call<PingV3> |
ping(java.lang.String _exclude_fields)
The endpoint used to let H2O know from external services that it should keep running.
|
@GET(value="/3/Ping") retrofit2.Call<PingV3> ping(@Query(value="_exclude_fields") java.lang.String _exclude_fields)
_exclude_fields - Comma-separated list of JSON field paths to exclude from the result, used like:
"/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"@GET(value="/3/Ping") retrofit2.Call<PingV3> ping()