SWIS 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 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 ArticleOrion SDK 2.2 released
Orion SDK 2.2 has been released. The main feature in this release is smart autocomplete in SWQL Studio, but there are also various minor bugfixes and improvements. You can download the installer from...
View ArticlePowershell scripts to automatically unmanage\remanage a node using the Orion SDK
First, I'll share the script. Then, I'll explain why we need it and how it helps us in our environment.To use the script you must have the Orion SDK installed on the monitored node. Take the text...
View Articlehow to input 'y' or 'yes' with powershell script to NCM
Hello, Teamis anybody who can give me an idea how to input the 'yes' or 'y' command when waiting for the user input.want to automate the Nexus 3048 ios upgrade process with powershell script with NCM....
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 ArticleOrion SDK 2.2 released
Orion SDK 2.2 has been released. The main feature in this release is smart autocomplete in SWQL Studio, but there are also various minor bugfixes and improvements. You can download the installer from...
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 ArticleNode and Interface Status possible field values
Hi, I'd like to get a list of the possible Status field values for both the Node and Interface entities. Does anyone have such a list or could assist on this please? For example I have part of a SWQL...
View ArticleSWQL Query returning NULL results
Hi, I'm after some guidance, I'm building a SWQL query to return the Status of UPS's from a Custom Poller and I'm getting duplicate rows returned with the additional rows containing a NULL value and I...
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 ArticleNode and Interface Status possible field values
Hi, I'd like to get a list of the possible Status field values for both the Node and Interface entities. Does anyone have such a list or could assist on this please? For example I have part of a SWQL...
View ArticleOrion SDK, Add network interface and Volumes
Hi,First of all, thanks for the great SDK you provide :d). I'm using the powershell api, and it works fine.I have several questions about how to add network interface and volumes for monitoring.My...
View ArticleHow can I deploy Application monitors using Powershell and the Orion SDK?
I've been told by aLTeReGo that Orion SDK v1.5 support the deployment of application monitors in SAM 5.2 (awesome!), but I don't see any documentation for that. Can anyone provide an example of this...
View Articleadd node using powershell
We are trying to automate the server build process so wanted to know how to add node in solarwinds using powershell for monitoring.
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 ArticleCustom SWQL resource
Hi, Cross posting as didn't get a response in NPM area: Custom SWQL resource Thanks Stuart
View ArticleWhich table contains node the availability percentage?
I am trying to create a custom SQL report for the top 25 nodes by lowest availability for the last 7 days. So far this is what i've come with:select distinct top 25 rt.Availability, rt.NodeID,...
View Article