Trying to figure out which tablespace I can use with the powershell add-in to add nodes to UDT and subnets to IPAM for discovery. The node(s) already exist in Orion.Nodes tablespace.
Thanks,
- Jeremy
No, I don't think that would be possible. Adding nodes to UDT and subnets to IPAM are both more complicated than just a database update - polling schedules have to be updated.
Neither of those use cases are supported in the API at this time, but I'll make the UDT and IPAM product managers aware that you are interested in this.
Is there any way to do this via SQL or another method (beyond the web console)?
hi,
I'll take this as a feature requests.
Just to be more clear here - could you please share with us why you need such functionality and what problem are you trying to solve?
thanks,
Michal
We have HP uCMDB; nodes are discovered and populated via NNMi and DDMa. We set up a powershell script to populate NCM and NPM with nodes we’ve previously discovered with NNMi and DDMa to reduce network discovery.. we would like to add to the powershell the ability to add the nodes and Subnets we discover to UDT and IPAM.
with UDT:
a) I have deployed a new router and I need to start polling ARP data from it
b) I have deployed a new switch and need to start polling the Bridge MAC table from it
My perl script reads this information from the CMDB and adds the basic NPM node/interface information, I just need to add a L2 or L3 UDT poller to the device:I'd like an API to add L2 and/or L3 UDT polling jobs to a node.
With IPAM I'd like a CRUD interface that would allow me to update things like the Neighbor interface for scanning on subnets, and the IP address attributes so I can feed other data sources and improve the data there.