Per the webservice user guide in order to get access to the analised metrics /storage-systems/{system-id}/analysed-volume-statistics and /storage-systems/{system-id}/analysed-drive-statistics I need to change wsconfig.xml from
<env key="stats.poll.interval">0</env>
to:
<env key="stats.poll.interval">60</env>
and re-start the web_services_proxy service
But I still get empty output while calling to the api end points mentioned above. Am I missing any other config tweak?
Cheers,
Pablo.