Add node with an existing poller python sdk
Estoy realizando un script con orionSDK python para agregar nodos en Orion. Mi duda es, como hago para especificar en el script que poller ya existente debe utilizar el nodo? Ya que no debo crear un...
View ArticleSwisPowerShell module released
You can now use a PowerShell module to access Orion and SWIS. To install it from the PowerShell Gallery, run this command: Install-Module SwisPowerShell To load it into the current PowerShell session,...
View ArticleAdd node with an existing poller python sdk
Estoy realizando un script con orionSDK python para agregar nodos en Orion. Mi duda es, como hago para especificar en el script que poller ya existente debe utilizar el nodo? Ya que no debo crear un...
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 ArticleIPAM API Bug?
When adding IPAddresses to a subnet by using the followind inside a loop : $IPProperties = @{ SubnetId=$SubnetId; IPAddress=$Current_ip }New-SwisObject $IPAMswis -EntityType "IPAM.IPNode"...
View ArticlePowerShell or Python ?
Ive taken a few python classes at school a while back and while I enjoyed it I never used it too much in the real world. From doing research and reading various posts I seem to have this feeling that...
View ArticleSolarwinds Database Manager - Trying to find email addresses alerts are sent to
We are moving our Solarwinds Orion and SQL servers to more robust servers to handle them and need to figure out who is receiving email alerts out of Solarwinds. If I run the query for Alert...
View ArticleREST API - Network Sonar Discovery Gets Created, but fails to complete
Hello Orion SDK Community, I have automation in place that is working to create discoveries, run the discovery, and complete the import - I have this working fine in multiple instances of...
View ArticlePython API add node?
Is it possible to add a node using the python api? I have been trying and have been unsuccessful. Here are the requests I've tried to perform: Using API:r = swis.create(Orion.Nodes, {"IPAddress = " +...
View Articlemethod to call external api or other real time integration?
We are new to SolarWinds SDK and we’re looking at the API to integrate with a custom help desk ticketing system. Our question has to do with polling NPM for alerts. We want near real time alerts...
View ArticleFilter: where node is not muted
Thank you in advance. Since the default "Active Alerts View" does not automatically clear the instance of the alert once that node has been set to mute; I have replicated (somewhat) the Active Alerts...
View ArticleIssue with API Creating Discovery
I am having an issue in my production environment this worked fine in a test lab but not production Solarwinds. The error in the discovery is A Network Discovery job has failed to complete.\r\nState:...
View ArticleAPIs compatibility NPM 10.6.1 / NCM 7.2.2 and NPM 12.1 / NCM 7.6
Could you please advise whether the APIs configured to work with NPM 10.6.1 and NCM 7.2.2 will work after upgrade to NPM 12.1 and NCM 7.6 or whether there are major changes in API that would prevent...
View ArticleNCM job execution from API
Hi, I know we can execute a script on a node from an API call. For me, this would be the final solution. As an intermediate step, I was wondering if we could create an NCM Job (type = execute script on...
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 ArticleIPAM API Bug?
When adding IPAddresses to a subnet by using the followind inside a loop : $IPProperties = @{ SubnetId=$SubnetId; IPAddress=$Current_ip }New-SwisObject $IPAMswis -EntityType "IPAM.IPNode"...
View ArticleReceiving 403 Forbidden When Using REST API In C#
Receiving 403 Forbidden When Using REST API In C# I was referred to the following C# example of using REST APIs Sample code: OrionSDK/Program.cs at master · solarwinds/OrionSDK · GitHub This looked...
View ArticleSolarwinds Database Manager - Trying to find email addresses alerts are sent to
We are moving our Solarwinds Orion and SQL servers to more robust servers to handle them and need to figure out who is receiving email alerts out of Solarwinds. If I run the query for Alert...
View ArticleCreate NTA IP Address Group by API
Hi Guys,currently I have the challenge to create "NTA IP Address Groups", at the moment this is a manual process by either creating an xml file and importing this into NTA, or in case of minor changes,...
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 Article