ServiceNow Event Management Integration
Has anyone used the out of box integration that is available with ServiceNow Event Management for Solarwinds Connector? We are not able to post the REST API to SolarWinds node. Following are the...
View ArticleAdding a node to a container using rest api
Hi Thwack, I need to add a node to a container. The examples from both solarwinds and some other blogs reflect using XML. Is it possible to form it into a rest call, using powershell? forexample...
View ArticleVerbs and their parameters for IPAM.IPNode in addition to 'UpdateManyStatus'??
PREFACE:I'll be referring to the blog: How to use the IPAM API and get "Free IP Address" specifically a post by mtokarz on June 12, 2014 2:35PM in response to jgovednikI am also aware of and have voted...
View ArticleQuery node thru SolarWinds and upload to sharepoint
Good afternoon, I am working with a customer who wants to automate pulling statistics from 23 servers and automatically uploading the data to Sharepoint. He wants to go through WMI, but enabling...
View ArticleOrion.Accounts/UpdateAccount PropertyBag
Hello Orion SDK Community, Happy Birthday THWACK! Can anyone reveal the mystical properties of the "properties" propertybag argument of the "UpdateAccount" verb? If possible in REST format? Also, (I'm...
View ArticleNo snap-ins have been registered for Windows PS v. 5.0
Hi Thwack, As I was trying to unmanage whole groups at a time I stumbled upon OrionSDK and with that, PowerOrion.I have installed OrionSDK and copied the PowerOrion directory to...
View ArticleCreate Discovery does not add WMI nodes despite credentials order
Hello, Not sure if anyone has touched on this already, or if I am doing some silly mistake, but here is my issue: I am creating a discovery via Powershell with a mix of WMI and SNMP nodes. When I put...
View Article.Net Developer new to Solarwinds
Hello, I'm a .Net Developer that is new to Solarwinds. Can anyone please point me in the right direction for learning C# Custom Properties for Orion SDK? Is there any tutorials or websites that can...
View Articlehow can I change SNMP v3 encryption
I need to change all nodes in Solarwinds from DES56 to AES, How Can I do that. when I create an node, SNMPV3 setting are in props{} ('SNMPv3PrivMethod') and use swis.create('Orion.Nodes', **props).but...
View ArticleREST Delete/BulkDelete Operations for...
Hello tdanner / Orion SDK Community, In my automation workflow to discover/import nodes/interfaces/volumes, I'm setting autoimport to false so that I can filter out interfaces and volumes...
View ArticlePowerOrion - Is there a way to add nodes with specific properties
Hi Thwack, Is there a way to add nodes using the Powershell Module PowerOrion (OrionSDK) defining custom properties.Say I use the sample: CRUD.AddWMINode.ps1 but I want to specify:1. Uncheck/not get...
View ArticleUsing Get-Content in Script
I am attempting to leverage Powershell to update custom properties of a batch of nodes with no consistent IP schemes. I am fairly new to Powershell, but I have a script working to change custom...
View ArticleHow to edit a generated Orion SDK SWQL statement to include additional fields?
I wish to use SDK to create a report that shows me everything in the Cirrus.EntityPhysical generated statement, AND I'd like it to include the node name and description for every device in the report....
View ArticleDynamic Query filter for groups to exclude
I am trying to create dashboards filled with groups built out of custom properties. The problem I am running into is I have this custom property lets call it "DeviceFunction" and it starts with either...
View ArticleOrion SDK VNQM queries
Short time user, first time poster. I use Tableau for data pivots and visualization and I have SWQL Studio installed and can run some basic queries against the database. What I am interested in is...
View ArticleAPI Editing
Hi All: I would like to ask where or which directory I can find the API text so that we can edit it. I ask this because currently there is a project that was asked from my team to forward all alerts...
View ArticleREST - HTTP Post - SWIS Invoke Orion.Container/CreateContainer Issue
Hello All, I'm trying to do a http post to create a container and I can't seem to get the syntax right.I've tried almost every possible combination for the memberDefinition section and nothing seems to...
View ArticleCustom SWQL Query for Nodes Down Showing Every Time Node Went Down
I'm trying to tweak our nodes down resource to add the date/time the system went down. I'm trying to figure out why it is listing all the times the nodes have went down and not just the most recent....
View ArticleSWIS Table Alerts
Hello, Another developer and I are building a windows service backend that interacts with SWIS through a RESTful API and broadcasts the information to static web files where we display the data. We...
View ArticleSWQL Query to select only records with latest timestamp
So I am trying to write an SWQL query that shows me all nodes that are unmanaged with some extra information tagged in, like Who unmanaged the node and When. OK, I wrote a nice little SWQL query like...
View Article