PUT /{BASE}/statistics/enabledEnable or disable the statistics gathering. If enabled, might cause additional overhead in execution.
- HTTP Example:
PUT /{BASE}/statistics/enabled?value=… | - API Example:
StatisticsWebService.setEnabled({'value': }); |
- Output:
- Response - OK when changing the statistics setting was successful
- Query parameters:
- value - if true, statistics gathering will be enabled, if false, it will be disabled
- HTTP return codes:
- 200 - when the statistics gathering has been enabled or disabled successfully
|