How to Acknowledge Alerts via REST API
We are trying to send an Acknowledge REST API call to our Orion server from another system, however we can't seem to figure out how to format the JSON properly. I have found many posts on Thwack with...
View ArticleNode details - Hardware
Greetings! I'm trying to fetch general node data with the SDK and I'm unable to find a field that's shown in orion web console. Under Node Details there is a field "Hardware", which shows either...
View ArticleSolarwinds - HoneyBadger intergration
Hi Everyone, Anyone can help me how can I integrate HoneyBadger to Solarwinds? Basically, HoneyBadger is a event log tool that is getting events from different SaaS application. The goal is to get/push...
View ArticleUpdating properties based on SysName
I'm reading in a CSV file where a column contains information that allows me to match a row to Orion.Nodes.SysName. Using a PS script modified by Chad.Every, I am attempting to modify node properties...
View ArticleRe: Updating properties based on SysName
The Uri for a node has the format swis://$($hostname)/Orion/Orion.Nodes/NodeID=$($NodeID). It has to be NodeID - you can't just filter on other properties here. If you only have the sysname at this...
View ArticlevCenter Powershell Application Monitor Issues
Greetings, I'm currently working on a ps script monitor that will monitor vCenter Alarms since this wasn't offered OoB with VMAN (why?..) Anyways, The script works on my local machine, and on the SW...
View ArticleProblem with a script to suppress alerts on specified nodes
I am having a problem that I cannot seem to figure out what is going on. I have a set of 4 scripts that run every night in a schedule task as the System account. These 4 scripts work exactly the same...
View ArticleSolarWinds Orion SWQL Studio
We currently upgraded our SolarWinds EOC to 2.0 and have 3 SolarWinds instance. I have noticed that when checked the tables using a sql query the nodes table does not have any data however a SWQL query...
View ArticleSWQL -> SplitStringToArray -> ArrayValueAt
Hey guys, first of all, please excuse my bad english i try since two days to create a swql-query that give me with SPLITSTRINGTOARRAY one value from a string that contains two values wich are...
View ArticleCreate Credentials via SWQL API using Invoke/Create
Is there a way to add a credential via the SWQL API? If now, how can I do this via the SQL and what is the encryption I need to use to put the password in? I would like to bulk add credentials for...
View ArticleReal Time Graphics
Hello, I could help how to make graphics that are well detailed in real time of my devices
View ArticleNOC View without tunelling
Did anyone created a NOC view without tunelling"no mouseover no navigation - one Dimensional. but it has to get the real time statistics. please share if you know how to do it. Thanks in advance,Bkumar
View ArticleSWQL: Sum of VolumeSize
Hi, I am trying to get the sum of the total volumesize into a single row, but when I try to run this, it's giving me 3 rows. Can you show me how to add this up. Thank you very much for the help!...
View ArticleIcon for VMAN Datastore Name
Hello SWQL Ninjas! I'm trying to identify where to pull the icon status from for VMware datastores within the VMAN product. For Nodes within Orion core this is found in the [Orion.Nodes].StatusIcon...
View ArticleSWQL: Re-creating the Alerts Acknowledge Button
Hello, Is it possible to re-create the Active Alerts 'Acknowledge' button into another custom query? I need to create a custom query filter only specific nodes that have been alerted, along with the...
View ArticleSolarwind API
We required API which can be integrate into the .net framework system. If possible could you please provide us a Example for the same with asp.net integration.
View ArticleTotal Newb Question - Creating a new node with powershell
I'm looking at the "CRUD.AddNode.ps1" example, and trying to figure out how to replace # SNMP v2 specific ObjectSubType ="SNMP"; SNMPVersion =2;With WMI & my default Windows Credentials - I found...
View ArticleSet-SwisObject error when updating IPAM.Subnet
I am executing the following command via powershell and getting an error. However, despite the error it does update the FriendlyName in the database. Any thoughts on how to get rid of the error?...
View ArticleWhere does the Alerting Engine store Object Types and Variables
As part of our ServiceNow Event Management integration project I've created a PowerShell script that we call as an Alert Action that sends Orion Properties and Values to the ServiceNow server via a...
View Article403 with rest api call
I;ve seen a few other people with this issue, and some where resolved, but nowhere is a solution to be found. The code: $VLANNAAM = "Somevlan"$cred = get-credential$invoked = Invoke-RestMethod -Uri...
View Article