Hello, I’ve been looking into credentials for devices with authentication. I was wondering what the options are for being able to view real-time parameters on a device whose IP interface requires a username and password.
So far I have come across ssh username/pwd and Sessions. Can these both go in the param section of the protocol, does it need to go in QActions, or is it a different concept completely?
Hello Bethany,
If you are trying to poll some information e.g. from an API that requires authentication your session could have a definition like these:
You will then need to define two parameters for the username and the password.
Is this what you are trying to achieve?