Interface PingService


public interface PingService
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<okhttp3.ResponseBody>
    Checks the status of InfluxDB instance and version of InfluxDB.
    retrofit2.Call<okhttp3.ResponseBody>
    Checks the status of InfluxDB instance and version of InfluxDB.
  • 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>