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
    • 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
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Learn more about 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)
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Program
    • DataMiner DevOps Support
    • Feature Suggestions
  • Downloads
  • Swag Shop
  • PARTNERS
    • Business Partners
    • Technology Partners
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

Dataminer wb return Parameter description

235 views8th April 2026
1
Marco Di Blasi478 3rd April 2026 0 Comments

Hi all

I need to know if there is a way via dataminer web services to fetch the parameter description, I'm trying with the "GetAlarms" by using the filter object with the value "description" in the Columns array, but it didn't return nothing
I don't get if I'm using something wrong or I need to use another wb

Wout Mahieu [SLC] [DevOps Catalyst] Answered question 3rd April 2026

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Wout Mahieu [SLC] [DevOps Catalyst]11.73K Posted 3rd April 2026 9 Comments

Hi Marco,

You can get info about a parameter by using the GetParameter request in the JSON APIs. The response will contain all the info about the parameter: ID, name, description, ... . Note that ParameterName matches with the <Description> tag in the protocol.

Update:

This can also be retrieved along with the alarms using 'https://DMAIP/API/v1/Json.asmx/GetAlarms" with the following request body:

{
    "connection": "CONNECTION ID",
    "filter": {
        "__type": "Skyline.DataMiner.Web.Common.v1.DMAAlarmFilterV2",
        "FullAlarmTree": false,
        "InfoEvents": false,
        "Masked": false,
        "FilterItem": {
            "Match": true,
            "__type": "Skyline.DataMiner.Web.Common.v1.DMAAlarmFilterConstant"
        },
        "SortAscending": false,
        "SortBy": [
            "TimeOfArrival"
        ],
        "Limit": 100,
        "Search": null,
        "History": false,
        "Columns": [
            "Parameter"
        ]     }
}

Note that other filters can also be applied, the 'Parameter' column is the important property here.

Wout Mahieu [SLC] [DevOps Catalyst] Posted new comment 15th April 2026
Marco Di Blasi commented 8th April 2026

Hi Wout, thanks a lot for the answer, and sorry for the delay
Regarding what you say, the problem I need to retrive the information in one single call, this is why I tried to use the columns option to add more information, if I have to invoke the GetParameter API for each Alarm I need to inspect it will take too much

Wout Mahieu [SLC] [DevOps Catalyst] commented 8th April 2026

If you are trying to retrieve the parameter via the "GetAlarms" call, you can use the value "Parameter" in the Columns of the filter. This will include the parameter name of the alarm in the response.

Marco Di Blasi commented 8th April 2026

Hi Wout, do you have an example? I'm trying with the following filter, but without any luck
"filter": {
"History":false,
"InfoEvents": true,
"Columns": ["parameter"]
}

I was looking at at the list in this doc, but I neither see "parameter" as a valid value https://docs.dataminer.services/develop/webservices/WS_v1/WS_CustomDataTypes_v1/DMAAlarmFilterV2.html

Wout Mahieu [SLC] [DevOps Catalyst] commented 8th April 2026

I have updated my answer with an example filter you can use. I will also make sure that the docs are updated to include all relevant columns.

Marco Di Blasi commented 8th April 2026

Hi Wout, thanks a lot for the example, I'll try it!

Show 4 more comments
You are viewing 1 out of 1 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
Privacy Policy • Terms & Conditions • Contact

© 2026 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