InformationServiceClient.QueryXml method
Hi I am trying to use the ORIAN SDK to query SWIS using the InformationServiceClient.QueryXML method in c#. I looked at the VBClient example which also uses the QueryXML method but its method just...
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 ArticleProblems with QueryXml when using a more complex query with multiple tables...
I am trying to modify the CSClient code that is provided in the SDK to fetch data via QueryXml with more than one table in the query.The problem I am having is when I try include another table data I...
View ArticleHow can I deploy Application monitors using Powershell and the Orion SDK?
I've been told by aLTeReGo that Orion SDK v1.5 support the deployment of application monitors in SAM 5.2 (awesome!), but I don't see any documentation for that. Can anyone provide an example of this...
View ArticleIs it possible to use queryxml like a trigger from Advance Alerts?
I am trying to replicate an existing advance alert trigger using queryxml using the c# sample provided in the SDK.Ultimately I am wanting to query Orion database and store the results in a local...
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 ArticleBulk Creating Groups with Parent & Child members
Hello folks, I'm in the process of writing a power-shell script to mass create a set of groups with both Parent and Child entities e.g. EU - ParentLondon - ChildBerlin - ChildParis -...
View ArticleUsing Swis v3 getting error using AddInterfaceToNode
Using a groovy application we can successfully use the verb AddInterfaceToNode if we discover the interface on the node first but if we come back later to add we can an error: Here is how we are...
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 ArticleNCM Node Details
Hi folks,I have a question. I created a node for NCM via SWIS and C# code but any information doesn't shown on Node Details section. Is there any requirement fields/properties to fill (like Caption,...
View ArticleOrion.Nodes schema table
What are the possible values that may appear in the "Severity" field of the "Orion.Nodes" table?
View ArticleOrion.APM.CurrentApplicationStatus schema table
What are the possible values that may appear in the "Availability" field of the "Orion.APM.CurrentApplicationStatus" table?
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 ArticleAccount limitations with the SDK, broken?
I am working on a project using the SDK to pull alerts and want to take advantage of account limitations. I have found that using swql to pull alerts using the orion.alertstatus and...
View ArticleSWQL Studio 1.5/1.6/1.7 unable to view Cirrus.* tables
Ok, to make a long story short, if I launch SWQL Studio, select 'Cirrus.Audit' on the left, right-click and 'Generate Select Statement', that works. If I then attempt to Query that, it fails with a...
View ArticleExporting Items to CSV via SWIS
Hi Folks,I want to export Data to a CSV to compare this Data with another import CSV. I already have the "wrapping" around but I can not export the Data. Is there any Powershell-Expert out there to...
View ArticleSwisSnapin and PSremoting
SDK version 1.5NPM version 10.2.2 I'm having trouble using SwisSnapin inside a PSremoting session. Using local SW credentials so there isn't any double-hop windows authentication issues, I can't seem...
View ArticlePowerShell 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 ArticleTrying to create a new view type
So I've been working on trying to integrate my NOC view (http://thwack.solarwinds.com/docs/DOC-157771) into Orion itself, rather than have it as a isolated web application. Has anyone been able to...
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 Article