We have a use case where a source ControlM is feeding SNMP traps to SolarWinds? Under Traps secession in SolarWinds we are able to see the individual traps been received, while we are building alerts, those traps are getting correlated, by any chance can we break the correlation logic in place?
Hi How/where do i get the connection string between my orion app server and db and i mean by connection string the IP and Protocol and Port used for connection between my web server and DB iam using 2022.3.0 platform thanks in advance
Hello, It seems that something has changed or broken in the Orion SDK after we upgraded to 2023.3.1. Attempts to acknowledge or add notes to alerts via Powershell return errors. Orion.AlertStatus.Acknowledge failed, check fault information. Verb Orion.AlertStatus.Acknowledge: Cannot find assembly Orion.AlertStatus.AddNote…
This may seem like a silly question, but I simply cannot see a way to do the following with the SwisPowerShell module. 1. How can I query to ensure that the connection I made using Swis-Connect is actually connected and open. 2. How can I close an existing connection and then validate that it is closed? The Swis-Connect…
Where do I get the SolarWinds API Url and SolarWinds Endpoints, in fetching data or getting data from SolarWinds and display it to a local website? Is there a need to setup first for the said integration?
I have a working Python scrip that creates a discovery using a single set of credentials. How do i create a discovery which can using multiple sets of credentials? This is what i have at the moment. credential_id = 9 orion_engine_id = 1 swis = SwisClient(npm_server, username, password) corePluginContext = { 'BulkList':…
We have several SolarWinds Orion Instances in separate data centers, each is running using Windows AD Credentials for the domain they are in. We would like to be able to change the SolarWinds Service Account (Windows Domain Credentials) using an API Method The settings we wish to update remotely are located under Settings…
I have a very simply SQL query that is not working in a Report but is working in SSMS. Here is the code: SELECT ComponentID FROM SolarWindsOrion.dbo.APM_ComponentSetting Orion Report tool is saying "Query is not valid". BTW: This does not work for any of the fields in that table, individually or all together. Any ideas?…
Hello Everybody. Im building a query to collect info from all the nodes in Orion.Nodes. I think pagination would be in order to decrease the chance the reply will timeout. I found that you can do pagination like this with SWQL: SELECT NodeID, Status, Caption FROM Orion.Nodes ORDER BY NodeID WITH ROWS 1 TO 1000 But how do…
Hi, Can anyone help me on Which table I can get these data in SDK. Device Performance, Device Fan, Power Supply.
It looks like you're new here. Sign in or register to get started.