We have several users who run automation scripts that use the PowerShell API to connect to the SolarWinds Information Service (SWIS). We would like to report on these connections (when they occur, what credentials they use). However, API connections to SWIS are not logged. Is there a way to enable logging of API…
Hello Everyone, I'm trying to create a widget that displays the number of alerts with a critical or serious status in a counter. But I can't get the "serious" status in my queries. I know that "Critical" = 4 (Severity) but "Serious" I don't know. Can someone help me please?
Orion 2020.2.6 using ansible to perform ipam api calls via winrm then using powershell. This works for querying first usable IP in a subnet, getting subnet info based on a SWQL query filtering on comments (descriptions in GUI) and for starting an IP Address Reservation I do get an "API Blocked" status with a proper timeout…
Hi, We're trying to add new devices to Orion and having some errors. SrParseV3SnmpMessage: No matching Engine ID. SrParseV3SnmpMessage: Failed. SrDoSnmp: authentication failure, Unknown Engine ID We can get the EngineID's for Orion and for the Cisco devices, but we cannot work out what to do with them to add them. Below…
I have a system running an older version of the .net Framework (4.6.01586) and it is unable to import the SwisPowerShell module. An import fails with the error: Import-Module : Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral,PublicKeyToken=...' or one of its dependencies. The system cannot…
I see a few posts with NCM queries to run in SWQL but all are many years old. In SW version 2023.2.1.2035 and connection to SWQL studio as Orion (v3), running a simple query like "SELECT TOP 10 NodeID FROM Cirrus.Nodes" doesn't return anything. Is Cirrus.Nodes table not used anymore? and there is different table to query?…
One of our previous admins created a pair of Application Monitors to check the lockout status and the time between password changes for a few of our service\development accounts. One of the application monitors uses a PowerShell script to query Active Directory for both the date and number of days until the password needs…
hey every one , i'm having difficulties trying to convert this SQL code into SWQL : SELECT [OrionGroups].Name AS [GroupName] , [OrionGroups].DetailsUrl AS [GroupDetailsUrl] , [OrionGroups].Members.MemberUri AS [NodeUri] , [Nodes].Caption AS [Node] , [Nodes].IP AS [NodeIP] , [Nodes].CustomProperties.NODEType FROM…
Hello Experts, I am trying to build one modern dahsboard KPI dashboard which helps me to get number of down devices region wise. We are using "Region" as custom property to update the device region details. The requirement is that we want to see number of down devices in recent times not all the down devices (Devices went…
i would like to display the severity of each alarm , i noticed that the value returned is a number and i'm working on a way to change the value into something else . i tried the CASE function as shown belwon but i'm getting error in the syntax: SELECT OAH.AlertObjects.AlertConfigurations.DisplayName AS [Alert Name] ,…
It looks like you're new here. Sign in or register to get started.