This repository contains an automation script solution with scripts that can be used to retrieve IDP information from your DataMiner system using the DataMiner Teams bot.
The following scrips are currently available:
Kindly ensure that your DataMiner system and your Microsoft Teams adhere to the pre-requisites described in DM Docs.
Before you can successfully run the IDP Info script, a memory file will need to be created. The memory file needs to be named "ChatOps_PTP_Info_Options" and requires the following entries:
Position | Value | Description |
---|---|---|
0 | Managed | Get Managed Devices |
1 | Unmanaged | Get Unmanaged Devices |
2 | Not Software Compliant | Get Not Software Compliant Elements |
Automation script returns the managed elements of the IDP solution in a table. A message given in case no element of the DataMiner system is managed by the IDP solution.
Automation script returns the unmanaged elements by the IDP solution in a table. A message given in case all the elements of the DataMiner system are managed by the IDP solution.
Automation script returns returns the elements that are identified by IDP as Not-Software Compliant. A message given in case the software of all the elements is up-to-date.
Limitations:
Due to the limited size of a bot message (40 KB), are the tables limited to a 100 rows.