public interface WaterMeterIo
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<WaterMeterIoV3> |
fetch_all()
Return IO usage snapshot of all nodes in the H2O cluster.
|
retrofit2.Call<WaterMeterIoV3> |
fetch(int nodeidx)
Return IO usage snapshot of all nodes in the H2O cluster.
|
@GET(value="/3/WaterMeterIo/{nodeidx}")
retrofit2.Call<WaterMeterIoV3> fetch(@Path(value="nodeidx")
int nodeidx)
@GET(value="/3/WaterMeterIo") retrofit2.Call<WaterMeterIoV3> fetch_all()