Where to add Access-Control-Allow-Origin?
Hi all, I'm trying to poll data from the REST API, only I can't get that data because of an access-control-allow-origin header error. I've tried adding the appropriate xml data to the web config for...
View ArticleTrying to create custom swql query
I am trying to take an SQL Query and plug it into the SWQL Custom Query on one of our Orion views. this is what i have.. replaced names in brackets.. use [database]SELECT ComputerName, SourceName,...
View ArticleSolarWinds to Service-Now Integration
SolarWinds & Service-Now=====================We’re trying to do the following (option 1 is our preferred while option 2 is a fallback):1)A) SolarWinds generates alertB) SolarWinds uses a...
View ArticleREST API in PowerShell
I have been able to use the OrionSDK to create PowerShell scripts to help automate some processes that we have. The downside is that each team member will need to install the SDK in order to run the...
View ArticleUpgrade from NMP 11.0.1 to 11.5 breaks SDK 1.10 set CustomProperties
Hello all,I want to thank those that released the SDK. It's a great tool and we've used it extensively. We have a powershell script, using v1.10.16.0 of the SDK, which we use to add nodes, setup...
View ArticleRest Api Connection Failed
Hi Everyone, I am trying to run the example code from GitHub to connect to Orion and fetch the VM list but seeing the following error during the connection though the IP and Solarwinds is active . What...
View ArticleSubscription to alert notifications via the sdk
I would like to subscribe to the alert notification with powershell or something to get the alerts and pass them into my event management system for processing. ThanksRoss
View ArticleOrion SDK with PowerShell - manage/unmanage multiple nodes
I've been able to script unmanaging and managing nodes in powershell. However, for 400+ nodes, this ends up taking quite a while. Via script, it takes about 7 minutes to unmanage the nodes and over 10...
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 ArticleAssistance in converting SQL to SWQL
I have the following SQL query that runs on one Orion instance. SELECT Containers_AlertsAndReportsData.GroupName AS 'Core Network Path',...
View ArticleIs the Network Configuration Manager programmable?
We want to automate the execution of scripts on our devices and thus I'm wondering if it's possible to drive the Network Configuration Manager with an API or what have you? Thanks
View ArticleFormatting SWQL output.
I'm working on a query to display in my IPAM page the DHCP scopes that are empty or near empty. Close to getting it done, but I'd like my output to be a bit friendlier if possible, wondering if...
View ArticleSubscription to alert notifications via the sdk
I would like to subscribe to the alert notification with powershell or something to get the alerts and pass them into my event management system for processing. ThanksRoss
View ArticleRest Api Connection Failed
Hi Everyone, I am trying to run the example code from GitHub to connect to Orion and fetch the VM list but seeing the following error during the connection though the IP and Solarwinds is active . What...
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 ArticleCan't pull network device interface IP addresses and masks
When I use Orion.AssetInventory.NetworkInterface I get all my server interface IP addresses and subnet masks, but it does not show the interface IP addresses and subnet masks for my network devices. I...
View ArticleRemove-SwisObject issue. Another Upgrade from NMP 11.0.1 to 11.5 bug?
so this code and error I am getting. I'm pretty sure that -SwisConnection $swis is not the issue since I can query the database using this connection. $SWNodeURI = swis://[my...
View ArticleUpgrade from NMP 11.0.1 to 11.5 breaks SDK 1.10 set CustomProperties
Hello all,I want to thank those that released the SDK. It's a great tool and we've used it extensively. We have a powershell script, using v1.10.16.0 of the SDK, which we use to add nodes, setup...
View ArticleIs the Network Configuration Manager programmable?
We want to automate the execution of scripts on our devices and thus I'm wondering if it's possible to drive the Network Configuration Manager with an API or what have you? Thanks
View ArticleHow do we programmatically discover the non-interface properties [in Orion]...
We are automating the hydration of assets in Orion, and after adding a node, we know how to discover the interfaces, but how do we programmatically discover the non-interface properties and enable them...
View Article