Network Discoveries
I have about 150-200 new scan jobs I need to create. Does anyone have experience using the API to create the jobs ? I know there is a sample out there somewhere but was curious if anyone had any...
View ArticlevRealize: vRO Workflow
As part of one of our projects, we deployed vRealize on one of our servers (Server 1). We also have in our infrastructure, a PowerShell Server (Server 2) and a Solarwinds Server (Server 3).What we...
View ArticleSWQL works in studio but not in Website
After migrating to NPM 12.1 I've decided to update my SQL queries to SWQL queries since row limit started to bother me and searchable textbox seems to be legit. My swql query looks like: select case...
View ArticleInvoke-SwisVerb and how to find all the verbs and options available
Hi there, I have spent the afternoon playing with Invoke-SwisVerb $swis "Orion.Discovery", and a rather enjoyable one it has been at that. I have a few questions, around this, namely are there other...
View ArticleBit of help pls?
I am using vRealize and Azure to build Windows servers for my company. After these boxes are built our help desk would like to have the new servers managed in Orion automatically. Is there a simple...
View ArticleREST - HTTP Post - SWIS Invoke Orion.Container/CreateContainer Issue
Hello All, I'm trying to do a http post to create a container and I can't seem to get the syntax right.I've tried almost every possible combination for the memberDefinition section and nothing seems to...
View ArticleJoining Node Data to Conversation Query
I'm attempting to grab a snapshot of conversation data in SWQL Studio and am having some problems linking the data back to a node (so I can run the query on a per-customer basis). Here's what I have...
View ArticleRemove-SwisObject : mismatched input 'False' expecting 'Identifier' in Select...
Trying to script delete of nodes. Works in the QA environment and fails in PRD. Get the URI here:if (-not (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"})) { Add-PSSnapin "SwisSnapin"; } $swis =...
View ArticleDisabling Hardware Health Sensors
tdanner et. al; Can anyone identify what the "DisableSensors" verb is looking for in Orion.HardwareHealth.HardwareItem ? Trying the ID is coming back with an error in PowerShell: Script: # Clear...
View ArticleOrion Discovery API, errors when not using primary poller
I have two nearly identical discovery profiles, one works fine and the other returns error: The difference between them is that the one that works is on the primary poller and the other is on our...
View ArticleSWIS REST/JSON API
Starting with NPM 10.4, SWIS now supports a REST/JSON API in addition to the existing SOAP API. The operations supported by each API are identical: the six basic operations of Query, Invoke, Create,...
View ArticleIs there a way to integrate or pull creditials from Cyberark to Solarwinds?
My company uses Cyberark and when talking with the Solarwinds Engineers, they seem unsure of how to pull credentials from Cyberark and create them in Solarwinds. This is sort of a deal breaker for us...
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[Q] Batch Editing Custom Properties w/ Powershell
We are trying to utilize Powershell to be able to update multiple custom properties of a specific subnet of machines. We have used the guidance found on the Github regarding most of the syntax, but we...
View ArticleGet node managed / unmanaged status
I would like to craft a SWIS query that will tell me whether or not a node is currently managed or unmanaged. So far I've found GroupStatus and StatusIcon in the Orion.Nodes table. These seem to show...
View ArticleCustom queries not working normally after upgrade from IPAM 4.3 to 4.3.2
Hi all, I have a question on the custom queries. Seems like the custom queries are not working normally after the IPAM upgrade. Did anyone encounter similar issue? I have attached the screenshots on...
View ArticleAuto Ignoring Discovered Volumes and Discovered Interfaces
Very soon I will have thousands and thousands of interfaces and volumes that need ignoring. I do not have the patience or time to mark each of these as "ignored" I had success in my QA environment...
View ArticleGiven sysuptime in seconds, how are you doing date math to display...
I was hoping to do the following: SELECT top 10 NodeID, IPAddress, DNS, LastBoot, (SystemUpTime / 86400) as Days, ((SystemUpTime / 3600 ) % 24) as Hours, ((SystemUpTime / 60 ) % 60) as Mins,...
View ArticleAfter upgrade to SAM 6.4 node status names have changed
Hi guys, I have enabled some Slack integration with my Solarwinds alerts and it has work perfectly up until i upgraded to SAM 6.4. My slack alerts get colorized and a special emoji according to the...
View Article