Forum Discussion
Hi Mike,
I am looking for a way to log on/log off without using the UI, so I can use that in scripts that interact with ScienceLogic.
With the ui, I can indeed log on, go to the /gql endpoint and when I'm done I remove the /gql endpoint to click the log off button top right. When I use this, I can see my session starts and ends correctly.
When logging on (in a script, not the UI) using the /authenticate endpoint, I successfully retrieve a session token I can use. But I have not been able to do a good logoff call (which supposingly should be a call to /authenticate/logoff?expired=false with my token): my session is still active and I can reuse it for the next couple of hours
- Mike_Jasper25 days agoModerator
Okay, thanks for clarifying. I'll do some checking and let you know. Thanks!