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?
Hello Jeyaram,
DataMiner supports a Web Services API which allows you to get that information and much more. Have a look at the following documentation:
Web Services API Description
The methods you are interested in are:
- GetActiveAlarms
- GetTableForParameter (or similar)
Cheers,
Koen.
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