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
    • 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
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Get Parameter name or description in Automation script

Solved235 views22nd April 2025Automation GetScriptParam(65006)
3
Trong Huynh [DevOps Member]744 17th April 2025 0 Comments

I’ve got the alarm details via engine.GetScriptParam(65006); But the returned object doesn’t seem to contain the parameter name. It does have the parameter ID.

Because I’d like to compose a string that contains both the parameter name and the alarm value. e.g. “System status: Offline”, where “System status” is the name/description of the parameter.

Any idea how to achieve this?

Trong Huynh [DevOps Member] Selected answer as best 22nd April 2025

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
2
Ive Herreman [SLC] [DevOps Enabler]13.57K Posted 17th April 2025 0 Comments

Hi Trong,

From param 65006, you can get the dataminer id, element id and parameter id.
With this info, you could do something like this:

int dmaId = 1;
int elementId = 2;
int parameterId = 4;
Element element = engine.FindElement(dmaId, elementId);
var paramInfo = element.Protocol.FindParameter(parameterId);

engine.GenerateInformation(paramInfo.Description);

Trong Huynh [DevOps Member] Selected answer as best 22nd April 2025
1
Miguel Obregon [SLC] [DevOps Catalyst]18.82K Posted 17th April 2025 0 Comments

Hi Trong,

There is already a similar question:

Retrieving Parameter name with PrameterID in automation script

Hope it helps.

Miguel Obregon [SLC] [DevOps Catalyst] Answered question 17th April 2025
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