OptionalaggregationOne or more aggregation functions to apply (e.g. 'min', 'max', 'avg').
When an array is provided the client serialises it as repeated query parameters:
aggregationFunction=min&aggregationFunction=max&aggregationFunction=avg.
Requires aggregationInterval to be set.
OptionalaggregationThe bucket size for custom aggregation intervals (e.g. '5m', '1h', '7d').
Used together with aggregationFunction.
OptionalaggregationFor which aggregation it should filter, see [[aggregationType]]
From which date the series should be gathered
To which date the series should be gathered
OptionalrevertIf you are using a range query (that is, at least one of the dateFrom or dateTo parameters is included in the request), then setting revert=true will sort the results by the newest measurements first. By default, the results are sorted by the oldest measurements first.
Note: it will not sort a measurements by a date, but by the order of the measurements in the response.
OptionalseriesThe series type and name
Example
const series: string[] = ['c8y_AccelerationMeasurement.acceleration', '...'];
The ManagedObject which is the source of these series
This interface specifies all fragments which can be used to filter for specific series.