type Statistics
aggregate
Specified aggregate value.
This is only output when aggregate.func is specified in the request parameter.
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
dict(String,Float) | 0..1 | None | None |
avg
Average value of the aggregate result.
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
Float | 0..1 | None | None |
count
Number of samples in the aggregate result.
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
int | 0..1 | None | None |
duration
Difference in time between duration_end and duration_start (seconds).
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
Float | 0..1 | None | None |
duration_end
Datetime (UTC) of the newest sample among the target samples.
Format: "YYYY-MM-DDThh:mm:ss"
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
Datetime | 0..1 | None | None |
duration_start
Datetime (UTC) of the oldest sample among the target samples.
Format: "YYYY-MM-DDThh:mm:ss"
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
Datetime | 0..1 | None | None |
groupby
Field information of the aggregation group.
This is only output when groupby is specified in the request parameter.
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
dict(String,String) | 0..1 | None | None |
max
Maximum value of the aggregate result.
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
Float | 0..1 | None | None |
min
Minimum value of the aggregate result.
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
Float | 0..1 | None | None |
period
The value specified for period in the request parameter.
The difference in time (seconds) between the period end (period_end) and period start (period_start).
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
int | 0..1 | None | None |
period_end
End datetime (UTC) of the aggregation period (period).
Format: "YYYY-MM-DDThh:mm:ss"
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
Datetime | 0..1 | None | None |
period_start
Start datetime (UTC) of the aggregation period (period).
Format: "YYYY-MM-DDThh:mm:ss"
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
Datetime | 1..1 | None | None |
sum
Total value of the aggregate result.
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
Float | 0..1 | None | None |
unit
Unit of the aggregate result.
Data type | Cardinality | Parent element | Child element |
---|---|---|---|
String | 0..1 | None | None |