Hello
It's posible use the api in protocols, scripts or gqi projects without connect? How can i ger the connect string or make the same query
Thanks
Hi Miguel
Im using a GQI project to generate a report of time alarms for service using GetAlarmStateTimelineForService of the API, work well but i have to put inside the script login credential so i would like to use API methods like this without Connect, i dont know if i can use other library to access with the same methods because the api is soo powerfull that can be used in many projects like this, even some case o drivers using parameters of User and passwork
Hi Juan,
The DataMiner WebAPI needs authentication for most methods because they access DataMiner data, which has user-based security applied. For example: the 'GetAlarmStateTimelineForService' endpoint checks for user permissions on the Alarm console & service before returning the data. This means that you will always have to setup a connection before being able to use these endpoints.
Hi Juan,
Please could you elaborate your use case? Are you referring to the API exposed by DataMiner web services?
https://docs.dataminer.services/develop/webservices/WS_v1/WS_About_v1/Using_the_Web_Services_v1.html
If so, why is it required to use this API? Is it not an option to use existing methods available in protocols, scripts to retrieve information from DataMiner?