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