public interface PingService
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<okhttp3.ResponseBody> |
getPing()
Checks the status of InfluxDB instance and version of InfluxDB.
|
retrofit2.Call<okhttp3.ResponseBody> |
headPing()
Checks the status of InfluxDB instance and version of InfluxDB.
|
@GET(value="ping") retrofit2.Call<okhttp3.ResponseBody> getPing()
@HEAD(value="ping") retrofit2.Call<okhttp3.ResponseBody> headPing()
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.