Hi,
Does anybody have an example on how to create a node via API with SNMPv3 credentials? Not looking into Network discovery, just the regular way. I haven't have any luck.
Thanks in advance.
"The regular way" as you describe it is not really how solarwinds was designed to work. Yes technically the API supports adding entries to the node table directly, but its really a pain to get everything correct when you do it that way as you end up having to create entries on a bunch of other tables and hope you got everything right.
This is an example of a single node discovery using snmpv3 github.com/.../DiscoverSnmpV3Node.ps1
and this is an example of inserting a single node directly into the nodes table, although i would say this example is really a bare minimum, still several more things would need to be added for it to be a complete job github.com/.../CRUD.AddNode.ps1