NPM 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 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 ArticleOrion SDK: Error 'no endpoint listening'
Hi all,I am working on a version of the script mentioned here (How to automate the creation of Orion Platform (aka Core) nodes from the API) and am running the script from NCM (version 7.0.2) server...
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 ArticleCan I copy/move an application instance from one node to another?
I would like to be able to copy or move an application instance including all of its custom properties and all of its components' thresholds to another node. I have been able to copy the custom...
View ArticleHow to connect with SWQL Studio from SDK 1.5 ?
I try to connect to the SWISS using the connect SWQL Studio from SDK 1.5I use the same username and password than the one for "Orion web console".I use Server Type: "Orion (v3) over HTTPS" When I...
View ArticleC# Update node fields example / toggle managed unmanaged
Hi,I am looking for an example of how to put a node in unmanaged mode using the API. I am developing in C#, but will settle for any example out there.Anything that will get me in the right direction...
View ArticleSWQL Help
I am trying to create the SWQL version of a SQL report written by somebody else. This is just part of the SQL Query SELECT NodeID, NodeName, AVG( Availability) as Availability, DATEPART(yy,Date)...
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 ArticleUsing the SDK powershell snap in - some newbie questions
Hi all,Just getting started doing an integration between Orion and some of our other tools. Have been through the SDK 1.3 and found some useful stuff in there especially around the kind of things we're...
View ArticleMigrating Orion is leaving the old Hostname in the SwisUriSystemIdentifyer in...
I have migrated NPM to new servers, and both systems are running in parallel until I can get sign off to decommission the old servers, swap the keys, etc... I have created all the required groups using...
View ArticleQuerying Orion.Events
Can anyone confirm whether this looks like a reasonable way to query for all events belonging to the devices named 'TIA_RT%'select caption, eventtime,message from orion.events as ev, orion.nodes as n...
View ArticleNeed help with SQL Queries on Summary Home page.
Good Morning - I would like to see all my physical vol usage for just my servers under "All Volumes" on the Summary Home pageI've written one SQL query to weed out the desktops:comments != 'Desktops'...
View ArticleInstalling SDK PERL client in Windows 8 64bit ActivePerl environment
I have a fairly well developed PERL environment on a 64-bit Windows 8 box with hooks into a few other APIs, AD, databases, etc... I would like to add SW to the list. Can't seem to get all the...
View ArticleAdding node to a container (group) with Perl?
I'm attempting to add a specific nodeID to a container using the Perl SDK. None of the following seem to be working... I must be missing something obvious! my %UPDATEGROUP = ( 'ContainerID' =>...
View ArticleDatabase model
Is there an overview of the exposed tables where I can see how the entities in each table relate to each other? It some times take a bit of guess work to figure out that for instance Orion.Nodes.NodeID...
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.5 invoke with Perl ?
Hello, I am just studying the New SDK 1.5 with the examples. I was able to read a node Information and to add a Node with severall properties with the perl client but I am unable to do a invoke...
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 ArticleSWIS query delay using BasicHttpBinding
Hello,we have a problem lately that a query to SWIS takes a long time to response (approximately 1 sec) using the SWIS BasicHttpBinding. When we use NetTcpBinding, no such delay exists.So for example...
View Article