Hi Community,
I am automating some tasks and this is one that I'd like to get some feedback from you as I'm a little stuck with it.
Goal: Create hundreds of API Poller information in bulk. This includes the default Request URL and method and STORED VALUES (or values to monitor).
So to get this done I've found that Orion.APIPoller.RequestDetails and Orion.APIPoller.ValueToMonitor tables have the system information that I want to create (which will be the same for all nodes, the only information that changes is the IP Address on the request URL field).
I saw on the tables there is other information as they may have relationship with other tables but as I am not much familiar with verbs and links in Solarwinds (still studying it) I am not quite sure if adding that info to the table would be sufficient or I may need to update any other table from the Schema. My other question is whether or not I must create an ID for each row created or that is created directly by the DB when the script requests the 'Create' transaction through the APIs.
Here are the tables for better understanding.


Thank you!
-RC