PerfStack API
Wondering if there is any documentation on the new perfstack API endpoint. /api2/perfstack/metrics
View ArticleHow to find NTA database server in SWQL
I know that in the SQL db you can find it with SELECT * FROM [dbo].[NetFlowGlobalSettings]where KeyName = 'NetFlowStorageAddress'but is there a SWQL equivalent table or somewhere else that would give...
View ArticleHow to remove duplicated audit events
Hi, Can you show me how to remove duplicated audit events from this query? SELECT o.TimeLoggedUtc, o.AccountID, o.AuditEventMessage, n.DisplayName, o.AuditingActionType.ActionTypeDisplayName,...
View ArticleSQWL Query is valid on the SDK, but showing invalid as SW datasource
Hi, When I run this query on SWQL, validated, however when I try to add this same swql query as a custom resource, it's showing an invalid query. I believe it may have to do with LEFT OUTER JOIN...
View ArticleAutomating node additions e2e: including Hardware Health Sensors
Hello, I've been working on automating the addition of nodes to Solarwinds, and I had assumed that would be a routine and well documented task. However I have struggled to find consolidated...
View ArticleSWQL Query: Select distinct will result in an information service failed
Hi, can someone tell me why, if I run this query under a "Query Resource", it will fail with an error: Error: A query to the SolarWinds Information Service failed. However, if I remove the select...
View ArticleSolarWinds PerfStack API
Since this is undocumented at the moment, I decided to start digging around.API EndpointQuery ParamatersPerfStack Query ParamatersMetaDataStatesTypesEntitiesGet Entity InfoGet Available Metrics For...
View ArticleOrion SDK with PowerShell - manage/unmanage multiple nodes
I've been able to script unmanaging and managing nodes in powershell. However, for 400+ nodes, this ends up taking quite a while. Via script, it takes about 7 minutes to unmanage the nodes and over 10...
View ArticleVerbs and their parameters for IPAM.IPNode in addition to 'UpdateManyStatus'??
PREFACE:I'll be referring to the blog: How to use the IPAM API and get "Free IP Address" specifically a post by mtokarz on June 12, 2014 2:35PM in response to jgovednikI am also aware of and have voted...
View ArticleNode Management
We have a large environment where over time certain polling engines will aquire more nodes than others. In the past I have monthly/quartly re-assigned these nodes to their correct polling engines...
View ArticleEntity Relationships Querying with SWQL
WIth the new SDK released I noticed the Metadata entities, not sure if these existed before hand, anyways. Metadata.RelationshipMetadata.RelationshipMetadataMetadata.Entity Am I correct in assuming...
View ArticleIs there a data dictionary for the Orion database
Looking for information beyond the basic barebones type of field schema, something that describes the utility for anything beyond the obvious fields. Thanks
View ArticleCreating a CustomPollerAssignmentOnNode returns: 400 Client Error: Sequence...
In migrating from 11.5 to 12.1, I'm rebuilding my entire 5K-node system from scratch (it's a long story). In doing so, I'm trying to migrate code I have written in Python using the (latest and...
View ArticlePowershell - get-swisdata
Trying to get a handle on this....I want to work with unmanaging one node, and trying to get the nodeID using something like below.This is in the testing phase, trying to get handle on the PS commands...
View ArticleOrion SDK Python Class
After lots of research I've created a class for my django app, I very supportive of open source and as there is not much for python around thought I'd share it with you all. Orion SDK - Python Class ·...
View ArticleAutomated creation of NPM server nodes including specific node resources
I have a PS script that utilizes both the SDK and the Internet Explorer PS Object. The script does the following:Script Input Arguments: Script Action (Currently just adds, but in the future it would...
View ArticleAutomating node additions e2e: including Hardware Health Sensors
Hello, I've been working on automating the addition of nodes to Solarwinds, and I had assumed that would be a routine and well documented task. However I have struggled to find consolidated...
View ArticleActive Time in All Active Alerts
Hi, My customer is a service provider with multiple client and they want to display alters based on customer which is not supported by default hence I have created a SWQL query to list all alerts...
View ArticleCustom Chart - To specify both X & Y Axis
My requirement is to count all alerts based on severity and then present its value as bar graph. I have written the following query in this regard. Select C.Severity, Count (*) AS Total from...
View ArticleCan any one supply a REST example of how to define a Node in Solarwinds
I am developing an integration agent for SolarWindws and would like to use the REST API to add nodes to SolarWindws and change the system name
View Article