I am trying to find an API guide, and I am getting a lot of links to a dead pages and a mixture of Orion SDK, SWIS, SWQL etc ... I would like to know if there is an api page where I can see all the APIs I can consume for my tool. For example: https://<Orion_iP>/api or /swagger> ... I currently have an old tool that uses…
Hi, We are trying to find alternate services for SMS alerts from Soalrwinds. I have come across PagerDuty. I have some queries on this- 1> Any documentation available from solarwinds on how to integrate this service? 2> Can anyone advice on how to set this up if already has used in your environment? 3> Any documentation on…
Hi Team, I am constructed below query to check if I am able to capture the BGP Flapping syslog and alert if the syslog occurs more than 2 time in last 5 mins however when trying to run the query in SWQL Studio. I am getting the Execution timeout error. does anyone tested BGP flapping alert?
Hello, My apologies, I am struggling with this one, I am not experienced with Powershell scripting, and I can't find another way to obtain a count of "Established Connections" a monitored server has. The end goal is to have a time chart with this count over a period of time. So I found a basic Poweshell command that…
Hi All, I wanted to check if we can integrate solarwinds with cyberark to fetch the passwords automatically when they expires. We have different service accounts for windows/Linux server monitoring, Esxi monitoring and so on. Is it possible to integrate it. I saw the documentation over DPA - Documentation forDatabase…
Hello I've been adding nodes into solarwinds using python and the solarwinds sdk. The nodes are adding fine and i've added the required pollers but they are missing the Network Latency & Packet Loss graph. All the data seems to be there but the graph doesn't show up. Users have been clicking on edit node and then…
Hi I have a few servers with the SolarWinds agent installed in passive mode (server-initiated). Does anyone know how I can automate the process of assigning them to be polled by a specific APE? Thanks
So i have the following SQWL for Network availability for the last 24 hours select Round (AVG(orion_responseTime_availability_avg),2) as Net_Avail from ( SELECT TOP 2000 aggSub._avg AS Orion_ResponseTime_Availability_avg FROM Orion.Nodes n LEFT JOIN ( select i.nodeid, avg(i.availability) as _Avg from orion.ResponseTime i…
Hi, From Orion.NodeL2Connections table, I get PortID field. I would like to get the Interface name for the corresponding Port ID. I found Orion.NodePortInterfaceMap table, which gives IfIndex and PortID. However, I noticed that it does not give the mapping for all Port ID. Hence, I am not able to get the ifIndex (and…
Hi Thwacksters I am currently working on a project to expose the SolarWinds Orion SWIS API to our users with tightly controlled access. Our goal is to restrict which specific SWIS API endpoints (e.g., specific verbs) each customer can invoke. We initially attempted to restrict access using responder policies on our load…
It looks like you're new here. Sign in or register to get started.