lwReportObjectResult
Namespace: |
(default namespace) |
XML Schema: |
api.xsd |
The actual details of lightweight live report result.
JSON Example
{
"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 |
repObj |
repObj (lwReportObject)
|
The detailed description of an network object being reported on.
|
seriesOutputs |
array of seriesOutputs (lwSeriesOutput)
|
The light weight time-series output object.
|