Problems with creating nodes with interfaces when using SDK (Perl)
Hi, I'm having serious problems getting nodes added properly with selected interfaces monitored. When I add the node, it does not re-discover by itself, I need to edit the node in the GUI and just...
View ArticleHow do I update the EnablePassword in NCM 7.3 via the SDK (Perl)?
I have a number of nodes that I need to update the EnablePassword stored in the NCM Nodes table in NCM 7.3. As these values are stored in an encrypted format, I'm wondering how I can update them via...
View ArticleUpdate node properties
Hi, I'm in the middle of a Solarwinds migration. Trying to combine 3 solarwinds environments (DBs) into a single environment (DB). I have written a powershell script to synchronize the nodes,...
View Article"Complex" SWQL Query and Error
Hi all,I'm trying to create a table resource for displaying custom poller results using swql query. I've created the query in SQL, where it works without problems. When converted to SWQL though, it...
View ArticleConnection Closed error when querying SWQL
I am getting a weird connection closed error when I try to do a more complex SWQL over the QueryXML service interface. Here are my queries. This one works and returns a response just fine. SELECT...
View ArticleWhat version of SWIS does EOC v1.5 support?
Just curious what version of SWIS EOC v1.5 supports? Indications are that it only supports SWISv2. Thanks!
View ArticleIs it possible to acknowledge alerts programmically from a linux server?
We are using OpsGenie to aggregate all the alerts for our alerting. We'd like to integrate Solarwinds too. I was wondering if there is a way to programmically acknowledge alerts from a linux server? I...
View ArticleHow do we programmatically discover the non-interface properties [in Orion]...
We are automating the hydration of assets in Orion, and after adding a node, we know how to discover the interfaces, but how do we programmatically discover the non-interface properties and enable them...
View ArticleAPI Rest json vs xml
I have a problem with API Rest and the request XML or Json. For Example:JSON Resquest : curl "http://.be/helpdesk/WebObjects/Helpdesk.woa/ra/Clients/1506?apikey=XXxxXX"...
View ArticleExtract Name and EOL_Date from orion database
Hello Experts, I want to extract network device EOL_Date from Orion database , How to do it using powershell. I need the name of the node and the assoicated EOL Thanks in advance. -Prashant Girennavar.
View ArticleExtracting Data from Orion database
Hello Experts, I am new to solarwinds. I am in a situation where I need to extract data from Orion database. Basically I have been provided with orion SDK Software to access Orion database. I can...
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 ArticleProblem consuming wsdl
I'm attempting to consume the wsdl in perl. I've generated the 'InformationService' package and succesfully managed to deal with the lack of an ssl-certificate and connect to the service. All I'm...
View ArticleSDK 1.8 Powershell snapin installation problem
I have used SDK 1.6 earlier.Now I have updated to 1.8 but I cannot load SWIS snapin.On PowerShell I get following error when trying to perform Add-PSSnapin SwisSnapin:******************Add-PSSnapin :...
View ArticleHelp with Volume Information in SolarWinds
Hello I am try to automate adding nodes into SolarWinds for a project we have going. I am able to add the Node to be managed with ICMP and WMI and polling for CPU and Memory utilization without any...
View ArticleSWQL DetailsURL Custom Table Resource
I have a Custom Query Resource that I'm working with that is creating a situation I'm hoping someone can help me understand. I produced the following query:SELECT ToLocal(alts.TriggerTimeStamp) AS...
View ArticleHow can I get Recv Percent Utilization from HTTP API call?
Hi again, I am working on another project where I need to get some information form the Solarwinds API. I am trying to make a request similar...
View ArticleProblem consuming wsdl
I'm attempting to consume the wsdl in perl. I've generated the 'InformationService' package and succesfully managed to deal with the lack of an ssl-certificate and connect to the service. All I'm...
View ArticleBehavioral difference between SWISv2 and SWISv3, SOAP issue with valid SWQL...
I've been writing a perl api layer for our internal applications for the past year and I have accumulated quite a few unit tests. Today while switching from using a SWISv2 connection to using SWISv3,...
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