Posted on 07-23-2015 07:28 AM
I'm looking for a way to report on Software history, effectively as a way to report patching metrics. This doesn't appear to be exposed through the API. Does anyone out there have any ideas on how can I get this data? I'm looking for a report that says for example, Flash Player 18.0.0.209 was installed on 7/15/2015 at 15:35:00.
Thanks!
Posted on 07-23-2015 07:38 AM
Theres some data in the applications
MySQL table. The date_modified
column is probably as close as you will get to tracking.
You need to make sure you don't write anything back directly to the database though as it's likely to be seen as corruption.