I sometimes lose the source code of a dashboard, and therefore, I wonder if I can automatically take a backup of my dashboards within time intervals by using the REST API, is this possible? Or is there by any chance already an existing app for this?
We have saved searches that run in certain sites that collect knowledge objects, dashboards, macros and so on, using the rest API as shown by @livehybrid. It writes the data to a summary index if the data has changed. Runs reasonably frequently, so there's always a recent backup to go back to if necessary.
Hi @danielbb
Have a look at this:
| rest /servicesNS/-/-/data/ui/views | search eai:acl.app="<yourAppName>" version!="2" | table title eai:data
The 'eai:data' field contains the source code of the dashboard. The version field is 2 for Dashboard Studio or 1/1.1 for Classic dashboards.
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing