The most recent content from our members.
So I am trying to see how far I can take the rest api for the network discovery. I have found the below links as well as a few on thwack that all pretty much have about the same level of information. * https://github.com/solarwinds/OrionSDK/wiki/Discovery *…
Hi everyone, First of all, I can get the data of a Solarwinds report manually with excel. but how can I do this with a script? Do I need to write a query with an api? I was able to export xml, but I could not find the report data in this xml file. My goal is to transfer these report data to elasticsearch with python script.
I need some help with my python script to add nodes and interfaces during a discovery. The discovery completes however the items in the AutoImportExpressionFilter do not apply fully in the console. The values are correct however the Prop: and Op: sections to not seem to update correctly and remain as the defaults…
I have not found a way to do this, but maybe I'm not looking in the right place. We've got Python scripts for discovering and adding nodes and interfaces via API no problem. We're using corePluginConfig and interfacesPluginConfig to accomplish this. But I have not seen a similar "ports" PluginConfig (i.e.…
I am trying to add interfaces via the SDK, but I do not want to do it via the discovery since it returns invalid responses for the operational and admin status of the interface, so I am pulling that information externally. Can I add the interfaces just via NodeID and Interface Index, or do I have to have all the same…
Hi, im trying to get the results from a specific job via the API, however im receiving the below error, is anyone able to assist? Thanks jobs_query = """ SELECT n.NCMJobID, n.NCMJobName, n.GetJob FROM Cirrus.NCM_NCMJobs n WHERE n.NCMJobID = 18 """ swis.invoke('Cirrus.NCM_NCMJobs', 'GetJob', jobs_query)…
We have a Python script that does a full discovery, including Interface filters, with AutoImport=True and it works like a champ. However, we're trying to figure out how to have a two part approach: 1 - Discovery with AutoImport=False 2 - Import devices that have been discovered There aren't a lot of references out there…
Hello, I want to create a SNMPv2/SNMPv3 credential set on our NPM Orion when the credential doesn't yet exit in our Orion.Credentials table. I realize when adding a credential set requires to add entries into 2 different tables. I wonder if this is possible to do with the API using Python. ################## SCRIPT from…
I am busy to rewrite my scripts with Python and to move away from SOAP/Perl. We found some information on the web that advise to add new devices into the auto discovery. As result that each discovered node enabled some resources that I don't want to have like: * Hardware Health Hardware * EnergyWise * VLAN * Topology:…
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 names and descriptions reliably, but I have not been able to find where the actual threshold for a CPU alert (for example). Is…
It looks like you're new here. Sign in or register to get started.