IPAM database how to map City from IPAM_GroupAttrData table to a IP in...
hello,i am trying to query the IPAM database and get a list of all IP addresses. i would also need the city for each of the IP Address. i see a column called City in IPAM_GroupAttrData, but there is...
View ArticleAlert Suppression State via API
Hi All, I've been trying to find a way of checking on the current status of a node (in terms of if it's in a scheduled outage or not). Digging through the documentation I've been trying to make use of...
View ArticleDiscovery profile parameters meaning
While creating discovery profile using api we have 2 parameters1. Disable ICMP :- what is the significance of this parameter, what happens when icmp is disabled.2. Allow duplicate nodes:- what happens...
View ArticleAD Authentication with Curl
Hey tdanner,We have been noticing a 403 error when we try to run a Curl Command with a AD Account, but if we use a local Orion account it passes. Is that a known limitation with the API or could I be...
View Articleadd node using powershell
We are trying to automate the server build process so wanted to know how to add node in solarwinds using powershell for monitoring.
View ArticlePowershell scripts to add a Node
I am using the following scripts but not successful to add a single Node. I am pretty much sure, i am doing something wrong. # This sample script demonstrates how to add a new node using CRUD...
View ArticleHow do you add volumes using the rest api?
Hi, I would like to add volumes to be monitored in solarwinds using the rest api (not the swis sdk) Thanks
View ArticleNeed API to add disk in monitoring
Hi, We were able to add node via API through VRA using powershell script, we are unable to find API for volumes, please provide if any one has executed working script
View ArticleSwisPowerShell 'error verifying security for message'
Hi Folks I'm getting an error using SwisPowerShell cmdlets (v2.3.0.108) e.g.Get-SwisData : An error occurred when verifying security for the message.At line:1 char:1+ Get-SwisData -SwisConnection $swis...
View ArticleSWQL VSCode Extension?
Forgive as I don't know the technical background for what would be required to do this but, I'm thinking it would be nice to have a Visual Studio Code extension for SWQL. Ideally it would be nice to...
View ArticleHelp with getting Invoke-SwisVerb ExecuteScript working in powershell
Can anyone provide some details on what Invoke-SwisVerb is looking for: Invoke-SwisVerb -SwisConnection $SwisConn -EntityName Cirrus.ConfigArchive -Verb ExecuteScript ($NCMID, $TestScript, "admin") I...
View ArticlePS newb Question / Export Alerts
Hello, I'm new to using Powershell for Orion. I am wanting to simply query a few things such as Active Alerts that I am unable to bulk export in the GUI. In running Get-SwisObject | gm I am prompted...
View ArticlePython SDK Set Dynamic Thresholds
Good afternoon, I am wondering if it is currently possible to set interfaces to use dynamic thresholds for RX and TX utilization and discards/errors using the Python SDK? (or Powershell if the Python...
View ArticleInvoke-SwisVerb and how to find all the verbs and options available
Hi there, I have spent the afternoon playing with Invoke-SwisVerb $swis "Orion.Discovery", and a rather enjoyable one it has been at that. I have a few questions, around this, namely are there other...
View ArticleAdding a specific volume to monitoring
Hello everyone! I am trying to add a specific file system to monitoring with SWIS API. So far I've been using the discovery method successfully, but there are situations where I need to add additional...
View ArticleDiscovery Function Question (PowerShell)
I am attempting to create some functions inside of a larger script that will create a basic SNMP Discovery job. All of the details in the function were pulled from my base script that works without any...
View ArticleChange NCM Device Template Passwords via API
Hi Guys,i am challenged with the task to change the passwords of technical users more frequently. Those technical users are used in the NCM templates. The process should be somehow automated.Is there a...
View ArticleOrion SDK API
Hi Is there a difference between using Import-Module SwisPowerShell and Add-PSSnapin ? On the GitHub site, it is referencing to use Import-Moduel SwisPowerShell, however in order website documents, it...
View ArticleNo SWIS proxy layer available.
Got this lovely error message when I was trying to update user account credentials today.The last message I saw about this in the forums was from 6 years ago and was wondering if there is anything more...
View ArticleDisabling Hardware Health Sensors
tdanner et. al; Can anyone identify what the "DisableSensors" verb is looking for in Orion.HardwareHealth.HardwareItem ? Trying the ID is coming back with an error in PowerShell: Script: # Clear...
View Article