reportDefinitionList

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

Wraps a list of ReportDefinition objects.

JSON Example


{
 "definitionList": [
  {
    "definitionId": 1,
    "name": "Monthly Util",
    "owner": "admin",
    "reportType": "AdHoc",
    "objectType": "Interfaces",
    "group": "Capacity",
    "subGroup": "IsNotNull",
    "query": null,
    "filter": null,
    "outputFilter": null,
    "outputSorts": null,
    "objectKeys": null,
    "timeRangeUnits": "month",
    "timeRangeValue": 1,
    "timeFrom": null,
    "timeTo": null,
    "hasCumulativeSum": true,
    "cumulativeGroupBy": "Capacity",
    "isMyReport": true,
    "isLive": false
  }
 ]
}

JSON

property type description
definitionList array of definitionList (reportDefinition) List of report definitions.