Pulling /Applications and versions via the Jamf API

ejadadic
New Contributor III

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!

1 REPLY 1

ejadadic
New Contributor III

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