I would like to test API in DataMiner.
To start with,
- I want to get active alarms
- I want to get table information from one element
Does DataMiner support API? If yes, which API it uses?
Jeyaram Sumanthiran Selected answer as best
Hi Jeyaram,
Yes, DataMiner provides a API to query information from a third-party application. You can find more information in the DataMiner Web Services API Reference Guide. Regarding your use cases, you can use the following methods:
- Active alarms: GetActiveAlarms
- Table information from one element: GetTableForParameter
Miguel Obregon [SLC] [DevOps Catalyst] Answered question