categoryDataSet

UnboundID Logo

categoryDataSet element

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

This represents a DataSetResponse where each each data element in a DataSeries corresponds to a category.

Example JSON

{ "label" : "...", "categories" : [ "...", ... ], "firstSampleTime" : "...", "lastSampleTime" : "...", "rateScaling" : "NONE", "statistic" : "COUNT", "minValue" : ..., "maxValue" : ..., "seriesLimit" : ..., "sourceResolution" : "...", "queryAffinity" : ..., "metric" : { "id" : "...", "name" : "...", "shortName" : "...", "group" : "...", "advanced" : false, "description" : "...", "instanceTypes" : [ "...", ... ], "statistics" : [ "...", ... ], "dimensions" : [ { "id" : "...", "name" : "...", "values" : [ "...", ... ] }, ... ] }, "series" : [ { "label" : "...", "lastCompleteIndex" : ..., "minValue" : ..., "maxValue" : ..., "data" : ..., "subSeries" : [ { "..." : ... }, ... ] }, ... ], "warning" : [ { "reason" : "...", "message" : "...", "detailedMessage" : "..." }, ... ] }