https://github.com/skylinecommunications/slc-as-chatops-elements
https://github.com/skylinecommunications/slc-as-chatops-elements
dataminer dataminer-automation-script dataminer-bot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skylinecommunications/slc-as-chatops-elements
- Owner: SkylineCommunications
- License: mit
- Created: 2023-05-31T07:34:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T08:36:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T18:29:40.041Z (4 months ago)
- Topics: dataminer, dataminer-automation-script, dataminer-bot
- Language: C#
- Homepage:
- Size: 4 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-Elements
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 Elements by Protocol](#Show-Elements-by-Protocol)
- [Show Elements With Parameter Value](#Show-Elements-With-Parameter-Value)
## 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 Elements by Protocol
Automation script that returns the elements that use the given protocol from the connected DataMiner system. In case the protocol is not found or a typo is made it will suggest 3 protocols based on the input.

## Show Elements With Parameter Value
Automation script that returns the elements that use the given protocol containing a parameter with a given value from the connected DataMiner system. This parameter can be defined by id or description. In case the protocol is not found or no matching elements are detected it will report this.
**Limitations:**
Column parameters are not supported.
