Can anyone provide an example of how to supress alerts using the rest API,...
I have tried a few things but I'm not positive what the post URL should be, or how the json data should be formatted. I have tried the following:...
View ArticlePython addition after discovery, find nodeid
>>>nodeid = []>>>nodeid.append(1)>>>ImportConfiguration = { 'DeleteProfileAfterImport': True, 'NodeIDs': nodeid,'ProfileID': 48,}>>>result =...
View ArticleStuck - Orion SDK - Python Get Next 2 IP Address from a list of Subnets in IPAM
I am extremely new to Orion SDK and have much to learn. I have been really struggling over the last several days with performing a task that I responsible for. We have a cloud environment that is...
View ArticleOrion SDK PowerOrion problems adding Interface
Hi Guys, I was working with PowerOrion and I have the next situation I hope that you can help me to resolve: # Connect to SWIS $hostname = "localhost" $username = "admin" $swis =...
View ArticleVerbs and their parameters for IPAM.IPNode in addition to 'UpdateManyStatus'??
PREFACE:I'll be referring to the blog: How to use the IPAM API and get "Free IP Address" specifically a post by mtokarz on June 12, 2014 2:35PM in response to jgovednikI am also aware of and have voted...
View ArticleImportDiscoveryResults (API)
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 -...
View ArticleSWIS Fails when querying uninitialized Date/Time fields in NodesCustomProperties
I've run into a strangeness dealing with SWQL/SWIS. If I use the following query in SWQL Studio, it works fine. If I attempt to run the same query via SWIS (python flavor), I get a strange error. I...
View Article403 with rest api call
I;ve seen a few other people with this issue, and some where resolved, but nowhere is a solution to be found. The code: $VLANNAAM = "Somevlan"$cred = get-credential$invoked = Invoke-RestMethod -Uri...
View ArticleDetermining The Templates that would be Auto-Detected with NCM
This script first gathers all the NCM nodes, and then the templates enabled within NCM. For each node it compares the SysOID with each template until it finds a match. If a match isn't found, it moves...
View ArticleSQL: How to display "NULL" values
Can anyone show me how to display a "NULL" value from the SQL Query below? I am trying to pivot some data on the details page and would for the "cpname" column to display "null" or blank if no data is...
View ArticleSwisSnap in not registered
Hi, I am trying to run Add-PSSnapin SwisSnapIn from my Orion server and I am getting the below error even after I installed the OrionSDK 2.2.254. Add-PSSnapin : No snap-ins have been registered for...
View ArticleGather Wifi inventory information
Hey guys, I'm trying to get inventory data from our wifi equipment, which we have managen in Solariwnds.I do find the thin APs serial numbers and exact models through the "NCM.EntityPhysical" table,...
View Articlehow to include multiple values in WHERE clause
i am looking for the syntax to be able to include multiple values in a where clause for example. SELECT InterfaceIDFROM Orion.NPM.InterfacesWHERE InterfacesID != '4016', '3011' this will throw and...
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 ArticleREPLACE function for SWQL?
Anything available in SWQL that would approximate the REPLACE function in SQL? It's a long story, but this is the query I'm working with in SQL - basically a volume can fill up, but as long as all the...
View Articleis there an ado connecter available?
Hi, I am new to the community and searching to see is there is an ADO data connector available to allow me to connect to the Orion databases and generate reports on data circuits etc. via Visual...
View ArticleOrion.Nodes CustomPropertyValues
All, I am really new to powerorion and we see something we would like to stream line, windows updates outage windows. Where we could pull the nodes on certain custom properties, Update_Schedule in...
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 Article