Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Blog
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • DataMiner Insights
      • Security
      • System Architecture
      • DataMiner Releases & Updates
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Is there a way to get users from Dataminer and then allocate alarms to any one of them?

243 views3rd February 2025LCA
1
Apurva Tandon [DevOps Advocate]1.61K 31st January 2025 0 Comments

Hi,

I have set of alarms shown on LCA, wherein I want to have a button which will show the list of users present in dataminer and then on selection that alarm will be taken by that person, i.e take ownership
How can I achieve this functionality?

And where we can see the the owned alarms in cube?

Flavio Meneses [SLC] [DevOps Enabler] Answered question 3rd February 2025

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Flavio Meneses [SLC] [DevOps Enabler]890 Posted 3rd February 2025 2 Comments

Hi Apurva,

I do not believe that what you are trying to achieve is currently possible. With today’s features, we expect that a user takes ownership, and we are not able to set the ownership of an alarm to another user. Nevertheless, let’s wait for a colleague to confirm or propose an appropriate solution for this.

Nevertheless, for future reference, to retrieve the list of DataMiner users, you can use the “Get Info” message with the type “Security Info”. Please be careful when using SLNet messages directly, as this can lead to undefined behavior. Additionally, such messages are subject to change in future releases.

To display only the owned alarms, you can open a new alarm card and select “My Active Alarms” under the “Show Current Alarms” section.

Hope this helps!

Flavio Meneses [SLC] [DevOps Enabler] Posted new comment 4th February 2025
Apurva Tandon [DevOps Advocate] commented 4th February 2025

Is there a method which I can trigger to get my active alarms?

Flavio Meneses [SLC] [DevOps Enabler] commented 4th February 2025

I do not believe we have a method in the IEngine for this. However, it can be accomplished using an SLNet message.

AlarmFilterItem filterOwner = new AlarmFilterItemString(
AlarmFilterField.Owner,
AlarmFilterCompareType.WildcardEquality,
new[] { "<user name goes here>" });

var request = new GetActiveAlarmsMessage();
request.Filter = new AlarmFilter(filterOwner);
var response = engine.SendSLNetSingleResponseMessage(request) as ActiveAlarmsResponseMessage;

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs