Ecosyste.ms: Awesome
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: about 7 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T09:18:30.000Z (18 days ago)
- Last Synced: 2024-10-28T12:13:47.444Z (18 days ago)
- Topics: dataminer, dataminer-automation-script, dataminer-bot
- Language: C#
- Homepage:
- Size: 2.49 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SLC-AS-ChatOps-Users
This repository contains an automation script solution with scripts that can be used to retrieve Element information from your DataMiner system using the DataMiner Teams bot.
The following scrips are currently available:
- [Show Connected Users](#Show-Connected-Users)
- [Inform Online Users](#Inform-Online-Users)
## Pre-requisites
Kindly ensure that your DataMiner system and your Microsoft Teams adhere to the pre-requisites described in [DM Docs](https://docs.dataminer.services/user-guide/Cloud_Platform/TeamsBot/Microsoft_Teams_Chat_Integration.html#server-side-prerequisites).
## Show Connected Users
Automation script that returns all users currently connected to the connected DMS (DataMiner System) via Cube. Moreover, the single or multiple groups to which this user belongs are also indicated.
![Animation of the command to show all connected users](/Documentation/ShowConnectedUsersExample.gif)
## Inform Online Users
Automation script that enables the user to inform all online users. A broadcast message can be defined as an input parameter. The user that ran the script will get a confirmation from the Teams Bot that the message had been broadcasted.
![Animation of the command to inform online users](/Documentation/RunInformOnlineUsers.gif)
All online users will see a message appear on their Cube application in a pop-up.
![Example of broadcasted message in a message box](/Documentation/BroadcastedMessagePoppingUpAtAllOnlineUsers.gif)