Powershell scripts to automatically unmanage\remanage a node using the Orion SDK
First, I'll share the script. Then, I'll explain why we need it and how it helps us in our environment.To use the script you must have the Orion SDK installed on the monitored node. Take the text...
View ArticleAdding node custom properties does not work.
Hi, I am adding node with a custom properties but when it adds a node it does not fill the custom property part. Here is my script: # This sample script demonstrates how to add a new node using CRUD...
View ArticleSet node custom properties using PowerShell Rest API
Hello, I was able to add Orion node using the below per Re: SWIS REST/JSON API$url = "https://server:17778/SolarWinds/InformationService/v3/Json/Create/Orion.Nodes" Invoke-RestMethod -Uri $url -Method...
View ArticleReceiving 403 Forbidden When Using REST API In C#
Receiving 403 Forbidden When Using REST API In C# I was referred to the following C# example of using REST APIs Sample code: OrionSDK/Program.cs at master · solarwinds/OrionSDK · GitHub This looked...
View ArticlePowershell scripts to automatically unmanage\remanage a node using the Orion SDK
First, I'll share the script. Then, I'll explain why we need it and how it helps us in our environment.To use the script you must have the Orion SDK installed on the monitored node. Take the text...
View ArticleAdd/Update Orion node with Powershell Rest API using Json data type
Hello, I would like to add/update the Orion node with PowerShell Rest API using Json data type. I want to know if any one has any sample code that I can look at. Thank you in advance. CluM09
View ArticleQuery nodes based on custom property
Hello, Is there any way to query the Orion nodes with all the custom properties? Thanks.CluM09
View ArticleReceiving 403 Forbidden When Using REST API In C#
Receiving 403 Forbidden When Using REST API In C# I was referred to the following C# example of using REST APIs Sample code: OrionSDK/Program.cs at master · solarwinds/OrionSDK · GitHub This looked...
View ArticleHow do I use PowerShell To Add Graphs To A View?
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...
View ArticleModify Volume Custom Property
I want to be able to Modify the value of a Volume Custom Property but can not seem to find the correct SWIS VERB syntax. # Get the Node information I need$NODE = Get-SwisData $swis "SELECT...
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 ArticleReceiving 403 Forbidden When Using REST API In C#
Receiving 403 Forbidden When Using REST API In C# I was referred to the following C# example of using REST APIs Sample code: OrionSDK/Program.cs at master · solarwinds/OrionSDK · GitHub This looked...
View ArticleQuery nodes based on custom property
Hello, Is there any way to query the Orion nodes with all the custom properties? Thanks.CluM09
View ArticleMapping F5 Big-IP to Host or IP with SWQL
Hi, I hope this is an easy question. I am trying to map out our current IP, to see if they are part of the F5 load balancer. I came to the orion.f5.LTM.VirtualIPAddress table, however there does...
View ArticleHow do I use PowerShell To Add Graphs To A View?
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...
View ArticleCan any one supply a REST example of how to define a Node in Solarwinds
I am developing an integration agent for SolarWindws and would like to use the REST API to add nodes to SolarWindws and change the system name
View ArticleHow do I use PowerShell To Add Graphs To A View?
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...
View ArticleAdd node with snmpv3 credentials
Hi We have just moved one of our rigs to NPM 12 and it looks like it has broken some of our SDK automation while we can add devices that use SNMPv2 those with SNMPv3 (which as it turns out is all our...
View ArticleError while Upgrading a node from icmp monitoring to snmp
Query: Set-SwisObject $swis -Uri 'swis://hostname/Orion/Orion.Nodes/NodeID=2' -Properties @{...
View Article403 with rest api call
I;ve seen a few other people with this issue, and some where resolved, but nowhere is a solution to be found. The code: $VLANNAAM = "Somevlan"$cred = get-credential$invoked = Invoke-RestMethod -Uri...
View Article