The most recent content from our members.
All, Brand New to SolarWinds. I've gotten the Orion SDK on my Linux machine. I need to pull Node information from SolarWinds in order to munge it and load into my ServiceNow instance. Specifically I'm looking for firmware, os versions etc. I dont know PowerShell or Python, thus I'm attempting the Perl way. I found the…
I'm working on a perl library that will, among other things, slurp a family of Custom Properties out of our CRM and into SolarWinds NPM Nodes. I'm noticing that when I use the web interface to manually edit a Custom Property, an Auditing Event appears in the Node Summary widget we have defined for 'Last 5 Audit Events',…
perl script to create a group using a dynamic query (useful to modify if you want to create lots of groups where a custom property defines both the group name, AND the member list)
I'm having an issue when adding a node via SDK, the Node details show blank, the Polling Details section says simply "A Network Node was Not Selected", and I am unable to see my node under "Manage Nodes". I am using the following test code to generate the Node: my @pollers = ( 'I.Status.SNMP.IfTable',…
I've been playing with the new world maps with doing the creating, updating and deletion of points via the Perl Orion SDK. I've had success with creating points with the following: my $data = $self->{_swis}->Create("Orion.WorldMap.Point", {Instance => 'Orion.Nodes', InstanceID => $node_id, Latitude => $lat, Longitude =>…
I have a growing selection of scripts which have all be using SWIS v2 connections. I've begun encountering features that are lacking in v2 and supposedly present in v3. However, when I change the endpoint to tell my library to use a v3 connection, I start getting total junk back from SWIS. Either I get empty result sets,…
I was trying to build a perl script to do bulkupdates via swis. I tried to modify the sample to use a string that I create via code like the following: my $endpoint = "https://$hostname:17778/SolarWinds/InformationService/v3/OrionBasic"; my $swis = SW::InformationService->new(); .... $updateString .=…
I am just today starting a small project to automate creating discoveries. My first step was to use a QueryXml() call to extract rows from the Verb and VerbArguments tables and pretty-print the results. This works fine for the Verb table, but when I attempt this for the VerbArguments table, I get a Server 500 error from…
Hi folks, We haven't been having any luck getting the AddInterfacesOnNode verb to work for us. We've tried using the perl examples provided in another thread along with the updated InformationService.pm file there, but we're not getting any response. We've successfully used this user to create nodes before but not…
It looks like you're new here. Sign in or register to get started.