hello
Its posible deploy a proyect using the method of api without credencial considering that the request its do it by the agent it self?
used to:
- protocols
- GQI
- Automation
Thanks

Hello Marieke
If you have some information aboud the question it help me.
Hi Juan,
(Almost) all endpoints in the WebAPIs require that a connection is first made with valid user credentials. This is because the security in DataMiner is group-based, each user group can have different permissions which lead to different results when making a request to these APIs. eg: executing a GQI query can have different results when view/element permissions are different, not every user has rights to execute scripts, not every user has access to LCAs/a LCA, ...
Hi Wout
i understand, with will be the best practice to get that kind of details using the GQI interface? would be message interface?
Thanks

Can you describe the use-case you are trying to create some more? Do you want to be able to execute GQI queries without dashboard/LCA?
Im create a GQI to get the timeline of critical and major events for some service, im using the API for get this timeline of events for service inside a view, im using this to calculate the total critical and major time in a range, it for a report of service, on this case i use the api with credenctial as string variables inside the code, the API give me method that i cent find in message comands.

Hi Juan, I'm not entirely sure if I understand what you need help with exactly. What I got so far is this:
– You create a 'timeline' of major & critical alarms for a service using the WebAPIs.
– The 'timeline' is used to get the total number of alarms in a time range to create a report of this.
Is something not working about this or do you need help with the next steps?
The method of the api to get timelines its working as i need, im using this on the GQI interface but to do it i need put the user and password of the API, i would like to do it whithout, maeby using SLNet messages but i dont know if all the API methods can be used on SLNet (for future projects) rigth now its working with user and pass password and variable in the GQI script
Thanks
I see that this question has been inactive for some time. Do you still need help with this? If not, could you select the answer (using the ✓ icon) to indicate that no further follow-up is needed?