lwSeriesOutput

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

Describes the light weight time-series output object.

JSON Example


 {
    "jsType": "LwSeriesOutput",
    "prop": "Mem1",
    "display": "Mem1",
    "raw": {
       "jsType": "ChartData",
       "vertLbl": "RAM %",
       "title": "Mem1 Raw",
       "ctype": "DOT",
       "plotColor": "",
       "overlay": null,
       "legends": null,
       "csvUrl": "matelive/data/report/tmp/574074375_1414436018063.csv",
       "dataUrl": null
    },
    "aggs": [
      {
         "jsType": "LwAggregationOutput",
         "aggMode": "Last",
         "aggVal": null,
         "aggSeries": {
            "jsType": "ChartData",
            "vertLbl": "RAM %",
            "title": "Mem1 (Last)",
            "ctype": null,
            "plotColor": "",
            "overlay": null,
            "legends": null,
            "csvUrl": null,
            "dataUrl": null
         }
      }
    ]
 }

JSON

property type description
propertyName propertyName (string) The name of the time-series attribute.
Example: Mem1
aggregationOutputs array of aggregationOutputs (lwAggregationOutput) Describes the aggregated time-series output.
raw raw (hasCsvData) Describes the raw time-series output.
display display (string) The UI display name of the time-series attribute.
Example: Mem1