Profile

Ibrahim Efendic

User info

First name Ibrahim
Last name Efendic

DevOps Program

Acquired rank
Enabler
Points progress
Number of DevOps Professional Points
1717 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 Peng Fei, For the first step, you can achieve this by using the following code: IDMs dms = engine.GetDms(); var elements = dms.GetElements().Where(x => x.Protocol.Name.Equals("YourProtocolName"))...

View Question
3 Votes

Hello Yvan, Maybe you can try the following approach: IDms idms = engine.GetDms(); // Gets the specified view by the id var view = idms.GetView(viewId); // Find the highest alarm severity amongst...

View Question
1 Vote

As I found no obvious solution to achieve the behavior mentioned in the question, I implemented a workaround by utilizing Search Chain (SearchChain element | DataMiner Docs). We needed to query only 1...

View Question
0 Votes Selected