Hello Dojo,
I was able to export trending data to csv via this method, but since we need to do this action for multiple trends on a daily basis.
https://docs.dataminer.services/user-guide/Basic_Functionality/Trending/Working_with_trend_graphs/Exporting_a_trend_graph.html?q=exporting%20a%20trend%20
Is there a way to automate those actions via a script ?
If so do we have acces to the same parameters listed in the link (Fixed interval , exclude gaps etc...)
Are there alternative methods to retrieve trending data ?
Thank you,
Best regards,
Alexandre
Hi Alexandre,
You can consider setting up an offload database. Please refer to 'Setting up an offload database' in DataMiner Docs for more information on setup and configuration.
Hi Alexandre,
A possible option is using the web API call GetTrendDataForParameter or GetTrendData CustomTimespanForParameter to retrieve this information.
Hope it helps.