lwReportResults

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

Describes the reports output for Live reports.

JSON Example



 {
    "jsType": "LwReportResults",
    "from": 1411677755000,
    "to": 1411764155000,
    "chartFrom": 0,
    "chartTo": 0,
    "rors": [
      {
         "jsType": "LwReportObjectResult",
         "repObj": {
            "jsType": "LwReportObject",
            "kvs": [
              {
                 "value1": "Name",
                 "value2": "me_riy_bb1"
              }
            ],
            "dataTypes": [
               "String"
            ],
            "size": 1,
            "url": null
         },
         "propOuts": [
           {
              "jsType": "LwSeriesOutput",
              "prop": "CPU0",
              "display": "CPU0",
              "raw": null,
              "aggs": [
                {
                   "jsType": "LwAggregationOutput",
                   "aggMode": "Last",
                   "aggVal": null,
                   "aggSeries": {
                      "jsType": "ChartData",
                      "vertLbl": "CPU %",
                      "title": "CPU0 (Last)",
                      "ctype": null,
                      "plotColor": "",
                      "overlay": null,
                      "legends": null,
                      "csvUrl": null,
                      "dataUrl": null
                  }
                }
              ]
           },
           {
             "jsType": "LwSeriesOutput",
             "prop": "CPU1",
             "display": "CPU1",
             "raw": null,
             "aggs": [
               {
                 "jsType": "LwAggregationOutput",
                 "aggMode": "Last",
                 "aggVal": null,
                 "aggSeries": {
                   "jsType": "ChartData",
                   "vertLbl": "CPU %",
                   "title": "CPU1 (Last)",
                   "ctype": null,
                   "plotColor": "",
                   "overlay": null,
                   "legends": null,
                   "csvUrl": null,
                   "dataUrl": null
                 }
               }
             ]
           }
         ]
       }
    ]
 }


JSON

property type description
results array of results (lwReportObjectResult) The actual details of report result in a list.
fromTime fromTime (long) Report start time in millisecs.
Example: 1411677755000
toTime toTime (long) Report end time in millisecs.
Example: 1411764155000
chartFrom chartFrom (long) Chart start time in millisecs.
Example: 1411677755000
chartTo chartTo (long) Chart end time in millisecs.
Example: 1411764155000