Dojo,
Is it possible to retrieve the DataMiner trend prediction data over the WebServices API? If it's not, is it a roadmap item for the future?
Thanks.
Hi Sri,
thanks for your question and for the additional info you provided me through teams!
For this case, it might be interesting for the user to leverage the user-defined API framework of DataMiner. This would simply require them to write an automation script and this can then be published as a REST endpoint with a few clicks.
Inside the automation script, the customer would simply need to send a "GetAnalyticsTrendDataMessage" to get the prediction data.
For more info on the user-defined API's, please take a look here
https://docs.dataminer.services/dataminer/Functions/User-Defined_APIs/UD_APIs.html
or check a great Kata with Thomas and Jan S. here: