public class WaterMeterCpuTicksV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_exclude_fields
Comma-separated list of JSON field paths to exclude from the result, used like: "/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"
|
long[][] |
cpu_ticks
array of tick counts per core
|
int |
nodeidx
Index of node to query ticks for (0-based)
|
| Constructor and Description |
|---|
WaterMeterCpuTicksV3() |
public int nodeidx
public long[][] cpu_ticks
public java.lang.String _exclude_fields