Dear Community,
I want to seek your advice on possible ideas for the following use case: "As a DataMiner Operator, I wish to have visibility into new developments deployed in the last month in my environment, such as automation scripts, connectors, visualizations, dashboards, low-code applications, etc... Ideally, this information should be available in a table that could allow me afterward to display it in a dashboard.
Do you have any suggestions on how I can implement this use case? Where can I quickly retrieve this information, or do you have any tips and tricks that could streamline and accelerate the development of this use case?
Hi André, you could also consider retrieving some sort of report based on the information events. Example below with some scripts, protocols and visios added/edited:
I agree with this. Information events holds a ‘detailed’ audit trail of most actions performed on a system. A report can be carved out looking at notable events of interest.
That could work indeed for a first MVP! Thanks Tiago 😉 Let’s code!