Path: / {BASE} / statistics / list

Retrieve the statistics information of all statistics modules.


Resource Methods
Method Summary
NameDescription
GET /{BASE}/statistics/listRetrieve the statistics information of all statistics modules.

Method Detail

GET /{BASE}/statistics/list

Retrieve the statistics information of all statistics modules.

HTTP Example:
GET /{BASE}/statistics/list
API Example:

StatisticsWebService.getStatistics({});

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