Orion Discovery API, errors when not using primary poller
I have two nearly identical discovery profiles, one works fine and the other returns error: The difference between them is that the one that works is on the primary poller and the other is on our...
View ArticleIssue with API Creating Discovery
I am having an issue in my production environment this worked fine in a test lab but not production Solarwinds. The error in the discovery is A Network Discovery job has failed to complete.\r\nState:...
View ArticleFilter: where node is not muted
Thank you in advance. Since the default "Active Alerts View" does not automatically clear the instance of the alert once that node has been set to mute; I have replicated (somewhat) the Active Alerts...
View ArticleCan any one supply a REST example of how to define a Node in Solarwinds
I am developing an integration agent for SolarWindws and would like to use the REST API to add nodes to SolarWindws and change the system name
View ArticleAPIs compatibility NPM 10.6.1 / NCM 7.2.2 and NPM 12.1 / NCM 7.6
Could you please advise whether the APIs configured to work with NPM 10.6.1 and NCM 7.2.2 will work after upgrade to NPM 12.1 and NCM 7.6 or whether there are major changes in API that would prevent...
View ArticleNCM job execution from API
Hi, I know we can execute a script on a node from an API call. For me, this would be the final solution. As an intermediate step, I was wondering if we could create an NCM Job (type = execute script on...
View ArticleIPAM API Bug?
When adding IPAddresses to a subnet by using the followind inside a loop : $IPProperties = @{ SubnetId=$SubnetId; IPAddress=$Current_ip }New-SwisObject $IPAMswis -EntityType "IPAM.IPNode"...
View ArticleCreate NTA IP Address Group by API
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,...
View ArticleIssue Acknowledging Alert thru SDK
I have am trying to acknowledge an alert thru the JSON api. My post looks like this https://localhost:17778/SolarWinds/InformationService/v3/Json/Invoke/Orion.AlertStatus/AcknowledgePAYLOAD:...
View Articleadd node using powershell
We are trying to automate the server build process so wanted to know how to add node in solarwinds using powershell for monitoring.
View ArticleOrion.APM.Component - Delete or Create individual components using API
Hello Orion SDK Community, I've verified through the Metadata.Entity namespace/table that the Orion.APM.Component table is only available through the API to read or invoke - not the ability to delete,...
View ArticleREST API - Network Sonar Discovery Gets Created, but fails to complete
Hello Orion SDK Community, I have automation in place that is working to create discoveries, run the discovery, and complete the import - I have this working fine in multiple instances of...
View ArticleIssue with API Creating Discovery
I am having an issue in my production environment this worked fine in a test lab but not production Solarwinds. The error in the discovery is A Network Discovery job has failed to complete.\r\nState:...
View ArticleOrion Discovery API, errors when not using primary poller
I have two nearly identical discovery profiles, one works fine and the other returns error: The difference between them is that the one that works is on the primary poller and the other is on our...
View ArticleDiscovery Function Question (PowerShell)
I am attempting to create some functions inside of a larger script that will create a basic SNMP Discovery job. All of the details in the function were pulled from my base script that works without any...
View ArticlePoller Type - Performance Impact
In adding devices via the SDK - I am curious if there are performance repercussions when adding unnecessary pollers to a node. In the example below, if the poll method was ICMP - would adding all six...
View ArticleREST API to SharePoint
Hi I am trying to create a REST end point ..to retrieve information from SolarWinds.Can this be possible if yes how....
View ArticleClearing Alerts in Orion.AlertActive
Hey guys, I'm trying to clear alerts in SWQL. My code is as follows: public static bool Clear(IEnumerable<Alert> alerts) { var ids = alerts.Select(alert =>...
View ArticlePreventing SW agent for Linux from creating duplicate entry ( P.S: SW...
Hi All, We are trying to automate automatic deployment of Linux servers. Our challenge is that as soon as we install the SW agent on a node it registers into SW. When a vm is destroyed and later...
View ArticleDisabling Hardware Health Sensors
tdanner et. al; Can anyone identify what the "DisableSensors" verb is looking for in Orion.HardwareHealth.HardwareItem ? Trying the ID is coming back with an error in PowerShell: Script: # Clear...
View Article