Python SDK - Unmanage/Remanage a node
Hi everyone, We have a process for deploying code to web servers. When we put the web server into 'maintenance' mode to do the code deploy, we'd also like to unmanage the node in SolarWinds as well....
View ArticleCan you add nodes to NPM using Python or another language?
I'm automating provisioning/configuring Linux boxes using Ansible. I just finished automating the SNMP install/config, and I'd like to add steps that would add the linux server as a node to...
View ArticleUnsupported operand type(s) for +: 'dict' and 'str'
I am currently testing the capability of OrionSDK. Now, I got an issue updating a custom property to number of nodes.. import requestsfrom orionsdk import SwisClientdefmain(): npm_server =...
View ArticleHow would I get the alert configurations and thresholds via the python API?
I have been reading the schema (http://solarwinds.github.io/OrionSDK/schema) and have found AlertDefinitions, AlertConfigurations, and AlertConfigurationsCustomProperties schemas. I am able to find...
View Articlepython/sql variables
Was hoping someone had some experience pulling a single field out of a query and assigning it to a variable inside a python script. Use Case: I want to pull the interfaceName field and assign a...
View ArticleInformation on SDK- new to this one...
Hi All, Very new to this SDK part. Would like to know if this API's available, are only with respect to NPM? Or it applied to all plugins?And any kind of docs available? We are getting some...
View Articleerror when powershell connect to Orion
Hi! I need use Orion SDK to do an automatization in powershell. I already installed orion SDK and PowerOrion in powershell but when I run my script to connect with Orion fail. the error is:Connect-Swis...
View ArticleAdd node with an existing poller python sdk
Buenos días, estoy realizando un script con el sdk de orion para python para agregar nodos en Orion. Los nodos utilizan 2 pollers que ya existen. Mi duda es, como hago para especificar en el script que...
View ArticleHow add a new orion node and setting it into existing polling engine
Hi! i'm automating the process to add new nodes into orion with python SDK. My problem is that i don't know how setting the new node into an existing polling engine. In my work they have two polling...
View ArticleSWQL Functions Feeback... Enhancments?
Having worked with the SDK (namely SWQL) nearly since its release to the public I have say that I find the SDK/API feature rich, extraordinarily reliable and key path to a Solarwinds installation that...
View ArticleSWIS 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 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 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 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 ArticleCheck the status of an IP address using Powershell API
Hello everyone, I'd like to check if an IP is in use using the 'swissnapin', and I can't find a command to do it. Could someone please point me in the right direction? Something like: Invoke-SwisVerb...
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 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 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 Articleapi
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 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 Article