Bulk add component monitors with Orion SDK
Greetings, I'm not seeing a lot on this at this time; can you bulk add component monitors using PowerShell with SDK? I've got something around 380 directories I need to apply a monitor to, and it'd be...
View ArticleOrion API via PHP
One of the things I have been tasked with doing is understanding the API to see if we can use it for some of our reporting. I reviewed the Orion API documentation and there aren’t any PHP examples. I...
View Article"An error occurred when verifying security for the message" error in SWQL...
Came back from vacation and now have this error "An error occurred when verifying security for the message" when connecting to SWQL studio.I can still log in fine from my .NET app that uses a web...
View ArticleConnect version 3 of the Orion/SWIS DB from a Java application
Hello, I'm currently accessing the Orion/SWIS DB for reporting purpose on our Web application. I took the Java sample of the SDK (V1.8) and this sample uses the version 2 of the Orion DB. The one of...
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 ArticleREST API in PowerShell
I have been able to use the OrionSDK to create PowerShell scripts to help automate some processes that we have. The downside is that each team member will need to install the SDK in order to run the...
View ArticleUsing Powershell to add nodes with Custom Properties for Device Type
Hello,Running Orion NPM 10.6.0 and SDK 1.7 on Win2k8R2 Can anyone help with adding devices into Orion using Powershell? To complete via NPM Web console, select Management, Edit Node.Select groups,...
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 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 ArticleDifference between SWQL Studio and Orion Custom SWQL Query
Strangely when I use this query below, it works perfectly in SWQL Studio, but plugged into an Orion Custom Query box for a dashboard exempts some entries for reasons I can't discern. Anyone able to...
View ArticleAdding new tab to Orion view? Possible?
I wanted to ask around and see if it was possible to add a new tab to the main Orion view? For example.... I would like to add a new tab that when moused over would list out each of my real time...
View ArticleUnable to execute a SELECT / UNION ALL in the SWQL Studio
Hello, I'm not able to execute the following SELECT / UNION query in the SWQL Studio: select TimeStamp, NodeID, InterfaceIDRx, Port, SourceIP, DestinationIP, IngressBytes, protocolIDfrom...
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 ArticleIn SWQL Studio, how to find the groups an application belongs to?
I'm trying to find the table that joins Orion.Group (or Orion.Container) to Orion.APM.Applications. The Orion.ContainerMembers table only have information about Nodes, but I can't find applications there.
View ArticleBulk add component monitors with Orion SDK
Greetings, I'm not seeing a lot on this at this time; can you bulk add component monitors using PowerShell with SDK? I've got something around 380 directories I need to apply a monitor to, and it'd be...
View ArticleOrion API via PHP
One of the things I have been tasked with doing is understanding the API to see if we can use it for some of our reporting. I reviewed the Orion API documentation and there aren’t any PHP examples. I...
View ArticleHas anyone found a way to pull part numbers, product descriptions and serial...
I have found this query "SELECT ServiceTag FROM Orion.HardwareHealth.HardwareInfo WHERE NodeID = xxx" will get the main serial number for a few types of devices, but it doesn't work for most. I have...
View ArticleHelp with SWIS/JSON node addition
Hello, I have just started to dabble with the Orion SDK and am looking for a way to integrate Solarwinds with some Python scripts we have to automatically provision gear, etc. I followed the Python...
View ArticleTrying to create custom swql query
I am trying to take an SQL Query and plug it into the SWQL Custom Query on one of our Orion views. this is what i have.. replaced names in brackets.. use [database]SELECT ComputerName, SourceName,...
View ArticleExtracting Data from Orion database
Hello Experts, I am new to solarwinds. I am in a situation where I need to extract data from Orion database. Basically I have been provided with orion SDK Software to access Orion database. I can...
View Article