Creating Empty Groups
What is the proper syntax for creating an empty group with powershell?
View ArticleHow do you add volumes using the rest api?
Hi, I would like to add volumes to be monitored in solarwinds using the rest api (not the swis sdk) Thanks
View ArticleText colour to display alerts using custom query
Hi, I would like to display alerts using custom query and change text colour based on severity can you please advise how this can be achieved.
View ArticleInternal Server Error when unmanaging node over HTTP
Hi, I am trying to use the Orion SDK to unmanage a node via a http request. My request is as follows:POST https://10.13.36.29:17778/SolarWinds/InformationService/v3/Json/Invoke/Orion.Nodes/Unmanage...
View ArticleOrion SDK: Object reference not set to an instance of an object when...
Greetings Thwack! On the github page there is a sample script that serves as an example for adding groups to Orion: OrionSDK/Groups.ps1 at master · solarwinds/OrionSDK · GitHub When I try running that...
View ArticleInternal Server Error when unmanaging node over HTTP
Hi, I am trying to use the Orion SDK to unmanage a node via a http request. My request is as follows:POST https://10.13.36.29:17778/SolarWinds/InformationService/v3/Json/Invoke/Orion.Nodes/Unmanage...
View ArticleCreating a CustomPollerAssignmentOnNode returns: 400 Client Error: Sequence...
In migrating from 11.5 to 12.1, I'm rebuilding my entire 5K-node system from scratch (it's a long story). In doing so, I'm trying to migrate code I have written in Python using the (latest and...
View ArticleServiceNow 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 ArticleSWIS Fails when querying uninitialized Date/Time fields in NodesCustomProperties
I've run into a strangeness dealing with SWQL/SWIS. If I use the following query in SWQL Studio, it works fine. If I attempt to run the same query via SWIS (python flavor), I get a strange error. I...
View ArticleIs it possible to update the volume capacity thresholds via the REST API?
I am looking to make updates to volume capacity thresholds in Orion. I have hundreds of volumes to update thresholds on and am looking to utilize the REST Api to make the changes quickly and...
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 ArticleSWIS Fails when querying uninitialized Date/Time fields in NodesCustomProperties
I've run into a strangeness dealing with SWQL/SWIS. If I use the following query in SWQL Studio, it works fine. If I attempt to run the same query via SWIS (python flavor), I get a strange error. I...
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 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 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 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 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 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 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 Article