solution Use Case
DataMiner ChatOps: tables, forms, and commands with Adaptive Cards

With the DataMiner Teams bot, you can interact with your DataMiner System in Microsoft Teams. Additionally, you can create your own custom commands to interact with your DMS, a great feature that leverages DataMiner Automation and the power of C# for a myriad of possibilities.
One notable feature is the integration with Adaptive Cards .NET SDK, a powerful way of setting up communication between Teams and DataMiner. With Adaptive Cards, you can display data in different formats, create interactive forms, and execute commands. Leveraging C# within your Automation scripts allows for complete customization of Adaptive Cards, empowering you to tailor card layouts and actions to your specific needs.
For instance, by incorporating an “AdaptiveActionSet” in your C# code, you can add buttons to the Adaptive Cards. These buttons serve as intuitive triggers for actions within the DataMiner System, such as claiming ownership of alarms with a single click.
This use case demonstrates the process of modifying C# code within your Automation scripts to accomplish specific objectives. In this scenario, leveraging this functionality, the Teams bot triggers commands with form data to communicate with DataMiner’s Scheduler, facilitating tasks such as managing EC2 instances on AWS and controlling power distribution units from vendors like Intellinet and Brennenstuhl.
Learn how to create your own custom commands for the Teams bot:
USE CASE DETAILS






1 thought on “DataMiner ChatOps: tables, forms, and commands with Adaptive Cards”
Leave a Reply
You must be logged in to post a comment.
Really nice use case! Love to see this functionality being leveraged properly.