An open API service indexing awesome lists of open source software.

https://github.com/skylinecommunications/slc-as-chatops-users


https://github.com/skylinecommunications/slc-as-chatops-users

dataminer dataminer-automation-script dataminer-bot

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# SLC-AS-ChatOps-Users

This solution consists of commands or "ChatOps Extensions" that allow you to interact with a DataMiner System using the [DataMiner Teams bot](https://docs.dataminer.services/user-guide/Cloud_Platform/TeamsBot/DataMiner_Teams_bot.html).

## Available scripts

The following scripts are currently available:

- [Show Connected Users](#Show-Connected-Users)

- [Inform Online Users](#Inform-Online-Users)

### Show Connected Users

This Automation script returns all users who are currently using DataMiner Cube to connect to the connected DMS. The group or groups that each user is a member of are also indicated.

![Animation of the command to show all connected users](/Documentation/ShowConnectedUsersExample.gif)

### Inform Online Users

This Automation script enables users to inform all online users with a message. A broadcast message can be defined as an input parameter. The user running the script will get a confirmation from the Teams bot when the message has been broadcast.

![Animation of the command to inform online users](/Documentation/RunInformOnlineUsers.gif)

All online users will see a pop-up message appear in DataMiner Cube.

![Example of broadcasted message in a message box](/Documentation/BroadcastedMessagePoppingUpAtAllOnlineUsers.gif)

## Prerequisites

Make sure that your DMS and your Microsoft Teams installation meet the prerequisites described on [DataMiner Docs](https://aka.dataminer.services/ChatOps-server-side-prerequisites).