10-21-2021 07:07 AM - edited 10-21-2021 07:14 AM
Greetings,
I have been using the API for a while now and I am currently facing an issue with figuring how can I create a call in python to go through the current number of devices in our Jamf Pro and obtain the software name and version of a specific software example (Adobe Reader) or (Chrome).
Currently, I am pulling information from the classic API through an advanced search and populating it in a Google Sheet via the Sheets API. The Software aspect is the one puzzle that will allow me then to create my personal visual dashboards and patching compliance reviews.
Thank you for any information!
Best regards!
Posted on 10-22-2021 11:14 AM
Quick Update. I was able to loop through the ID from 'computers/subset/basic' once I obtain the ID's I loop through 'computers/id/' + computer['id'] and pull 'computer']['software']['applications']['application'] Key value pair and put that in a array and write it in the pandas DataFrame