SDK/PowerShell - Group Creation Script Issue
Trying to use the following script (based on the 'Groups' example in the SDK) to add groups based on Nodes.Location and a CustomProperty != if (! (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"})) {...
View ArticleADD Node example with SNMPv3 (python)
Hi Guys, Does anyone have a example to add a F5 with SNMPv3 using the SDK and python? Or even with just the correct api calls and JSON data would help. Thanks,Danie
View ArticleAdding SNMP (& other) entries to Orion.Credential via the OrionSDK (or to the...
I've seen a few places tdanner mention it's not possible to add entries to `Orion.Credential` via the API, has anyone come up with a work around? I'm currently wondering if it'll be either possible to...
View ArticleSet-SwisObject : Update or insert of view or function 'dbo.AlertStatusView'...
Im trying to update Notes field through PS. Can someone help me on this error # This sample script demonstrates how to set a custom property of a node# or an interface using CRUD operations.## Please...
View ArticleAny new OrionSDK features in NPM 12.0?
I hear that NPM 12 will be reaching RC in the near future, does this release have any new API features? Anything which will make automation for adding new nodes will be welcomed. Jon.
View Articlehow to run javacurdclient using eclipse ?
Error: Could not find or load main class SwisClientAnd also unable to import the wsdl files.
View ArticleAlert creation with Python.
Hello.I try to trigger new alert with help of Python.I found an old discussion here on thwack with example in PowerShell Insert directly to AlertLog or Events Log , and tried to use it as template,...
View ArticleSWIS JSON Endpoint - Connection reset by peer
Hi All, I'm attempting to pull some data from the SWIS JSON endpoint but a curl request just sits there until it eventually times out and the connection is reset. The client and server firewalls are...
View ArticleProblem with CreateCorePluginConfiguration
I'm trying to start automating the process of node autodiscovery. Looks like the 1st part is to generate a config with CreateCorePluginConfiguration. When invoke this, I get the following error...
View ArticleAPI
I wants to know about, how can we use API (SDK) where we can get outputs (ex. cpu. mem) for particular parameter.
View Articleapi / web request question
Another user posted in the api forum for how to get the next avaiblable ip, that you can set the record by using the follownig code: $postParams =...
View ArticleIs it possible to query for all Events within the last 5 minutes?
Is it possible to query the SWQL via a REST call (i have a working script to do this so far) - but to query just for events that have occurred in the last X minutes or seconds? I have looked at...
View ArticleProblem with CreateCorePluginConfiguration
I'm trying to start automating the process of node autodiscovery. Looks like the 1st part is to generate a config with CreateCorePluginConfiguration. When invoke this, I get the following error...
View ArticleIssue in downloading configuration file if the size is more than 5MB ?
Please guide how to increase the size or any other way to do the same. Thanks in advance !!
View ArticleSolarwinds Rest API Complete Documentation
Hello All, Where can i find complete documentation on working with Solarwinds REST API? Tried this query SELECT+Name,+Status+FROM+Orion.Containers and the error stated the Orion.Containers does not...
View Articleapi / web request question
Another user posted in the api forum for how to get the next avaiblable ip, that you can set the record by using the follownig code: $postParams =...
View ArticleAlert creation with Python.
Hello.I try to trigger new alert with help of Python.I found an old discussion here on thwack with example in PowerShell Insert directly to AlertLog or Events Log , and tried to use it as template,...
View ArticleOrion SDK for ruby
Hello, I'm trying to integrate solarwinds with my ruby application. Is there any SDK by Orion to achieve this. Thanks in advance
View ArticleSDK Extracting Netflow data in charts and tables
Hi, I am trying to build an overall dashboard for 5 specific applications which are defined under applications in netflow. The idea would be to see rates, class of service, CBQoS. The idea would be to...
View ArticlePowerShell Module based on the SDK
Hi All, I started working on a PowerShell module, converting existing code examples in the SDK to “Cmdlets” Functions. The ultimate goal is to just make it easier to re-use code. My own use case in...
View Article