[VOTE NOW] What custom chatbot command do you need?
4th May 2023
I’d ask for “returnActiveAlarms” for cases when the chat is available but not the alarm console. Perhaps a “returnConnectedUsers” could also help to coordinate during incidents
Answer
4th May 2023
I’d ask for “returnActiveAlarms” for cases when the chat is available but not the alarm console. Perhaps a “returnConnectedUsers” could also help to coordinate during incidents
4th May 2023
Hi, You can easily create such a dashboard with 3 component: First you start with a table component. This table should have a query that retrieves the desired table parameters. …
4th May 2023
Hi Jacques, Note that there will be two authentications happening. First against dataminer.services and secondly against your DMS. The first authentication, against dataminer.services, depends on the chosen identity provider in …
4th May 2023
Custom command to view ongoing bookings and some metadata, such as booking status, service definition name, start/end dates. This command will allow DevOps team operating with SRM in a easier …
4th May 2023
Hi Wouter I would just create a query that does a group by “Waiter” in your case as this is stored in elastic this should be a quite fast operation
4th May 2023
Hi Martijn, This should definitely be possible. I made a short example of how you can retrieve the DOM history for one DomInstance in a script: https://github.com/Skyline-ThomasGH/DataMiner_ScriptExamples/blob/main/DOM_GetHistoryForInstanceExample.xml This will allow …
4th May 2023
Since you’re still using the legacy Reporter: In the template builder, configure the time range: When selecting parameters to be included in the report, select which trend data it should …
4th May 2023
Does the system have the required licensing flag ‘Low Code Apps’ enabled?
4th May 2023
For security reasons, there is no default username and password in DataMiner… The user ‘Administrator’ of the Windows OS will have always all the rights in DataMiner, so that user …
4th May 2023
On a DataMiner server, the WebView2 runtime will typically not be installed out of the box. You can grab the Evergreen Bootstrapper or Standalone installer from here: WebView2 – Microsoft …
4th May 2023
Hi Thomas, If your SLDataMiner log file is stuck at ‘Initializing Cloud Bridge..’, you might need to uninstall and reinstall NATS; have you tried that as per Investigating NATS Issues …
4th May 2023
Hi Jardel, I am supposing this is the driver you are looking for ? Catalog (dataminer.services) If so, the element configuration is present in that page. Can you have a …
3rd May 2023
Hi Kristopher, With the pivot table (Pivot table | DataMiner Docs) in dashboards, you can easily achieve this behavior. Below you see an example where the Avg, Min and Max …
3rd May 2023
Hi .. Yes .. I was loooking at changing the protocol itself. I will take a look at this. Thanks for the feedback. I would initially have to change the …
3rd May 2023
Hi Ken, I think what you’re looking for is an Information templates | DataMiner Docs Information templates allow you to override certain parameter data (names, descriptions, etc.) defined in a …