GM All,
we have quite a few Visios in our Dataminer environment and we trying to prevent them being changed inadvertedly or having saved version.
Our goal is to download our Visio on a weekly based with an automated Git process.
Is there a Dataminer API for me to work with related to the visios?
Thank you
Hi Maxime,
Regarding your specific question, I had a look at the web service API, there are some methods that allows you to retrieve data related to Visio files (e.g. Visio files available in the cluster), to upload/remove a Visio file, but I could not find one to download Visio files.
Since you plan to save a backup of your existing Visio files, a possible option is to configure a visual configuration backup (see Backing up a DataMiner Agent in DataMiner Cube). The backup file generated will contain all Visio files available in the cluster.
The backup file will be a compressed file (zip) with extension '.dmbackup'. If you change the extension to '.zip' and decompress it, you will be able to access the content of the backup.
Hope it helps.