Path: / {BASE} / statistics / list

Retrieve the statistics information of all statistics modules.


Method Summary
ResourceDescription
GET /{BASE}/statistics/listRetrieve the statistics information of all statistics modules.

Method Detail
HTTP Example:
GET /{BASE}/statistics/list

API Example:

StatisticsWebService.getStatistics({});

Retrieve the statistics information of all statistics modules.

Output:
Map<String,Map<String,String>> - a JSON-formatted map with an entry for each statistics module, where the value is a map of (key,value) entries for the statistics properties that are collected by the module
Produces:
application/json