dataSetResponse

UnboundID Logo

dataSetResponse

Namespace: com.unboundid.directory.mon.api.v1.models

This represents a response from a metric query where each data element in a series corresponds to a time interval TimeIntervalDataSet or a category @link CategoryDataSet}. Muliple series and sub-series of data may also be included in a DataSetResponse.

JSON

property type description
firstSampleTime dateTime The time of the first sample examined when processing the query.
lastSampleTime dateTime The time of the last sample examined when processing the query.
rateScaling rateScaling The rate scaling applied to the query results.
statistic statistic The statistic requested by the query.
minValue float Smallest value in dataset.
maxValue float (no documentation provided)
seriesLimit int Series limit.
sourceResolution string Sample aggregation source.
queryAffinity int Query aggregation level affinity.
metric metric (metric) The Metric from which this data set was generated.
series array of series (dataSeries) The DataSeries to include in this data set.
warning array of warning (issue) An array of one or more problems, each describing a non-fatal problem.