Receiving 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 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 ArticleHi, I was wondering if the SDK provides functionality to automate file...
Hi, I was wondering if the SDK provides functionality to automate file transfers via the Solarwinds SFTP product?
View ArticleSWIS REST/JSON API
Starting with NPM 10.4, SWIS now supports a REST/JSON API in addition to the existing SOAP API. The operations supported by each API are identical: the six basic operations of Query, Invoke, Create,...
View Articleimport some external database data
how to import some external database data to my npm devices using NPM SDK?
View ArticleAddNodeToNCM fails via PowerShell
Is there a compatibility issue with our setup of NPM/NCM, and the SDK? I am trying to add devices to NCM that are already in NPM. Using the blog entry titled 'PowerShell script that exports Nodes...
View ArticleExport Orion Maps [PowerShell]
UPDATE: Updated to 1.0.1 to fix exports of User Graphics Files Because I'm constantly creating and destroying Orion instances in my currently capacity, I sometimes forget to export everything before I...
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 Articlebulk mgmt ip node change
I need to change mgmt ip of my nodes for 700 nodes. Each node has two IPs, and I need to change mgmt ip from first to second one. So ... how to do it using SWQL?
View Articlesdk 2 beta - F5 info available?
Wondering where I could find the F5 specific info - pool/nodes/etc..just installed 2.0.31thx!
View ArticleIs there a way to programmatically suppress all alerts for a target device...
Is there a way to programmatically suppress all alerts for a target device during a maintenance window? We currently have several monitoring environments and we have developed a unified tool to...
View ArticleSetting node red from custom pollers
I'm not sure if im asking in the right place, but here goes Im trying to set a node to red when an OID value changes - in this case the battery falls below 100% which means because we display maps...
View ArticleIs there a way to make bulk request or reduce the over all invoke time for...
I am currently working on adding node monitoring suspension to an existing C# based tool we used to suspending alerting for our various system monitoring solutions. This tool is designed to be a single...
View ArticleScript to add nodes to alerts
We are currently using a PowerShell script (using the SDK) to add nodes to Orion (everything works perfect). The next step is to add the nodes to alerts. Anyone have a script that can add nodes to...
View ArticleWebpage not available when trying the simple example query.
I get this when I try the simple example. Server is listening on port 17777, query works in SWQL Studio. Is there something else that needs to be enabled to allow the REST call to work?This webpage is...
View ArticleSWIS REST/JSON API
Starting with NPM 10.4, SWIS now supports a REST/JSON API in addition to the existing SOAP API. The operations supported by each API are identical: the six basic operations of Query, Invoke, Create,...
View ArticlePull data for multiple nodes
Ok - is there a way I can either pull data for multiple nodes (in a get or post)? -I currently pull data (a few fields) looping through nodeID's but it takes 2-3 seconds to return and parse my data for...
View ArticleAPI/SDK for a REST call to update Component settings
Is there a way using the SWQL REST calls to update the Component Settings for a Application monitor assigned to a node? Example:I have a Node and I have created an Application Monitor for HTTP. The...
View ArticlePoll changes manually
Hello, I have some nodes that are polled by Solarwinds Monitoring Software on a timer. Can I poll these nodes in between the time in which the software waits to poll these nodes automatically using...
View ArticleHow to specify VMware polling in discovery?
Hello all, I'm back at this again and I've been asked to discover VMware nodes as well as their guest. I know the discovery wizard in the web control panel allows us to specify VMware polling and what...
View Article