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…
I hope this is the right forum to start with. I'm not super skilled with APIs more broadly but I've done a couple things with them. My tool of choice is PowerShell because that's what I've used in the past and I'm skilled with it. My immediate goal is to take a list of server names (which are all nodes in Orion by the same…
Hello is there a way to add VIM host from SDK or API? I have seen on the SWQL studio that the Orion.VIM.Hosts entity does not support "Create" I have searched a way to add it trouhg discovery using the CreateVulPluginConfiguration but it only import the node in NPM not in VIM I also tried to add the node through Orion.Node…
It looks like you're new here. Sign in or register to get started.