"Object reference not set to an instance of an object." when adding new Node...
I am trying to add a NPM node with SDK through PowerShell using SNMPv3 as the Polling Method. I CAN add the node using ICMP, WMI or SNMPv2 as below: $NewNodeProps = @{IPAddress = $IpAddress;Caption =...
View ArticleOrion SWQL Orion.PollNow feature?
Quick question for you and probably an easyish question but what does this do? (pollnodes) and can i use it through powershell to poll x nodes at anytime? also what do the blue icons mean? Cheers,...
View ArticleNodes with Interfaces that are unknown
Hello Thwack! I was going over my nodes and have found a bunch where under Traffic & Percent Utilization of Each Interface the status says UNKNOWN. I tried repolling and rediscovering node and...
View ArticleOrion SWQL Orion.PollNow feature?
Quick question for you and probably an easyish question but what does this do? (pollnodes) and can i use it through powershell to poll x nodes at anytime? also what do the blue icons mean? Cheers,...
View ArticleAlert API Document To Pull Alert
Hi All, Can you please share the document to Pull alert using API
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 ArticleNodes with Interfaces that are unknown
Hello Thwack! I was going over my nodes and have found a bunch where under Traffic & Percent Utilization of Each Interface the status says UNKNOWN. I tried repolling and rediscovering node and...
View Articlehow to input 'y' or 'yes' with powershell script to NCM
Hello, Teamis anybody who can give me an idea how to input the 'yes' or 'y' command when waiting for the user input.want to automate the Nexus 3048 ios upgrade process with powershell script with NCM....
View ArticleNetwork Discovery with a schedule
Can get a discovery job to get added and can rediscover manually, but if i add all the subnets to one discovery job (preferred, but with almost 4000 subnet ranges), i can edit it. Think the number of...
View Articleswql full outer join?
Is a full outer join possible in swql? (Full disclosure, I'm probably a C-student in SQL intermediate class on a good day...)Trying to get at alert history for purposes of alert integration with...
View ArticleNCM Account Limitations using SWISv3
Hi all, We are using the API to retrieve some node data from NPM with an Orion account limited by an account limitation (based on a Node custom property)Testing in SWQL studio everything works for...
View Articleany way to close tabs in swql studio?
I cannot figure out a way to close tabs in swql studio, is there a way? am I nuts? Thanks!
View ArticleCreateLimitation not working
Hi, For internal use i have created a gui where my colleagues can create accounts and assign groups of nodes to that account without having to login via the admin panel.This has been in use for roughly...
View ArticleHow do I limit the scope of a query to the current node?
I am trying the following: SELECT CS.RowID as RowID, IsNull(CS.Status, 0) as ValueFROM Orion.NPM.CustomPollerStatus CSINNER JOIN Orion.NPM.CustomPollerAssignment CA ON CA.CustomPollerAssignmentID =...
View ArticleCreateLimitation not working
Hi, For internal use i have created a gui where my colleagues can create accounts and assign groups of nodes to that account without having to login via the admin panel.This has been in use for roughly...
View ArticleOrion SDK & Python
Hello Orion Community I am new to Solarwinds and Solarwinds SDK. I have been presented with the challenge of finding a way to automate the adding of nodes to Solarwinds. I have experience with python...
View ArticleNCM Account Limitations using SWISv3
Hi all, We are using the API to retrieve some node data from NPM with an Orion account limited by an account limitation (based on a Node custom property)Testing in SWQL studio everything works for...
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 ArticleUpdate IPAM records using Orion SDK - not supported?
Hi,I'm establishing automation for our infrastructure, where on of the automated actions will be to reserve IP address in IPAM.i have already managed to get free Ip address by network, but i also need...
View ArticlePowerShell: Correct SQL Select Statement with LIKE
I'm trying to get my PowerShell select statement correct, I can get the correct response with the SWQL, but it does not work for me in the PS script. I'm sure it's easy, but not sure what I'm missing....
View Article