Getting the error of "Set-SwisObject : Access to IPAM.IPNode denied." using...
When doing the set-swisobject I get an access denied error. The account "admin" is marked as an admin in the Orion website. Is there another location to set permissions that enable read/write on the...
View ArticleAnother question about AlertStatus records
When I query for alerts, and I get an ObjectType of "Routing Neighbors", or for that matter, anything that is NOT "Interface" or "Node" (actually, I haven't seen an object type of Node, so not sure...
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 ArticleHow does "" work in Discovery Profiles?
I'd like to use the DiscoverNodes table as a way to import nodes which are discovered but I only want to populate that table with nodes which aren't being managed already. Is that what...
View ArticleOrion.AlertStatus field questions
What is the difference between Orion.AlertStatus.State and Orion.AlertStatus.WorkingState ? What is Orion.AlertStatus.TriggerTimeOffset ? (Offset from what/when?) Thanks,Scott
View ArticleUpdating Orion.WorldMap.Point via the Perl SDK
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 =...
View ArticleQuestion about updating alerts (in the AlertStatus table)
Is it possible to update an alert Note (or for that matter, any custom alert fields) after the alert has been acknowledged? And if so, would I use the same three fields [to id the 'row'] one uses to...
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 ArticleHow does "" work in Discovery Profiles?
I'd like to use the DiscoverNodes table as a way to import nodes which are discovered but I only want to populate that table with nodes which aren't being managed already. Is that what...
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 ArticleAnother question about AlertStatus records
When I query for alerts, and I get an ObjectType of "Routing Neighbors", or for that matter, anything that is NOT "Interface" or "Node" (actually, I haven't seen an object type of Node, so not sure...
View ArticleAutomated creation of NPM server nodes including specific node resources
I have a PS script that utilizes both the SDK and the Internet Explorer PS Object. The script does the following:Script Input Arguments: Script Action (Currently just adds, but in the future it would...
View ArticleHow does "" work in Discovery Profiles?
I'd like to use the DiscoverNodes table as a way to import nodes which are discovered but I only want to populate that table with nodes which aren't being managed already. Is that what...
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 ArticleUpdating Orion.WorldMap.Point via the Perl SDK
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 =...
View ArticleHow to query the SWIS JSON interface using curl?
I thought I'd try curl before implementing it in the client, but all queries end incurl: (7) Failed connect to 192.168.0.101:17778; Connection timed out I've read the "SWIS REST/JSON API" thread, but...
View ArticleSolarWinds to Service-Now Integration
SolarWinds & Service-Now=====================We’re trying to do the following (option 1 is our preferred while option 2 is a fallback):1)A) SolarWinds generates alertB) SolarWinds uses a...
View ArticleLooking for verification of table choices for use in gathering performance...
The other day my boss asked me to look into getting performance data from/via the Orion SDK. Namely "Device CPU and Memory" and "Interface bandwidth in and out (ingress/egress)" So, I wanted to verify...
View ArticleApplication name macro
I'm hoping someone out there has some answers. The last couple weeks I've been in some development of a custom HTTP handler to capitalize of the use of these macros Solar winds provides, like...
View ArticleSDK/PowerShell - Group Creation Script Issue
Trying to use the following script (based on the 'Groups' example in the SDK) to add groups based on Nodes.Location and a CustomProperty != if (! (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"})) {...
View Article