API Network Discovery
Following the instructions on GitHub (Discovery · solarwinds/OrionSDK Wiki · GitHub ) I am attempting to create a very basic network scan where IP address's between 10.X.0.1-10.X.31.254 are scanned...
View ArticleHow to add only UP interfaces using Python/Orion sdk
I can add the nodes and interfaces using the Python script. I used the DiscoverInterfaceOnNode to add the new interfaces and specify the specific interfaces as well. Up to this point everything is...
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 ArticleCan I add new node with api rest?
Hi I want to add new nodes into Orion but I don't know if I can do this with Rest API. Is posible do this?
View ArticleAPI Network Discovery
Following the instructions on GitHub (Discovery · solarwinds/OrionSDK Wiki · GitHub ) I am attempting to create a very basic network scan where IP address's between 10.X.0.1-10.X.31.254 are scanned...
View ArticleIs there any rest api for installing swiagent through python code?
I want to install swiagent through python code. So anyone can provide me the solution.So please suggest the api to call the swiagent installation script through python. Thanks in advance
View ArticleAutomation of adding nodes into Solarwinds
Hi All We are looking at using Chef to automate server deployment and part of this work would be: 1. Lookup in IPAM the next available address in a subnet, reserve it and add the hostname to the...
View ArticleTrigger NCM configuration download from SDK
Is there any way with the SDK to start a configuration download? For some reason my nightly backup of configs runs into some issues, but when I manually download from node details, it always works...
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 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 ArticleAutomation of adding nodes into Solarwinds
Hi All We are looking at using Chef to automate server deployment and part of this work would be: 1. Lookup in IPAM the next available address in a subnet, reserve it and add the hostname to the...
View ArticleNo snap-ins have been registered for Windows PS v. 5.0
Hi Thwack, As I was trying to unmanage whole groups at a time I stumbled upon OrionSDK and with that, PowerOrion.I have installed OrionSDK and copied the PowerOrion directory to...
View ArticleCan any one supply a REST example of how to define a Node in Solarwinds
I am developing an integration agent for SolarWindws and would like to use the REST API to add nodes to SolarWindws and change the system name
View ArticleAPI Network Discovery
Following the instructions on GitHub (Discovery · solarwinds/OrionSDK Wiki · GitHub ) I am attempting to create a very basic network scan where IP address's between 10.X.0.1-10.X.31.254 are scanned...
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 ArticleCreate SNMP and WMI credentials using Orion SDK
Since Orion Platform 2017.3 (NPM 12.2) it's possible to create SNMP and WMI credentials using Orion SDK and use this credentials in discovery.More information can be found here: Credential Management ·...
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 add only UP interfaces using Python/Orion sdk
I can add the nodes and interfaces using the Python script. I used the DiscoverInterfaceOnNode to add the new interfaces and specify the specific interfaces as well. Up to this point everything is...
View ArticleIPAM + PowerShell
Greetings, Used the following to get an available IP:How to use the IPAM API and get "Free IP Address" Getting an error while trying to update any information:Set-SwisObject : Operation not supported...
View Article