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

Dataminer webservices v1, filtering alarms

Solved421 views23rd April 2025C++ SOAP SOAP API webservices v1
0
Curtis Baiden [DevOps Advocate]494 8th November 2024 1 Comment

I would like to use Dataminer’s webservices api v1 to list alarms with this filter created in the alarm console. Any help form anyone with webservice v1 experience will be greatly appreciated.

Curtis Baiden [DevOps Advocate] Selected answer as best 23rd April 2025
Marieke Goethals [SLC] [DevOps Catalyst] commented 18th April 2025

Hi Curtis,
I see that this question has been inactive for some time. Do you still need help with this? If not, could you select the answer (using the ✓ icon) to indicate that no further follow-up is needed?

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Wale Oguntoyinbo [SLC] [DevOps Advocate]3.35K Posted 8th November 2024 8 Comments

Hi, follow these steps:

  1. Save your alarm filter by clicking the save icon.
  2. Send a GetAlarms web service request using your saved alarm filter as a filter item.
Curtis Baiden [DevOps Advocate] Selected answer as best 23rd April 2025
Curtis Baiden [DevOps Advocate] commented 11th November 2024

Thank you, this sounds good and does work but does not return all the fields i want in the response. Is there another method that will return all fields of an alarm; For example custom fields?

Wale Oguntoyinbo [SLC] [DevOps Advocate] commented 11th November 2024

You can specify the additional fields you want in the 'Columns' tag.
Described here > https://docs.dataminer.services/develop/webservices/WS_v1/WS_CustomDataTypes_v1/DMAAlarmFilterV2.html

For example to return the 'views' field:
<Columns>
<string>views</string>
</Columns>

Curtis Baiden [DevOps Advocate] commented 13th November 2024

Will this work with alarm properties too

Wale Oguntoyinbo [SLC] [DevOps Advocate] commented 13th November 2024

Yes it will. Described in link above also.

Curtis Baiden [DevOps Advocate] commented 13th November 2024

I am not too sure if I am implementing this properly but is this the correct way to add the column for an alarm property called ServiceName
<filter>
<Columns>
<string>alarm.ServiceName</string>
</Columns>
</filter>

Show 3 more comments
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