Hello I need to install SwisPowerShell 3.1.0.343 because the SWIS Snap In is not registering when I run a script. The instructions to install it manually from the Microsoft website mention a .PS1 file, but I have not got it in the NuGet folder. I have never done this before so I need help on how to do it. Does anyone know…
We have multiple servers and will have to many users/groups to manage the accounts or even the group permissions manually through the GUI so we are looking at using the API. The problem I am seeing is thtat the "Orion.Accounts" table in SWQL Studio is marked as Read: True Create: False Update: False Delete: False I tried…
Hello Everyone! I'm trying to build a modern Dashboard to show f5 data for my enterprise scale environment. I was able to use the great post for this thwack.solarwinds.com/.../2914 by @the_ben_keen however I am trying to also get a widget for F5 services and can't figure it out. I know its stored in the WideIP tables of…
Hi all, I am new to API calls and automation. There is a requirement from customer asking to check if there is a way we can automatically add device to SolarWinds along with updating custom properties. When i did some study , i read that this can be achieved by API calls. Can some one guide me how to login to SWIS API…
Hello! I need to create a script that will unmanage a group of application monitors when another team is scripting out upgrades. I created the powershell script and while it works it spits out an error everytime. It still unmanages the application using the right times. Script is included below. The error message (below)…
Hi THWACK community, Does anyone know the correct values and construction for the Usages argument of the CreateCustomProperty verb? I'm looking to fully understand it so that I can translate the knowledge into any language I have to use in the future. This is similar to another old post, but I couldn't reply to it:…
I've tried code like the following to search running configs for "helper" but I receive no results. $swis = Connect-Swis -Hostname $hostname -Username $username -Password $password $ConfigSearchTerm = [xml]' <ConfigSearchTerm xmlns:i="">www.w3.org/.../XMLSchema-instance" xmlns="">schemas.solarwinds.com/.../Ncm">…
Hi! i am new using de APi swis I am trygin to download the device configuration via API using this: import requests from orionsdk import SwisClient npm_nodelist_str = [4550] configx = swis.invoke('Cirrus.ConfigArchive','ConfigSearch2','Running',npm_nodelist_str) i am "stuck" in this error 400 Client Error: Verb…
Hi everyone, We have been experiencing timeouts when using the swis API to automatically unmanage and remanage notes during our automatical pathcing. This is problematic as we then receive critical alerts for nodes that are down, that should have been unmanaged. We are trying to figure out what the cause of this is, but if…
Hello, My employer has decided to use a new Capacity Management software, and it needs to plug into SolarWinds NPM via Orion SDK. There is a script that needs to be run, but when I run the script, it fails because the SWIS Snap-in failed to register in a PowerShell session. Does anyone know what the cause of this is and…
It looks like you're new here. Sign in or register to get started.