Orion SDK with PowerShell - manage/unmanage multiple nodes
I've been able to script unmanaging and managing nodes in powershell. However, for 400+ nodes, this ends up taking quite a while. Via script, it takes about 7 minutes to unmanage the nodes and over 10...
View ArticleSWQL GetDate()
Hi all, I cannot get the GetDate() function to work in a query. I have the code for a brilliant SQL job query written by another user. It lists all jobs and their status. I want to list all jobs...
View ArticleQuery nodes based on custom property
Hello, Is there any way to query the Orion nodes with all the custom properties? Thanks.CluM09
View ArticleOrion SDK nodejs module
Hey all, I have written an Orion SDK nodejs module that I have useful myself, so possibly someone else will too, its available as a npm package and on githubthere is minimal documentation and...
View ArticlePowerShell Module based on the SDK
Hi All, I started working on a PowerShell module, converting existing code examples in the SDK to “Cmdlets” Functions. The ultimate goal is to just make it easier to re-use code. My own use case in...
View ArticleDatabase model
Is there an overview of the exposed tables where I can see how the entities in each table relate to each other? It some times take a bit of guess work to figure out that for instance Orion.Nodes.NodeID...
View ArticleTrap/alert variable transfer to Python script
Hello all,I got some question with execution of external program via alert\trap action.So our test scenario:- an trap comes from device to Trap console (for example bfd session down)- it triggers rules...
View ArticleOrion SDK nodejs module
Hey all, I have written an Orion SDK nodejs module that I have useful myself, so possibly someone else will too, its available as a npm package and on githubthere is minimal documentation and...
View ArticleIs it possible to acknowledge alerts programmically from a linux server?
We are using OpsGenie to aggregate all the alerts for our alerting. We'd like to integrate Solarwinds too. I was wondering if there is a way to programmically acknowledge alerts from a linux server? I...
View ArticleAPI documentation?
Hi all! I'm having some problems building an integration to Solarwinds to Acknowledge an Alert and set a Node to Unmanaged. But it seems like the schema for query and for Acknowledge is different. I...
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 ArticlePowershell Invoke-SwisVerb
Invoke-SwisVerb $swis Orion.NPM.Interfaces DiscoverInterfacesOnNode 89 Id : 1xmlns : http://schemas.datacontract.org/2004/07/SolarWinds.InformationService.Contractd1p1...
View ArticleCreate custom dashboard based on api results
So I'm trying to expand on this post Orion API via PHP. The post is about 2 years old, but I tried to follow it up with what I've been working. I haven't received any responses, so I figured I would...
View ArticleEnabling SSL Certificate Verification for the SDK
So the hard coding of SSL Certificate Verification to False within orionsdk-python (and the associated run time warnings) was getting to me, so I did a GitHub Pull request (here) to enable passing down...
View ArticleNCM Roles for Auditing Export / Orion SDK
Hi all,I need to export all users and their Rights in Orion for Auditing Reasons. I found most of the Variables I need in the Schema Documentation but I did not Find the NCM-Roles in the tables.Can...
View Articleadd nodes to NCM via python
I have a script that add nodes to NPM, i'd like to be able to add the same node to NCM:I found this:https://pypi.python.org/pypi/swisclient/1.0.1but im not really sure how to implement this, I am a...
View ArticleAdding nodes using sdk orion-python
Hi, I tried sample script to add node in solarwinds using sdk orion python. When you save it from solarwinds database manager (table - "nodedata"), it was notcompletely save. There is an interval of 40...
View ArticleDoes the API support Jsonp?
I can query orion from ajax / javascript. I get cross domain errors when specifying data type : json. If I specify data type : jsonp, then I receive all the object records , however my code gets an...
View ArticleSWQL for PDU Total Watts through SAM from undp poll stats.
Hi all,I am trying very hard to learn SWQL for the SDK API. I have a SQL query that works and can not figure out how to get the same to work with SWQL. I join and get Nodes already exists. So I am not...
View Articleadd nodes to NCM via python
I have a script that add nodes to NPM, i'd like to be able to add the same node to NCM:I found this:https://pypi.python.org/pypi/swisclient/1.0.1but im not really sure how to implement this, I am a...
View Article