Package com.influxdb.client.service
Interface PingService
public interface PingService
-
Method Summary
-
Method Details
-
getPing
@GET("ping") retrofit2.Call<okhttp3.ResponseBody> getPing()Checks the status of InfluxDB instance and version of InfluxDB.- Returns:
- Call<ResponseBody>
-
headPing
@HEAD("ping") retrofit2.Call<okhttp3.ResponseBody> headPing()Checks the status of InfluxDB instance and version of InfluxDB.- Returns:
- Call<ResponseBody>
-