The most recent content from our members.
Trying to create a function that will mute a node on the fly and I am getting the following error: Invoke-SwInvoke-SwisVerb : A positional parameter cannot be found that accepts argument 'System.Object[]'. At line:41 char:9 + Invoke-SwisVerb -SwisConnection $Swis -EntityName $Entity -Ve ... +…
Hello, It seems that something has changed or broken in the Orion SDK after we upgraded to 2023.3.1. Attempts to acknowledge or add notes to alerts via Powershell return errors. Orion.AlertStatus.Acknowledge failed, check fault information. Verb Orion.AlertStatus.Acknowledge: Cannot find assembly Orion.AlertStatus.AddNote…
I've tried code like the following to search running configs for "helper" but I receive no results. $swis = Connect-Swis -Hostname $hostname -Username $username -Password $password $ConfigSearchTerm = [xml]' <ConfigSearchTerm xmlns:i="">www.w3.org/.../XMLSchema-instance" xmlns="">schemas.solarwinds.com/.../Ncm">…
Hi all, I work in an business which is too locked down for WMI, thus we use agents for virtually everything. I'm working on automating the node creation, agent install, volume and interface discovery and editing of the custom properties. While creating a short script to edit the custom properties for Volume Threshold…
This code returns the query but how can I invoke it within the queryUri? Thanks in advance. class Program { static void Main(string[] args) { ServicePointManager.ServerCertificateValidationCallback = ServerCertificateValidationCallback; var client = new SwisJsonClient { Hostname = "localhost", Username = "admin", Password…
Hi. I read: * Groups · solarwinds/OrionSDK Wiki · GitHub * REST - HTTP Post - SWIS Invoke Orion.Container/CreateContainer Issue * Exception adding Orion.Container with dynamic query via Python I use java rest-client OrionSDK/Samples/Java/swis-client at master · solarwinds/OrionSDK · GitHub It is not worked. public void…
I am looking for a way to add resources to a view, via PowerShell. Currently, using SWQL Studio to invoke "AddResourceToView", I can supply the 3 arguments (viewId, config, & moveColliding), and successfully add a new resource to a view. I want to put that workflow into a PowerShell script, allowing me to easily change the…
It looks like you're new here. Sign in or register to get started.