Extracting JSON values with Regex
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 …
Answer
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, …
7th November 2022
Hi Tiago, from 10.1.3 onwards, you can use the cube:// protocol, for details see https://docs.dataminer.services/user-guide/Getting_started/Accessing_DataMiner/Accessing_DataMiner_Cube/Opening_DataMiner_Cube/Options_for_opening_DataMiner_Cube.html
7th November 2022
Hi all, Beside Dark Sky and OpenWeather OneCall API can I use Point Forecast API from api.windy.com ? From what I can see, Dark Sky will end on March 31st, …
7th November 2022
Hi Sebastián, The entry point of QAction 16200 is defined in the Engine namespace. DataMiner currently does not support the entry point of a QAction to be defined in a …
5th November 2022
Manually renaming columns is something we have on our backlog. This is becoming a rather popular request so we’ll make sure to give this the right priority. Some notes: The …
4th November 2022
Hi Phil – maybe a quick clarification first. When you talk about Windows Log, are we talking about the event log from Windows itself? Because the MS Platform driver has …
4th November 2022
https://catalog.dataminer.services/result/driver/5905 Please try our generic log connector or peruse our catalog: https://catalog.dataminer.services/
4th November 2022
Hi Jeff, I suspect that the timer just starts to run when the software starts, and then runs once every hour starting from that startup time.
4th November 2022
In addition to Toon’s answer: The pattern shown on the trend graph above tends to occur in failover setups. The cause is that in failover setups a repair operation is …