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
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Agility
      • Kanban workshop
      • Agile Fundamentals
    • 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
    • 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
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • Support
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Automation: how to read Events with InfoRepository and AlarmRepository?

Solved1.34K views17th July 2023Automation script DataMiner 10.1 information events
0
Data Miner63 25th January 2022 1 Comment

Automation script in DataMiner v10.1, one should use InfoRepository and AlarmRepository to read Information Events and historic alarms.

But I can’t work out how to call them, neither can I find any example code. Please anyone?

I want to read from existing and NOT to create new repos.

using SLDataGateway.API.Repositories;

using SLDataGateway.API.Repositories.Factory.Util;

InfoRepositoryBuilder builder = InfoRepository.Builder();

// how to call builder.Build(), builder.WithFactory(), builder.WithSession() etc. to get a ‘repo’?

// then repo.Read() to get Info[]

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 17th July 2023
Melissa Alzate [SLC] [DevOps Member] commented 30th March 2022

Hello! could you please provide us your full name?

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Marlies Vandenberghe [SLC] [DevOps Member]2.98K Posted 21st November 2022 1 Comment

On cassandra cluster you can indeed use the alarm and info repositories with an alarm filter, this will not work on a local cassandra setup, this is the new call that replaces the “GetAlarmDetailsFromDB” message

as an example:

alarmRepository.Read(alarmfilter, startime, endtime, squashed)

can you confirm this example is still not working on cassandra cluster + latest main release?

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 17th July 2023
Marlies Vandenberghe [SLC] [DevOps Member] commented 7th December 2022

i want to add another comment here that there are apparently still some things not working properly even on cassandra cluster, it is adviced to still use the “old” way of retrieving alarms as described here:
https://community.dataminer.services/question/how-to-get-history-of-alarms-in-a-protocol/

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