Guys, I need help for to make the action for my customer.
when he add a server um your enviroment , the orion server identify this server and add a new node.
How we can automatiation this ?
You can use the API to create nodes. Have you had a chance to look at the examples?
OrionSDK/CRUD.AddNode.ps1 at master · solarwinds/OrionSDK · GitHub
This is outside of the SDK, but simply running a network discovery on the subnets every few hours is a good way to add in those servers automatically, if it doesn't need to be scripted.
We want to automate this, this option does not help. Thank you for your help.
But you appreciate the suggestion, right? Because he was trying to help.
Yes, I do.
Hi Steven - I really this! Is it possible to update the crud.addnode script to accept snmpv3 credentials? Thanks!!
Hi Curtis,
please use this example to add in SNMPv3 nodes.
OrionSDK/DiscoverSnmpV3Node.ps1 at master · solarwinds/OrionSDK · GitHub