User info
First name | Daniela |
Last name | Prada |
DevOps Program
Acquired rank |
Advocate
|
Points progress |
1483
DevOps Points
|
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits. | |
DevOps attestation | Request your attestation ID and expiry date |
Achievements
|
Questions asked
Answers given
Hi Matej, To delete an element from an automation script you can use the IDMs class in the following way: IDms dms = engine.GetDms(); DmsElementId id = new DmsElementId(dataminerId, elementId); var...
View QuestionHello, As Robbie previously mentioned, starting with the StreamViewer is the best approach. However, based on your description, it appears that the POST request you're constructing may require the body...
View QuestionHi Ladan, Yes, the Data Aggregator allows you to access and aggregate data from multiple DM clusters seamlessly. You can create a GQI query to retrieve the data you need, whether it's a simple query...
View QuestionHi The option <Time>timeout after retries</Time> doesnt work <On>protocol</On>. You can use this option <On>parameter</On> for SNMP connectors. You must also specify...
View QuestionHi, As already mentioned, in a QAction you will need to process the response (JSON or XML), extract the data you need and set it in parameters. In the following link you can find a guide on how to do...
View QuestionHi Ed, If param 50 and 51 are polled via SNMP you can create a QAction that gets triggered by the two parameters or after the respective SNMP Group. Inside the QAction you can retrieve the two values,...
View QuestionHi, Indeed it is not possible to have mutiple selections in a drop down component. Instead you can try using a Tree or a List component, which allows multiple selections.
View QuestionHi David, The error "Data at the root level is invalid. Line 1, position 1" suggests that the device is returning an XML response in a format that the connector cannot parse, possibly due to a mismatch...
View Question