Need to add multiple/Bulk Component in SolarWinds. Is there any way to add multiple/Bulk Component in SolarWinds. Using API ? Need to create script to add component in solarwinds.
This script was featured on the TWHACKcamp 2018 session "There's an API for That," which you can watch in its entirety here. The two scripts I used are attached to this post.My goal here is to explain the idea behind the script as well as point out any major design points within the code. But there are a few things I need…
Hi Community, I am automating some tasks and this is one that I'd like to get some feedback from you as I'm a little stuck with it. Goal: Create hundreds of API Poller information in bulk. This includes the default Request URL and method and STORED VALUES (or values to monitor). So to get this done I've found that…
Dear all, We need to send Node data using REST when specific node information is updated or when a new node is added in SolarWinds. We are going to create the REST API on the other system but I want to ask you what is the best practice to trigger the POST message when this happens? We may treat them like two different…
This used to work with tables/columns in older versions, even when you aliased a table. I notice that "select orion.nodes.<pick you column> from orion.nodes" will not suggest. BUT if you put a comma after the select, it works. "select ,orion.nodes." works. See image below.
Hi, I am trying to create a high-level view of a group of application, using the built-in widget for custom tiles. I've also created several alerts to trigger if the CPU, memory, reaches a threshold, however, when testing this out, it doesn't show the critical status of the alert. Is there something else I need to do, like…
Hello, I've been diving into Orion SDK recently, but I'm having issues finding out how you find the parameters to enter into the dictionaries (I'm using Python) when providing verb parameters. For example in https://github.com/solarwinds/orionsdk-python/blob/master/samples/discover_one_node.py where would you find what to…
The DisablePollingForNodes verb is not working for me. It works in SWQL studio as exampled in: https://documentation.solarwinds.com/en/success_center/sam/content/sam-asset-inventory-enable-for-multiple-nodes.htm. But it doesn't work using the PowerShell module (SwisPowerShell). I tested it using 8 different variations of…
I was helping someone out and went way to far afield, but figured I'd share what I came up with. This is a script that dumps the logs of NCM jobs to your file system somewhere. There's also a clear option so that you could get a day-by-day log (or by week) instead of having everything all entries in one log file.…
Over in this thread, @racowi kindly helped me out with some code, and the broader SWQL bits I can follow. For example the SELECT, FROM, WHERE What I'm not understanding is how the rest of the code works logic wise, and wondered if someone here can advise as racowi hasn't been online for a while it appears - and, to be…
It looks like you're new here. Sign in or register to get started.