Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i am new in Qlik automation and I want to build an automation to get the date field and las reload time of the app for several apps.
i want to store the result in qvd file and use it in a table.
any idea how can i do this?
thank you in avdance for your help.
You can create an app with a script that reads App information for each app from Qlik API. and store into a QVD.
This is a reference to the API to retrieve App reloadtime information https://qlik.dev/apis/rest/apps/#get-api-v1-apps-appId
My suggestion is to review the reload script for the Monitoring Apps. You can learn a lot how to connect to qlik cloud rest api reviewing the script code of each app https://community.qlik.com/t5/Official-Support-Articles/Qlik-Cloud-Monitoring-Apps-Workflow-Guide/ta...
To manually import one of the monitoring apps to your environment just to review the script you go directly to the github repository https://github.com/qlik-oss/qlik-cloud-monitoring-apps?tab=readme-ov-file