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
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.
Jeyaram Sumanthiran Selected answer as best