yes that is correct, what you could use instead of SQL is a CSV text file to hold the devices you have and with the API call, read the CSV file and pass the device details to the API so for example if you want to run API on a switch, only pass the device type that is a switch (see example below of a CSV file format) <device name>,<device serial number>,<device type>,<device network ID>,<device IP Address>
... View more