InterfaceTraffic Chart data aggregation on Sample Interval
Hello Community Members, I am bit new to SWQL so wanted help on one of the Custom Charts realted to Interface Traffics I have this data from NPM...
View ArticleCreated dependencies dont work using python SDK
I am attempting to create a dependency using the python SDK and when I run the automated script it creates the dependency but it does not make the child unreachable when the parent node is down.Below I...
View Articlehow to run couple of show commands on all of my switches?
Hello Could you please help me to create a report which runs below commands and give me the output ? show interface trunkshow etherchannel summaryshow cdp neighbors Thank YouMurali.
View Articlepowershell script to search node and delete
Please note that this script was based on this thwack message. All I did was to change the swsql query used to get the URI and to search and delete a node via PowerShell # This script will search for...
View ArticleAdd UDT ports via API
I have not found a way to do this, but maybe I'm not looking in the right place. We've got Python scripts for discovering and adding nodes and interfaces via API no problem. We're using...
View ArticleC# using net.tcp connection
I'm looking for a quick concise way to connect to SolarWinds via the Orion SDK. I've read that the best way to connect is via net.tcp, but can't find a simple example. var client = new...
View ArticleNetwork Discovery returning Unknown
Hi, I am trying to modify the sample discovery powershell script in the Orion SDK package in hopes of automating our network discovery tasks. I am trying to feed the IP addresses from a .csv and the...
View ArticleAdding new IPAM subnets via SWIS to existing groups
I am working on an application that allows users to automatically add subnets into IPAM by simply putting in some basic site details. It works with a basic Django based front-end and using Netmiko to...
View ArticleConversion failed when converting the varchar value
Working on an alert for interface discards. This is the swql generated by the alert:SELECT E0.[Uri], E0.[DisplayName]FROM Orion.NPM.Interfaces AS E0 WHERE ( ( ( E0.[Node].[CustomProperties].[Alerts] =...
View ArticleSwagger/OpenAPI documentation for Orion
In an attempt to make the Orion REST API easier to work with, I have posted Swagger/OpenAPI spec files (swagger.json, openapi.json). These can be used to generate client wrappers using tools like...
View ArticleConnecting to swis using python
Hello all, I have been working in the Orion SDK using powershell and now I am learning python and had a quick question. Is there any way in python to connect to swis the same way as this powershell...
View ArticleNetwork Discovery with a schedule
Can get a discovery job to get added and can rediscover manually, but if i add all the subnets to one discovery job (preferred, but with almost 4000 subnet ranges), i can edit it. Think the number of...
View ArticleAddInterfacesOnNode Traffic Statistics
I'm trying to utilize theresults = swis.invoke('Orion.NPM.Interfaces', 'DiscoverInterfacesOnNode', node_id)andif_add_results = swis.invoke('Orion.NPM.Interfaces', 'AddInterfacesOnNode', node_id,...
View Articleserver admin and credentials
I'm looking to return a list of devices managed through SolarWind N-Central: https://www.solarwindsmsp.com/products/n-central Is the Orion SDK: OrionSDK/Credential.java at master · solarwinds/OrionSDK...
View ArticleAPI to change polling engine
Does the API support change of polling engine. If so is there sample/reference code available
View Articlepowershell script to search node and delete
Please note that this script was based on this thwack message. All I did was to change the swsql query used to get the URI and to search and delete a node via PowerShell # This script will search for...
View ArticleSWSQL or TSQL to Delete a Node from Solarwinds Tables when the Node is no...
I am trying to find a way to delete a node from Solarwinds, using Powershell, TSQL or SWSQL. I would download a list of Nodes in Active Directory that are currently joined to the domain. This would...
View ArticleHow to find out what items are in a group through SWQL
I am currently trying to find out what items are in various groups using the SDK. I want to know what nodes are in a given group so I can use the sdk to add another node if needed. I can not however...
View ArticleHow to switch from SNMP to Agent monitoring from API
Hi, Could you give me the steps in order to switch from SNMP to Agent monitoring from REST API or powershell API. I wish I can do this because when I want a linux machine to solarwinds, I use...
View Article