The most recent content from our members.
Stealing this from a comment by @planglois It would be nice if SWQL Studio was converted to a VS Code extension! We could leverage other tools within it (i.e git, formatters, etc... ). PLEASE CONSIDER THIS! Many of us already use VS Code - this would make it a lot simpler and quicker to leverage the SDK.
I think I posted this somewhere else, but I wanted to put it here so that it's easily accessible to all those interested in the Orion API and SDK Discussions. Table of Contents * Preamble * Doing the work in SWQL Studio * Moving to PowerShell * The Simple Step-by-Step Process* Get PowerShell 7 * Get the latest SolarWinds…
We have a PowerShell script setup that when we decommission a server or servers it will reach out and will unmanage the server that is going to be decommissioned. The person that put this together has left the company and of course the script has stopped fully functioning. Does anyone know which Solarwinds log I could go…
The audience for this post are technologists who have some exposure to provisioning resources in the Azure portal, but haven’t yet started doing scripted deployments. The purpose of this post is to get started with understanding and customizing the contents of an ARM template (as opposed to doing the one-click deployment…
When you have a large number of targets to monitor in the SentryOne environment, it can be a bit daunting to set up. Graphical interfaces are nice in that you can step through setup processes and get immediate feedback, but if you have a lot of servers, the process can be tedious. In my last blog post (Targeting Server…
I am developing an API script (workflow/mini program almost) that uses NCM to log into all managed devices that hosts a subnet gateway, point to point connection, public ip, etc and have it auto update IPAM. This uses powershell and the custom dotNet library IPNetwork2 to accomplish everything. I am also stitching things…
I need to be able to create NCM Jobs via the API. I made a template job, and I am using the XML from that job as a base to create the new jobs. However, I am getting a generic error, and no job is created. Does anyone have a working example? A link to better documentation?
$properties = @{ >> ActionId = $action.ActionID; >> propertyValue = 'orion@mycompany.com'; >> propertyName = 'EmailFrom'; >> Description = 'mydescription'; >> DisplayName = 'displayname'; >> InstanceSiteId = 0; >> InstanceType = 'Orion.ActionsProperties'; >> Uri = $action.Uri; >> }; (Invoke-SwisVerb -EntityName…
I had a script that would run each night and kick off certain network discovery profiles. Now they all fail. It looks like the API now wants the scan ID AND the engine ID but the engine is already declared in the discovery profile. This makes me think it is a bug or error of some kind on the part of SolarWinds. Even when I…
As a product manager, I need to understand what pain points plague data professionals. Interacting with the customers I serve is an excellent way to accomplish this. Earlier this summer, I had the opportunity to connect with SentryOne customer—and brilliant Applegate BI Developer—Matt Cushing. As a bright engineer and…
It looks like you're new here. Sign in or register to get started.