How to dynamically/automatically (daily) fill in Node Custom Properties
Hi all We need to run a "discovery job/script" to get plenty of values from roughly 1000 servers,then update node custom properties with found valuesand then use those values as variables in...
View ArticleSWQL String Manipulation in a Custom Resource
I have the following query successfully working in a custom SWQL resource on a view: SELECT MultiValueMessages FROM Orion.APM.ComponentAlert WHERE ComponentID = '90224' The output is a string...
View ArticleCan SolarWinds API accept basic auth via the URL?
My end goal is to ACK a SolarWinds Orion alert via an API call triggered from my incident management tool. However, the tool I am sending the POST from does not support custom headers. Will SolarWinds...
View ArticleSWIS query to calculate date/time difference
I need to run a query and build an alert for the following. 1)Need to query Orion.PoolMembers for any LastheartbeatTimeStamp greater than 1 hour. SELECT HostName, LastHeartbeatTimeStamp FROM...
View ArticleGet-SwisObject : An error occurred when verifying security for the message.
I am trying to connect to SolarWinds server from a different server and run a powershell script. My ultimate goal is mark an IP address as available. I can get the connection established, but as soon...
View ArticleSend Data to PubNub Streaming
Hello I've been tasked to integrate Orion and PubNub for real-time data streaming. I'm trying to wrap my head around the idea. Maybe start with the Orion SDK. Have you successfully integrated Orion and...
View ArticleCreate a alert in SolarWinds using Orion_Python_Client_SDK
Can someone suggest how do we write an script for creating an alert in solarwinds or any samples using python sdk. Tried something to create but didn't work swis = SwisClient(npm_server, username,...
View ArticleOrion.Npm.Interface Verbs Laking Important Method
I can add interfaces to a node using the method Orion.NPM.Interfaces.AddInterfacesOnNode… Why isn't there a method to remove an interface?
View ArticleLatest alert time
Hi, Is it possible to get latest trigger time of an alert in that object in Orion.alerts? AlertActive will have triggered date time, how to get Last triggered date time.
View ArticleAccess to Orion.Discovery.CreateCorePluginConfiguration verb denied
Hello, i have been googling this issue all day without success of finding a solution. I am fairly new to orionSDK and i want to make my life easier to find available ip adresses. The code is as...
View ArticleCreate a alert in SolarWinds usind Orion_Python_Client_SDK
Can someone suggest how do we write an script for creating an alert in solarwinds or any samples using python sdk. Tried something to create but didn't work swis = SwisClient(npm_server, username,...
View ArticleSolarwinds with API usage framework query
Hello All, I would like to ask if solarwinds can be loaded with API programs?Because the development unit wants to use the self-created API to call solarwinds.Is there a module that can work like this?
View ArticleCan devices be added to Solarwinds via Ansible? Is there an ansible module...
Hi folks, I've been tasked with adding a couple thousand network devices to SW. Is there an ansible playbook / module that does that? I didn't find any in the Orion github space. Any help would be...
View ArticlePython API
Is there an API I can connect to with Python?I would like to query IPAM with Ansible/PythonThanks.
View ArticleAdding new UPS hardware poller via SDK?
Hello everyone, I just found that there is a new UPS option under "list resources". Is there a way to add that to a bunch of Nodes via the SDK? Im am trying to use PowerShell and I can connect and...
View ArticleAmbiguous Error with Orion SDK and Powershell
I am trying to shut down all ports that are down for my company with a powershell script that uses the Orion SDK. I had a previous error message that was concerned with the data type I was using. It...
View ArticleHow do I use the trusted switch with the Python SDK?
Does anyone know how to do this? Below is the equivalent using swis command but i'm trying to do it while calling the Orion Rest API using python. "$swis = Connect-Swis -Trusted -Hostname"
View ArticleMultiple IPAM.subnet records that are for the same subnet, but have different...
Hello, I have come across an instance where multiple IPAM.subnet records for the same subnet have different Distances. This results in a unique record per Distance. There is nothing visibly unique...
View ArticleCheck What an Alert Configuration Applies To?
Using SWIS, how can I check an Orion.AlertConfiguration to see which nodes or groups the alert configuration will check when it runs?
View ArticleSNMP Port setting ignored in Node Discovery via SWIS
I've encountered an issue when adding nodes via SWIS. I have two equal devices one of which is configured to respond to SNMP requests on port 161 and another which listens on port 61161. The latter...
View Article