Hello,
Is orion-sdk support certificate based authentication or API tokens generation ? Any examples on how to do that and query samples ?
I cant seem to find any documentation or guidance about how to do that
import orionsdk
swis = orionsdk.SwisClient("SolarWinds-Orion", "username", "password", verify="server.pem")
swis.query("SELECT NodeID from Orion.Nodes")