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
- Host: GitHub
- URL: https://github.com/skylinecommunications/slc-as-chatops-users
- Owner: SkylineCommunications
- License: mit
- Created: 2023-05-31T07:58:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T07:56:31.000Z (5 months ago)
- Last Synced: 2025-01-15T18:25:47.882Z (4 months ago)
- Topics: dataminer, dataminer-automation-script, dataminer-bot
- Language: C#
- Homepage:
- Size: 4.45 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

### 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.

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

## 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).