Posted on 12-08-2016 08:02 AM
Is the Jamf Pro database schema officially documented anywhere? A cursory search on my part did not find it anywhere.
Posted on 12-08-2016 09:48 AM
No.
The way i've considered it the Jamf Database is Jamf's.. The jss is mine to muck about.
Posted on 12-10-2016 01:37 AM
@powellbc just +1 to what @rderewianko said.
jamf have stated before at JNUC etc that the DB is there's, for us we should look to leverage the API.
Posted on 12-12-2016 12:00 AM
Well there are reasons to use the DB instead of the API. For reading it's way faster ;-)
For writing I'll always choose the API, as everything else would fuck it up.
But you've got to search yourself through the DB.
I got the following answer from the Support once:
[...] so I'm afraid its down to your own reverse engineering.
Posted on 12-12-2017 08:00 PM
https://dev.mysql.com/downloads/workbench/
Posted on 12-13-2017 04:11 AM
@donmontalvo That is what I have been using all these years.