We want Solarwinds API For integartion with Jenkins.Is there any possibility of getting solarwinds API
Does anyone have any swql queries to query disk space that are useful ? Top 40 Can show the correct % Filter out vss,shared memory Node name anything to make it look good as well. Current query: SELECT TOP 40 n.Caption, v.VolumePercentUsed, CONCAT(ROUND(v.VolumePercentUsed,2), '% Used') AS [Volume Percentage Used],…
Hello, I am hoping that someone can help me out on this one. I am working on a project where we will be using Solarwinds API to display Group(Container) statuses on a 3rd party Dashboard. I've been looking at the Schema (http://solarwinds.github.io/OrionSDK/2020.2/schema/Orion.Container.html) and I can't figure out how to…
Has anyone modified an existing alert using the Python SDK? I'm specifically looking into how to add additional values to the alert message field. Any help would be appreciated.
I can amend various account permissions directly in SQL DB by edting the values in the "Accounts" table, however some account options such as "Allow Real-Time Polling" do not seem to be present in this table. Does anyone know how to configure such per user setting via the SQL DB or via SWQL Studio SDK? Also, strangely,…
I have a WS 2012 machine with SDK v2.5.214.0 installed. If I upgrade that server to WS 2019 (in-place), will that version run into issues with the new OS?
Import-Module SwisPowerShell $OrionServer = 'localhost' $cred = Get-Credential $swis = Connect-Swis -Hostname $OrionServer -Credential $cred $server = 'my-server' $query = "SELECT Uri FROM Orion.Nodes WHERE SysName LIKE '" + "$server" + "%'" $entityUris = Get-SwisData $swis $query $entityUris = $entityUris |% {[string]$_}…
Hi Folks, I am trying to accomplish solarwinds node rediscovery process via SWIS. if i want to run the rediscovery for single/few nodes then it is running completely fine with below script. $username = "xxxx" $password = ConvertTo-SecureString "xxxxx" -AsPlainText -Force $creds = New-Object…
Dear Thwack I have created a query and its result as follows, but unable to get icon on widget it seems only pink square.
Hello, I try to create IP Addresses with the following Curl command: curl -sSk -v -H "Content-Type: application/json" -H "Accept: application/json" -u "username:pwd -d '{"SubnetId":111,"IpAddress":"12.12.12.2"}' mysolarwinds:17778/.../IPAM.IPNode But I keep getting the following error: < HTTP/2 400 < content-length: 2635 <…
It looks like you're new here. Sign in or register to get started.