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:
Hey Johannes,
thanks for your message! You can, but not in a built in way. What you would need is to write an ad hoc datasource that fetches the trend data using the previously mentioned GetAnalyticsTrendDataMessage. Here is the documentation for it:
https://docs.dataminer.services/develop/devguide/GQI_Extensions/Ad_hoc_data/Ad_hoc_Creation.html
If you would like some more help, don't hesitate to reach out!
Hi Dennis, is it possible to see the predictive trending within Low Code Apps/Dashboards ?