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.

XML

Attributes

name 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.

Elements

name (type) min/max
occurs
description
metric (metric) 0/1 The Metric from which this data set was generated.
series (dataSeries) 0/unbounded The DataSeries to include in this data set.
warning (issue) 0/unbounded An array of one or more problems, each describing a non-fatal problem.

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.
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.