Posted on 02-15-2024 05:55 AM
Hi folks,
is there an overview which variables are available from computers and mobile devices that can be used in scripts?
Greetings Frank
Posted on 02-15-2024 05:57 AM
Sorry, theres no edit:
We want to push hardware data (serialnumber, model etc. etc.) from jamf to an external database (iDoIt).
Posted on 02-15-2024 06:33 AM
The only way to export data from Jamf is using Jamfs API. All of the info you listed in your other comment is available with Jamf API.
Posted on 02-15-2024 06:37 AM
OK, i have an working api call already. Thought those variables would be available on a more easy way :-)
so just to confirm:
Thats it basically?
Posted on 02-15-2024 06:40 AM
And $SERIALNUMBER should be available in script right? I need an identifier für the api call
Posted on 02-15-2024 06:42 AM
Meh....i just can query on id. But there is no variable für tje jamf id!?
Posted on 02-15-2024 06:21 AM
Meanwhile i found https://learn.jamf.com/bundle/jamf-pro-documentation-current/page/Computer_Configuration_Profiles.ht...
But those are kinda basic. I need more of the hardware informations.
And hopefully i don´t have to use a configuration profile for this. A script type python via policy on enrollment would be best.