lwAggregationOutput

Namespace: (default namespace)
XML Schema: api.xsd

Describes the lightweight aggregation time-series output.

JSON Example


 {
    "jsType": "LwAggregationOutput",
    "aggMode": "Trend",
    "aggVal": null,
    "aggSeries": {
       "jsType": "ChartData",
       "vertLbl": "Mbps",
       "title": "Trend Traffic Out (P95) (Linear)",
       "ctype": "TREND",
       "plotColor": "",
       "overlay": "TraffOut",
       "legends": "f(x): 3073.37 + 0E0 x;R2: 0",
       "csvUrl": "matelive/data/report/47_26_20140812T222050/1293100669_1414448866634.csv",
       "dataUrl": null
    }
 }

JSON

property type description
aggVal aggVal (anyType)
aggMode aggMode (string) Aggregation Mode.
Example: Change Count, Count, Last, P95, Maximum, Minimum, Trend, Average or Percentage Growth
aggSeriesData aggSeriesData (chartData) The aggregated time-series data.