NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

EF & E-Series, SANtricity, and Related Plug-ins

ReST API Analised Statistics - Empty Results

PabloZorzoli
5,063 Views

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.

1 ACCEPTED SOLUTION

Jeff_Yao
5,006 Views

did u set stats.poll.save.history?

<env key="stats.poll.save.history">10</env>
Determines the number of days of history to save.
Values:
0 = disabled
>0 = enabled
The installer should default to 0 for the proxy

View solution in original post

2 REPLIES 2

Jeff_Yao
5,007 Views

did u set stats.poll.save.history?

<env key="stats.poll.save.history">10</env>
Determines the number of days of history to save.
Values:
0 = disabled
>0 = enabled
The installer should default to 0 for the proxy

PabloZorzoli
4,979 Views

Indeed, that fixe the issue, thanks @Jeff_Yao !

Public