Illusive Error: Get-SwisData : An error occurred when verifying security for...
I keep getting the following error message when trying to connect to the Solarwinds application Server using a service account Get-SwisData : An error occurred when verifying security for the...
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 ArticleSWQL Volumes Forecast Capacity Table A and B Columns
Math is not my strength, that's for sure. For the life of me I can not figure out what the Aavg/Apeak and Bavg/Bpeak columns in the SWQL Entity/Table Orion.VolumesForecastCapacity are. I've got...
View ArticleCan I pull a chart out of orion
I work for an ISP and I want to pull charts out of npm for display on an internal website. Is this doable with the api? Can I create a view that is public and scrape the chart from it?
View Articleconnect-swis and VMAN
I can connect to VMAN using SWQL(https://<vmanhost>:443/swvm/services/InformationService, java over http) , but have not been able to connect using the connect-swis cmdlet. Is this supported? Do...
View ArticleSWIS Query Issue after server move
Hello All, after a recent server move (new host name) I am noticing my SWIS queries not returning the correct (if any) information. When I run:Get-SwisData $SwisServer 'SELECT Uri FROM Orion.Nodes'to...
View ArticleCASE function supported in SWQL? - Calculating Time since an event
Hello Fellow Thwackers, From prior posts, I have seen the CASE function being used in swql queries, although I haven't seen any documentation stating that it was supported.One example I can give is...
View Articlehow to run javacurdclient using eclipse ?
Error: Could not find or load main class SwisClientAnd also unable to import the wsdl files.
View ArticleREST API and AD users/groups
The REST API does not seem to work with SWIS URIs that contain a backslash ("\"). This shows up with Orion users linked to AD users/groups. Using the PowerShell interface, (which apparently relies on...
View ArticleNCM Account Limitations using SWISv3
Hi all, We are using the API to retrieve some node data from NPM with an Orion account limited by an account limitation (based on a Node custom property)Testing in SWQL studio everything works for...
View ArticleSolarWinds to Service-Now Integration
SolarWinds & Service-Now=====================We’re trying to do the following (option 1 is our preferred while option 2 is a fallback):1)A) SolarWinds generates alertB) SolarWinds uses a...
View ArticleWhere is the enum for interface type documented?
I'm trying to filter what interfaces to add by Interface type, but I see that type is an enum. I'm unable to find the documentation of the enum. Is there a way to query it or otherwise where is it...
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 in Solarwinds. However I have struggled to find...
View ArticleSWIS REST/JSON API
Starting with NPM 10.4, SWIS now supports a REST/JSON API in addition to the existing SOAP API. The operations supported by each API are identical: the six basic operations of Query, Invoke, Create,...
View ArticleSetting NCM Global Connection Profile in script
Hello, I've found that this will set my node properties to "Yes" for "Manage node(s) with NCM": Invoke-SwisVerb$swisCirrus.NodesAddNodeToNCM @($NodeId) But I'm unable to find a way to set the...
View ArticleViews Resources table in SWQL?
Is there a complement to the Resources table from the SQL Database (dbo.Resources) in SWQL? (I cannot see anything but the Views table in the latest stable release of SWQL Studio) In line with this...
View ArticleHow do I limit the scope of a query to the current node?
I am trying the following: SELECT CS.RowID as RowID, IsNull(CS.Status, 0) as ValueFROM Orion.NPM.CustomPollerStatus CSINNER JOIN Orion.NPM.CustomPollerAssignment CA ON CA.CustomPollerAssignmentID =...
View Article