Comments
-
done
-
Also need to be able to retrieve passwords from other management systems, such as CyberArk.
-
This is a high priority.
-
I support this request - we have a dozen domains and monitoring crosses them - and my IT Security would like everything Kerberos instead of NTLM. Hand-changing 1700+ components' authentication methods to force off Negotiate and onto Kerberos is not a fun task.
-
Was a feature request created for this? If not, I will. We are going through a heavy audit post-SuperNova and while I can provide Web Console login activity I cannot do the same for the API. This is a HUGE hole right now and does not give auditors confidence.
-
Thank you, not sure how I overlooked that. My "users" are happy they can have the bulk mute / unmanage option as they used to have when they were "admins" :)
-
Yes, I do not see SWQL Studio anywhere on our servers, so I use SSMS to check the table structure, build initial queries, then verify it in either /orion/admin/swis.aspx or my AJAX queries through /SolarWinds/InformationService/v3/Json/Query?query= . Should SWQL be installed on the Primary Polling Engine or somewhere else?
-
Thank you, that would work. It just seemed that with Concat listed on the official list of string functions, and that DateTime takes a String, I should be able to use them together. SWQL Functions · solarwinds/OrionSDK Wiki · GitHub String Functions * Concat(a, b, c, ...) - Takes one or more arguments and returns a single…