Orion 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 ArticleCustom Resource Creation
Hi, I would like to add some customization to Solarwinds. I would like to create a custom resource that will communicate with an external database or a web service. Searching in the forums i see that...
View ArticleBehavioral difference between SWISv2 and SWISv3, SOAP issue with valid SWQL...
I've been writing a perl api layer for our internal applications for the past year and I have accumulated quite a few unit tests. Today while switching from using a SWISv2 connection to using SWISv3,...
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 ArticleHow can I create a plugin that verifies the state of an external service...
Dear community, I need to create a plugin that connects with an external service (moebius in particular). The idea is that this plugin informs SolarWinds, so it can execute an action, depending on the...
View ArticleWould someone mind providing an example of the following rest calls: Node...
Would someone provide an example of the following rest calls: 1. Creating a node2. Adding a monitoring template
View ArticlePowershell code for checking the Nexus NXOS
Dear, Team,this is code for the checing NXOS version written by me.anyone who can test it is running ok or not ============CODE START===========# Nexus 3048 OS Version check v1.0 # Last Update:...
View ArticleSolarWinds to Service-Now Integration
SolarWinds & Service-Now=====================We’re trying to do the following (option 1 is our preferred while option 2 is a fallback):1)A) SolarWinds generates alertB) SolarWinds uses a...
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 ArticleNCM 7.3 moves to SWISv3
For a long time now, data and commands for Network Configuration Manager (NCM) were only available through SWISv2. Starting with NCM 7.3 - SolarWinds NCM 7.3 Release Candidate is Available! - NCM data...
View ArticleREST API in PowerShell
I have been able to use the OrionSDK to create PowerShell scripts to help automate some processes that we have. The downside is that each team member will need to install the SDK in order to run the...
View ArticleSolarWinds Orion SDK Java Cline Not compiling
Installed SolarWinds Orion SDK 1.9Trying to go through the JavaClient sample java.xml.rpc.ServiceException nore solving Neither...
View ArticleInterface aggregate chart (swql)
Hi guys, I'm trying to essentially recreate the Interface Aggregate Chart via the API, but am not having much luck (though I though for a while that I was). My query is SELECT DisplayName, Description,...
View ArticleSolarwinds NPM trials
Hi Guys, I have a client who has recently installed Solarwinds, latest version and when they get to the Orion Console log on page, the credentials that are set as default i.e. Username: admin pass:...
View ArticleSWQL query fails on website, but not in SWQL Studio
I have a pretty simple SWQL query that runs fine in SWQL studio, but for some reason it fails when I try to put it inside a "Custom SWQL Query" resource on the web interface (on an Application Details...
View ArticleSWQL query across Cirrus and Orion objects
I am trying to execute the following SWQL query: SELECT n1.ip_address, i4.interfaceindex, i4.interfacename,RemoteSystemNameFROM Orion.NodeLldpEntry NLE inner join Orion.nodes N1 on...
View ArticleNeed advice trying to setup Orion to receive alerts through API, is this even...
Using Cradlepoint cloud manager to manage end devices. Would like to use Solar Winds to receive alerts through solution through API if possible.
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 ArticleUsing Powershell to add nodes with Custom Properties for Device Type
Hello,Running Orion NPM 10.6.0 and SDK 1.7 on Win2k8R2 Can anyone help with adding devices into Orion using Powershell? To complete via NPM Web console, select Management, Edit Node.Select groups,...
View ArticleLimitations of CRUD
Hi, Using the C# CRUD interface i see that i can create nodes, but will all the other types of items work? for example, can i create an Orion.Accounts or a Orion.Views using the CRUD interface?...
View Article