Scripting way to retrieve device parameters

Hi, I have a customer that uses a sql table to store device configuration info. They use it to create devices and build tags for them.

They are concerned the tables will get out of sync if someone comes along and changes it manually within Ignition.

They are asking for a scheduled script to run that reads all the device parameters and matches it against the sql table.

Is this possible? I was thinking there has to be a place where Ignition stored the data so if I can access that I should be able to read it.

Thanks!

Not easily/not in any supported way in 8.1 or previous versions.

Will be extremely doable in 8.3 (the next major version, projected release around the end of this year/beginning of next); there'll be a REST API for all gateway configuration and a corresponding scripting API.

Thanks for the speedy response! I will pass this on to the customer. I believe I will be able to convince them to upgrade when the time comes.