Enable Hardware Health via PowerShell
Working with nickzourdos today on an issue he found where he needed to enable hardware health polling on ~80 devices that were pre-existing in NPM.It should be noted that all devices are the same...
View ArticleOrion SDK with PowerShell - manage/unmanage multiple nodes
I've been able to script unmanaging and managing nodes in powershell. However, for 400+ nodes, this ends up taking quite a while. Via script, it takes about 7 minutes to unmanage the nodes and over 10...
View ArticlePerfStack API PowerShell Module
My initial commit of a powershell module for querying the new PerfStack API GitHub - StarkCaptain/solarwinds-perfstackapi: PowerShell Module that interfaces with the solarwinds orion perfstack...
View ArticleAPI to specify 'Node Details' poller for new node?
In our https://SERVER/Orion/Admin/Pollers/ManagePollers.aspx Orion page I've created a local "Node Details" poller. I've searched and searched for a way via any API (REST preferably) to assign my...
View ArticleHelp with SWQL - Day of the week?
Ok, just starting off with SWQL and I am trying to replicate some of the things that have been done with report-writer in the past here. One of the things is a report that gives availability for a...
View ArticleSWQL VSCode Extension?
Forgive as I don't know the technical background for what would be required to do this but, I'm thinking it would be nice to have a Visual Studio Code extension for SWQL. Ideally it would be nice to...
View ArticleUpdate webusersettings using API
Hi, We are trying to configure user / group account using the API.For the time being we are able to setup the basic right using updateaccount verb.$readonly= @{ AllowNodeManagement = $false...
View ArticleText colour to display alerts using custom query
Hi, I would like to display alerts using custom query and change text colour based on severity can you please advise how this can be achieved.
View ArticlePowershell AddInterfacesOnNode
I am working on a power shell script to add nodes. Everything works to add the node except for when I try to call the AddInterfacesOnNode. When I send the request I get the following error:...
View Articletry to add interface on a node with C#
Hi All, Iam trying to AddInterfacesOnNode using C#: this is interface data: <d1p1:DiscoveredLiteInterface z:Id="183" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"...
View ArticleCreate WMI Node via API Request
When attempting to create a new WMI node I am running into an issue where the node is created but its not receiving a value for the WMICredential field in "Orion.NodeSettings" which I am attempting to...
View ArticleNeed PowerShell script to unmanage multiple applications from multiple nodes...
Hi, I need a powershell script to unmanage multiple applications from multiple nodes for a specific time. I will keep application ID or application name in text file, script should unmanage all those...
View ArticleSolarwinds Orion Installer
Has anyone used the Solarwinds installer at the link below? Does it work decently or does it cause more problems than it is worth? SolarWinds Feature: SolarWinds Orion Installer - SolarWinds...
View ArticleCreate subnet using REST API
Hi,Does anyone know how to create a SUBNET using the REST API Best Regards,Kevin Downey
View ArticleHow to upload a file to Solarwinds FTP server programmatically
Hi, I am new to Solarwinds, and got task to create an application to upload files to SolarWind Webclient ftp server. I tried the following code in C# CodeFtpWebRequest request =...
View ArticleAdding nodes & monitoring disk/memory via PS using WMI
Would someone be able to help me out with getting the monitoring to automatically select all hard drives? I have used the script CRUD.AddWMINode.ps1 to add the node into Solarwinds and been able to add...
View ArticleFind Nodes have been down for x amount of days (30)
Hey, I'm looking for nodes that have been abandoned in our environment. Could some one point me in the right direction for a reliable source to pull this data from. Under Orion.Nodes is...
View ArticleRESTful API for SAM & NPM
Hello,I'm creating a third party dashboard with graphs and charts based on my SAM and NPM outputs. The problem is I'm not able to get any RESTful/SOAP API endpoints. I've previously tried using this...
View ArticleSWQL Query returns no results for IPAM.Subnet
Hi All, We have some powershell scripts running in our environment that connect via the SWIS services. Some time in the last couple of months one of the queries has stopped returning data. After some...
View Article"Proper" way to export/import Alert Configurations via SDK?
Hello, I've been trying the new feature of exporting and importing alerts via the SDK in Powershell, with partial success. For example, the following bit works great:#Export Alert with ID =...
View Article