The most recent content from our members.
It would be nice to be able to Create / Update / Delete IP Groups in NTA via the API. The discussion about this can be found here: Create NTA IP Address Group by API Thanks for your vote
Hi Guys, currently I have the challenge to create "NTA IP Address Groups", at the moment this is a manual process by either creating an xml file and importing this into NTA, or in case of minor changes, editing the list manually (see screenshot) I can see that some of the information is stored in…
Hi, I'm trying to create an account using SWIS. I saw here https://solarwinds.github.io/OrionSDK/schema/Orion.Accounts.html that there is a "CreateAccount" verb. Using that verb on powershell, this is the result: Using also the "New-SwisObject" function, this is the result: I don't know if I'm missing something, but when…
Looking through the DPA entities in SWQL Studio and through the Metadata.Verb table I don't see any DPA related verbs. So, is it possible to Add/Edit/Delete Database and Client relationships through a Powershell Script using the Orion SDK? We currently have a case in with Support that doesn't look like it's gonna get fixed…
I do not use Orion to manage the logical structure of my IT resources, but we've found that for troubleshooting, it is often necessary to have the information about which devices have logical dependencies on others. A post in another forum (http://thwack.solarwinds.com/thread/63986) states that currently there are no verbs…
I've not done much with the SDK and don't have very much programming/scripting experience at all, so please excuse the "noob" level of this question. I have come across the CreateCustomProperty verb and very much want to use it to create a bunch of custom properties by having a powershell script loop through a csv file,…
Hello, I am trying to create a PowerShell script that will leverage the Orion SDK to Acknowledge an alert. I have it all (or at least mostly) figured out, except for one line. The line in question is: Invoke-SwisVerb $swis "Orion.AlertStatus" Acknowledge I have no idea what to supply for the AlertInfo parameter, which is…
my CODE: ==================================== $applicationTemplateId = 118 $SQL = "SELECT NN.NodeID, NN.caption as SERVERNAME, ApplicationID, Name, ApplicationTemplateID FROM Orion.APM.Application AA INNER JOIN Orion.Nodes NN ON NN.NodeID= AA.NodeID where ApplicationTemplateID = $applicationTemplateId" Write-Output…
Dear Sir or Madam - We are using the Orion SDK with SAM version 5.2. Does SWIS support a "rediscover" verb ? If so, would you please provide an example showing the proper syntax to use in Powershell ? Thank you. James Troy
It looks like you're new here. Sign in or register to get started.