-
Re: Node Details Widget not working with Scheduled Report. Need a fix or workaround.
Hi I Joined in data from the VirtualMachines table to get the host information. The Telnet and web browser fields are just links created in GUI, no actual data in db. Added them in below example anyw…2 -
Re: Query for alert actions that have a credential assigned
@"jjroncag" , here is an updated query. SELECT A.Title AS [Action Title] ,A.ActionTypeID AS [Action Type] ,C.Name as [Credential name] ,CASE WHEN AP.PropertyValue=2 THEN 'Basic' …1 -
Re: Backlog of pull requests for Python module
Thanks @"tobyw_loop1" I'll pass that on to the right people.1 -
Re: Unable to Add gMSA as the Polling Service account in SolarWinds Platform v2025.2 ?
Thanks @"zachary.lemoine" I have added that to our internal bug tracking. @"mkarak" , FYI1 -
Re: Query for alert actions that have a credential assigned
Hi, how about below query: SELECT A.Title ,A.ActionTypeID ,C.Name FROM Orion.Actions AS A LEFT OUTER JOIN Orion.Credential AS C ON A.Properties.PropertyValue=C.ID AND A.Properties.PropertyName='…1
