Path: / {BASE} / statistics / {module}

Retrieve the statistics information of the statistics module with the name passed as path argument. The result format is identical to the result returned by /list

Path parameters:
module - the module for which to return the statistics

Resources
NameDescription
enabled

Method Summary
ResourceDescription
GET /{BASE}/statistics/{module}Retrieve the statistics information of the statistics module with the name passed as path argument.

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

API Example:

StatisticsWebService.getStatistics({'module': /* module the module for which to return the statistics */});

Retrieve the statistics information of the statistics module with the name passed as path argument. The result format is identical to the result returned by /list

Output:
javax.ws.rs.core.Response - 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
HTTP return codes:
200 - if the statistics module exists
404 - if the statistics module does not exist