Information about /API/v1/WebSocket.ashx
16th November 2022
This is the documentation on WebSockets: https://docs.dataminer.services/develop/devguide/Connector/ConnectionsWebSockets.html
Answer
16th November 2022
This is the documentation on WebSockets: https://docs.dataminer.services/develop/devguide/Connector/ConnectionsWebSockets.html
16th November 2022
Hi Alexander, You can find the instructions on how to move items in bulk here: https://docs.dataminer.services/user-guide/Basic_Functionality/Views/Managing_views.html#editing-a-view
16th November 2022
Hi Alexander, As far as I know it is not possible yet to move items in bulk. I remember about a feature suggestion related to this topic: Capacity manager tool …
16th November 2022
Hi Alexander, can the answers on this similar question help you? https://community.dataminer.services/question/drag-and-drop-editing-can-we-move-multiple-services-elements-in-one-go/
16th November 2022
The error code -2146893023 actually translates to SEC_E_BUFFER_TOO_SMALL. During a key exchange in TLS 1.2 with RSA+ECDHE, the 256 byte public modulus integer of ECDHE is generated randomly and therefor …
16th November 2022
Hi Michiel, For this case you could use the following feature: Designing buttons with four different states You could define a condition for the shape that will be used for …
16th November 2022
Hi Julio, In case you want the property defined ion booking level to also be present on the DMA service generated from the booking, you need to define that property …
16th November 2022
Hi Miguel, Maybe this could be done using Microsoft Power Automate. After a quick search I found the following template that allows to send a Whatsapp message after clicking a …
16th November 2022
Hi Elvio, You can find this information on our documentation site. Here is a link to the overview of the offload functionality, while the structure can be found here
15th November 2022
Hi Ross, you could do something like this: List<object[]> rows = new List<object[]>(); foreach(Port port in rootobject.ports) { object[] row = new object[5]; row[0] = port.ifname; //assign all columns here …
15th November 2022
Hi Jeff, Once a user account has been deleted or renamed you can not access the Trend Groups of this user via Cube. However you can still delete them by …
15th November 2022
Hi Paul, There is no hard limit on the number of trendgraphs but to ensure optimal performance, we advise you not to open more than 10 trend graphs simultaneously. You …
15th November 2022
Hi Steve, It is not possible to use the custom color set defined in DataMiner.xml in SLAlerter. Regarding the color mismatch between the balloon and the data stream : Do …
15th November 2022
Hi Jeff, If you have deleted the users from your DataMiner System it is save to delete the user folders.
15th November 2022
Hi Dominik, The first answer on the Dojo post you linked is correct, so you can indeed install DataMiner when logged in as a non-Administrator user. The user will still …