List of Drivers or Protocols Available
9th November 2022
Yep that’s what I’m looking for, thanks to both
Answer
9th November 2022
Yep that’s what I’m looking for, thanks to both
9th November 2022
Hi Ricaurte, I guess the Catalog is what you are looking for?
9th November 2022
All available protocols can be found here: https://catalog.dataminer.services/
9th November 2022
Hi João, A case that I had in the past was that the SNMP Agent of the device was sending the last table entry back each time a Get Next …
9th November 2022
Hi Gelber, I don’t think that you need a Profile Instance in this case. The way I did it was by defining all needed Profile Parameters during booking creation instead …
9th November 2022
No, DataMiner does not require TPM, and Windows Server 2022 does not require this as well. Future versions of Windows Server probably will require this since this is already required …
8th November 2022
Hi Alex, you should be able to get to that using GQI on Dashboards. Example – get a count of all active elements per protocol, display the query on a …
8th November 2022
Hi Alex, As far as I know this is not possible through Protocol & Templates or Dashboards. However there are other options: Export elements to a CSV file:You could go …
8th November 2022
Hi Reinout, Although you can indeed achieve this with a regular expression, I believe a better solution would be to develop a new custom operator that can parse JSON. This …
8th November 2022
Hi Peng Fei. Your code is in the right direction, but would change the following things: Param 1 can be a fixed parameter: <Param id=”1″> <Name>dynamicCMDData</Name> <Description>Command Data</Description> <Type>fixed</Type> <Interprete> …
8th November 2022
Hi Pedro, you could take a look at GetHistoryAlarmsMessage call? When it’s closed normally it’s then a history alarm.
8th November 2022
You could set up 1 DNS name that translates into multiple virtual IPs of the DMAs in your cluster. Then the DNS name goes round robin over each IP when …
7th November 2022
Currently a grid only exists for the top-level shapes. This means you’re only able to use the Layout tag on the group and not the sub shapes. In order to …
7th November 2022
The children shape functionality already has support for a list of values through defining a set (see docs). This however does not support a list of key-value pairs like you …
7th November 2022
Hi Marco, We consider a driver/connector as external when a user has developed a driver from scratch or modified an existing Skyline connector. When you have developed a driver yourself, …