HTTP Example:GET /{BASE}/statistics/{module}
| API Example: StatisticsWebService.getStatistics({'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 - 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
|