Schema documentation for Jamf Database?

powellbc
Contributor II

Is the Jamf Pro database schema officially documented anywhere? A cursory search on my part did not find it anywhere.

5 REPLIES 5

rderewianko
Valued Contributor II

No.

The way i've considered it the Jamf Database is Jamf's.. The jss is mine to muck about.

bentoms
Release Candidate Programs Tester

@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.

LRZ_Jamf
Contributor

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.

donmontalvo
Esteemed Contributor III

https://dev.mysql.com/downloads/workbench/

--
https://donmontalvo.com

powellbc
Contributor II

@donmontalvo That is what I have been using all these years.