Acknowledge Events Log Table via API
I would like to acknowledge events in the events log table via the invoke command. Is this possible? If not? How do a get a list of Alerts for a specific node, I then would like to use that...
View ArticleOrion.Events TimeStamp field is.. Binary?! :s
Hey all, I'm looking at the Orion.Events table for use in a reporting context and noticed that [for whatever reason] the TimeStamp field is 'System.Binary.' The closest thing to that I've found in C#...
View ArticleGet-SwisObject : An error occurred when verifying security for the message.
I am trying to connect to SolarWinds server from a different server and run a powershell script. My ultimate goal is mark an IP address as available. I can get the connection established, but as soon...
View ArticlePowerShell Module based on the SDK
Hi All, I started working on a PowerShell module, converting existing code examples in the SDK to “Cmdlets”. The ultimate goal is to just make it easier to re-use code. My own use case in particular...
View ArticleSomethings changed...
So, I've written an application quite a while ago that has been working for a while now in production within my environment. Its just a small helper application to quickly identify those machines in...
View ArticleGetting NTA 4's Top Conversations via REST or SOAP API
I've been searching a bit for how to construct a query for Top Conversations in SWQL Studio, or even just via curl, but haven't been too successful. I did find this thread discussing NTA 3:Problem...
View ArticleUDT SQL Query: Get user device switch by MAC or host name
We have need to perform SQL query to UDT tables database which could find nearest switch where user device is connected currently.Any advice what tables to use for query?
View ArticleSDK 1.8 Powershell snapin installation problem
I have used SDK 1.6 earlier.Now I have updated to 1.8 but I cannot load SWIS snapin.On PowerShell I get following error when trying to perform Add-PSSnapin SwisSnapin:******************Add-PSSnapin :...
View ArticlePulling Web-Based Reports via API
I am looking for a way to deliver reports that we have setup in Orion to our customers and I was curious if there is a way to do this via the API? These reports have been created using the new...
View ArticlePowershell cmdlet Extensions for Solarwinds SDK
Check it out: http://www.binaryagent.com/?p=217
View ArticleJSON query against NCM returns no results
This query against the NPM data works. https://10.10.10.10:17778/SolarWinds/InformationService/v3/Json/Query?query=SELECT%20NodeID%20FROM%20Orion.Nodes Neither of these queries return any results....
View ArticleSuggestion / Request
I would like to suggest a mailing list that us dev types can subscribe to get updates when the platform changes. Recently our install was updated, and in turn my node creation tool didn't function...
View ArticleSet NCM Credentials
Hello all - I've managed to successfully create nodes using v3, and add that node to NCM with v2. One thing I am not seeing though is how to set the credentials for NCM? I used XmlDocument xdoc = new...
View ArticleProblem when using "CreateApplication" verb with SAM
Dear Sir or Madam - We are using the "CreateApplication" verb in Powershell to add an application in SAM (version 6.0). The application is created successfully. The script then pauses for 7 seconds,...
View ArticleDoes SWIS map to dbo.AlertLog so I can see logged alert actions by SWQL?
Something akin to: SELECT TOP 100DATEADD(mi, DATEDIFF(mi, GETUTCDATE(), GETDATE()), a.LogDateTime) AS ColumnInLocalTime, d.AlertName, a.ObjectType, a.ObjectName, a.ActionType, a.Message,...
View Articlesdk - email macro help swql or sql
I have a custom property [alertEmails] tied to applications.I want to use that in alerts...obviously.should I use: ${Orion.APM.ApplicationCustomProperties.alertemails} for a component alert? I can't...
View ArticleCan I add nodes by DNS hostname using Powershell?
Brand new to Solarwinds, and we're quickly seeing the need to automate some of the tasks. Is it possible to use the SDK through Powershell to add nodes by DNS hostname instead of through IP address?
View ArticleAdd node (or something) to NCM - NPM
Hi,I have a question. Can be added a node via SWIS (Orion SDK) ? Can you help me about that? -like sample code-(I'm working on ASP .Net / C# project about that subject.)Thanks.
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 ArticleAlertStatus and Events mapping?
We are trying to generate tickets based on alerts pulled from the AlertStatus table, but AlertStatus entries don't seem to have enough information. We then took a look at the Events table and noticed...
View Article