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
    • Courses
    • 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
    • Documentation
    • Books We Like
    • Third-party Courses
    • Quizzes
  • 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)
  • Expert Hubs
    • DataMiner DevOps Professional Program
    • DataMiner
      • DataMiner Releases & Updates
      • System Architecture
      • Integration Studio
      • Visual Overview
      • Security
    • Technologies
      • Converged Interconnect Networks
      • DOCSIS 3.1 / DAA
      • Kubernetes
      • Telemetry / Flow Monitoring
      • PTP
      • SDN / ST2110 / NMOS
    • Business
      • Software Business models
      • Perpetual Use or Usage-based Services
      • Storage as a Service (STaaS)
      • Transition to DataMiner as a Service (DaaS)
  • Discover
    • Markets
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Solutions
    • Use Case Library
    • DataMiner Dashboards
    • DataMiner Downloads
    • DataMiner Stack Functions
    • DataMiner Apps
    • SRM Suite
    • Professional Services
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • Pricing
  • More
    • Feature Suggestions
    • Online DataMiner Systems
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • >> Go to dataminer.services

How to get history of alarms in a protocol?

Solved1.26M views24th November 2020alarms
1
Julian Yepe [SLC] [DevOps Advocate]227 12th November 2020 0 Comments

I am trying to get past alarms from a DMA. For example, alarms between the dates 11/07/2020 - 11/12/2020. I was looking at the list of SLNet calls and saw a "GetHistoryAlarmsMessage". I am not sure if this is the correct call to use, but I did use it in the client test tool, however, I was not able to see earlier alarms from that day. Any suggestions on how I can retrieve older alarms or how to correctly use the "GetHistoryAlarmsMessage" would be greatly appreciated.

Thomas Deweer [SLC] Answered question 24th November 2020

3 Answers

  • Active
  • Voted
  • Newest
  • Oldest
3
Michiel Oda [SLC] [DevOps Enabler]3.43K Posted 13th November 2020 0 Comments

Hi Julian

I'm just making an Automation Script that needs to retrieve all the alarms from the last day. The call I use for this is the GetAlarmDetailsFromDbMessage.

var message = new GetAlarmDetailsFromDbMessage
{
StartTime = start,
EndTime = end,
Filter = new Skyline.DataMiner.Net.Filters.AlarmFilter(),
AlarmTable = true,
};

var responses = engine.SendSLNetMessage(message);

These responses will be of the AlarmEventMessage type.

Note that this is an internal call and we do not recommend using this, as it is not officially supported and we cannot guarantee that it will still work in the future. As a rule, you should avoid using SLNet calls, as these are subject to change without notice.

Michiel Oda [SLC] [DevOps Enabler] Answered question 13th November 2020
You are viewing 1 out of 3 answers, click here to view all answers.
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

Recent questions

How to temporarily Show/Hide Retrieved Table Value in Protocol 0 Answers | 0 Votes
How to send the Location in Headers on a User-Define API 0 Answers | 0 Votes
Cannot Read Properties of Undefined (Web/Text Component in LCA) 0 Answers | 2 Votes

Question Tags

adl2099 (112) alarm (60) Alarm Console (78) alarms (97) alarm template (83) Automation (219) automation scipt (111) Automation script (163) backup (70) C++ (51) Cassandra (179) Connector (107) Correlation (67) Cube (148) Dashboard (193) Dashboards (187) database (83) DataMiner Cube (55) DIS (80) DMS (71) DOM (138) driver (65) DVE (54) Elastic (82) Elasticsearch (115) elements (78) Failover (103) GQI (150) HTTP (72) IDP (74) LCA (134) low code app (160) low code apps (88) lowcodeapps (74) MySQL (53) protocol (197) QAction (80) security (86) services (51) SNMP (85) SRM (336) trending (87) upgrade (62) Visio (527) Visual Overview (342)
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

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin