PowerShell Script to Unmanage Hosts Connection Problems
Using SDK version 1.5 with NPM 10.2.2 It seems I'm having problems connecting to my Solarwinds server using SDK. Itry "$swis = Connect-Swis -host 'solarwindsserver.domain.com'" I getprompted for a user...
View ArticleNPM Connection Error Using SDK 10.1
Team, We are currently able to connect to the NPM v 10.1 via your SDK(not sure of the SDK verion here) to retrieve any alerts and pull them into our system. At times, for some unknown reason that I...
View ArticleSolarwinds Information Service - Enable for External API Access
I've recently installed the Orion SDK and I want to be able to use the SWIS from various machines on our network. I think I need to change the config file so the tcp service on 17777 isn't bound to...
View ArticleRead custom properties.
Hi, I am relatively new to the Orion SDK. Using Visual Stuio 2010, C# and the Orion SDK I have connected to my Orion server.Using SWISv3: https://servername:17778/SolarWinds/InformationService/v3?wsdl...
View ArticleSDK update for NPM 10.4
Hi Guys, Just noticed in this thread Re: Does SWIS have a "rediscover" verb ? that there are some more verbs available in 10.4 release do you have any documentation about what we now have available?...
View ArticleTrouble getting the Java Client example to work
HelloI am trying to get the JavaClient example from the SDK to work. Here is the error I keep getting: Exception in thread "main" javax.xml.ws.WebServiceException: javax.net.ssl.SSLException:...
View ArticleTrying to create groups (containers) using perl
Hello ! I'm trying to create groups, using perl, but I can't figure out how to send the group members definition (in a xml format).I only get the message : "Verb Orion.Container.CreateContainer cannot...
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 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 ArticleSolarwinds API-IP SLA
We want is to have a dedicated server as portal, this portal will collect data for Orion Solarwinds server, the data we want to collect is related to IP SLA statistics, Delay, Jitter, link status,...
View ArticleHow to create array of arguments for Unmanage/Remanage? (C#)
I am trying to write a method for Unmanaging and Remanaging nodes in Orion, in C#. Using the CSClient example, I've been able to write a query Orion for a NodeID based on sysname. However, when I want...
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 ArticleUnable to do a Node Query by IP Address to get the NodeID
We are trying to conduct a simple query via Powershell in which we query a device by IP address and it returns with the NodeID. We can query by Node ID and it returns with the IP Address, but we are...
View ArticleSolarwinds Information Service - Enable for External API Access
I've recently installed the Orion SDK and I want to be able to use the SWIS from various machines on our network. I think I need to change the config file so the tcp service on 17777 isn't bound to...
View ArticleSolarWinds Information Service using self signed certificate
I'm tryig to use the New-WebServiceProxy cmdlet to connect to the information service on 17778. It seems to connect, but the cert if self signed and not trusted. I added the cert to the trusted root...
View Article10.4.1 - use of Orion.Discovery verbs
I was using the SWQL Studio to look through a server newly updated to NPM 10.4.1 and noticed the verbs "CreateCorePluginConfiguration" and "StartDiscovery" on the new Orion.Discovery object. I was able...
View ArticleQuestion on SWQL commands
Hi all. I have a basic question about how to extract text from a field in a query. Does SWQL support something similar to the MID command or SELECT SUBSTRING start posistion, length? I'm not a SQL...
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 ArticleCreate container using Orion SDK in C# - .Net
Hi,I try to create a container with C# code like above code. I am using Orion SDK and .Net Framework. Is there anyway to do create container like that code? string uri =...
View Article