You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,21 @@ The following scrips are currently available:
11
11
12
12
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).
13
13
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
+
14
22
## Booking Info
15
23
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
+
```
17
29
18
30

0 commit comments