integration of orion to influxdb
we are trying to display alerts from orion DB to influxDB. Which table from OrionDB will help us to achieve this?
View ArticleSelecting Nested linked Tables SWQL
I really think I need to learn SQL and how to do Joins.... I know I can do this...SELECT NodeID,IPAddress, I.Interfaces.Caption FROM Orion.Nodes I But I know the Interfaces table has linked tables....
View ArticleRead interfaces on a node?
Greetings! I'm having some issues using swis's READ method to enumerate the interfaces on an Orion node. If I pass an InterfaceID in the URI, it will correctly return one interface, but if I do not...
View Article"Proper" way to export/import Alert Configurations via SDK?
Hello, I've been trying the new feature of exporting and importing alerts via the SDK in Powershell, with partial success. For example, the following bit works great:#Export Alert with ID =...
View ArticleBatching operations to avoid handshake overhead?
I see that there are currently BulkUpdate and BulkDelete methods, which allow one to change the same thing to the same thing on multiple objects, or delete multiple objects by URL. Is it possible to...
View ArticleDLL and API issues after NPM 12.0.1
First, let me say I've inherited this solution from someone that has left the company... We generally grab a copy of SolarWinds.InformationService.Contract2.dll from the server after upgrade and...
View ArticleMark an interface as "Display interface as unplugged rather than down"
Hi all. I have a requirement to mark an access port as "Display interface as unplugged rather than down" using an alert. This is the logic. A port on a access switch goes down because the user turned...
View ArticleAdditional C# Examples???
Are there, or does anyone have some additional C# examples using the C# SWISClient off the SDK Github website? I'd love to see examples for each of the CRUD operations specific to Nodes (NPM). How...
View ArticleAdd custom created tables to swql?
I am new user of solarwinds and would like to build some custom automation. I would like to use powershell and utilize the solarwinds api to kickoff a discovery but would like to use a custom table to...
View ArticleOverall Configuration Changes Snapshot
Hi, We would like to obtain the Overall Configuration Changes Snapshot data via the SolarWinds API. Note we want the actual data and not to embed the SolarWinds widget in our user interface. Please can...
View ArticleNode and Last 7 Days Availability Data
Hi, We would like to obtain the Node and Last 7 days Availability percentage data via the SolarWinds API. Note we want the actual data and not to embed the SolarWinds widget in our user interface....
View ArticleTop 5 Applications
Hi, We would like to obtain the Top 5 Applications data via the SolarWinds API. Note we want the actual data and not to embed the SolarWinds widget in our user interface. Please can you assist....
View ArticlePulling information on newest traps from Orion.Traps
I'm a bit perplexed. I want to pull the number of traps received in the past 10 minutes. When I do it using SQL: SELECT COUNT(TrapID) AS MYCOUNTFROM [dbo].[Traps]WHERE [dbo].[Traps].[DateTime] >...
View ArticleHow do I use AddNodesToNCM VIA REST API
I have only been using solarwinds for a short time and I am not a great programmer, but I have successfully added new nodes into solarwinds, I'm feeling pretty confident about adding pollers and...
View ArticleCannot find swis verb to manage Cirrus.IgnoredNodes table?
Should I just write into the DB or is there some verb hiding to set nodes to Manage By NCM to 'Never'?
View ArticleCisco Nexus neighbours in UDT not available
Hi all, Trying to import the neighbours data from a Cisco Nexus into UDT, unfortunately this is not possible o.o.t.b. So I log in with SSH-script and copy the data, paste it into a file and see I get...
View ArticleAdd pollers and interfaces via SDK
Howdy, When we add a node manually via the Orion GUI, setting the interfaces and pollers are steps in the process.I have been able to script adding nodes, but must then go in to set the poller and...
View Articleadding/removing/updating Nodes via SDK - SNMPv3 issues
Hi Guys,I created an Import script for a client that is using a csv file as an Import source for an NCM-only installation.A while ago we updated to NCM 7.5 and now the client is complaining that the...
View ArticleSetting CreateCorePluginConfiguration details for Orion.Discovery in python
I've been trying to manage adding and removing nodes using the API. My language of choice is python. I have most of the discovery profile details figured out, but am not able to understand how to set...
View ArticlePython Add Node Error
I'm getting an error message when I run the following node: ===============================================================================================#!/usr/bin/pythonfrom __future__ import...
View Article