Difference between SWQL Studio and Orion Custom SWQL Query
Strangely when I use this query below, it works perfectly in SWQL Studio, but plugged into an Orion Custom Query box for a dashboard exempts some entries for reasons I can't discern. Anyone able to...
View ArticleNeed Help Converting SQL Report Writer Code to SWQL - Down Time Duration
Here is Report Writer SQL code that produces the duration of down time for a node. I need to be able to convert this to SWQL and populate the 'hours down' time into a custom property field. I want to...
View ArticleDiscovery through SDK is no longer working as expected PowerShell
I've been working on and off on this automation tool and it used to work great on 10.6. I've recently upgraded to 11.0.1 and now my script is no longer importing WMI based nodes properly at all. I've...
View ArticleSDK Installation and the global assembly cache
After running the OrionSDK.msi Visual Studio does not recognize the reference to either the VBClient SolarWinds InformationService or the CSClient.SWIS in their respective languages. Checking the GAC,...
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 ArticleSDK API security tightening
Possibly more a feature request (though don't see a section for SDK from Feature Requests) I've noted after being asked by a 3rd party for access that there is some gap / tightening required for this...
View ArticleREST API in PowerShell
I have been able to use the OrionSDK to create PowerShell scripts to help automate some processes that we have. The downside is that each team member will need to install the SDK in order to run the...
View ArticleGet-SwisData : An error occurred when verifying security for the message
Trying to use the API to access IPAM. $hostname = "NPMServer"$cred = get-credential$swissconect = Connect-Swis -Hostname $hostname -cred $credGet-SwisData -SwisConnection $swissconect -Query 'SELECT...
View ArticleSWQL Studio Communciation Object in Failed State
I have a query that is doing some aggregate calculations. It runs fine over a certain interval that takes less than 30 seconds to get results from the server. When I extend the range, and it takes...
View ArticleAdd node (or something) to NCM - NPM
Hi,I have a question. Can be added a node via SWIS (Orion SDK) ? Can you help me about that? -like sample code-(I'm working on ASP .Net / C# project about that subject.)Thanks.
View ArticlePoller assignments not used until list resources is run SDK 1.10
Hello again all, I've been using the newest SDK as the previous has the issue of not logging the nodes added in the events table. Now I've run into another snag with regards to pollers. Before I could...
View ArticleNPM 10.1 WSDL operations do not match Java classes in SDK
I'm seeing a SWIS webservice validation error that looks like this: Caused by: javax.xml.ws.WebServiceException: The Endpoint validation failed to validate due to the following errors: :: Invalid...
View ArticleOrion API via PHP
One of the things I have been tasked with doing is understanding the API to see if we can use it for some of our reporting. I reviewed the Orion API documentation and there aren’t any PHP examples. I...
View ArticleWhy would DiscoverInterfacesOnNode return data with InterfaceID set to 0?
Hey guys and gals,I am having the most bizarre problem. If I POST/Invoke the DiscoverInterfacesOnNode verb, I appear to get back data that looks perfectly fine except that the InterfaceID field is 0!...
View ArticlecURL request for API access - JSON error
Hi,So I have been playing with the API access as we use slack and hubot to deploy and control a lot of day to day things. This is the command I am running curl -u...
View ArticleCreating discoveries using subnets
I'm hoping this is a simple question for those that know how to do this. I'm looking to use the SDK to create discoveries for Subnets now. I've been using it to import single nodes on demand from CSV...
View ArticleNodes.Description field not updating via API
I am creating new nodes using the API and I am running the latest version of NPM. I will include all our version information below.I am making the call using REST Create/Nodes, properties. In the...
View ArticleSWQL Studio Communciation Object in Failed State
I have a query that is doing some aggregate calculations. It runs fine over a certain interval that takes less than 30 seconds to get results from the server. When I extend the range, and it takes...
View ArticleSDK API security tightening
Possibly more a feature request (though don't see a section for SDK from Feature Requests) I've noted after being asked by a 3rd party for access that there is some gap / tightening required for this...
View ArticleWhere to add Access-Control-Allow-Origin?
Hi all, I'm trying to poll data from the REST API, only I can't get that data because of an access-control-allow-origin header error. I've tried adding the appropriate xml data to the web config for...
View Article