Skip to content

Commit 2c37f41

Browse files
2 parents d674e80 + b2bbd61 commit 2c37f41

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,21 @@ The following scrips are currently available:
1111

1212
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).
1313

14+
> **Note**
15+
> There is a known issue with the newtonsoft.json reference. After uploading the script to the DataMiner system make sure to update such reference to version 11.0.2.
16+
17+
### Installation
18+
19+
Deploy the automation script from this repo to your DMS.
20+
- This can be done by cloning the repo and using DIS to publish in your DMS or going to the Catalog and deploy from there or use the DataMiner CI/CD Automation GitHub Action.
21+
1422
## Booking Info
1523

16-
Automation script that returns the ongoing bookings from the connected DataMiner system. More specifically the return value will contain the total amount of ongoing bookings including a table which will show by default the ongoing bookings whose end is nearest (default filter maximum 10 bookings).
24+
Automation script that returns the ongoing bookings from the connected DataMiner system when running the command below. More specifically the return value will contain the total amount of ongoing bookings including a table which will show by default the ongoing bookings whose end is nearest (default filter maximum 10 bookings).
25+
26+
```
27+
run Show Ongoing Bookings
28+
```
1729

1830
![Booking Info example](/Documentation/OngoingBookingsChatOpsCommand.png)
1931

0 commit comments

Comments
 (0)