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 Andre,
I believe this type of information is already available in the Admin App
In the deployment section, you can retrieve the list of artifacts deployed in your cluster (scripts, connectors, application packages). Maybe this will cover your use case?
Thanks for the feedback Miguel. Indeed, as described in the documentation, deployments via Catalog or GitHub Actions will be listed here. However, there are two main issues that I’m considering with the proposed approach:
1) I don’t have a way to obtain this data from the admin app through code.
2) In most cases, deployments are done locally, such as installing a dmapp or dmprotocol. These deployments will not appear in the admin app.
Nevertheless, great suggestion shared! Could be useful in othercases 😉